labels
stringlengths
3
22
ids
stringlengths
44
278
txt
stringlengths
13
29k
xmi
stringlengths
359
1.44M
is_duplicated
bool
2 classes
graph
stringlengths
364
727k
model_type
stringclasses
2 values
statemachine
repo-ecore-all/data/gemoc/ModelingCrashCourse/material/fsm/org.gemoc.course.fsm.model/model/fsm.ecore
fsm FiniteStateMachine states name State outgoingTransitions name isInitialState false Transition target name input output
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="fsm" nsURI="http://www.gemoc.org/course/fsm" nsPrefix="fsm"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="FiniteStateMachine"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="uniqueStateNames"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="uniqueStateNames" value="self.states->forAll(s1, s2| s1 &lt;> s2 implies s1.name &lt;> s2.name)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//State" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="uniqueStateNameInFSM"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="uniqueStateNameInFSM" value="&#xA;&#x9;&#x9;&#x9;self.oclContainer.oclAsType(FiniteStateMachine).states&#xA;&#x9;&#x9;&#x9;&#x9;->forAll(s1| s1 &lt;> self implies s1.name &lt;> self.name)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingTransitions" upperBound="-1" eType="#//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isInitialState" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="deterministicTransition"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="deterministicTransition" value="&#xA;&#x9;&#x9;&#x9;self.oclContainer.oclAsType(State).outgoingTransitions&#xA;&#x9;&#x9;&#x9;&#x9;->forAll(t| t &lt;> self implies t.input &lt;> self.input)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="input" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="output" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"fsm","nsURI":"http://www.gemoc.org/course/fsm","name":"fsm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FiniteStateMachine","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"container":false,"ordered":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":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"id":6,"eClass":"EGenericType"},{"id":7,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outgoingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isInitialState","changeable":true,"lowerBound":1,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"container":false,"ordered":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":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"lowerBound":0,"iD":false,"id":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":"output","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":4,"target":2},{"source":4,"target":6},{"source":4,"target":1},{"source":6,"target":2},{"source":5,"target":7},{"source":5,"target":1},{"source":2,"target":0},{"source":2,"target":8},{"source":2,"target":9},{"source":2,"target":10},{"source":8,"target":3},{"source":8,"target":11},{"source":8,"target":2},{"source":11,"target":3},{"source":9,"target":12},{"source":9,"target":2},{"source":10,"target":13},{"source":10,"target":2},{"source":3,"target":0},{"source":3,"target":14},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":17},{"source":14,"target":2},{"source":14,"target":18},{"source":14,"target":3},{"source":18,"target":2},{"source":15,"target":19},{"source":15,"target":3},{"source":16,"target":20},{"source":16,"target":3},{"source":17,"target":21},{"source":17,"target":3}],"multigraph":true}
ecore
constraints
repo-ecore-all/data/adilinam/QVTdCaseStudy/org.eclipse.ocl.examples.xtext.tests/src/org/eclipse/ocl/examples/test/xtext/models/MiniOCL2.ecore
ocl types AnyType O BagType collection_type_name diagnostics context C O CollectionType C O collection_type_name diagnostics context no_invalid_values diagnostics context oclIterators elementType kind ElementType InvalidType O MessageType C O P exclusive_signature diagnostics context operation_parameters diagnostics context signal_attributes diagnostics context oclProperties referredOperation referredSignal OrderedSetType collection_type_name diagnostics context C O PrimitiveType O SequenceType collection_type_name diagnostics context C O SetType collection_type_name diagnostics context C O TemplateParameterType O specification TupleType O P tuple_type_name diagnostics context part_names_unique diagnostics context features_only_properties diagnostics context oclProperties TypeType C O referredType VoidType O utilities ASTNode startPosition -1 endPosition -1 CallingASTNode propertyStartPosition -1 propertyEndPosition -1 TypedASTNode typeStartPosition -1 typeEndPosition -1 Visitable accept T U v Visitor T C O P EL PM S COA SSA CT visitVariableExp variableExp visitLetExp letExp visitIfExp ifExp visitTypeExp typeExp visitPropertyCallExp callExp visitOperationCallExp callExp visitAssociationClassCallExp callExp visitIteratorExp callExp visitIterateExp callExp visitUnspecifiedValueExp unspecExp visitIntegerLiteralExp literalExp visitUnlimitedNaturalLiteralExp literalExp visitRealLiteralExp literalExp visitStringLiteralExp literalExp visitBooleanLiteralExp literalExp visitEnumLiteralExp literalExp visitCollectionLiteralExp literalExp visitCollectionItem item visitCollectionRange range visitTupleLiteralExp literalExp visitTupleLiteralPart part visitInvalidLiteralExp literalExp visitNullLiteralExp literalExp visitStateExp stateExp visitMessageExp messageExp visitVariable variable visitExpressionInOCL expression visitConstraint constraint TypedElement C getName getType setName name setType type ExpressionInOCL C PM bodyExpression contextVariable resultVariable parameterVariable generatedType PredefinedType O getName oclOperations expressions AssociationClassCallExp C P referredAssociationClass NavigationCallExp C P qualifier navigationSource FeatureCallExp C markedPre CallExp C source OCLExpression C BooleanLiteralExp C boolean_type diagnostics context booleanSymbol PrimitiveLiteralExp C LiteralExp C CollectionItem C item_type diagnostics context item CollectionLiteralPart C CollectionKind Set Set OrderedSet OrderedSet Bag Bag Sequence Sequence Collection Collection CollectionLiteralExp C no_collection_instances diagnostics context set_kind diagnostics context sequence_kind diagnostics context bag_kind diagnostics context element_type diagnostics context kind part simpleRange CollectionRange C range_type diagnostics context first last EnumLiteralExp C EL enum_type diagnostics context referredEnumLiteral IfExp C boolean_condition diagnostics context if_type diagnostics context condition thenExpression elseExpression IntegerLiteralExp C integer_type diagnostics context integerSymbol NumericLiteralExp C UnlimitedNaturalLiteralExp C natural_type diagnostics context integerSymbol unlimited InvalidLiteralExp C IterateExp C PM iterate_type diagnostics context body_type diagnostics context result_init diagnostics context result LoopExp C PM source_collection diagnostics context loop_variable_init diagnostics context loop_variable_type diagnostics context body iterator Variable C PM init_type diagnostics context initExpression representedParameter IteratorExp C PM boolean_type diagnostics context collect_type diagnostics context select_reject_type diagnostics context boolean_body_type diagnostics context LetExp C PM let_type diagnostics context in variable MessageExp C COA SSA operation_arguments diagnostics context signal_arguments diagnostics context target_defines_operation diagnostics context has_operation_or_signal diagnostics context target_not_collection diagnostics context target argument calledOperation sentSignal NullLiteralExp C OperationCallExp C O arguments_conform diagnostics context argument_count diagnostics context argument referredOperation operationCode PropertyCallExp C P property_type diagnostics context referredProperty RealLiteralExp C real_type diagnostics context realSymbol StateExp C S referredState StringLiteralExp C string_type diagnostics context stringSymbol TupleLiteralExp C P tuple_type diagnostics context parts_unique diagnostics context part TupleLiteralPart C P value_type diagnostics context value attribute TypeExp C referredType UnspecifiedValueExp C VariableExp C PM var_type diagnostics context referredVariable
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="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/OCL" nsPrefix="ocl"> <eSubpackages name="types" nsURI="http://www.eclipse.org/ocl/1.1.0/OCL/Types" nsPrefix="ocl.types"> <eClassifiers xsi:type="ecore:EClass" name="AnyType"> <eTypeParameters name="O"/> <eGenericSuperTypes eClassifier="#//utilities/PredefinedType"> <eTypeArguments eTypeParameter="#//types/AnyType/O"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BagType"> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="collection_type_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.name = 'Bag(' + self.elementType.name + ')'"/> </eAnnotations> <eAnnotations source="redefines" references="#//types/CollectionType/collection_type_name"/> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </contents> </eAnnotations> <eTypeParameters name="C"/> <eTypeParameters name="O"/> <eGenericSuperTypes eClassifier="#//types/CollectionType"> <eTypeArguments eTypeParameter="#//types/BagType/C"/> <eTypeArguments eTypeParameter="#//types/BagType/O"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionType"> <eTypeParameters name="C"/> <eTypeParameters name="O"/> <eOperations name="collection_type_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.name = 'Collection(' + self.elementType.name + ')'"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="no_invalid_values" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self->forAll(not oclIsInvalid())"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="oclIterators" upperBound="-1"> <eGenericType eTypeParameter="#//types/CollectionType/O"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType"> <eGenericType eTypeParameter="#//types/CollectionType/C"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" lowerBound="1" eType="#//expressions/CollectionKind" changeable="false" volatile="true" transient="true"/> <eGenericSuperTypes eClassifier="#//utilities/PredefinedType"> <eTypeArguments eTypeParameter="#//types/CollectionType/O"/> </eGenericSuperTypes> <eGenericSuperTypes eClassifier="#//utilities/TypedASTNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementType"/> <eClassifiers xsi:type="ecore:EClass" name="InvalidType"> <eTypeParameters name="O"/> <eGenericSuperTypes eClassifier="#//utilities/PredefinedType"> <eTypeArguments eTypeParameter="#//types/InvalidType/O"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageType"> <eTypeParameters name="C"/> <eTypeParameters name="O"/> <eTypeParameters name="P"/> <eOperations name="exclusive_signature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="referredOperation->size() + referredSignal->size() = 1"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="operation_parameters" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="referredOperation->size()=1 implies&#xA;Set{1..self.ownedAttribute->size()}->forAll(i | self.ownedAttribute.at(i).cmpSlots(&#xA;referredOperation.ownedParameter.asProperty()->at(i))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="signal_attributes" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="referredSignal->size() = 1 implies&#xA;Set{1..self.ownedAttribute->size()}->forAll(i | self.ownedAttribute.asOrderedSet().at(i).cmpSlots(&#xA;referredSignal.ownedAttribute.asOrderedSet()->at(i))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="oclProperties" upperBound="-1"> <eGenericType eTypeParameter="#//types/MessageType/P"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="referredOperation"> <eGenericType eTypeParameter="#//types/MessageType/O"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="referredSignal"> <eGenericType eTypeParameter="#//types/MessageType/C"/> </eStructuralFeatures> <eGenericSuperTypes eClassifier="#//utilities/PredefinedType"> <eTypeArguments eTypeParameter="#//types/MessageType/O"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetType"> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="collection_type_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.name = 'OrderedSet(' + self.elementType.name + ')'"/> </eAnnotations> <eAnnotations source="redefines" references="#//types/CollectionType/collection_type_name"/> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </contents> </eAnnotations> <eTypeParameters name="C"/> <eTypeParameters name="O"/> <eGenericSuperTypes eClassifier="#//types/CollectionType"> <eTypeArguments eTypeParameter="#//types/OrderedSetType/C"/> <eTypeArguments eTypeParameter="#//types/OrderedSetType/O"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType"> <eTypeParameters name="O"/> <eGenericSuperTypes eClassifier="#//utilities/PredefinedType"> <eTypeArguments eTypeParameter="#//types/PrimitiveType/O"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SequenceType"> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="collection_type_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.name = 'Sequence(' + self.elementType.name + ')'"/> </eAnnotations> <eAnnotations source="redefines" references="#//types/CollectionType/collection_type_name"/> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </contents> </eAnnotations> <eTypeParameters name="C"/> <eTypeParameters name="O"/> <eGenericSuperTypes eClassifier="#//types/CollectionType"> <eTypeArguments eTypeParameter="#//types/SequenceType/C"/> <eTypeArguments eTypeParameter="#//types/SequenceType/O"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetType"> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="collection_type_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.name = 'Set(' + self.elementType.name + ')'"/> </eAnnotations> <eAnnotations source="redefines" references="#//types/CollectionType/collection_type_name"/> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </contents> </eAnnotations> <eTypeParameters name="C"/> <eTypeParameters name="O"/> <eGenericSuperTypes eClassifier="#//types/CollectionType"> <eTypeArguments eTypeParameter="#//types/SetType/C"/> <eTypeArguments eTypeParameter="#//types/SetType/O"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateParameterType"> <eTypeParameters name="O"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="specification" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TupleType"> <eTypeParameters name="O"/> <eTypeParameters name="P"/> <eOperations name="tuple_type_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="name =&#xA;'Tuple('.concat (&#xA;Sequence{1..allProperties()->size()}->iterate (pn; s: String = '' |&#xA;let p: Property = allProperties()->at (pn) in (&#xA;s.concat (&#xA;(if (pn>1) then ',' else '' endif)&#xA;.concat (p.name).concat (': ')&#xA;.concat (p.type.name)&#xA;)&#xA;)&#xA;)&#xA;).concat (')')"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="part_names_unique" 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"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="features_only_properties" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="feature->forAll (f | f.oclIsTypeOf(Property))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="oclProperties" upperBound="-1"> <eGenericType eTypeParameter="#//types/TupleType/P"/> </eOperations> <eGenericSuperTypes eClassifier="#//utilities/PredefinedType"> <eTypeArguments eTypeParameter="#//types/TupleType/O"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeType"> <eTypeParameters name="C"/> <eTypeParameters name="O"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referredType" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedSetVisibility" value="true"/> </eAnnotations> <eGenericType eTypeParameter="#//types/TypeType/C"/> </eStructuralFeatures> <eGenericSuperTypes eClassifier="#//utilities/PredefinedType"> <eTypeArguments eTypeParameter="#//types/TypeType/O"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VoidType"> <eTypeParameters name="O"/> <eGenericSuperTypes eClassifier="#//utilities/PredefinedType"> <eTypeArguments eTypeParameter="#//types/VoidType/O"/> </eGenericSuperTypes> </eClassifiers> </eSubpackages> <eSubpackages name="utilities" nsURI="http://www.eclipse.org/ocl/1.1.0/OCL/Utilities" nsPrefix="ocl.util"> <eClassifiers xsi:type="ecore:EClass" name="ASTNode" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startPosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" transient="true" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endPosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" transient="true" defaultValueLiteral="-1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallingASTNode" abstract="true" interface="true" eSuperTypes="#//utilities/ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyStartPosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" transient="true" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyEndPosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" transient="true" defaultValueLiteral="-1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedASTNode" abstract="true" interface="true" eSuperTypes="#//utilities/ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeStartPosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" transient="true" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeEndPosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" transient="true" defaultValueLiteral="-1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Visitable" abstract="true" interface="true"> <eOperations name="accept"> <eGenericType eTypeParameter="#//utilities/Visitable/accept/T"/> <eTypeParameters name="T"/> <eTypeParameters name="U"> <eBounds eClassifier="#//utilities/Visitor"> <eTypeArguments eTypeParameter="#//utilities/Visitable/accept/T"/> <eTypeArguments/> <eTypeArguments/> <eTypeArguments/> <eTypeArguments/> <eTypeArguments/> <eTypeArguments/> <eTypeArguments/> <eTypeArguments/> <eTypeArguments/> </eBounds> </eTypeParameters> <eParameters name="v"> <eGenericType eTypeParameter="#//utilities/Visitable/accept/U"/> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Visitor" abstract="true" interface="true"> <eTypeParameters name="T"/> <eTypeParameters name="C"/> <eTypeParameters name="O"/> <eTypeParameters name="P"/> <eTypeParameters name="EL"/> <eTypeParameters name="PM"/> <eTypeParameters name="S"/> <eTypeParameters name="COA"/> <eTypeParameters name="SSA"/> <eTypeParameters name="CT"/> <eOperations name="visitVariableExp"> <eGenericType eTypeParameter="#//utilities/Visitor/T"/> <eParameters name="variableExp" lowerBound="1"> <eGenericType eClassifier="#//expressions/VariableExp"> <eTypeArguments eTypeParameter="#//utilities/Visitor/C"/> <eTypeArguments eTypeParameter="#//utilities/Visitor/PM"/> </eGenericType> </eParameters> </eOperations> <eOperations name="visitLetExp"> <eGenericType eTypeParameter="#//utilities/Visitor/T"/> <eParameters name="letExp" lowerBound="1"> <eGenericType eClassifier="#//expressions/LetExp"> <eTypeArguments eTypeParameter="#//utilities/Visitor/C"/> <eTypeArguments eTypeParameter="#//utilities/Visitor/PM"/> </eGenericType> </eParameters> </eOperations> <eOperations name="visitIfExp"> <eGenericType eTypeParameter="#//utilities/Visitor/T"/> <eParameters name="ifExp" lowerBound="1"> <eGenericType eClassifier="#//expressions/IfExp"> <eTypeArguments eTypeParameter="#//utilities/Visitor/C"/> </eGenericType> </eParameters> </eOperations> <eOperations name="visitTypeExp"> <eGenericType eTypeParameter="#//utilities/Visitor/T"/> <eParameters name="typeExp" lowerBound="1"> <eGenericType eClassifier="#//expressions/TypeExp"> <eTypeArguments eTypeParameter="#//utilities/Visitor/C"/> </eGenericType> </eParameters> </eOperations> <eOperations name="visitPropertyCallExp"> <eGenericType eTypeParameter="#//utilities/Visitor/T"/> <eParameters name="callExp" lowerBound="1"> <eGenericType eClassifier="#//expressions/PropertyCallExp"> <eTypeArguments eTypeParameter="#//utilities/Visitor/C"/> <eTypeArguments eTypeParameter="#//utilities/Visitor/P"/> </eGenericType> </eParameters> </eOperations> <eOperations name="visitOperationCallExp"> <eGenericType eTypeParameter="#//utilities/Visitor/T"/> <eParameters name="callExp" lowerBound="1"> <eGenericType eClassifier="#//expressions/OperationCallExp"> <eTypeArguments eTypeParameter="#//utilities/Visitor/C"/> <eTypeArguments eTypeParameter="#//utilities/Visitor/O"/> </eGenericType> </eParameters> </eOperations> <eOperations name="visitAssociationClassCallExp"> <eGenericType eTypeParameter="#//utilities/Visitor/T"/> <eParameters name="callExp" lowerBound="1"> <eGenericType eClassifier="#//expressions/AssociationClassCallExp"> <eTypeArguments eTypeParameter="#//utilities/Visitor/C"/> <eTypeArguments eTypeParameter="#//utilities/Visitor/P"/> </eGenericType> </eParameters> </eOperations> <eOperations name="visitIteratorExp"> <eGenericType eTypeParameter="#//utilities/Visitor/T"/> <eParameters name="callExp" lowerBound="1"> <eGenericType eClassifier="#//expressions/IteratorExp"> <eTypeArguments eTypeParameter="#//utilities/Visitor/C"/> <eTypeArguments eTypeParameter="#//utilities/Visitor/PM"/> </eGenericType> </eParameters> </eOperations> <eOperations name="visitIterateExp"> <eGenericType eTypeParameter="#//utilities/Visitor/T"/> <eParameters name="callExp" lowerBound="1"> <eGenericType eClassifier="#//expressions/IterateExp"> <eTypeArguments eTypeParameter="#//utilities/Visitor/C"/> <eTypeArguments eTypeParameter="#//utilities/Visitor/PM"/> </eGenericType> </eParameters> </eOperations> <eOperations name="visitUnspecifiedValueExp"> <eGenericType eTypeParameter="#//utilities/Visitor/T"/> <eParameters name="unspecExp" lowerBound="1"> <eGenericType eClassifier="#//expressions/UnspecifiedValueExp"> <eTypeArguments eTypeParameter="#//utilities/Visitor/C"/> </eGenericType> </eParameters> </eOperations> <eOperations name="visitIntegerLiteralExp"> <eGenericType eTypeParameter="#//utilities/Visitor/T"/> <eParameters name="literalExp" lowerBound="1"> <eGenericType eClassifier="#//expressions/IntegerLiteralExp"> <eTypeArguments eTypeParameter="#//utilities/Visitor/C"/> </eGenericType> </eParameters> </eOperations> <eOperations name="visitUnlimitedNaturalLiteralExp"> <eGenericType eTypeParameter="#//utilities/Visitor/T"/> <eParameters name="literalExp" lowerBound="1"> <eGenericType eClassifier="#//expressions/UnlimitedNaturalLiteralExp"> <eTypeArguments eTypeParameter="#//utilities/Visitor/C"/> </eGenericType> </eParameters> </eOperations> <eOperations name="visitRealLiteralExp"> <eGenericType eTypeParameter="#//utilities/Visitor/T"/> <eParameters name="literalExp" lowerBound="1"> <eGenericType eClassifier="#//expressions/RealLiteralExp"> <eTypeArguments eTypeParameter="#//utilities/Visitor/C"/> </eGenericType> </eParameters> </eOperations> <eOperations name="visitStringLiteralExp"> <eGenericType eTypeParameter="#//utilities/Visitor/T"/> <eParameters name="literalExp" lowerBound="1"> <eGenericType eClassifier="#//expressions/StringLiteralExp"> <eTypeArguments eTypeParameter="#//utilities/Visitor/C"/> </eGenericType> </eParameters> </eOperations> <eOperations name="visitBooleanLiteralExp"> <eGenericType eTypeParameter="#//utilities/Visitor/T"/> <eParameters name="literalExp" lowerBound="1"> <eGenericType eClassifier="#//expressions/BooleanLiteralExp"> <eTypeArguments eTypeParameter="#//utilities/Visitor/C"/> </eGenericType> </eParameters> </eOperations> <eOperations name="visitEnumLiteralExp"> <eGenericType eTypeParameter="#//utilities/Visitor/T"/> <eParameters name="literalExp" lowerBound="1"> <eGenericType eClassifier="#//expressions/EnumLiteralExp"> <eTypeArguments eTypeParameter="#//utilities/Visitor/C"/> <eTypeArguments eTypeParameter="#//utilities/Visitor/EL"/> </eGenericType> </eParameters> </eOperations> <eOperations name="visitCollectionLiteralExp"> <eGenericType eTypeParameter="#//utilities/Visitor/T"/> <eParameters name="literalExp" lowerBound="1"> <eGenericType eClassifier="#//expressions/CollectionLiteralExp"> <eTypeArguments eTypeParameter="#//utilities/Visitor/C"/> </eGenericType> </eParameters> </eOperations> <eOperations name="visitCollectionItem"> <eGenericType eTypeParameter="#//utilities/Visitor/T"/> <eParameters name="item" lowerBound="1"> <eGenericType eClassifier="#//expressions/CollectionItem"> <eTypeArguments eTypeParameter="#//utilities/Visitor/C"/> </eGenericType> </eParameters> </eOperations> <eOperations name="visitCollectionRange"> <eGenericType eTypeParameter="#//utilities/Visitor/T"/> <eParameters name="range" lowerBound="1"> <eGenericType eClassifier="#//expressions/CollectionRange"> <eTypeArguments eTypeParameter="#//utilities/Visitor/C"/> </eGenericType> </eParameters> </eOperations> <eOperations name="visitTupleLiteralExp"> <eGenericType eTypeParameter="#//utilities/Visitor/T"/> <eParameters name="literalExp" lowerBound="1"> <eGenericType eClassifier="#//expressions/TupleLiteralExp"> <eTypeArguments eTypeParameter="#//utilities/Visitor/C"/> <eTypeArguments eTypeParameter="#//utilities/Visitor/P"/> </eGenericType> </eParameters> </eOperations> <eOperations name="visitTupleLiteralPart"> <eGenericType eTypeParameter="#//utilities/Visitor/T"/> <eParameters name="part" lowerBound="1"> <eGenericType eClassifier="#//expressions/TupleLiteralPart"> <eTypeArguments eTypeParameter="#//utilities/Visitor/C"/> <eTypeArguments eTypeParameter="#//utilities/Visitor/P"/> </eGenericType> </eParameters> </eOperations> <eOperations name="visitInvalidLiteralExp"> <eGenericType eTypeParameter="#//utilities/Visitor/T"/> <eParameters name="literalExp" lowerBound="1"> <eGenericType eClassifier="#//expressions/InvalidLiteralExp"> <eTypeArguments eTypeParameter="#//utilities/Visitor/C"/> </eGenericType> </eParameters> </eOperations> <eOperations name="visitNullLiteralExp"> <eGenericType eTypeParameter="#//utilities/Visitor/T"/> <eParameters name="literalExp" lowerBound="1"> <eGenericType eClassifier="#//expressions/NullLiteralExp"> <eTypeArguments eTypeParameter="#//utilities/Visitor/C"/> </eGenericType> </eParameters> </eOperations> <eOperations name="visitStateExp"> <eGenericType eTypeParameter="#//utilities/Visitor/T"/> <eParameters name="stateExp" lowerBound="1"> <eGenericType eClassifier="#//expressions/StateExp"> <eTypeArguments eTypeParameter="#//utilities/Visitor/C"/> <eTypeArguments eTypeParameter="#//utilities/Visitor/S"/> </eGenericType> </eParameters> </eOperations> <eOperations name="visitMessageExp"> <eGenericType eTypeParameter="#//utilities/Visitor/T"/> <eParameters name="messageExp" lowerBound="1"> <eGenericType eClassifier="#//expressions/MessageExp"> <eTypeArguments eTypeParameter="#//utilities/Visitor/C"/> <eTypeArguments eTypeParameter="#//utilities/Visitor/COA"/> <eTypeArguments eTypeParameter="#//utilities/Visitor/SSA"/> </eGenericType> </eParameters> </eOperations> <eOperations name="visitVariable"> <eGenericType eTypeParameter="#//utilities/Visitor/T"/> <eParameters name="variable" lowerBound="1"> <eGenericType eClassifier="#//expressions/Variable"> <eTypeArguments eTypeParameter="#//utilities/Visitor/C"/> <eTypeArguments eTypeParameter="#//utilities/Visitor/PM"/> </eGenericType> </eParameters> </eOperations> <eOperations name="visitExpressionInOCL"> <eGenericType eTypeParameter="#//utilities/Visitor/T"/> <eParameters name="expression" lowerBound="1"> <eGenericType eClassifier="#//utilities/ExpressionInOCL"> <eTypeArguments eTypeParameter="#//utilities/Visitor/C"/> <eTypeArguments eTypeParameter="#//utilities/Visitor/PM"/> </eGenericType> </eParameters> </eOperations> <eOperations name="visitConstraint"> <eGenericType eTypeParameter="#//utilities/Visitor/T"/> <eParameters name="constraint" lowerBound="1"> <eGenericType eTypeParameter="#//utilities/Visitor/CT"/> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" interface="true"> <eTypeParameters name="C"/> <eOperations name="getName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="getType"> <eGenericType eTypeParameter="#//utilities/TypedElement/C"/> </eOperations> <eOperations name="setName" ordered="false" lowerBound="1"> <eParameters name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="setType" ordered="false" lowerBound="1"> <eParameters name="type" ordered="false" lowerBound="1"> <eGenericType eTypeParameter="#//utilities/TypedElement/C"/> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionInOCL" abstract="true" interface="true" eSuperTypes="#//utilities/Visitable"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ExpressionInOcl"/> </eAnnotations> <eTypeParameters name="C"/> <eTypeParameters name="PM"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyExpression" lowerBound="1" containment="true"> <eGenericType eClassifier="#//expressions/OCLExpression"> <eTypeArguments eTypeParameter="#//utilities/ExpressionInOCL/C"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="contextVariable" lowerBound="1" containment="true"> <eGenericType eClassifier="#//expressions/Variable"> <eTypeArguments eTypeParameter="#//utilities/ExpressionInOCL/C"/> <eTypeArguments eTypeParameter="#//utilities/ExpressionInOCL/PM"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="resultVariable" containment="true"> <eGenericType eClassifier="#//expressions/Variable"> <eTypeArguments eTypeParameter="#//utilities/ExpressionInOCL/C"/> <eTypeArguments eTypeParameter="#//utilities/ExpressionInOCL/PM"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterVariable" upperBound="-1" containment="true"> <eGenericType eClassifier="#//expressions/Variable"> <eTypeArguments eTypeParameter="#//utilities/ExpressionInOCL/C"/> <eTypeArguments eTypeParameter="#//utilities/ExpressionInOCL/PM"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="generatedType" ordered="false" upperBound="-1" containment="true"> <eGenericType eTypeParameter="#//utilities/ExpressionInOCL/C"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PredefinedType" abstract="true" interface="true"> <eTypeParameters name="O"/> <eOperations name="getName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="oclOperations" upperBound="-1"> <eGenericType eTypeParameter="#//utilities/PredefinedType/O"/> </eOperations> </eClassifiers> </eSubpackages> <eSubpackages name="expressions" nsURI="http://www.eclipse.org/ocl/1.1.0/OCL/Expressions" nsPrefix="ocl.expr"> <eClassifiers xsi:type="ecore:EClass" name="AssociationClassCallExp"> <eTypeParameters name="C"/> <eTypeParameters name="P"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referredAssociationClass"> <eGenericType eTypeParameter="#//expressions/AssociationClassCallExp/C"/> </eStructuralFeatures> <eGenericSuperTypes eClassifier="#//expressions/NavigationCallExp"> <eTypeArguments eTypeParameter="#//expressions/AssociationClassCallExp/C"/> <eTypeArguments eTypeParameter="#//expressions/AssociationClassCallExp/P"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NavigationCallExp" abstract="true"> <eTypeParameters name="C"/> <eTypeParameters name="P"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" upperBound="-1" containment="true"> <eGenericType eClassifier="#//expressions/OCLExpression"> <eTypeArguments eTypeParameter="#//expressions/NavigationCallExp/C"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="navigationSource"> <eGenericType eTypeParameter="#//expressions/NavigationCallExp/P"/> </eStructuralFeatures> <eGenericSuperTypes eClassifier="#//expressions/FeatureCallExp"> <eTypeArguments eTypeParameter="#//expressions/NavigationCallExp/C"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureCallExp" abstract="true"> <eTypeParameters name="C"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="markedPre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eGenericSuperTypes eClassifier="#//expressions/CallExp"> <eTypeArguments eTypeParameter="#//expressions/FeatureCallExp/C"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallExp" abstract="true"> <eTypeParameters name="C"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" containment="true"> <eGenericType eClassifier="#//expressions/OCLExpression"> <eTypeArguments eTypeParameter="#//expressions/CallExp/C"/> </eGenericType> </eStructuralFeatures> <eGenericSuperTypes eClassifier="#//expressions/OCLExpression"> <eTypeArguments eTypeParameter="#//expressions/CallExp/C"/> </eGenericSuperTypes> <eGenericSuperTypes eClassifier="#//utilities/CallingASTNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OCLExpression" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="OclExpression"/> </eAnnotations> <eTypeParameters name="C"/> <eGenericSuperTypes eClassifier="#//utilities/TypedElement"> <eTypeArguments eTypeParameter="#//expressions/OCLExpression/C"/> </eGenericSuperTypes> <eGenericSuperTypes eClassifier="#//utilities/Visitable"/> <eGenericSuperTypes eClassifier="#//utilities/ASTNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteralExp"> <eTypeParameters name="C"/> <eOperations name="boolean_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.type.name = 'Boolean'"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanSymbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eGenericSuperTypes eClassifier="#//expressions/PrimitiveLiteralExp"> <eTypeArguments eTypeParameter="#//expressions/BooleanLiteralExp/C"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveLiteralExp" abstract="true"> <eTypeParameters name="C"/> <eGenericSuperTypes eClassifier="#//expressions/LiteralExp"> <eTypeArguments eTypeParameter="#//expressions/PrimitiveLiteralExp/C"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralExp" abstract="true"> <eTypeParameters name="C"/> <eGenericSuperTypes eClassifier="#//expressions/OCLExpression"> <eTypeArguments eTypeParameter="#//expressions/LiteralExp/C"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionItem"> <eTypeParameters name="C"/> <eOperations name="item_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="type = item.type"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="item" lowerBound="1" containment="true"> <eGenericType eClassifier="#//expressions/OCLExpression"> <eTypeArguments eTypeParameter="#//expressions/CollectionItem/C"/> </eGenericType> </eStructuralFeatures> <eGenericSuperTypes eClassifier="#//expressions/CollectionLiteralPart"> <eTypeArguments eTypeParameter="#//expressions/CollectionItem/C"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionLiteralPart" abstract="true"> <eTypeParameters name="C"/> <eGenericSuperTypes eClassifier="#//utilities/TypedElement"> <eTypeArguments eTypeParameter="#//expressions/CollectionLiteralPart/C"/> </eGenericSuperTypes> <eGenericSuperTypes eClassifier="#//utilities/Visitable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CollectionKind"> <eLiterals name="Set"/> <eLiterals name="OrderedSet" value="1"/> <eLiterals name="Bag" value="2"/> <eLiterals name="Sequence" value="3"/> <eLiterals name="Collection" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionLiteralExp"> <eTypeParameters name="C"/> <eOperations name="no_collection_instances" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="kind &lt;> CollectionKind::Collection"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="set_kind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="kind = CollectionKind::Set implies type.oclIsKindOf(SetType)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="sequence_kind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="kind = CollectionKind::Sequence implies type.oclIsKindOf(SequenceType)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="bag_kind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="kind = CollectionKind::Bag implies type.oclIsKindOf(BagType)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="element_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="type.oclAsType(CollectionType).elementType = part->iterate(p; c : Classifier = OclVoid | c.commonSuperType(p.type))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//expressions/CollectionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="part" upperBound="-1" containment="true"> <eGenericType eClassifier="#//expressions/CollectionLiteralPart"> <eTypeArguments eTypeParameter="#//expressions/CollectionLiteralExp/C"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="simpleRange" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true"/> <eGenericSuperTypes eClassifier="#//expressions/LiteralExp"> <eTypeArguments eTypeParameter="#//expressions/CollectionLiteralExp/C"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionRange"> <eTypeParameters name="C"/> <eOperations name="range_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="type = first.type.commonSuperType(last.type)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="first" lowerBound="1" containment="true"> <eGenericType eClassifier="#//expressions/OCLExpression"> <eTypeArguments eTypeParameter="#//expressions/CollectionRange/C"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="last" lowerBound="1" containment="true"> <eGenericType eClassifier="#//expressions/OCLExpression"> <eTypeArguments eTypeParameter="#//expressions/CollectionRange/C"/> </eGenericType> </eStructuralFeatures> <eGenericSuperTypes eClassifier="#//expressions/CollectionLiteralPart"> <eTypeArguments eTypeParameter="#//expressions/CollectionRange/C"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumLiteralExp"> <eTypeParameters name="C"/> <eTypeParameters name="EL"/> <eOperations name="enum_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.type = referredEnumLiteral.enumeration"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="referredEnumLiteral"> <eGenericType eTypeParameter="#//expressions/EnumLiteralExp/EL"/> </eStructuralFeatures> <eGenericSuperTypes eClassifier="#//expressions/LiteralExp"> <eTypeArguments eTypeParameter="#//expressions/EnumLiteralExp/C"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfExp"> <eTypeParameters name="C"/> <eOperations name="boolean_condition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.condition.type.oclIsKindOf(PrimitiveType) and self.condition.type.name = 'Boolean'"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="if_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.type = thenExpression.type.commonSuperType(elseExpression.type)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" containment="true"> <eGenericType eClassifier="#//expressions/OCLExpression"> <eTypeArguments eTypeParameter="#//expressions/IfExp/C"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" containment="true"> <eGenericType eClassifier="#//expressions/OCLExpression"> <eTypeArguments eTypeParameter="#//expressions/IfExp/C"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" containment="true"> <eGenericType eClassifier="#//expressions/OCLExpression"> <eTypeArguments eTypeParameter="#//expressions/IfExp/C"/> </eGenericType> </eStructuralFeatures> <eGenericSuperTypes eClassifier="#//expressions/OCLExpression"> <eTypeArguments eTypeParameter="#//expressions/IfExp/C"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerLiteralExp"> <eTypeParameters name="C"/> <eOperations name="integer_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.type.name = 'Integer'"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eGenericSuperTypes eClassifier="#//expressions/NumericLiteralExp"> <eTypeArguments eTypeParameter="#//expressions/IntegerLiteralExp/C"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumericLiteralExp" abstract="true"> <eTypeParameters name="C"/> <eGenericSuperTypes eClassifier="#//expressions/PrimitiveLiteralExp"> <eTypeArguments eTypeParameter="#//expressions/NumericLiteralExp/C"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnlimitedNaturalLiteralExp"> <eTypeParameters name="C"/> <eOperations name="natural_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.type.name = 'UnlimitedNatural'"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unlimited" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eGenericSuperTypes eClassifier="#//expressions/NumericLiteralExp"> <eTypeArguments eTypeParameter="#//expressions/UnlimitedNaturalLiteralExp/C"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InvalidLiteralExp"> <eTypeParameters name="C"/> <eGenericSuperTypes eClassifier="#//expressions/LiteralExp"> <eTypeArguments eTypeParameter="#//expressions/InvalidLiteralExp/C"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IterateExp"> <eTypeParameters name="C"/> <eTypeParameters name="PM"/> <eOperations name="iterate_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="type = result.type"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="body_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="body.type.conformsTo(result.type)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="result_init" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.result.initExpression->size() = 1"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="result" containment="true"> <eGenericType eClassifier="#//expressions/Variable"> <eTypeArguments eTypeParameter="#//expressions/IterateExp/C"/> <eTypeArguments eTypeParameter="#//expressions/IterateExp/PM"/> </eGenericType> </eStructuralFeatures> <eGenericSuperTypes eClassifier="#//expressions/LoopExp"> <eTypeArguments eTypeParameter="#//expressions/IterateExp/C"/> <eTypeArguments eTypeParameter="#//expressions/IterateExp/PM"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopExp" abstract="true"> <eTypeParameters name="C"/> <eTypeParameters name="PM"/> <eOperations name="source_collection" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="source.type.oclIsKindOf(CollectionType)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="loop_variable_init" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.iterator->forAll(initExpression->isEmpty())"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="loop_variable_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.iterator->forAll(type = source.type.oclAsType(CollectionType).elementType)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="body" containment="true"> <eGenericType eClassifier="#//expressions/OCLExpression"> <eTypeArguments eTypeParameter="#//expressions/LoopExp/C"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="iterator" upperBound="-1" containment="true"> <eGenericType eClassifier="#//expressions/Variable"> <eTypeArguments eTypeParameter="#//expressions/LoopExp/C"/> <eTypeArguments eTypeParameter="#//expressions/LoopExp/PM"/> </eGenericType> </eStructuralFeatures> <eGenericSuperTypes eClassifier="#//expressions/CallExp"> <eTypeArguments eTypeParameter="#//expressions/LoopExp/C"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable"> <eTypeParameters name="C"/> <eTypeParameters name="PM"/> <eOperations name="init_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="initExpression->notEmpty() implies initExpression.type.conformsTo (type)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" containment="true"> <eGenericType eClassifier="#//expressions/OCLExpression"> <eTypeArguments eTypeParameter="#//expressions/Variable/C"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="representedParameter"> <eGenericType eTypeParameter="#//expressions/Variable/PM"/> </eStructuralFeatures> <eGenericSuperTypes eClassifier="#//utilities/TypedElement"> <eTypeArguments eTypeParameter="#//expressions/Variable/C"/> </eGenericSuperTypes> <eGenericSuperTypes eClassifier="#//utilities/Visitable"/> <eGenericSuperTypes eClassifier="#//utilities/TypedASTNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IteratorExp"> <eTypeParameters name="C"/> <eTypeParameters name="PM"/> <eOperations name="boolean_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="name = 'exists' or name = 'forAll' or name = 'isUnique'&#xA;implies type.oclIsKindOf(PrimitiveType) and type.name = 'Boolean'"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="collect_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="name = 'collect' implies&#xA;if source.type.oclIsKindOf(SequenceType) then&#xA;type = expression.type.collectionType->select(oclIsTypeOf(SequenceType))->first()&#xA;else&#xA;type = expression.type.collectionType->select(oclIsTypeOf(BagType))->first()&#xA;endif"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="select_reject_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="name = 'select' or name = 'reject' implies type = source.type"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="boolean_body_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="name = 'exists' or name = 'forAll' or name = 'select' or name = 'reject'&#xA;implies body.type.name = 'Boolean'"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eGenericSuperTypes eClassifier="#//expressions/LoopExp"> <eTypeArguments eTypeParameter="#//expressions/IteratorExp/C"/> <eTypeArguments eTypeParameter="#//expressions/IteratorExp/PM"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LetExp"> <eTypeParameters name="C"/> <eTypeParameters name="PM"/> <eOperations name="let_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="type = in.type"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="in" containment="true"> <eGenericType eClassifier="#//expressions/OCLExpression"> <eTypeArguments eTypeParameter="#//expressions/LetExp/C"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" containment="true"> <eGenericType eClassifier="#//expressions/Variable"> <eTypeArguments eTypeParameter="#//expressions/LetExp/C"/> <eTypeArguments eTypeParameter="#//expressions/LetExp/PM"/> </eGenericType> </eStructuralFeatures> <eGenericSuperTypes eClassifier="#//expressions/OCLExpression"> <eTypeArguments eTypeParameter="#//expressions/LetExp/C"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageExp"> <eTypeParameters name="C"/> <eTypeParameters name="COA"/> <eTypeParameters name="SSA"/> <eOperations name="operation_arguments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="calledOperation->notEmpty() implies&#xA;argument->forall (a | a.type.conformsTo&#xA;(self.calledOperation.operation.ownedParameter->&#xA;select( kind = ParameterDirectionKind::in )&#xA;->at (argument->indexOf (a)).type))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="signal_arguments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="sentSignal->notEmpty() implies&#xA;argument->forall (a | a.type.conformsTo&#xA;(self.sentSignal.signal.ownedAttribute&#xA;->at (argument->indexOf (a)).type))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="target_defines_operation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="calledOperation->notEmpty() implies&#xA;target.type.allOperations()->includes(calledOperation.operation)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="has_operation_or_signal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="calledOperation->size() + sentSignal->size() = 1"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="target_not_collection" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="not target.type.oclIsKindOf(CollectionType)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="target" containment="true"> <eGenericType eClassifier="#//expressions/OCLExpression"> <eTypeArguments eTypeParameter="#//expressions/MessageExp/C"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" upperBound="-1" containment="true"> <eGenericType eClassifier="#//expressions/OCLExpression"> <eTypeArguments eTypeParameter="#//expressions/MessageExp/C"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="calledOperation" containment="true"> <eGenericType eTypeParameter="#//expressions/MessageExp/COA"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sentSignal" containment="true"> <eGenericType eTypeParameter="#//expressions/MessageExp/SSA"/> </eStructuralFeatures> <eGenericSuperTypes eClassifier="#//expressions/OCLExpression"> <eTypeArguments eTypeParameter="#//expressions/MessageExp/C"/> </eGenericSuperTypes> <eGenericSuperTypes eClassifier="#//utilities/CallingASTNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullLiteralExp"> <eTypeParameters name="C"/> <eGenericSuperTypes eClassifier="#//expressions/LiteralExp"> <eTypeArguments eTypeParameter="#//expressions/NullLiteralExp/C"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationCallExp"> <eTypeParameters name="C"/> <eTypeParameters name="O"/> <eOperations name="arguments_conform" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="arguments->forall (a | a.type.conformsTo&#xA;(self.refParams->at (arguments->indexOf (a)).type))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="argument_count" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="arguments->size() = refParams->size()"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" upperBound="-1" containment="true"> <eGenericType eClassifier="#//expressions/OCLExpression"> <eTypeArguments eTypeParameter="#//expressions/OperationCallExp/C"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="referredOperation"> <eGenericType eTypeParameter="#//expressions/OperationCallExp/O"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operationCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" volatile="true" transient="true"/> <eGenericSuperTypes eClassifier="#//expressions/FeatureCallExp"> <eTypeArguments eTypeParameter="#//expressions/OperationCallExp/C"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyCallExp"> <eTypeParameters name="C"/> <eTypeParameters name="P"/> <eOperations name="property_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="type = referredProperty.type"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="referredProperty"> <eGenericType eTypeParameter="#//expressions/PropertyCallExp/P"/> </eStructuralFeatures> <eGenericSuperTypes eClassifier="#//expressions/NavigationCallExp"> <eTypeArguments eTypeParameter="#//expressions/PropertyCallExp/C"/> <eTypeArguments eTypeParameter="#//expressions/PropertyCallExp/P"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealLiteralExp"> <eTypeParameters name="C"/> <eOperations name="real_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.type.name = 'Real'"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="realSymbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> <eGenericSuperTypes eClassifier="#//expressions/NumericLiteralExp"> <eTypeArguments eTypeParameter="#//expressions/RealLiteralExp/C"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateExp"> <eTypeParameters name="C"/> <eTypeParameters name="S"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referredState"> <eGenericType eTypeParameter="#//expressions/StateExp/S"/> </eStructuralFeatures> <eGenericSuperTypes eClassifier="#//expressions/OCLExpression"> <eTypeArguments eTypeParameter="#//expressions/StateExp/C"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringLiteralExp"> <eTypeParameters name="C"/> <eOperations name="string_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.type.name = 'String'"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSymbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eGenericSuperTypes eClassifier="#//expressions/PrimitiveLiteralExp"> <eTypeArguments eTypeParameter="#//expressions/StringLiteralExp/C"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TupleLiteralExp"> <eTypeParameters name="C"/> <eTypeParameters name="P"/> <eOperations name="tuple_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="type.oclIsKindOf (TupleType)&#xA;and&#xA;part->forAll (tlep |&#xA;type.oclAsType (TupleType).allProperties()->exists (tp | tlep.attribute = tp))&#xA;and&#xA;part->size() = type.oclAsType (TupleType).allProperties()->size()"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="parts_unique" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="part->isUnique (attribute.name)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="part" upperBound="-1" containment="true"> <eGenericType eClassifier="#//expressions/TupleLiteralPart"> <eTypeArguments eTypeParameter="#//expressions/TupleLiteralExp/C"/> <eTypeArguments eTypeParameter="#//expressions/TupleLiteralExp/P"/> </eGenericType> </eStructuralFeatures> <eGenericSuperTypes eClassifier="#//expressions/LiteralExp"> <eTypeArguments eTypeParameter="#//expressions/TupleLiteralExp/C"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TupleLiteralPart"> <eTypeParameters name="C"/> <eTypeParameters name="P"/> <eOperations name="value_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="attribute.type = value.type"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="value" containment="true"> <eGenericType eClassifier="#//expressions/OCLExpression"> <eTypeArguments eTypeParameter="#//expressions/TupleLiteralPart/C"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute"> <eGenericType eTypeParameter="#//expressions/TupleLiteralPart/P"/> </eStructuralFeatures> <eGenericSuperTypes eClassifier="#//utilities/TypedElement"> <eTypeArguments eTypeParameter="#//expressions/TupleLiteralPart/C"/> </eGenericSuperTypes> <eGenericSuperTypes eClassifier="#//utilities/Visitable"/> <eGenericSuperTypes eClassifier="#//utilities/TypedASTNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeExp"> <eTypeParameters name="C"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referredType"> <eGenericType eTypeParameter="#//expressions/TypeExp/C"/> </eStructuralFeatures> <eGenericSuperTypes eClassifier="#//expressions/OCLExpression"> <eTypeArguments eTypeParameter="#//expressions/TypeExp/C"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnspecifiedValueExp"> <eTypeParameters name="C"/> <eGenericSuperTypes eClassifier="#//expressions/OCLExpression"> <eTypeArguments eTypeParameter="#//expressions/UnspecifiedValueExp/C"/> </eGenericSuperTypes> <eGenericSuperTypes eClassifier="#//utilities/TypedASTNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableExp"> <eTypeParameters name="C"/> <eTypeParameters name="PM"/> <eOperations name="var_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="type = referredVariable.type"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable"> <eGenericType eClassifier="#//expressions/Variable"> <eTypeArguments eTypeParameter="#//expressions/VariableExp/C"/> <eTypeArguments eTypeParameter="#//expressions/VariableExp/PM"/> </eGenericType> </eStructuralFeatures> <eGenericSuperTypes eClassifier="#//expressions/OCLExpression"> <eTypeArguments eTypeParameter="#//expressions/VariableExp/C"/> </eGenericSuperTypes> </eClassifiers> </eSubpackages> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"ocl","nsURI":"http://www.eclipse.org/ocl/1.1.0/OCL","name":"ocl","id":0,"eClass":"EPackage"},{"nsPrefix":"ocl.types","nsURI":"http://www.eclipse.org/ocl/1.1.0/OCL/Types","name":"types","id":1,"eClass":"EPackage"},{"nsPrefix":"ocl.util","nsURI":"http://www.eclipse.org/ocl/1.1.0/OCL/Utilities","name":"utilities","id":2,"eClass":"EPackage"},{"nsPrefix":"ocl.expr","nsURI":"http://www.eclipse.org/ocl/1.1.0/OCL/Expressions","name":"expressions","id":3,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvalidType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameterType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeType","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"name":"O","id":18,"eClass":"ETypeParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PredefinedType","instanceClass":null,"abstract":true,"id":19,"interface":true,"eClass":"EClass"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"name":"C","id":22,"eClass":"ETypeParameter"},{"name":"O","id":23,"eClass":"ETypeParameter"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"collection_type_name","lowerBound":0,"id":25,"many":false,"required":false,"eClass":"EOperation"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":28,"many":false,"required":false,"eClass":"EParameter"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"name":"C","id":35,"eClass":"ETypeParameter"},{"name":"O","id":36,"eClass":"ETypeParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedASTNode","instanceClass":null,"abstract":true,"id":37,"interface":true,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"collection_type_name","lowerBound":0,"id":38,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"no_invalid_values","lowerBound":0,"id":39,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"oclIterators","lowerBound":0,"id":40,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"ordered":true,"upperBound":1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"kind","changeable":false,"lowerBound":1,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":46,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EParameter"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":53,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":54,"many":false,"required":false,"eClass":"EParameter"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"instanceTypeName":null,"instanceClassName":null,"name":"CollectionKind","instanceClass":null,"id":61,"serializable":true,"eClass":"EEnum"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"name":"O","id":64,"eClass":"ETypeParameter"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"name":"C","id":67,"eClass":"ETypeParameter"},{"name":"O","id":68,"eClass":"ETypeParameter"},{"name":"P","id":69,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"exclusive_signature","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation_parameters","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"signal_attributes","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"oclProperties","lowerBound":0,"id":73,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredSignal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EParameter"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":85,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":86,"many":false,"required":false,"eClass":"EParameter"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":92,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":93,"many":false,"required":false,"eClass":"EParameter"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"name":"C","id":102,"eClass":"ETypeParameter"},{"name":"O","id":103,"eClass":"ETypeParameter"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"collection_type_name","lowerBound":0,"id":105,"many":false,"required":false,"eClass":"EOperation"},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":107,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":108,"many":false,"required":false,"eClass":"EParameter"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"name":"O","id":115,"eClass":"ETypeParameter"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"name":"C","id":118,"eClass":"ETypeParameter"},{"name":"O","id":119,"eClass":"ETypeParameter"},{"id":120,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"collection_type_name","lowerBound":0,"id":121,"many":false,"required":false,"eClass":"EOperation"},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":123,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":124,"many":false,"required":false,"eClass":"EParameter"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"name":"C","id":131,"eClass":"ETypeParameter"},{"name":"O","id":132,"eClass":"ETypeParameter"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"collection_type_name","lowerBound":0,"id":134,"many":false,"required":false,"eClass":"EOperation"},{"id":135,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":136,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":137,"many":false,"required":false,"eClass":"EParameter"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"name":"O","id":144,"eClass":"ETypeParameter"},{"ordered":false,"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":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"name":"O","id":147,"eClass":"ETypeParameter"},{"name":"P","id":148,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"tuple_type_name","lowerBound":0,"id":149,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"part_names_unique","lowerBound":0,"id":150,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"features_only_properties","lowerBound":0,"id":151,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"oclProperties","lowerBound":0,"id":152,"many":true,"required":false,"eClass":"EOperation"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":155,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":156,"many":false,"required":false,"eClass":"EParameter"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":162,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":163,"many":false,"required":false,"eClass":"EParameter"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":169,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":170,"many":false,"required":false,"eClass":"EParameter"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"name":"C","id":177,"eClass":"ETypeParameter"},{"name":"O","id":178,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"name":"O","id":183,"eClass":"ETypeParameter"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ASTNode","instanceClass":null,"abstract":true,"id":186,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallingASTNode","instanceClass":null,"abstract":true,"id":187,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Visitable","instanceClass":null,"abstract":true,"id":188,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Visitor","instanceClass":null,"abstract":true,"id":189,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":190,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionInOCL","instanceClass":null,"abstract":true,"id":191,"interface":true,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":true,"unique":true,"name":"startPosition","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":true,"unique":true,"name":"endPosition","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":true,"unique":true,"name":"propertyStartPosition","changeable":true,"lowerBound":0,"iD":false,"id":196,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":true,"unique":true,"name":"propertyEndPosition","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":true,"unique":true,"name":"typeStartPosition","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":true,"unique":true,"name":"typeEndPosition","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":206,"many":false,"required":false,"eClass":"EOperation"},{"id":207,"eClass":"EGenericType"},{"name":"T","id":208,"eClass":"ETypeParameter"},{"name":"U","id":209,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"v","lowerBound":0,"id":210,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"name":"T","id":223,"eClass":"ETypeParameter"},{"name":"C","id":224,"eClass":"ETypeParameter"},{"name":"O","id":225,"eClass":"ETypeParameter"},{"name":"P","id":226,"eClass":"ETypeParameter"},{"name":"EL","id":227,"eClass":"ETypeParameter"},{"name":"PM","id":228,"eClass":"ETypeParameter"},{"name":"S","id":229,"eClass":"ETypeParameter"},{"name":"COA","id":230,"eClass":"ETypeParameter"},{"name":"SSA","id":231,"eClass":"ETypeParameter"},{"name":"CT","id":232,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitVariableExp","lowerBound":0,"id":233,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitLetExp","lowerBound":0,"id":234,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitIfExp","lowerBound":0,"id":235,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitTypeExp","lowerBound":0,"id":236,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitPropertyCallExp","lowerBound":0,"id":237,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitOperationCallExp","lowerBound":0,"id":238,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitAssociationClassCallExp","lowerBound":0,"id":239,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitIteratorExp","lowerBound":0,"id":240,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitIterateExp","lowerBound":0,"id":241,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitUnspecifiedValueExp","lowerBound":0,"id":242,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitIntegerLiteralExp","lowerBound":0,"id":243,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitUnlimitedNaturalLiteralExp","lowerBound":0,"id":244,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitRealLiteralExp","lowerBound":0,"id":245,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitStringLiteralExp","lowerBound":0,"id":246,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitBooleanLiteralExp","lowerBound":0,"id":247,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitEnumLiteralExp","lowerBound":0,"id":248,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitCollectionLiteralExp","lowerBound":0,"id":249,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitCollectionItem","lowerBound":0,"id":250,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitCollectionRange","lowerBound":0,"id":251,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitTupleLiteralExp","lowerBound":0,"id":252,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitTupleLiteralPart","lowerBound":0,"id":253,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitInvalidLiteralExp","lowerBound":0,"id":254,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitNullLiteralExp","lowerBound":0,"id":255,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitStateExp","lowerBound":0,"id":256,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitMessageExp","lowerBound":0,"id":257,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitVariable","lowerBound":0,"id":258,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitExpressionInOCL","lowerBound":0,"id":259,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitConstraint","lowerBound":0,"id":260,"many":false,"required":false,"eClass":"EOperation"},{"id":261,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"variableExp","lowerBound":1,"id":262,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":263,"interface":false,"eClass":"EClass"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"letExp","lowerBound":1,"id":268,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":269,"interface":false,"eClass":"EClass"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ifExp","lowerBound":1,"id":274,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":275,"interface":false,"eClass":"EClass"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"typeExp","lowerBound":1,"id":279,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeExp","instanceClass":null,"abstract":false,"id":280,"interface":false,"eClass":"EClass"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"callExp","lowerBound":1,"id":284,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":false,"id":285,"interface":false,"eClass":"EClass"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"callExp","lowerBound":1,"id":290,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":291,"interface":false,"eClass":"EClass"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"callExp","lowerBound":1,"id":296,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClassCallExp","instanceClass":null,"abstract":false,"id":297,"interface":false,"eClass":"EClass"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"callExp","lowerBound":1,"id":302,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":303,"interface":false,"eClass":"EClass"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"callExp","lowerBound":1,"id":308,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":309,"interface":false,"eClass":"EClass"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"unspecExp","lowerBound":1,"id":314,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnspecifiedValueExp","instanceClass":null,"abstract":false,"id":315,"interface":false,"eClass":"EClass"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"literalExp","lowerBound":1,"id":319,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteralExp","instanceClass":null,"abstract":false,"id":320,"interface":false,"eClass":"EClass"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"literalExp","lowerBound":1,"id":324,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnlimitedNaturalLiteralExp","instanceClass":null,"abstract":false,"id":325,"interface":false,"eClass":"EClass"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"literalExp","lowerBound":1,"id":329,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteralExp","instanceClass":null,"abstract":false,"id":330,"interface":false,"eClass":"EClass"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"literalExp","lowerBound":1,"id":334,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteralExp","instanceClass":null,"abstract":false,"id":335,"interface":false,"eClass":"EClass"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"literalExp","lowerBound":1,"id":339,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteralExp","instanceClass":null,"abstract":false,"id":340,"interface":false,"eClass":"EClass"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"literalExp","lowerBound":1,"id":344,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":345,"interface":false,"eClass":"EClass"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"literalExp","lowerBound":1,"id":350,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralExp","instanceClass":null,"abstract":false,"id":351,"interface":false,"eClass":"EClass"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"item","lowerBound":1,"id":355,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionItem","instanceClass":null,"abstract":false,"id":356,"interface":false,"eClass":"EClass"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"range","lowerBound":1,"id":360,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionRange","instanceClass":null,"abstract":false,"id":361,"interface":false,"eClass":"EClass"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"literalExp","lowerBound":1,"id":365,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleLiteralExp","instanceClass":null,"abstract":false,"id":366,"interface":false,"eClass":"EClass"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"part","lowerBound":1,"id":371,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleLiteralPart","instanceClass":null,"abstract":false,"id":372,"interface":false,"eClass":"EClass"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"literalExp","lowerBound":1,"id":377,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvalidLiteralExp","instanceClass":null,"abstract":false,"id":378,"interface":false,"eClass":"EClass"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"literalExp","lowerBound":1,"id":382,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteralExp","instanceClass":null,"abstract":false,"id":383,"interface":false,"eClass":"EClass"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"stateExp","lowerBound":1,"id":387,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateExp","instanceClass":null,"abstract":false,"id":388,"interface":false,"eClass":"EClass"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"messageExp","lowerBound":1,"id":393,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageExp","instanceClass":null,"abstract":false,"id":394,"interface":false,"eClass":"EClass"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"variable","lowerBound":1,"id":400,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":401,"interface":false,"eClass":"EClass"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"expression","lowerBound":1,"id":406,"many":false,"required":true,"eClass":"EParameter"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"constraint","lowerBound":1,"id":411,"many":false,"required":true,"eClass":"EParameter"},{"id":412,"eClass":"EGenericType"},{"name":"C","id":413,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"getName","lowerBound":0,"id":414,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getType","lowerBound":0,"id":415,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"setName","lowerBound":1,"id":416,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"setType","lowerBound":1,"id":417,"many":false,"required":true,"eClass":"EOperation"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":420,"many":false,"required":true,"eClass":"EParameter"},{"id":421,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"type","lowerBound":1,"id":422,"many":false,"required":true,"eClass":"EParameter"},{"id":423,"eClass":"EGenericType"},{"name":"C","id":424,"eClass":"ETypeParameter"},{"name":"PM","id":425,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":426,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contextVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":427,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resultVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":428,"derived":false},{"container":false,"ordered":true,"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":true,"lowerBound":0,"id":429,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generatedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":430,"derived":false},{"id":431,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OCLExpression","instanceClass":null,"abstract":true,"id":432,"interface":false,"eClass":"EClass"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"name":"O","id":445,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"getName","lowerBound":1,"id":446,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"oclOperations","lowerBound":0,"id":447,"many":true,"required":false,"eClass":"EOperation"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationCallExp","instanceClass":null,"abstract":true,"id":450,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureCallExp","instanceClass":null,"abstract":true,"id":451,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallExp","instanceClass":null,"abstract":true,"id":452,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveLiteralExp","instanceClass":null,"abstract":true,"id":453,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralExp","instanceClass":null,"abstract":true,"id":454,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralPart","instanceClass":null,"abstract":true,"id":455,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericLiteralExp","instanceClass":null,"abstract":true,"id":456,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":457,"interface":false,"eClass":"EClass"},{"name":"C","id":458,"eClass":"ETypeParameter"},{"name":"P","id":459,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredAssociationClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":460,"derived":false},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"name":"C","id":465,"eClass":"ETypeParameter"},{"name":"P","id":466,"eClass":"ETypeParameter"},{"container":false,"ordered":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":467,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"navigationSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":468,"derived":false},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"name":"C","id":474,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"markedPre","changeable":true,"lowerBound":0,"iD":false,"id":475,"derived":false},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"name":"C","id":479,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":480,"derived":false},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"name":"C","id":486,"eClass":"ETypeParameter"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"name":"C","id":491,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"boolean_type","lowerBound":0,"id":492,"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":"booleanSymbol","changeable":true,"lowerBound":0,"iD":false,"id":493,"derived":false},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":496,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":497,"many":false,"required":false,"eClass":"EParameter"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"name":"C","id":504,"eClass":"ETypeParameter"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"name":"C","id":507,"eClass":"ETypeParameter"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"name":"C","id":510,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"item_type","lowerBound":0,"id":511,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"item","changeable":true,"resolveProxies":true,"lowerBound":1,"id":512,"derived":false},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":515,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":516,"many":false,"required":false,"eClass":"EParameter"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"name":"C","id":524,"eClass":"ETypeParameter"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"name":"Set","id":528,"value":0,"literal":"Set","eClass":"EEnumLiteral"},{"name":"OrderedSet","id":529,"value":1,"literal":"OrderedSet","eClass":"EEnumLiteral"},{"name":"Bag","id":530,"value":2,"literal":"Bag","eClass":"EEnumLiteral"},{"name":"Sequence","id":531,"value":3,"literal":"Sequence","eClass":"EEnumLiteral"},{"name":"Collection","id":532,"value":4,"literal":"Collection","eClass":"EEnumLiteral"},{"name":"C","id":533,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"no_collection_instances","lowerBound":0,"id":534,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"set_kind","lowerBound":0,"id":535,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"sequence_kind","lowerBound":0,"id":536,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"bag_kind","lowerBound":0,"id":537,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"element_type","lowerBound":0,"id":538,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":539,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":true,"lowerBound":0,"id":540,"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":"simpleRange","changeable":false,"lowerBound":0,"iD":false,"id":541,"derived":false},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":544,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":545,"many":false,"required":false,"eClass":"EParameter"},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":551,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":552,"many":false,"required":false,"eClass":"EParameter"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":558,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":559,"many":false,"required":false,"eClass":"EParameter"},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":565,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":566,"many":false,"required":false,"eClass":"EParameter"},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":572,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":573,"many":false,"required":false,"eClass":"EParameter"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"name":"C","id":583,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"range_type","lowerBound":0,"id":584,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":true,"lowerBound":1,"id":585,"derived":false},{"container":false,"ordered":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":true,"lowerBound":1,"id":586,"derived":false},{"id":587,"eClass":"EGenericType"},{"id":588,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":589,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":590,"many":false,"required":false,"eClass":"EParameter"},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"id":595,"eClass":"EGenericType"},{"id":596,"eClass":"EGenericType"},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"id":599,"eClass":"EGenericType"},{"name":"C","id":600,"eClass":"ETypeParameter"},{"name":"EL","id":601,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"enum_type","lowerBound":0,"id":602,"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":"referredEnumLiteral","changeable":true,"resolveProxies":true,"lowerBound":0,"id":603,"derived":false},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":606,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":607,"many":false,"required":false,"eClass":"EParameter"},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"id":610,"eClass":"EGenericType"},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"name":"C","id":614,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"boolean_condition","lowerBound":0,"id":615,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"if_type","lowerBound":0,"id":616,"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":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":617,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":618,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":619,"derived":false},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":622,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":623,"many":false,"required":false,"eClass":"EParameter"},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"id":626,"eClass":"EGenericType"},{"id":627,"eClass":"EGenericType"},{"id":628,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":629,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":630,"many":false,"required":false,"eClass":"EParameter"},{"id":631,"eClass":"EGenericType"},{"id":632,"eClass":"EGenericType"},{"id":633,"eClass":"EGenericType"},{"id":634,"eClass":"EGenericType"},{"id":635,"eClass":"EGenericType"},{"id":636,"eClass":"EGenericType"},{"id":637,"eClass":"EGenericType"},{"id":638,"eClass":"EGenericType"},{"id":639,"eClass":"EGenericType"},{"id":640,"eClass":"EGenericType"},{"id":641,"eClass":"EGenericType"},{"name":"C","id":642,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"integer_type","lowerBound":0,"id":643,"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":"integerSymbol","changeable":true,"lowerBound":0,"iD":false,"id":644,"derived":false},{"id":645,"eClass":"EGenericType"},{"id":646,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":647,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":648,"many":false,"required":false,"eClass":"EParameter"},{"id":649,"eClass":"EGenericType"},{"id":650,"eClass":"EGenericType"},{"id":651,"eClass":"EGenericType"},{"id":652,"eClass":"EGenericType"},{"id":653,"eClass":"EGenericType"},{"id":654,"eClass":"EGenericType"},{"name":"C","id":655,"eClass":"ETypeParameter"},{"id":656,"eClass":"EGenericType"},{"id":657,"eClass":"EGenericType"},{"name":"C","id":658,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"natural_type","lowerBound":0,"id":659,"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":"integerSymbol","changeable":true,"lowerBound":0,"iD":false,"id":660,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"unlimited","changeable":false,"lowerBound":1,"iD":false,"id":661,"derived":true},{"id":662,"eClass":"EGenericType"},{"id":663,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":664,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":665,"many":false,"required":false,"eClass":"EParameter"},{"id":666,"eClass":"EGenericType"},{"id":667,"eClass":"EGenericType"},{"id":668,"eClass":"EGenericType"},{"id":669,"eClass":"EGenericType"},{"id":670,"eClass":"EGenericType"},{"id":671,"eClass":"EGenericType"},{"id":672,"eClass":"EGenericType"},{"name":"C","id":673,"eClass":"ETypeParameter"},{"id":674,"eClass":"EGenericType"},{"id":675,"eClass":"EGenericType"},{"name":"C","id":676,"eClass":"ETypeParameter"},{"name":"PM","id":677,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"iterate_type","lowerBound":0,"id":678,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"body_type","lowerBound":0,"id":679,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"result_init","lowerBound":0,"id":680,"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":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":681,"derived":false},{"id":682,"eClass":"EGenericType"},{"id":683,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":684,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":685,"many":false,"required":false,"eClass":"EParameter"},{"id":686,"eClass":"EGenericType"},{"id":687,"eClass":"EGenericType"},{"id":688,"eClass":"EGenericType"},{"id":689,"eClass":"EGenericType"},{"id":690,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":691,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":692,"many":false,"required":false,"eClass":"EParameter"},{"id":693,"eClass":"EGenericType"},{"id":694,"eClass":"EGenericType"},{"id":695,"eClass":"EGenericType"},{"id":696,"eClass":"EGenericType"},{"id":697,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":698,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":699,"many":false,"required":false,"eClass":"EParameter"},{"id":700,"eClass":"EGenericType"},{"id":701,"eClass":"EGenericType"},{"id":702,"eClass":"EGenericType"},{"id":703,"eClass":"EGenericType"},{"id":704,"eClass":"EGenericType"},{"id":705,"eClass":"EGenericType"},{"id":706,"eClass":"EGenericType"},{"id":707,"eClass":"EGenericType"},{"id":708,"eClass":"EGenericType"},{"name":"C","id":709,"eClass":"ETypeParameter"},{"name":"PM","id":710,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"source_collection","lowerBound":0,"id":711,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"loop_variable_init","lowerBound":0,"id":712,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"loop_variable_type","lowerBound":0,"id":713,"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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":714,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":715,"derived":false},{"id":716,"eClass":"EGenericType"},{"id":717,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":718,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":719,"many":false,"required":false,"eClass":"EParameter"},{"id":720,"eClass":"EGenericType"},{"id":721,"eClass":"EGenericType"},{"id":722,"eClass":"EGenericType"},{"id":723,"eClass":"EGenericType"},{"id":724,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":725,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":726,"many":false,"required":false,"eClass":"EParameter"},{"id":727,"eClass":"EGenericType"},{"id":728,"eClass":"EGenericType"},{"id":729,"eClass":"EGenericType"},{"id":730,"eClass":"EGenericType"},{"id":731,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":732,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":733,"many":false,"required":false,"eClass":"EParameter"},{"id":734,"eClass":"EGenericType"},{"id":735,"eClass":"EGenericType"},{"id":736,"eClass":"EGenericType"},{"id":737,"eClass":"EGenericType"},{"id":738,"eClass":"EGenericType"},{"id":739,"eClass":"EGenericType"},{"id":740,"eClass":"EGenericType"},{"id":741,"eClass":"EGenericType"},{"id":742,"eClass":"EGenericType"},{"id":743,"eClass":"EGenericType"},{"name":"C","id":744,"eClass":"ETypeParameter"},{"name":"PM","id":745,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"init_type","lowerBound":0,"id":746,"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":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":747,"derived":false},{"container":false,"ordered":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":748,"derived":false},{"id":749,"eClass":"EGenericType"},{"id":750,"eClass":"EGenericType"},{"id":751,"eClass":"EGenericType"},{"id":752,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":753,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":754,"many":false,"required":false,"eClass":"EParameter"},{"id":755,"eClass":"EGenericType"},{"id":756,"eClass":"EGenericType"},{"id":757,"eClass":"EGenericType"},{"id":758,"eClass":"EGenericType"},{"id":759,"eClass":"EGenericType"},{"id":760,"eClass":"EGenericType"},{"id":761,"eClass":"EGenericType"},{"id":762,"eClass":"EGenericType"},{"name":"C","id":763,"eClass":"ETypeParameter"},{"name":"PM","id":764,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"boolean_type","lowerBound":0,"id":765,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"collect_type","lowerBound":0,"id":766,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"select_reject_type","lowerBound":0,"id":767,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"boolean_body_type","lowerBound":0,"id":768,"many":false,"required":false,"eClass":"EOperation"},{"id":769,"eClass":"EGenericType"},{"id":770,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":771,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":772,"many":false,"required":false,"eClass":"EParameter"},{"id":773,"eClass":"EGenericType"},{"id":774,"eClass":"EGenericType"},{"id":775,"eClass":"EGenericType"},{"id":776,"eClass":"EGenericType"},{"id":777,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":778,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":779,"many":false,"required":false,"eClass":"EParameter"},{"id":780,"eClass":"EGenericType"},{"id":781,"eClass":"EGenericType"},{"id":782,"eClass":"EGenericType"},{"id":783,"eClass":"EGenericType"},{"id":784,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":785,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":786,"many":false,"required":false,"eClass":"EParameter"},{"id":787,"eClass":"EGenericType"},{"id":788,"eClass":"EGenericType"},{"id":789,"eClass":"EGenericType"},{"id":790,"eClass":"EGenericType"},{"id":791,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":792,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":793,"many":false,"required":false,"eClass":"EParameter"},{"id":794,"eClass":"EGenericType"},{"id":795,"eClass":"EGenericType"},{"id":796,"eClass":"EGenericType"},{"id":797,"eClass":"EGenericType"},{"id":798,"eClass":"EGenericType"},{"id":799,"eClass":"EGenericType"},{"name":"C","id":800,"eClass":"ETypeParameter"},{"name":"PM","id":801,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"let_type","lowerBound":0,"id":802,"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":"in","changeable":true,"resolveProxies":true,"lowerBound":0,"id":803,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":804,"derived":false},{"id":805,"eClass":"EGenericType"},{"id":806,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":807,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":808,"many":false,"required":false,"eClass":"EParameter"},{"id":809,"eClass":"EGenericType"},{"id":810,"eClass":"EGenericType"},{"id":811,"eClass":"EGenericType"},{"id":812,"eClass":"EGenericType"},{"id":813,"eClass":"EGenericType"},{"id":814,"eClass":"EGenericType"},{"id":815,"eClass":"EGenericType"},{"id":816,"eClass":"EGenericType"},{"id":817,"eClass":"EGenericType"},{"id":818,"eClass":"EGenericType"},{"name":"C","id":819,"eClass":"ETypeParameter"},{"name":"COA","id":820,"eClass":"ETypeParameter"},{"name":"SSA","id":821,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation_arguments","lowerBound":0,"id":822,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"signal_arguments","lowerBound":0,"id":823,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"target_defines_operation","lowerBound":0,"id":824,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"has_operation_or_signal","lowerBound":0,"id":825,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"target_not_collection","lowerBound":0,"id":826,"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":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":827,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":828,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"calledOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":829,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sentSignal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":830,"derived":false},{"id":831,"eClass":"EGenericType"},{"id":832,"eClass":"EGenericType"},{"id":833,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":834,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":835,"many":false,"required":false,"eClass":"EParameter"},{"id":836,"eClass":"EGenericType"},{"id":837,"eClass":"EGenericType"},{"id":838,"eClass":"EGenericType"},{"id":839,"eClass":"EGenericType"},{"id":840,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":841,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":842,"many":false,"required":false,"eClass":"EParameter"},{"id":843,"eClass":"EGenericType"},{"id":844,"eClass":"EGenericType"},{"id":845,"eClass":"EGenericType"},{"id":846,"eClass":"EGenericType"},{"id":847,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":848,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":849,"many":false,"required":false,"eClass":"EParameter"},{"id":850,"eClass":"EGenericType"},{"id":851,"eClass":"EGenericType"},{"id":852,"eClass":"EGenericType"},{"id":853,"eClass":"EGenericType"},{"id":854,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":855,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":856,"many":false,"required":false,"eClass":"EParameter"},{"id":857,"eClass":"EGenericType"},{"id":858,"eClass":"EGenericType"},{"id":859,"eClass":"EGenericType"},{"id":860,"eClass":"EGenericType"},{"id":861,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":862,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":863,"many":false,"required":false,"eClass":"EParameter"},{"id":864,"eClass":"EGenericType"},{"id":865,"eClass":"EGenericType"},{"id":866,"eClass":"EGenericType"},{"id":867,"eClass":"EGenericType"},{"id":868,"eClass":"EGenericType"},{"id":869,"eClass":"EGenericType"},{"id":870,"eClass":"EGenericType"},{"id":871,"eClass":"EGenericType"},{"id":872,"eClass":"EGenericType"},{"id":873,"eClass":"EGenericType"},{"id":874,"eClass":"EGenericType"},{"name":"C","id":875,"eClass":"ETypeParameter"},{"id":876,"eClass":"EGenericType"},{"id":877,"eClass":"EGenericType"},{"name":"C","id":878,"eClass":"ETypeParameter"},{"name":"O","id":879,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"arguments_conform","lowerBound":0,"id":880,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"argument_count","lowerBound":0,"id":881,"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":"argument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":882,"derived":false},{"container":false,"ordered":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":883,"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":"operationCode","changeable":true,"lowerBound":0,"iD":false,"id":884,"derived":false},{"id":885,"eClass":"EGenericType"},{"id":886,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":887,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":888,"many":false,"required":false,"eClass":"EParameter"},{"id":889,"eClass":"EGenericType"},{"id":890,"eClass":"EGenericType"},{"id":891,"eClass":"EGenericType"},{"id":892,"eClass":"EGenericType"},{"id":893,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":894,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":895,"many":false,"required":false,"eClass":"EParameter"},{"id":896,"eClass":"EGenericType"},{"id":897,"eClass":"EGenericType"},{"id":898,"eClass":"EGenericType"},{"id":899,"eClass":"EGenericType"},{"id":900,"eClass":"EGenericType"},{"id":901,"eClass":"EGenericType"},{"id":902,"eClass":"EGenericType"},{"id":903,"eClass":"EGenericType"},{"id":904,"eClass":"EGenericType"},{"name":"C","id":905,"eClass":"ETypeParameter"},{"name":"P","id":906,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"property_type","lowerBound":0,"id":907,"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":"referredProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":908,"derived":false},{"id":909,"eClass":"EGenericType"},{"id":910,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":911,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":912,"many":false,"required":false,"eClass":"EParameter"},{"id":913,"eClass":"EGenericType"},{"id":914,"eClass":"EGenericType"},{"id":915,"eClass":"EGenericType"},{"id":916,"eClass":"EGenericType"},{"id":917,"eClass":"EGenericType"},{"id":918,"eClass":"EGenericType"},{"id":919,"eClass":"EGenericType"},{"name":"C","id":920,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"real_type","lowerBound":0,"id":921,"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":"realSymbol","changeable":true,"lowerBound":0,"iD":false,"id":922,"derived":false},{"id":923,"eClass":"EGenericType"},{"id":924,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":925,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":926,"many":false,"required":false,"eClass":"EParameter"},{"id":927,"eClass":"EGenericType"},{"id":928,"eClass":"EGenericType"},{"id":929,"eClass":"EGenericType"},{"id":930,"eClass":"EGenericType"},{"id":931,"eClass":"EGenericType"},{"id":932,"eClass":"EGenericType"},{"name":"C","id":933,"eClass":"ETypeParameter"},{"name":"S","id":934,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":935,"derived":false},{"id":936,"eClass":"EGenericType"},{"id":937,"eClass":"EGenericType"},{"id":938,"eClass":"EGenericType"},{"name":"C","id":939,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"string_type","lowerBound":0,"id":940,"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":"stringSymbol","changeable":true,"lowerBound":0,"iD":false,"id":941,"derived":false},{"id":942,"eClass":"EGenericType"},{"id":943,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":944,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":945,"many":false,"required":false,"eClass":"EParameter"},{"id":946,"eClass":"EGenericType"},{"id":947,"eClass":"EGenericType"},{"id":948,"eClass":"EGenericType"},{"id":949,"eClass":"EGenericType"},{"id":950,"eClass":"EGenericType"},{"id":951,"eClass":"EGenericType"},{"name":"C","id":952,"eClass":"ETypeParameter"},{"name":"P","id":953,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"tuple_type","lowerBound":0,"id":954,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"parts_unique","lowerBound":0,"id":955,"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":"part","changeable":true,"resolveProxies":true,"lowerBound":0,"id":956,"derived":false},{"id":957,"eClass":"EGenericType"},{"id":958,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":959,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":960,"many":false,"required":false,"eClass":"EParameter"},{"id":961,"eClass":"EGenericType"},{"id":962,"eClass":"EGenericType"},{"id":963,"eClass":"EGenericType"},{"id":964,"eClass":"EGenericType"},{"id":965,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":966,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":967,"many":false,"required":false,"eClass":"EParameter"},{"id":968,"eClass":"EGenericType"},{"id":969,"eClass":"EGenericType"},{"id":970,"eClass":"EGenericType"},{"id":971,"eClass":"EGenericType"},{"id":972,"eClass":"EGenericType"},{"id":973,"eClass":"EGenericType"},{"id":974,"eClass":"EGenericType"},{"id":975,"eClass":"EGenericType"},{"name":"C","id":976,"eClass":"ETypeParameter"},{"name":"P","id":977,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"value_type","lowerBound":0,"id":978,"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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":979,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":980,"derived":false},{"id":981,"eClass":"EGenericType"},{"id":982,"eClass":"EGenericType"},{"id":983,"eClass":"EGenericType"},{"id":984,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":985,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":986,"many":false,"required":false,"eClass":"EParameter"},{"id":987,"eClass":"EGenericType"},{"id":988,"eClass":"EGenericType"},{"id":989,"eClass":"EGenericType"},{"id":990,"eClass":"EGenericType"},{"id":991,"eClass":"EGenericType"},{"id":992,"eClass":"EGenericType"},{"id":993,"eClass":"EGenericType"},{"id":994,"eClass":"EGenericType"},{"name":"C","id":995,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":996,"derived":false},{"id":997,"eClass":"EGenericType"},{"id":998,"eClass":"EGenericType"},{"id":999,"eClass":"EGenericType"},{"name":"C","id":1000,"eClass":"ETypeParameter"},{"id":1001,"eClass":"EGenericType"},{"id":1002,"eClass":"EGenericType"},{"id":1003,"eClass":"EGenericType"},{"name":"C","id":1004,"eClass":"ETypeParameter"},{"name":"PM","id":1005,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"var_type","lowerBound":0,"id":1006,"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":"referredVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1007,"derived":false},{"id":1008,"eClass":"EGenericType"},{"id":1009,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1010,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1011,"many":false,"required":false,"eClass":"EParameter"},{"id":1012,"eClass":"EGenericType"},{"id":1013,"eClass":"EGenericType"},{"id":1014,"eClass":"EGenericType"},{"id":1015,"eClass":"EGenericType"},{"id":1016,"eClass":"EGenericType"},{"id":1017,"eClass":"EGenericType"},{"id":1018,"eClass":"EGenericType"},{"id":1019,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":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":0},{"source":4,"target":1},{"source":4,"target":18},{"source":4,"target":19},{"source":4,"target":20},{"source":20,"target":21},{"source":20,"target":19},{"source":21,"target":18},{"source":5,"target":1},{"source":5,"target":22},{"source":5,"target":23},{"source":5,"target":6},{"source":5,"target":24},{"source":25,"target":26},{"source":25,"target":27},{"source":25,"target":28},{"source":27,"target":29},{"source":27,"target":25},{"source":28,"target":30},{"source":28,"target":25},{"source":30,"target":31},{"source":30,"target":32},{"source":24,"target":33},{"source":24,"target":34},{"source":24,"target":6},{"source":33,"target":22},{"source":34,"target":23},{"source":6,"target":1},{"source":6,"target":35},{"source":6,"target":36},{"source":6,"target":19},{"source":6,"target":37},{"source":6,"target":38},{"source":6,"target":39},{"source":6,"target":40},{"source":6,"target":41},{"source":6,"target":42},{"source":6,"target":43},{"source":6,"target":44},{"source":38,"target":45},{"source":38,"target":6},{"source":38,"target":46},{"source":38,"target":47},{"source":46,"target":48},{"source":46,"target":38},{"source":47,"target":49},{"source":47,"target":38},{"source":49,"target":50},{"source":49,"target":51},{"source":39,"target":52},{"source":39,"target":6},{"source":39,"target":53},{"source":39,"target":54},{"source":53,"target":55},{"source":53,"target":39},{"source":54,"target":56},{"source":54,"target":39},{"source":56,"target":57},{"source":56,"target":58},{"source":40,"target":59},{"source":40,"target":6},{"source":59,"target":36},{"source":41,"target":60},{"source":41,"target":6},{"source":60,"target":35},{"source":42,"target":61},{"source":42,"target":62},{"source":42,"target":6},{"source":62,"target":61},{"source":43,"target":63},{"source":43,"target":19},{"source":63,"target":36},{"source":44,"target":37},{"source":7,"target":1},{"source":8,"target":1},{"source":8,"target":64},{"source":8,"target":19},{"source":8,"target":65},{"source":65,"target":66},{"source":65,"target":19},{"source":66,"target":64},{"source":9,"target":1},{"source":9,"target":67},{"source":9,"target":68},{"source":9,"target":69},{"source":9,"target":19},{"source":9,"target":70},{"source":9,"target":71},{"source":9,"target":72},{"source":9,"target":73},{"source":9,"target":74},{"source":9,"target":75},{"source":9,"target":76},{"source":70,"target":77},{"source":70,"target":9},{"source":70,"target":78},{"source":70,"target":79},{"source":78,"target":80},{"source":78,"target":70},{"source":79,"target":81},{"source":79,"target":70},{"source":81,"target":82},{"source":81,"target":83},{"source":71,"target":84},{"source":71,"target":9},{"source":71,"target":85},{"source":71,"target":86},{"source":85,"target":87},{"source":85,"target":71},{"source":86,"target":88},{"source":86,"target":71},{"source":88,"target":89},{"source":88,"target":90},{"source":72,"target":91},{"source":72,"target":9},{"source":72,"target":92},{"source":72,"target":93},{"source":92,"target":94},{"source":92,"target":72},{"source":93,"target":95},{"source":93,"target":72},{"source":95,"target":96},{"source":95,"target":97},{"source":73,"target":98},{"source":73,"target":9},{"source":98,"target":69},{"source":74,"target":99},{"source":74,"target":9},{"source":99,"target":68},{"source":75,"target":100},{"source":75,"target":9},{"source":100,"target":67},{"source":76,"target":101},{"source":76,"target":19},{"source":101,"target":68},{"source":10,"target":1},{"source":10,"target":102},{"source":10,"target":103},{"source":10,"target":6},{"source":10,"target":104},{"source":105,"target":106},{"source":105,"target":107},{"source":105,"target":108},{"source":107,"target":109},{"source":107,"target":105},{"source":108,"target":110},{"source":108,"target":105},{"source":110,"target":111},{"source":110,"target":112},{"source":104,"target":113},{"source":104,"target":114},{"source":104,"target":6},{"source":113,"target":102},{"source":114,"target":103},{"source":11,"target":1},{"source":11,"target":115},{"source":11,"target":19},{"source":11,"target":116},{"source":116,"target":117},{"source":116,"target":19},{"source":117,"target":115},{"source":12,"target":1},{"source":12,"target":118},{"source":12,"target":119},{"source":12,"target":6},{"source":12,"target":120},{"source":121,"target":122},{"source":121,"target":123},{"source":121,"target":124},{"source":123,"target":125},{"source":123,"target":121},{"source":124,"target":126},{"source":124,"target":121},{"source":126,"target":127},{"source":126,"target":128},{"source":120,"target":129},{"source":120,"target":130},{"source":120,"target":6},{"source":129,"target":118},{"source":130,"target":119},{"source":13,"target":1},{"source":13,"target":131},{"source":13,"target":132},{"source":13,"target":6},{"source":13,"target":133},{"source":134,"target":135},{"source":134,"target":136},{"source":134,"target":137},{"source":136,"target":138},{"source":136,"target":134},{"source":137,"target":139},{"source":137,"target":134},{"source":139,"target":140},{"source":139,"target":141},{"source":133,"target":142},{"source":133,"target":143},{"source":133,"target":6},{"source":142,"target":131},{"source":143,"target":132},{"source":14,"target":1},{"source":14,"target":144},{"source":14,"target":145},{"source":145,"target":146},{"source":145,"target":14},{"source":15,"target":1},{"source":15,"target":147},{"source":15,"target":148},{"source":15,"target":19},{"source":15,"target":149},{"source":15,"target":150},{"source":15,"target":151},{"source":15,"target":152},{"source":15,"target":153},{"source":149,"target":154},{"source":149,"target":15},{"source":149,"target":155},{"source":149,"target":156},{"source":155,"target":157},{"source":155,"target":149},{"source":156,"target":158},{"source":156,"target":149},{"source":158,"target":159},{"source":158,"target":160},{"source":150,"target":161},{"source":150,"target":15},{"source":150,"target":162},{"source":150,"target":163},{"source":162,"target":164},{"source":162,"target":150},{"source":163,"target":165},{"source":163,"target":150},{"source":165,"target":166},{"source":165,"target":167},{"source":151,"target":168},{"source":151,"target":15},{"source":151,"target":169},{"source":151,"target":170},{"source":169,"target":171},{"source":169,"target":151},{"source":170,"target":172},{"source":170,"target":151},{"source":172,"target":173},{"source":172,"target":174},{"source":152,"target":175},{"source":152,"target":15},{"source":175,"target":148},{"source":153,"target":176},{"source":153,"target":19},{"source":176,"target":147},{"source":16,"target":1},{"source":16,"target":177},{"source":16,"target":178},{"source":16,"target":19},{"source":16,"target":179},{"source":16,"target":180},{"source":179,"target":181},{"source":179,"target":16},{"source":181,"target":177},{"source":180,"target":182},{"source":180,"target":19},{"source":182,"target":178},{"source":17,"target":1},{"source":17,"target":183},{"source":17,"target":19},{"source":17,"target":184},{"source":184,"target":185},{"source":184,"target":19},{"source":185,"target":183},{"source":2,"target":186},{"source":2,"target":187},{"source":2,"target":37},{"source":2,"target":188},{"source":2,"target":189},{"source":2,"target":190},{"source":2,"target":191},{"source":2,"target":19},{"source":2,"target":0},{"source":186,"target":2},{"source":186,"target":192},{"source":186,"target":193},{"source":192,"target":194},{"source":192,"target":186},{"source":193,"target":195},{"source":193,"target":186},{"source":187,"target":2},{"source":187,"target":186},{"source":187,"target":196},{"source":187,"target":197},{"source":187,"target":198},{"source":196,"target":199},{"source":196,"target":187},{"source":197,"target":200},{"source":197,"target":187},{"source":198,"target":186},{"source":37,"target":2},{"source":37,"target":186},{"source":37,"target":201},{"source":37,"target":202},{"source":37,"target":203},{"source":201,"target":204},{"source":201,"target":37},{"source":202,"target":205},{"source":202,"target":37},{"source":203,"target":186},{"source":188,"target":2},{"source":188,"target":206},{"source":206,"target":207},{"source":206,"target":188},{"source":206,"target":208},{"source":206,"target":209},{"source":206,"target":210},{"source":207,"target":208},{"source":209,"target":211},{"source":211,"target":212},{"source":211,"target":213},{"source":211,"target":214},{"source":211,"target":215},{"source":211,"target":216},{"source":211,"target":217},{"source":211,"target":218},{"source":211,"target":219},{"source":211,"target":220},{"source":211,"target":221},{"source":211,"target":189},{"source":212,"target":208},{"source":210,"target":189},{"source":210,"target":222},{"source":210,"target":206},{"source":222,"target":209},{"source":189,"target":2},{"source":189,"target":223},{"source":189,"target":224},{"source":189,"target":225},{"source":189,"target":226},{"source":189,"target":227},{"source":189,"target":228},{"source":189,"target":229},{"source":189,"target":230},{"source":189,"target":231},{"source":189,"target":232},{"source":189,"target":233},{"source":189,"target":234},{"source":189,"target":235},{"source":189,"target":236},{"source":189,"target":237},{"source":189,"target":238},{"source":189,"target":239},{"source":189,"target":240},{"source":189,"target":241},{"source":189,"target":242},{"source":189,"target":243},{"source":189,"target":244},{"source":189,"target":245},{"source":189,"target":246},{"source":189,"target":247},{"source":189,"target":248},{"source":189,"target":249},{"source":189,"target":250},{"source":189,"target":251},{"source":189,"target":252},{"source":189,"target":253},{"source":189,"target":254},{"source":189,"target":255},{"source":189,"target":256},{"source":189,"target":257},{"source":189,"target":258},{"source":189,"target":259},{"source":189,"target":260},{"source":233,"target":261},{"source":233,"target":189},{"source":233,"target":262},{"source":261,"target":223},{"source":262,"target":263},{"source":262,"target":264},{"source":262,"target":233},{"source":264,"target":265},{"source":264,"target":266},{"source":264,"target":263},{"source":265,"target":224},{"source":266,"target":228},{"source":234,"target":267},{"source":234,"target":189},{"source":234,"target":268},{"source":267,"target":223},{"source":268,"target":269},{"source":268,"target":270},{"source":268,"target":234},{"source":270,"target":271},{"source":270,"target":272},{"source":270,"target":269},{"source":271,"target":224},{"source":272,"target":228},{"source":235,"target":273},{"source":235,"target":189},{"source":235,"target":274},{"source":273,"target":223},{"source":274,"target":275},{"source":274,"target":276},{"source":274,"target":235},{"source":276,"target":277},{"source":276,"target":275},{"source":277,"target":224},{"source":236,"target":278},{"source":236,"target":189},{"source":236,"target":279},{"source":278,"target":223},{"source":279,"target":280},{"source":279,"target":281},{"source":279,"target":236},{"source":281,"target":282},{"source":281,"target":280},{"source":282,"target":224},{"source":237,"target":283},{"source":237,"target":189},{"source":237,"target":284},{"source":283,"target":223},{"source":284,"target":285},{"source":284,"target":286},{"source":284,"target":237},{"source":286,"target":287},{"source":286,"target":288},{"source":286,"target":285},{"source":287,"target":224},{"source":288,"target":226},{"source":238,"target":289},{"source":238,"target":189},{"source":238,"target":290},{"source":289,"target":223},{"source":290,"target":291},{"source":290,"target":292},{"source":290,"target":238},{"source":292,"target":293},{"source":292,"target":294},{"source":292,"target":291},{"source":293,"target":224},{"source":294,"target":225},{"source":239,"target":295},{"source":239,"target":189},{"source":239,"target":296},{"source":295,"target":223},{"source":296,"target":297},{"source":296,"target":298},{"source":296,"target":239},{"source":298,"target":299},{"source":298,"target":300},{"source":298,"target":297},{"source":299,"target":224},{"source":300,"target":226},{"source":240,"target":301},{"source":240,"target":189},{"source":240,"target":302},{"source":301,"target":223},{"source":302,"target":303},{"source":302,"target":304},{"source":302,"target":240},{"source":304,"target":305},{"source":304,"target":306},{"source":304,"target":303},{"source":305,"target":224},{"source":306,"target":228},{"source":241,"target":307},{"source":241,"target":189},{"source":241,"target":308},{"source":307,"target":223},{"source":308,"target":309},{"source":308,"target":310},{"source":308,"target":241},{"source":310,"target":311},{"source":310,"target":312},{"source":310,"target":309},{"source":311,"target":224},{"source":312,"target":228},{"source":242,"target":313},{"source":242,"target":189},{"source":242,"target":314},{"source":313,"target":223},{"source":314,"target":315},{"source":314,"target":316},{"source":314,"target":242},{"source":316,"target":317},{"source":316,"target":315},{"source":317,"target":224},{"source":243,"target":318},{"source":243,"target":189},{"source":243,"target":319},{"source":318,"target":223},{"source":319,"target":320},{"source":319,"target":321},{"source":319,"target":243},{"source":321,"target":322},{"source":321,"target":320},{"source":322,"target":224},{"source":244,"target":323},{"source":244,"target":189},{"source":244,"target":324},{"source":323,"target":223},{"source":324,"target":325},{"source":324,"target":326},{"source":324,"target":244},{"source":326,"target":327},{"source":326,"target":325},{"source":327,"target":224},{"source":245,"target":328},{"source":245,"target":189},{"source":245,"target":329},{"source":328,"target":223},{"source":329,"target":330},{"source":329,"target":331},{"source":329,"target":245},{"source":331,"target":332},{"source":331,"target":330},{"source":332,"target":224},{"source":246,"target":333},{"source":246,"target":189},{"source":246,"target":334},{"source":333,"target":223},{"source":334,"target":335},{"source":334,"target":336},{"source":334,"target":246},{"source":336,"target":337},{"source":336,"target":335},{"source":337,"target":224},{"source":247,"target":338},{"source":247,"target":189},{"source":247,"target":339},{"source":338,"target":223},{"source":339,"target":340},{"source":339,"target":341},{"source":339,"target":247},{"source":341,"target":342},{"source":341,"target":340},{"source":342,"target":224},{"source":248,"target":343},{"source":248,"target":189},{"source":248,"target":344},{"source":343,"target":223},{"source":344,"target":345},{"source":344,"target":346},{"source":344,"target":248},{"source":346,"target":347},{"source":346,"target":348},{"source":346,"target":345},{"source":347,"target":224},{"source":348,"target":227},{"source":249,"target":349},{"source":249,"target":189},{"source":249,"target":350},{"source":349,"target":223},{"source":350,"target":351},{"source":350,"target":352},{"source":350,"target":249},{"source":352,"target":353},{"source":352,"target":351},{"source":353,"target":224},{"source":250,"target":354},{"source":250,"target":189},{"source":250,"target":355},{"source":354,"target":223},{"source":355,"target":356},{"source":355,"target":357},{"source":355,"target":250},{"source":357,"target":358},{"source":357,"target":356},{"source":358,"target":224},{"source":251,"target":359},{"source":251,"target":189},{"source":251,"target":360},{"source":359,"target":223},{"source":360,"target":361},{"source":360,"target":362},{"source":360,"target":251},{"source":362,"target":363},{"source":362,"target":361},{"source":363,"target":224},{"source":252,"target":364},{"source":252,"target":189},{"source":252,"target":365},{"source":364,"target":223},{"source":365,"target":366},{"source":365,"target":367},{"source":365,"target":252},{"source":367,"target":368},{"source":367,"target":369},{"source":367,"target":366},{"source":368,"target":224},{"source":369,"target":226},{"source":253,"target":370},{"source":253,"target":189},{"source":253,"target":371},{"source":370,"target":223},{"source":371,"target":372},{"source":371,"target":373},{"source":371,"target":253},{"source":373,"target":374},{"source":373,"target":375},{"source":373,"target":372},{"source":374,"target":224},{"source":375,"target":226},{"source":254,"target":376},{"source":254,"target":189},{"source":254,"target":377},{"source":376,"target":223},{"source":377,"target":378},{"source":377,"target":379},{"source":377,"target":254},{"source":379,"target":380},{"source":379,"target":378},{"source":380,"target":224},{"source":255,"target":381},{"source":255,"target":189},{"source":255,"target":382},{"source":381,"target":223},{"source":382,"target":383},{"source":382,"target":384},{"source":382,"target":255},{"source":384,"target":385},{"source":384,"target":383},{"source":385,"target":224},{"source":256,"target":386},{"source":256,"target":189},{"source":256,"target":387},{"source":386,"target":223},{"source":387,"target":388},{"source":387,"target":389},{"source":387,"target":256},{"source":389,"target":390},{"source":389,"target":391},{"source":389,"target":388},{"source":390,"target":224},{"source":391,"target":229},{"source":257,"target":392},{"source":257,"target":189},{"source":257,"target":393},{"source":392,"target":223},{"source":393,"target":394},{"source":393,"target":395},{"source":393,"target":257},{"source":395,"target":396},{"source":395,"target":397},{"source":395,"target":398},{"source":395,"target":394},{"source":396,"target":224},{"source":397,"target":230},{"source":398,"target":231},{"source":258,"target":399},{"source":258,"target":189},{"source":258,"target":400},{"source":399,"target":223},{"source":400,"target":401},{"source":400,"target":402},{"source":400,"target":258},{"source":402,"target":403},{"source":402,"target":404},{"source":402,"target":401},{"source":403,"target":224},{"source":404,"target":228},{"source":259,"target":405},{"source":259,"target":189},{"source":259,"target":406},{"source":405,"target":223},{"source":406,"target":191},{"source":406,"target":407},{"source":406,"target":259},{"source":407,"target":408},{"source":407,"target":409},{"source":407,"target":191},{"source":408,"target":224},{"source":409,"target":228},{"source":260,"target":410},{"source":260,"target":189},{"source":260,"target":411},{"source":410,"target":223},{"source":411,"target":412},{"source":411,"target":260},{"source":412,"target":232},{"source":190,"target":2},{"source":190,"target":413},{"source":190,"target":414},{"source":190,"target":415},{"source":190,"target":416},{"source":190,"target":417},{"source":414,"target":418},{"source":414,"target":190},{"source":415,"target":419},{"source":415,"target":190},{"source":419,"target":413},{"source":416,"target":190},{"source":416,"target":420},{"source":420,"target":421},{"source":420,"target":416},{"source":417,"target":190},{"source":417,"target":422},{"source":422,"target":423},{"source":422,"target":417},{"source":423,"target":413},{"source":191,"target":2},{"source":191,"target":424},{"source":191,"target":425},{"source":191,"target":188},{"source":191,"target":426},{"source":191,"target":427},{"source":191,"target":428},{"source":191,"target":429},{"source":191,"target":430},{"source":191,"target":431},{"source":426,"target":432},{"source":426,"target":433},{"source":426,"target":191},{"source":433,"target":434},{"source":433,"target":432},{"source":434,"target":424},{"source":427,"target":401},{"source":427,"target":435},{"source":427,"target":191},{"source":435,"target":436},{"source":435,"target":437},{"source":435,"target":401},{"source":436,"target":424},{"source":437,"target":425},{"source":428,"target":401},{"source":428,"target":438},{"source":428,"target":191},{"source":438,"target":439},{"source":438,"target":440},{"source":438,"target":401},{"source":439,"target":424},{"source":440,"target":425},{"source":429,"target":401},{"source":429,"target":441},{"source":429,"target":191},{"source":441,"target":442},{"source":441,"target":443},{"source":441,"target":401},{"source":442,"target":424},{"source":443,"target":425},{"source":430,"target":444},{"source":430,"target":191},{"source":444,"target":424},{"source":431,"target":188},{"source":19,"target":2},{"source":19,"target":445},{"source":19,"target":446},{"source":19,"target":447},{"source":446,"target":448},{"source":446,"target":19},{"source":447,"target":449},{"source":447,"target":19},{"source":449,"target":445},{"source":3,"target":297},{"source":3,"target":450},{"source":3,"target":451},{"source":3,"target":452},{"source":3,"target":432},{"source":3,"target":340},{"source":3,"target":453},{"source":3,"target":454},{"source":3,"target":356},{"source":3,"target":455},{"source":3,"target":61},{"source":3,"target":351},{"source":3,"target":361},{"source":3,"target":345},{"source":3,"target":275},{"source":3,"target":320},{"source":3,"target":456},{"source":3,"target":325},{"source":3,"target":378},{"source":3,"target":309},{"source":3,"target":457},{"source":3,"target":401},{"source":3,"target":303},{"source":3,"target":269},{"source":3,"target":394},{"source":3,"target":383},{"source":3,"target":291},{"source":3,"target":285},{"source":3,"target":330},{"source":3,"target":388},{"source":3,"target":335},{"source":3,"target":366},{"source":3,"target":372},{"source":3,"target":280},{"source":3,"target":315},{"source":3,"target":263},{"source":3,"target":0},{"source":297,"target":3},{"source":297,"target":458},{"source":297,"target":459},{"source":297,"target":450},{"source":297,"target":460},{"source":297,"target":461},{"source":460,"target":462},{"source":460,"target":297},{"source":462,"target":458},{"source":461,"target":463},{"source":461,"target":464},{"source":461,"target":450},{"source":463,"target":458},{"source":464,"target":459},{"source":450,"target":3},{"source":450,"target":465},{"source":450,"target":466},{"source":450,"target":451},{"source":450,"target":467},{"source":450,"target":468},{"source":450,"target":469},{"source":467,"target":432},{"source":467,"target":470},{"source":467,"target":450},{"source":470,"target":471},{"source":470,"target":432},{"source":471,"target":465},{"source":468,"target":472},{"source":468,"target":450},{"source":472,"target":466},{"source":469,"target":473},{"source":469,"target":451},{"source":473,"target":465},{"source":451,"target":3},{"source":451,"target":474},{"source":451,"target":452},{"source":451,"target":475},{"source":451,"target":476},{"source":475,"target":477},{"source":475,"target":451},{"source":476,"target":478},{"source":476,"target":452},{"source":478,"target":474},{"source":452,"target":3},{"source":452,"target":479},{"source":452,"target":432},{"source":452,"target":187},{"source":452,"target":480},{"source":452,"target":481},{"source":452,"target":482},{"source":480,"target":432},{"source":480,"target":483},{"source":480,"target":452},{"source":483,"target":484},{"source":483,"target":432},{"source":484,"target":479},{"source":481,"target":485},{"source":481,"target":432},{"source":485,"target":479},{"source":482,"target":187},{"source":432,"target":3},{"source":432,"target":486},{"source":432,"target":190},{"source":432,"target":188},{"source":432,"target":186},{"source":432,"target":487},{"source":432,"target":488},{"source":432,"target":489},{"source":487,"target":490},{"source":487,"target":190},{"source":490,"target":486},{"source":488,"target":188},{"source":489,"target":186},{"source":340,"target":3},{"source":340,"target":491},{"source":340,"target":453},{"source":340,"target":492},{"source":340,"target":493},{"source":340,"target":494},{"source":492,"target":495},{"source":492,"target":340},{"source":492,"target":496},{"source":492,"target":497},{"source":496,"target":498},{"source":496,"target":492},{"source":497,"target":499},{"source":497,"target":492},{"source":499,"target":500},{"source":499,"target":501},{"source":493,"target":502},{"source":493,"target":340},{"source":494,"target":503},{"source":494,"target":453},{"source":503,"target":491},{"source":453,"target":3},{"source":453,"target":504},{"source":453,"target":454},{"source":453,"target":505},{"source":505,"target":506},{"source":505,"target":454},{"source":506,"target":504},{"source":454,"target":3},{"source":454,"target":507},{"source":454,"target":432},{"source":454,"target":508},{"source":508,"target":509},{"source":508,"target":432},{"source":509,"target":507},{"source":356,"target":3},{"source":356,"target":510},{"source":356,"target":455},{"source":356,"target":511},{"source":356,"target":512},{"source":356,"target":513},{"source":511,"target":514},{"source":511,"target":356},{"source":511,"target":515},{"source":511,"target":516},{"source":515,"target":517},{"source":515,"target":511},{"source":516,"target":518},{"source":516,"target":511},{"source":518,"target":519},{"source":518,"target":520},{"source":512,"target":432},{"source":512,"target":521},{"source":512,"target":356},{"source":521,"target":522},{"source":521,"target":432},{"source":522,"target":510},{"source":513,"target":523},{"source":513,"target":455},{"source":523,"target":510},{"source":455,"target":3},{"source":455,"target":524},{"source":455,"target":190},{"source":455,"target":188},{"source":455,"target":525},{"source":455,"target":526},{"source":525,"target":527},{"source":525,"target":190},{"source":527,"target":524},{"source":526,"target":188},{"source":61,"target":3},{"source":61,"target":528},{"source":61,"target":529},{"source":61,"target":530},{"source":61,"target":531},{"source":61,"target":532},{"source":528,"target":61},{"source":529,"target":61},{"source":530,"target":61},{"source":531,"target":61},{"source":532,"target":61},{"source":351,"target":3},{"source":351,"target":533},{"source":351,"target":454},{"source":351,"target":534},{"source":351,"target":535},{"source":351,"target":536},{"source":351,"target":537},{"source":351,"target":538},{"source":351,"target":539},{"source":351,"target":540},{"source":351,"target":541},{"source":351,"target":542},{"source":534,"target":543},{"source":534,"target":351},{"source":534,"target":544},{"source":534,"target":545},{"source":544,"target":546},{"source":544,"target":534},{"source":545,"target":547},{"source":545,"target":534},{"source":547,"target":548},{"source":547,"target":549},{"source":535,"target":550},{"source":535,"target":351},{"source":535,"target":551},{"source":535,"target":552},{"source":551,"target":553},{"source":551,"target":535},{"source":552,"target":554},{"source":552,"target":535},{"source":554,"target":555},{"source":554,"target":556},{"source":536,"target":557},{"source":536,"target":351},{"source":536,"target":558},{"source":536,"target":559},{"source":558,"target":560},{"source":558,"target":536},{"source":559,"target":561},{"source":559,"target":536},{"source":561,"target":562},{"source":561,"target":563},{"source":537,"target":564},{"source":537,"target":351},{"source":537,"target":565},{"source":537,"target":566},{"source":565,"target":567},{"source":565,"target":537},{"source":566,"target":568},{"source":566,"target":537},{"source":568,"target":569},{"source":568,"target":570},{"source":538,"target":571},{"source":538,"target":351},{"source":538,"target":572},{"source":538,"target":573},{"source":572,"target":574},{"source":572,"target":538},{"source":573,"target":575},{"source":573,"target":538},{"source":575,"target":576},{"source":575,"target":577},{"source":539,"target":61},{"source":539,"target":578},{"source":539,"target":351},{"source":578,"target":61},{"source":540,"target":455},{"source":540,"target":579},{"source":540,"target":351},{"source":579,"target":580},{"source":579,"target":455},{"source":580,"target":533},{"source":541,"target":581},{"source":541,"target":351},{"source":542,"target":582},{"source":542,"target":454},{"source":582,"target":533},{"source":361,"target":3},{"source":361,"target":583},{"source":361,"target":455},{"source":361,"target":584},{"source":361,"target":585},{"source":361,"target":586},{"source":361,"target":587},{"source":584,"target":588},{"source":584,"target":361},{"source":584,"target":589},{"source":584,"target":590},{"source":589,"target":591},{"source":589,"target":584},{"source":590,"target":592},{"source":590,"target":584},{"source":592,"target":593},{"source":592,"target":594},{"source":585,"target":432},{"source":585,"target":595},{"source":585,"target":361},{"source":595,"target":596},{"source":595,"target":432},{"source":596,"target":583},{"source":586,"target":432},{"source":586,"target":597},{"source":586,"target":361},{"source":597,"target":598},{"source":597,"target":432},{"source":598,"target":583},{"source":587,"target":599},{"source":587,"target":455},{"source":599,"target":583},{"source":345,"target":3},{"source":345,"target":600},{"source":345,"target":601},{"source":345,"target":454},{"source":345,"target":602},{"source":345,"target":603},{"source":345,"target":604},{"source":602,"target":605},{"source":602,"target":345},{"source":602,"target":606},{"source":602,"target":607},{"source":606,"target":608},{"source":606,"target":602},{"source":607,"target":609},{"source":607,"target":602},{"source":609,"target":610},{"source":609,"target":611},{"source":603,"target":612},{"source":603,"target":345},{"source":612,"target":601},{"source":604,"target":613},{"source":604,"target":454},{"source":613,"target":600},{"source":275,"target":3},{"source":275,"target":614},{"source":275,"target":432},{"source":275,"target":615},{"source":275,"target":616},{"source":275,"target":617},{"source":275,"target":618},{"source":275,"target":619},{"source":275,"target":620},{"source":615,"target":621},{"source":615,"target":275},{"source":615,"target":622},{"source":615,"target":623},{"source":622,"target":624},{"source":622,"target":615},{"source":623,"target":625},{"source":623,"target":615},{"source":625,"target":626},{"source":625,"target":627},{"source":616,"target":628},{"source":616,"target":275},{"source":616,"target":629},{"source":616,"target":630},{"source":629,"target":631},{"source":629,"target":616},{"source":630,"target":632},{"source":630,"target":616},{"source":632,"target":633},{"source":632,"target":634},{"source":617,"target":432},{"source":617,"target":635},{"source":617,"target":275},{"source":635,"target":636},{"source":635,"target":432},{"source":636,"target":614},{"source":618,"target":432},{"source":618,"target":637},{"source":618,"target":275},{"source":637,"target":638},{"source":637,"target":432},{"source":638,"target":614},{"source":619,"target":432},{"source":619,"target":639},{"source":619,"target":275},{"source":639,"target":640},{"source":639,"target":432},{"source":640,"target":614},{"source":620,"target":641},{"source":620,"target":432},{"source":641,"target":614},{"source":320,"target":3},{"source":320,"target":642},{"source":320,"target":456},{"source":320,"target":643},{"source":320,"target":644},{"source":320,"target":645},{"source":643,"target":646},{"source":643,"target":320},{"source":643,"target":647},{"source":643,"target":648},{"source":647,"target":649},{"source":647,"target":643},{"source":648,"target":650},{"source":648,"target":643},{"source":650,"target":651},{"source":650,"target":652},{"source":644,"target":653},{"source":644,"target":320},{"source":645,"target":654},{"source":645,"target":456},{"source":654,"target":642},{"source":456,"target":3},{"source":456,"target":655},{"source":456,"target":453},{"source":456,"target":656},{"source":656,"target":657},{"source":656,"target":453},{"source":657,"target":655},{"source":325,"target":3},{"source":325,"target":658},{"source":325,"target":456},{"source":325,"target":659},{"source":325,"target":660},{"source":325,"target":661},{"source":325,"target":662},{"source":659,"target":663},{"source":659,"target":325},{"source":659,"target":664},{"source":659,"target":665},{"source":664,"target":666},{"source":664,"target":659},{"source":665,"target":667},{"source":665,"target":659},{"source":667,"target":668},{"source":667,"target":669},{"source":660,"target":670},{"source":660,"target":325},{"source":661,"target":671},{"source":661,"target":325},{"source":662,"target":672},{"source":662,"target":456},{"source":672,"target":658},{"source":378,"target":3},{"source":378,"target":673},{"source":378,"target":454},{"source":378,"target":674},{"source":674,"target":675},{"source":674,"target":454},{"source":675,"target":673},{"source":309,"target":3},{"source":309,"target":676},{"source":309,"target":677},{"source":309,"target":457},{"source":309,"target":678},{"source":309,"target":679},{"source":309,"target":680},{"source":309,"target":681},{"source":309,"target":682},{"source":678,"target":683},{"source":678,"target":309},{"source":678,"target":684},{"source":678,"target":685},{"source":684,"target":686},{"source":684,"target":678},{"source":685,"target":687},{"source":685,"target":678},{"source":687,"target":688},{"source":687,"target":689},{"source":679,"target":690},{"source":679,"target":309},{"source":679,"target":691},{"source":679,"target":692},{"source":691,"target":693},{"source":691,"target":679},{"source":692,"target":694},{"source":692,"target":679},{"source":694,"target":695},{"source":694,"target":696},{"source":680,"target":697},{"source":680,"target":309},{"source":680,"target":698},{"source":680,"target":699},{"source":698,"target":700},{"source":698,"target":680},{"source":699,"target":701},{"source":699,"target":680},{"source":701,"target":702},{"source":701,"target":703},{"source":681,"target":401},{"source":681,"target":704},{"source":681,"target":309},{"source":704,"target":705},{"source":704,"target":706},{"source":704,"target":401},{"source":705,"target":676},{"source":706,"target":677},{"source":682,"target":707},{"source":682,"target":708},{"source":682,"target":457},{"source":707,"target":676},{"source":708,"target":677},{"source":457,"target":3},{"source":457,"target":709},{"source":457,"target":710},{"source":457,"target":452},{"source":457,"target":711},{"source":457,"target":712},{"source":457,"target":713},{"source":457,"target":714},{"source":457,"target":715},{"source":457,"target":716},{"source":711,"target":717},{"source":711,"target":457},{"source":711,"target":718},{"source":711,"target":719},{"source":718,"target":720},{"source":718,"target":711},{"source":719,"target":721},{"source":719,"target":711},{"source":721,"target":722},{"source":721,"target":723},{"source":712,"target":724},{"source":712,"target":457},{"source":712,"target":725},{"source":712,"target":726},{"source":725,"target":727},{"source":725,"target":712},{"source":726,"target":728},{"source":726,"target":712},{"source":728,"target":729},{"source":728,"target":730},{"source":713,"target":731},{"source":713,"target":457},{"source":713,"target":732},{"source":713,"target":733},{"source":732,"target":734},{"source":732,"target":713},{"source":733,"target":735},{"source":733,"target":713},{"source":735,"target":736},{"source":735,"target":737},{"source":714,"target":432},{"source":714,"target":738},{"source":714,"target":457},{"source":738,"target":739},{"source":738,"target":432},{"source":739,"target":709},{"source":715,"target":401},{"source":715,"target":740},{"source":715,"target":457},{"source":740,"target":741},{"source":740,"target":742},{"source":740,"target":401},{"source":741,"target":709},{"source":742,"target":710},{"source":716,"target":743},{"source":716,"target":452},{"source":743,"target":709},{"source":401,"target":3},{"source":401,"target":744},{"source":401,"target":745},{"source":401,"target":190},{"source":401,"target":188},{"source":401,"target":37},{"source":401,"target":746},{"source":401,"target":747},{"source":401,"target":748},{"source":401,"target":749},{"source":401,"target":750},{"source":401,"target":751},{"source":746,"target":752},{"source":746,"target":401},{"source":746,"target":753},{"source":746,"target":754},{"source":753,"target":755},{"source":753,"target":746},{"source":754,"target":756},{"source":754,"target":746},{"source":756,"target":757},{"source":756,"target":758},{"source":747,"target":432},{"source":747,"target":759},{"source":747,"target":401},{"source":759,"target":760},{"source":759,"target":432},{"source":760,"target":744},{"source":748,"target":761},{"source":748,"target":401},{"source":761,"target":745},{"source":749,"target":762},{"source":749,"target":190},{"source":762,"target":744},{"source":750,"target":188},{"source":751,"target":37},{"source":303,"target":3},{"source":303,"target":763},{"source":303,"target":764},{"source":303,"target":457},{"source":303,"target":765},{"source":303,"target":766},{"source":303,"target":767},{"source":303,"target":768},{"source":303,"target":769},{"source":765,"target":770},{"source":765,"target":303},{"source":765,"target":771},{"source":765,"target":772},{"source":771,"target":773},{"source":771,"target":765},{"source":772,"target":774},{"source":772,"target":765},{"source":774,"target":775},{"source":774,"target":776},{"source":766,"target":777},{"source":766,"target":303},{"source":766,"target":778},{"source":766,"target":779},{"source":778,"target":780},{"source":778,"target":766},{"source":779,"target":781},{"source":779,"target":766},{"source":781,"target":782},{"source":781,"target":783},{"source":767,"target":784},{"source":767,"target":303},{"source":767,"target":785},{"source":767,"target":786},{"source":785,"target":787},{"source":785,"target":767},{"source":786,"target":788},{"source":786,"target":767},{"source":788,"target":789},{"source":788,"target":790},{"source":768,"target":791},{"source":768,"target":303},{"source":768,"target":792},{"source":768,"target":793},{"source":792,"target":794},{"source":792,"target":768},{"source":793,"target":795},{"source":793,"target":768},{"source":795,"target":796},{"source":795,"target":797},{"source":769,"target":798},{"source":769,"target":799},{"source":769,"target":457},{"source":798,"target":763},{"source":799,"target":764},{"source":269,"target":3},{"source":269,"target":800},{"source":269,"target":801},{"source":269,"target":432},{"source":269,"target":802},{"source":269,"target":803},{"source":269,"target":804},{"source":269,"target":805},{"source":802,"target":806},{"source":802,"target":269},{"source":802,"target":807},{"source":802,"target":808},{"source":807,"target":809},{"source":807,"target":802},{"source":808,"target":810},{"source":808,"target":802},{"source":810,"target":811},{"source":810,"target":812},{"source":803,"target":432},{"source":803,"target":813},{"source":803,"target":269},{"source":813,"target":814},{"source":813,"target":432},{"source":814,"target":800},{"source":804,"target":401},{"source":804,"target":815},{"source":804,"target":269},{"source":815,"target":816},{"source":815,"target":817},{"source":815,"target":401},{"source":816,"target":800},{"source":817,"target":801},{"source":805,"target":818},{"source":805,"target":432},{"source":818,"target":800},{"source":394,"target":3},{"source":394,"target":819},{"source":394,"target":820},{"source":394,"target":821},{"source":394,"target":432},{"source":394,"target":187},{"source":394,"target":822},{"source":394,"target":823},{"source":394,"target":824},{"source":394,"target":825},{"source":394,"target":826},{"source":394,"target":827},{"source":394,"target":828},{"source":394,"target":829},{"source":394,"target":830},{"source":394,"target":831},{"source":394,"target":832},{"source":822,"target":833},{"source":822,"target":394},{"source":822,"target":834},{"source":822,"target":835},{"source":834,"target":836},{"source":834,"target":822},{"source":835,"target":837},{"source":835,"target":822},{"source":837,"target":838},{"source":837,"target":839},{"source":823,"target":840},{"source":823,"target":394},{"source":823,"target":841},{"source":823,"target":842},{"source":841,"target":843},{"source":841,"target":823},{"source":842,"target":844},{"source":842,"target":823},{"source":844,"target":845},{"source":844,"target":846},{"source":824,"target":847},{"source":824,"target":394},{"source":824,"target":848},{"source":824,"target":849},{"source":848,"target":850},{"source":848,"target":824},{"source":849,"target":851},{"source":849,"target":824},{"source":851,"target":852},{"source":851,"target":853},{"source":825,"target":854},{"source":825,"target":394},{"source":825,"target":855},{"source":825,"target":856},{"source":855,"target":857},{"source":855,"target":825},{"source":856,"target":858},{"source":856,"target":825},{"source":858,"target":859},{"source":858,"target":860},{"source":826,"target":861},{"source":826,"target":394},{"source":826,"target":862},{"source":826,"target":863},{"source":862,"target":864},{"source":862,"target":826},{"source":863,"target":865},{"source":863,"target":826},{"source":865,"target":866},{"source":865,"target":867},{"source":827,"target":432},{"source":827,"target":868},{"source":827,"target":394},{"source":868,"target":869},{"source":868,"target":432},{"source":869,"target":819},{"source":828,"target":432},{"source":828,"target":870},{"source":828,"target":394},{"source":870,"target":871},{"source":870,"target":432},{"source":871,"target":819},{"source":829,"target":872},{"source":829,"target":394},{"source":872,"target":820},{"source":830,"target":873},{"source":830,"target":394},{"source":873,"target":821},{"source":831,"target":874},{"source":831,"target":432},{"source":874,"target":819},{"source":832,"target":187},{"source":383,"target":3},{"source":383,"target":875},{"source":383,"target":454},{"source":383,"target":876},{"source":876,"target":877},{"source":876,"target":454},{"source":877,"target":875},{"source":291,"target":3},{"source":291,"target":878},{"source":291,"target":879},{"source":291,"target":451},{"source":291,"target":880},{"source":291,"target":881},{"source":291,"target":882},{"source":291,"target":883},{"source":291,"target":884},{"source":291,"target":885},{"source":880,"target":886},{"source":880,"target":291},{"source":880,"target":887},{"source":880,"target":888},{"source":887,"target":889},{"source":887,"target":880},{"source":888,"target":890},{"source":888,"target":880},{"source":890,"target":891},{"source":890,"target":892},{"source":881,"target":893},{"source":881,"target":291},{"source":881,"target":894},{"source":881,"target":895},{"source":894,"target":896},{"source":894,"target":881},{"source":895,"target":897},{"source":895,"target":881},{"source":897,"target":898},{"source":897,"target":899},{"source":882,"target":432},{"source":882,"target":900},{"source":882,"target":291},{"source":900,"target":901},{"source":900,"target":432},{"source":901,"target":878},{"source":883,"target":902},{"source":883,"target":291},{"source":902,"target":879},{"source":884,"target":903},{"source":884,"target":291},{"source":885,"target":904},{"source":885,"target":451},{"source":904,"target":878},{"source":285,"target":3},{"source":285,"target":905},{"source":285,"target":906},{"source":285,"target":450},{"source":285,"target":907},{"source":285,"target":908},{"source":285,"target":909},{"source":907,"target":910},{"source":907,"target":285},{"source":907,"target":911},{"source":907,"target":912},{"source":911,"target":913},{"source":911,"target":907},{"source":912,"target":914},{"source":912,"target":907},{"source":914,"target":915},{"source":914,"target":916},{"source":908,"target":917},{"source":908,"target":285},{"source":917,"target":906},{"source":909,"target":918},{"source":909,"target":919},{"source":909,"target":450},{"source":918,"target":905},{"source":919,"target":906},{"source":330,"target":3},{"source":330,"target":920},{"source":330,"target":456},{"source":330,"target":921},{"source":330,"target":922},{"source":330,"target":923},{"source":921,"target":924},{"source":921,"target":330},{"source":921,"target":925},{"source":921,"target":926},{"source":925,"target":927},{"source":925,"target":921},{"source":926,"target":928},{"source":926,"target":921},{"source":928,"target":929},{"source":928,"target":930},{"source":922,"target":931},{"source":922,"target":330},{"source":923,"target":932},{"source":923,"target":456},{"source":932,"target":920},{"source":388,"target":3},{"source":388,"target":933},{"source":388,"target":934},{"source":388,"target":432},{"source":388,"target":935},{"source":388,"target":936},{"source":935,"target":937},{"source":935,"target":388},{"source":937,"target":934},{"source":936,"target":938},{"source":936,"target":432},{"source":938,"target":933},{"source":335,"target":3},{"source":335,"target":939},{"source":335,"target":453},{"source":335,"target":940},{"source":335,"target":941},{"source":335,"target":942},{"source":940,"target":943},{"source":940,"target":335},{"source":940,"target":944},{"source":940,"target":945},{"source":944,"target":946},{"source":944,"target":940},{"source":945,"target":947},{"source":945,"target":940},{"source":947,"target":948},{"source":947,"target":949},{"source":941,"target":950},{"source":941,"target":335},{"source":942,"target":951},{"source":942,"target":453},{"source":951,"target":939},{"source":366,"target":3},{"source":366,"target":952},{"source":366,"target":953},{"source":366,"target":454},{"source":366,"target":954},{"source":366,"target":955},{"source":366,"target":956},{"source":366,"target":957},{"source":954,"target":958},{"source":954,"target":366},{"source":954,"target":959},{"source":954,"target":960},{"source":959,"target":961},{"source":959,"target":954},{"source":960,"target":962},{"source":960,"target":954},{"source":962,"target":963},{"source":962,"target":964},{"source":955,"target":965},{"source":955,"target":366},{"source":955,"target":966},{"source":955,"target":967},{"source":966,"target":968},{"source":966,"target":955},{"source":967,"target":969},{"source":967,"target":955},{"source":969,"target":970},{"source":969,"target":971},{"source":956,"target":372},{"source":956,"target":972},{"source":956,"target":366},{"source":972,"target":973},{"source":972,"target":974},{"source":972,"target":372},{"source":973,"target":952},{"source":974,"target":953},{"source":957,"target":975},{"source":957,"target":454},{"source":975,"target":952},{"source":372,"target":3},{"source":372,"target":976},{"source":372,"target":977},{"source":372,"target":190},{"source":372,"target":188},{"source":372,"target":37},{"source":372,"target":978},{"source":372,"target":979},{"source":372,"target":980},{"source":372,"target":981},{"source":372,"target":982},{"source":372,"target":983},{"source":978,"target":984},{"source":978,"target":372},{"source":978,"target":985},{"source":978,"target":986},{"source":985,"target":987},{"source":985,"target":978},{"source":986,"target":988},{"source":986,"target":978},{"source":988,"target":989},{"source":988,"target":990},{"source":979,"target":432},{"source":979,"target":991},{"source":979,"target":372},{"source":991,"target":992},{"source":991,"target":432},{"source":992,"target":976},{"source":980,"target":993},{"source":980,"target":372},{"source":993,"target":977},{"source":981,"target":994},{"source":981,"target":190},{"source":994,"target":976},{"source":982,"target":188},{"source":983,"target":37},{"source":280,"target":3},{"source":280,"target":995},{"source":280,"target":432},{"source":280,"target":996},{"source":280,"target":997},{"source":996,"target":998},{"source":996,"target":280},{"source":998,"target":995},{"source":997,"target":999},{"source":997,"target":432},{"source":999,"target":995},{"source":315,"target":3},{"source":315,"target":1000},{"source":315,"target":432},{"source":315,"target":37},{"source":315,"target":1001},{"source":315,"target":1002},{"source":1001,"target":1003},{"source":1001,"target":432},{"source":1003,"target":1000},{"source":1002,"target":37},{"source":263,"target":3},{"source":263,"target":1004},{"source":263,"target":1005},{"source":263,"target":432},{"source":263,"target":1006},{"source":263,"target":1007},{"source":263,"target":1008},{"source":1006,"target":1009},{"source":1006,"target":263},{"source":1006,"target":1010},{"source":1006,"target":1011},{"source":1010,"target":1012},{"source":1010,"target":1006},{"source":1011,"target":1013},{"source":1011,"target":1006},{"source":1013,"target":1014},{"source":1013,"target":1015},{"source":1007,"target":401},{"source":1007,"target":1016},{"source":1007,"target":263},{"source":1016,"target":1017},{"source":1016,"target":1018},{"source":1016,"target":401},{"source":1017,"target":1004},{"source":1018,"target":1005},{"source":1008,"target":1019},{"source":1008,"target":432},{"source":1019,"target":1004}],"multigraph":true}
ecore
publication
repo-ecore-all/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/publication102.ecore
publication102 Researcher name forName writes reviews res_papers skills res_position collaborations Paper paragraphs authors keywords citedBy Paragraph reviews content ReviewNote content Write paragraph timeSpent Review reviewNote date PublicationStructure researchers papers knowledgeMan positions Named name Counted id Labelled lname Skill description Position description parent Keyword description kpapers KnowledgeManager allkeywords PaperKeyword weight keyword Collaboration ratio col_paper
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="publication102" nsURI="http://publication102" nsPrefix="_publication102"> <eClassifiers xsi:type="ecore:EClass" name="Researcher"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="label=name" value=""/> <details key="lnk=writes" value=""/> <details key="lnk=reviews" value=""/> <details key="lnk=collaborations"/> <details key="ref=res_position"/> <details key="cref=skills"/> </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=""/> </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" value=""/> <details key="cont=Paper.paragraphs" value=""/> <details key="label=name"/> <details key="kref=reviews" 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="Write" eSuperTypes="#//Labelled"> <eAnnotations source="diagraph"> <details key="link"/> <details key="label=timeSpent"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="paragraph" eType="#//Paragraph"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeSpent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Review" eSuperTypes="#//Labelled"> <eAnnotations source="diagraph"> <details key="link"/> <details key="label=date"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="reviewNote" eType="#//ReviewNote"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PublicationStructure" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="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="knowledgeMan" eType="#//KnowledgeManager" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="positions" upperBound="-1" eType="#//Position" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Named" abstract="true"> <eAnnotations source="diagraph"> <details key="label=name" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Counted" abstract="true"> <eAnnotations source="diagraph"> <details key="label=id" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Labelled" abstract="true"> <eAnnotations source="diagraph"> <details key="label=lname" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Skill"> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=description"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Position" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=description"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Position"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Keyword" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="kpapers" upperBound="-1" eType="#//Paper"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KnowledgeManager" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node"/> <details key="kref=allkeywords"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="allkeywords" upperBound="-1" eType="#//Keyword" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PaperKeyword"> <eAnnotations source="diagraph"> <details key="link"/> <details key="ltrg=keyword"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keyword" eType="#//Keyword"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Collaboration"> <eAnnotations source="diagraph"> <details key="label=ratio" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ratio" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="col_paper" eType="#//Paper"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"_publication102","nsURI":"http://publication102","name":"publication102","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":"Position","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Keyword","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KnowledgeManager","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PaperKeyword","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"forName","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"writes","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":"reviews","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"res_papers","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":"skills","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":"res_position","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":"collaborations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"paragraphs","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":"keywords","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":"citedBy","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"},{"container":false,"ordered":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":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"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":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":false,"unsettable":false,"transient":false,"unique":true,"name":"paragraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":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":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reviewNote","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":"date","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"researchers","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":"papers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"knowledgeMan","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":"positions","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"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"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":"id","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"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":"lname","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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},{"container":false,"ordered":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":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"allkeywords","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"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":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":"keyword","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"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":95,"derived":false},{"container":false,"ordered":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":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"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":17,"target":25},{"source":17,"target":1},{"source":18,"target":26},{"source":18,"target":1},{"source":19,"target":5},{"source":19,"target":27},{"source":19,"target":1},{"source":27,"target":5},{"source":20,"target":6},{"source":20,"target":28},{"source":20,"target":1},{"source":28,"target":6},{"source":21,"target":2},{"source":21,"target":29},{"source":21,"target":1},{"source":21,"target":30},{"source":29,"target":2},{"source":22,"target":11},{"source":22,"target":31},{"source":22,"target":1},{"source":31,"target":11},{"source":23,"target":12},{"source":23,"target":32},{"source":23,"target":1},{"source":32,"target":12},{"source":24,"target":16},{"source":24,"target":33},{"source":24,"target":1},{"source":33,"target":16},{"source":2,"target":0},{"source":2,"target":8},{"source":2,"target":34},{"source":2,"target":30},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":34,"target":3},{"source":34,"target":38},{"source":34,"target":2},{"source":38,"target":3},{"source":30,"target":1},{"source":30,"target":39},{"source":30,"target":2},{"source":30,"target":21},{"source":39,"target":1},{"source":35,"target":15},{"source":35,"target":40},{"source":35,"target":2},{"source":40,"target":15},{"source":36,"target":2},{"source":36,"target":41},{"source":36,"target":2},{"source":41,"target":2},{"source":37,"target":8},{"source":3,"target":0},{"source":3,"target":9},{"source":3,"target":8},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":42,"target":4},{"source":42,"target":46},{"source":42,"target":3},{"source":46,"target":4},{"source":43,"target":47},{"source":43,"target":3},{"source":44,"target":9},{"source":45,"target":8},{"source":4,"target":0},{"source":4,"target":8},{"source":4,"target":48},{"source":4,"target":49},{"source":48,"target":50},{"source":48,"target":4},{"source":49,"target":8},{"source":5,"target":0},{"source":5,"target":10},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":51,"target":3},{"source":51,"target":54},{"source":51,"target":5},{"source":54,"target":3},{"source":52,"target":55},{"source":52,"target":5},{"source":53,"target":10},{"source":6,"target":0},{"source":6,"target":10},{"source":6,"target":56},{"source":6,"target":57},{"source":6,"target":58},{"source":56,"target":4},{"source":56,"target":59},{"source":56,"target":6},{"source":59,"target":4},{"source":57,"target":60},{"source":57,"target":6},{"source":58,"target":10},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":61},{"source":7,"target":62},{"source":7,"target":63},{"source":7,"target":64},{"source":7,"target":65},{"source":61,"target":1},{"source":61,"target":66},{"source":61,"target":7},{"source":66,"target":1},{"source":62,"target":2},{"source":62,"target":67},{"source":62,"target":7},{"source":67,"target":2},{"source":63,"target":14},{"source":63,"target":68},{"source":63,"target":7},{"source":68,"target":14},{"source":64,"target":12},{"source":64,"target":69},{"source":64,"target":7},{"source":69,"target":12},{"source":65,"target":8},{"source":8,"target":0},{"source":8,"target":70},{"source":70,"target":71},{"source":70,"target":8},{"source":9,"target":0},{"source":9,"target":72},{"source":72,"target":73},{"source":72,"target":9},{"source":10,"target":0},{"source":10,"target":74},{"source":74,"target":75},{"source":74,"target":10},{"source":11,"target":0},{"source":11,"target":76},{"source":76,"target":77},{"source":76,"target":11},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":78},{"source":12,"target":79},{"source":12,"target":80},{"source":78,"target":81},{"source":78,"target":12},{"source":79,"target":12},{"source":79,"target":82},{"source":79,"target":12},{"source":82,"target":12},{"source":80,"target":8},{"source":13,"target":0},{"source":13,"target":8},{"source":13,"target":83},{"source":13,"target":84},{"source":13,"target":85},{"source":83,"target":86},{"source":83,"target":13},{"source":84,"target":2},{"source":84,"target":87},{"source":84,"target":13},{"source":87,"target":2},{"source":85,"target":8},{"source":14,"target":0},{"source":14,"target":8},{"source":14,"target":88},{"source":14,"target":89},{"source":88,"target":13},{"source":88,"target":90},{"source":88,"target":14},{"source":90,"target":13},{"source":89,"target":8},{"source":15,"target":0},{"source":15,"target":91},{"source":15,"target":92},{"source":91,"target":93},{"source":91,"target":15},{"source":92,"target":13},{"source":92,"target":94},{"source":92,"target":15},{"source":94,"target":13},{"source":16,"target":0},{"source":16,"target":95},{"source":16,"target":96},{"source":95,"target":97},{"source":95,"target":16},{"source":96,"target":2},{"source":96,"target":98},{"source":96,"target":16},{"source":98,"target":2}],"multigraph":true}
ecore
class-diagram
repo-ecore-all/data/rpc1/org.eclipse.papyrus/extraplugins/java/org.eclipse.papyrus.java.generator.metamodel.jdt/model/jdtmm.ecore
jdtmm JDTMethodBody asText owner JDTMethod owner returnType parameters abstract false final false static false exceptions synchronized false constructor bodies JDTMember typeParameters visibility public explicitRequiredImports explicitPlainTextRequiredImports JDTParentJavaElement JDTParent setFlag flag value isFlagSet flag children flags JDTJavaElement getQualifiedName accept visitor getJDTSignature elementName elementType comment generated parent String java.lang.String java.lang.String int int int boolean boolean boolean JDTVisitorException org.eclipse.papyrus.java.generator.metamodel.jdt.jdtmm.visitor.JDTVisitorException org.eclipse.papyrus.java.generator.metamodel.jdt.jdtmm.visitor.JDTVisitorException Visitor org.eclipse.papyrus.java.generator.metamodel.jdt.jdtmm.visitor.JDTVisitor org.eclipse.papyrus.java.generator.metamodel.jdt.jdtmm.visitor.JDTVisitor JDTTypeParameter declaringMember VisibilityKind public public protected protected private private JDTType methods fields compilationUnit class false interface false enum false abstract false final false static false types owner superInterfaces superClass superInterfaceNames superClassName JDTField abstract false final false static false isMultiValued false type value generateGetter generateSetter owner TrueFalseDefault true true false false default default JDTCompilationUnit packageFragment types JDTTypeRoot JDTPackageFragment packageFragmentRoot compilationUnits JDTPackageFragmentRoot javaProject packageFragments JDTJavaProject javaModel packageFragmentRoots JDTJavaModel javaProject JDTParameter parameterOwner final false isMultiValued false type returnOwner JDTClass JDTInterface JDTEnum JDTImportDeclaration JDTImportContainer JDTException JDTOpaqueBody _body
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="jdtmm" nsURI="http:///jdtmm.ecore" nsPrefix="jdtmm"> <eClassifiers xsi:type="ecore:EClass" name="JDTMethodBody" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Can have different type of body: opaque, expr (not yet implemented, ...)"/> </eAnnotations> <eOperations name="asText" ordered="false" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" lowerBound="1" eType="#//JDTMethod" eOpposite="#//JDTMethod/bodies"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JDTMethod" eSuperTypes="#//JDTMember"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" lowerBound="1" eType="#//JDTType" eOpposite="#//JDTType/methods"> <eAnnotations source="redefines" references="#//JDTJavaElement/parent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false" eType="#//JDTParameter" containment="true" eOpposite="#//JDTParameter/returnOwner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" ordered="false" upperBound="-1" eType="#//JDTParameter" containment="true" eOpposite="#//JDTParameter/parameterOwner"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" ordered="false" unique="false" lowerBound="1" eType="#//boolean" volatile="true" transient="true" defaultValueLiteral="false" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="final" ordered="false" unique="false" lowerBound="1" eType="#//boolean" volatile="true" transient="true" defaultValueLiteral="false" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" ordered="false" unique="false" lowerBound="1" eType="#//boolean" volatile="true" transient="true" defaultValueLiteral="false" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptions" ordered="false" upperBound="-1" eType="#//JDTType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="synchronized" ordered="false" unique="false" lowerBound="1" eType="#//boolean" volatile="true" transient="true" defaultValueLiteral="false" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constructor" ordered="false" lowerBound="1" eType="#//boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bodies" ordered="false" upperBound="-1" eType="#//JDTMethodBody" containment="true" eOpposite="#//JDTMethodBody/owner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JDTMember" abstract="true" eSuperTypes="#//JDTParentJavaElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" ordered="false" upperBound="-1" eType="#//JDTTypeParameter" containment="true" eOpposite="#//JDTTypeParameter/declaringMember"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false" unique="false" lowerBound="1" eType="#//VisibilityKind" volatile="true" transient="true" defaultValueLiteral="public" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="explicitRequiredImports" ordered="false" upperBound="-1" eType="#//JDTType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="explicitPlainTextRequiredImports" ordered="false" upperBound="-1" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JDTParentJavaElement" abstract="true" eSuperTypes="#//JDTJavaElement #//JDTParent"/> <eClassifiers xsi:type="ecore:EClass" name="JDTParent" abstract="true"> <eOperations name="setFlag" ordered="false" lowerBound="1"> <eParameters name="flag" ordered="false" lowerBound="1" eType="#//int"/> <eParameters name="value" ordered="false" lowerBound="1" eType="#//boolean"/> </eOperations> <eOperations name="isFlagSet" ordered="false" lowerBound="1" eType="#//boolean"> <eParameters name="flag" ordered="false" lowerBound="1" eType="#//int"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false" upperBound="-1" eType="#//JDTJavaElement" changeable="false" volatile="true" transient="true" eOpposite="#//JDTJavaElement/parent"> <eAnnotations source="union"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="flags" ordered="false" unique="false" lowerBound="1" eType="#//int"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JDTJavaElement" abstract="true"> <eOperations name="getQualifiedName" ordered="false" lowerBound="1" eType="#//String"/> <eOperations name="accept" ordered="false" lowerBound="1" eExceptions="#//JDTVisitorException"> <eParameters name="visitor" ordered="false" lowerBound="1" eType="#//Visitor"/> </eOperations> <eOperations name="getJDTSignature" ordered="false" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elementName" ordered="false" unique="false" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elementType" ordered="false" unique="false" lowerBound="1" eType="#//int"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" ordered="false" unique="false" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generated" ordered="false" lowerBound="1" eType="#//boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" ordered="false" eType="#//JDTParent" changeable="false" transient="true" eOpposite="#//JDTParent/children"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="int" instanceClassName="int"/> <eClassifiers xsi:type="ecore:EDataType" name="boolean" instanceClassName="boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="JDTVisitorException" instanceClassName="org.eclipse.papyrus.java.generator.metamodel.jdt.jdtmm.visitor.JDTVisitorException"/> <eClassifiers xsi:type="ecore:EDataType" name="Visitor" instanceClassName="org.eclipse.papyrus.java.generator.metamodel.jdt.jdtmm.visitor.JDTVisitor"/> <eClassifiers xsi:type="ecore:EClass" name="JDTTypeParameter" eSuperTypes="#//JDTJavaElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="declaringMember" ordered="false" eType="#//JDTMember" eOpposite="#//JDTMember/typeParameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eLiterals name="public"/> <eLiterals name="protected" value="1"/> <eLiterals name="private" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JDTType" abstract="true" eSuperTypes="#//JDTMember"> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" ordered="false" upperBound="-1" eType="#//JDTMethod" containment="true" eOpposite="#//JDTMethod/owner"> <eAnnotations source="subsets" references="#//JDTParent/children"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" ordered="false" upperBound="-1" eType="#//JDTField" containment="true" eOpposite="#//JDTField/owner"> <eAnnotations source="subsets" references="#//JDTParent/children"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="compilationUnit" ordered="false" eType="#//JDTCompilationUnit" eOpposite="#//JDTCompilationUnit/types"> <eAnnotations source="redefines" references="#//JDTJavaElement/parent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" ordered="false" unique="false" lowerBound="1" eType="#//boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interface" ordered="false" unique="false" lowerBound="1" eType="#//boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enum" ordered="false" unique="false" lowerBound="1" eType="#//boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" ordered="false" unique="false" lowerBound="1" eType="#//boolean" volatile="true" transient="true" defaultValueLiteral="false" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="final" ordered="false" unique="false" lowerBound="1" eType="#//boolean" volatile="true" transient="true" defaultValueLiteral="false" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" ordered="false" unique="false" lowerBound="1" eType="#//boolean" volatile="true" transient="true" defaultValueLiteral="false" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="types" ordered="false" upperBound="-1" eType="#//JDTType" containment="true" eOpposite="#//JDTType/owner"> <eAnnotations source="subsets" references="#//JDTParent/children"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" eType="#//JDTType" eOpposite="#//JDTType/types"> <eAnnotations source="redefines" references="#//JDTJavaElement/parent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="superInterfaces" ordered="false" upperBound="-1" eType="#//JDTType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superClass" ordered="false" eType="#//JDTType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="superInterfaceNames" ordered="false" unique="false" upperBound="-1" eType="#//String" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="superClassName" ordered="false" unique="false" lowerBound="1" eType="#//String" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JDTField" eSuperTypes="#//JDTMember"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" ordered="false" unique="false" lowerBound="1" eType="#//boolean" volatile="true" transient="true" defaultValueLiteral="false" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="final" ordered="false" unique="false" lowerBound="1" eType="#//boolean" volatile="true" transient="true" defaultValueLiteral="false" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" ordered="false" unique="false" lowerBound="1" eType="#//boolean" volatile="true" transient="true" defaultValueLiteral="false" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMultiValued" ordered="false" unique="false" lowerBound="1" eType="#//boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//JDTType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateGetter" ordered="false" lowerBound="1" eType="#//TrueFalseDefault"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateSetter" ordered="false" lowerBound="1" eType="#//TrueFalseDefault"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" lowerBound="1" eType="#//JDTType" eOpposite="#//JDTType/fields"> <eAnnotations source="redefines" references="#//JDTJavaElement/parent"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TrueFalseDefault"> <eLiterals name="true"/> <eLiterals name="false" value="1"/> <eLiterals name="default" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JDTCompilationUnit" eSuperTypes="#//JDTTypeRoot"> <eStructuralFeatures xsi:type="ecore:EReference" name="packageFragment" ordered="false" eType="#//JDTPackageFragment" eOpposite="#//JDTPackageFragment/compilationUnits"> <eAnnotations source="redefines" references="#//JDTJavaElement/parent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="types" ordered="false" upperBound="-1" eType="#//JDTType" containment="true" eOpposite="#//JDTType/compilationUnit"> <eAnnotations source="subsets" references="#//JDTParent/children"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JDTTypeRoot" abstract="true" eSuperTypes="#//JDTParentJavaElement"/> <eClassifiers xsi:type="ecore:EClass" name="JDTPackageFragment" eSuperTypes="#//JDTParentJavaElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="packageFragmentRoot" ordered="false" eType="#//JDTPackageFragmentRoot" eOpposite="#//JDTPackageFragmentRoot/packageFragments"> <eAnnotations source="redefines" references="#//JDTJavaElement/parent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="compilationUnits" ordered="false" upperBound="-1" eType="#//JDTCompilationUnit" containment="true" eOpposite="#//JDTCompilationUnit/packageFragment"> <eAnnotations source="subsets" references="#//JDTParent/children"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JDTPackageFragmentRoot" eSuperTypes="#//JDTParentJavaElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="javaProject" ordered="false" eType="#//JDTJavaProject" eOpposite="#//JDTJavaProject/packageFragmentRoots"> <eAnnotations source="redefines" references="#//JDTJavaElement/parent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="packageFragments" ordered="false" upperBound="-1" eType="#//JDTPackageFragment" containment="true" eOpposite="#//JDTPackageFragment/packageFragmentRoot"> <eAnnotations source="subsets" references="#//JDTParent/children"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JDTJavaProject" eSuperTypes="#//JDTParentJavaElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="javaModel" ordered="false" eType="#//JDTJavaModel" eOpposite="#//JDTJavaModel/javaProject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="packageFragmentRoots" ordered="false" upperBound="-1" eType="#//JDTPackageFragmentRoot" containment="true" eOpposite="#//JDTPackageFragmentRoot/javaProject"> <eAnnotations source="subsets" references="#//JDTParent/children"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JDTJavaModel" eSuperTypes="#//JDTParentJavaElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="javaProject" ordered="false" upperBound="-1" eType="#//JDTJavaProject" containment="true" eOpposite="#//JDTJavaProject/javaModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JDTParameter" eSuperTypes="#//JDTMember"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterOwner" ordered="false" eType="#//JDTMethod" eOpposite="#//JDTMethod/parameters"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="final" ordered="false" unique="false" lowerBound="1" eType="#//boolean" volatile="true" transient="true" defaultValueLiteral="false" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMultiValued" ordered="false" unique="false" lowerBound="1" eType="#//boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//JDTType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnOwner" ordered="false" eType="#//JDTMethod" eOpposite="#//JDTMethod/returnType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JDTClass" eSuperTypes="#//JDTType"/> <eClassifiers xsi:type="ecore:EClass" name="JDTInterface" eSuperTypes="#//JDTType"/> <eClassifiers xsi:type="ecore:EClass" name="JDTEnum" eSuperTypes="#//JDTType"/> <eClassifiers xsi:type="ecore:EClass" name="JDTImportDeclaration" eSuperTypes="#//JDTJavaElement"/> <eClassifiers xsi:type="ecore:EClass" name="JDTImportContainer" eSuperTypes="#//JDTParentJavaElement"/> <eClassifiers xsi:type="ecore:EClass" name="JDTException"/> <eClassifiers xsi:type="ecore:EClass" name="JDTOpaqueBody" eSuperTypes="#//JDTMethodBody"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_body" ordered="false" lowerBound="1" eType="#//String"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"jdtmm","nsURI":"http:///jdtmm.ecore","name":"jdtmm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JDTMethodBody","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JDTMethod","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JDTMember","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JDTParentJavaElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JDTParent","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JDTJavaElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":7,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"int","instanceClass":"int","id":8,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"boolean","instanceClass":"boolean","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.papyrus.java.generator.metamodel.jdt.jdtmm.visitor.JDTVisitorException","defaultValue":null,"instanceClassName":"org.eclipse.papyrus.java.generator.metamodel.jdt.jdtmm.visitor.JDTVisitorException","name":"JDTVisitorException","instanceClass":null,"id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.papyrus.java.generator.metamodel.jdt.jdtmm.visitor.JDTVisitor","defaultValue":null,"instanceClassName":"org.eclipse.papyrus.java.generator.metamodel.jdt.jdtmm.visitor.JDTVisitor","name":"Visitor","instanceClass":null,"id":11,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JDTTypeParameter","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JDTType","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JDTField","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TrueFalseDefault","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JDTCompilationUnit","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JDTTypeRoot","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JDTPackageFragment","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JDTPackageFragmentRoot","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JDTJavaProject","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JDTJavaModel","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JDTParameter","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JDTClass","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JDTInterface","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JDTEnum","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JDTImportDeclaration","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JDTImportContainer","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JDTException","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JDTOpaqueBody","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"unique":true,"name":"asText","lowerBound":1,"id":31,"many":false,"required":true,"eClass":"EOperation"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"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":"bodies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"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":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":false,"name":"abstract","changeable":true,"lowerBound":1,"iD":false,"id":39,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":false,"name":"final","changeable":true,"lowerBound":1,"iD":false,"id":40,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":false,"name":"static","changeable":true,"lowerBound":1,"iD":false,"id":41,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"exceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":false,"name":"synchronized","changeable":true,"lowerBound":1,"iD":false,"id":43,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constructor","changeable":true,"lowerBound":1,"iD":false,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"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":"returnOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameterOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"ordered":false,"upperBound":1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"public","unsettable":false,"transient":true,"unique":false,"name":"visibility","changeable":true,"lowerBound":1,"iD":false,"id":60,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"explicitRequiredImports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"explicitPlainTextRequiredImports","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"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":"declaringMember","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"setFlag","lowerBound":1,"id":71,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isFlagSet","lowerBound":1,"id":72,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"children","changeable":false,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"flags","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"ordered":false,"upperBound":1,"unique":true,"name":"flag","lowerBound":1,"id":75,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"value","lowerBound":1,"id":76,"many":false,"required":true,"eClass":"EParameter"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"flag","lowerBound":1,"id":80,"many":false,"required":true,"eClass":"EParameter"},{"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":false,"unsettable":false,"transient":true,"unique":true,"name":"parent","changeable":false,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"getQualifiedName","lowerBound":1,"id":85,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"accept","lowerBound":1,"id":86,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getJDTSignature","lowerBound":1,"id":87,"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":false,"name":"elementName","changeable":true,"lowerBound":1,"iD":false,"id":88,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"elementType","changeable":true,"lowerBound":1,"iD":false,"id":89,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"comment","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":true,"name":"generated","changeable":true,"lowerBound":1,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"visitor","lowerBound":1,"id":93,"many":false,"required":true,"eClass":"EParameter"},{"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"},{"name":"public","id":104,"value":0,"literal":"public","eClass":"EEnumLiteral"},{"name":"protected","id":105,"value":1,"literal":"protected","eClass":"EEnumLiteral"},{"name":"private","id":106,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"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":"compilationUnit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"class","changeable":true,"lowerBound":1,"iD":false,"id":109,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"interface","changeable":true,"lowerBound":1,"iD":false,"id":110,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"enum","changeable":true,"lowerBound":1,"iD":false,"id":111,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":false,"name":"abstract","changeable":true,"lowerBound":1,"iD":false,"id":112,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":false,"name":"final","changeable":true,"lowerBound":1,"iD":false,"id":113,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":false,"name":"static","changeable":true,"lowerBound":1,"iD":false,"id":114,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"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":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"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":"superInterfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"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":"superClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"superInterfaceNames","changeable":false,"lowerBound":0,"iD":false,"id":119,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"superClassName","changeable":false,"lowerBound":1,"iD":false,"id":120,"derived":true},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":124,"derived":false},{"id":125,"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":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"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"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":false,"name":"abstract","changeable":true,"lowerBound":1,"iD":false,"id":139,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":false,"name":"final","changeable":true,"lowerBound":1,"iD":false,"id":140,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":false,"name":"static","changeable":true,"lowerBound":1,"iD":false,"id":141,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"isMultiValued","changeable":true,"lowerBound":1,"iD":false,"id":142,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"value","changeable":true,"lowerBound":1,"iD":false,"id":144,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"generateGetter","changeable":true,"lowerBound":1,"iD":false,"id":145,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"generateSetter","changeable":true,"lowerBound":1,"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"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"name":"true","id":157,"value":0,"literal":"true","eClass":"EEnumLiteral"},{"name":"false","id":158,"value":1,"literal":"false","eClass":"EEnumLiteral"},{"name":"default","id":159,"value":2,"literal":"default","eClass":"EEnumLiteral"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"packageFragment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"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":"compilationUnits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"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":"packageFragmentRoot","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packageFragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"id":170,"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":"javaProject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"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":"packageFragmentRoots","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"id":175,"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":"javaModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"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":"javaProject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":false,"name":"final","changeable":true,"lowerBound":1,"iD":false,"id":183,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"isMultiValued","changeable":true,"lowerBound":1,"iD":false,"id":184,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"_body","changeable":true,"lowerBound":1,"iD":false,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":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":1,"target":32},{"source":31,"target":7},{"source":31,"target":33},{"source":31,"target":1},{"source":33,"target":7},{"source":32,"target":2},{"source":32,"target":34},{"source":32,"target":1},{"source":32,"target":35},{"source":34,"target":2},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":2,"target":43},{"source":2,"target":44},{"source":2,"target":35},{"source":2,"target":45},{"source":36,"target":14},{"source":36,"target":46},{"source":36,"target":2},{"source":36,"target":47},{"source":46,"target":14},{"source":37,"target":23},{"source":37,"target":48},{"source":37,"target":2},{"source":37,"target":49},{"source":48,"target":23},{"source":38,"target":23},{"source":38,"target":50},{"source":38,"target":2},{"source":38,"target":51},{"source":50,"target":23},{"source":39,"target":9},{"source":39,"target":52},{"source":39,"target":2},{"source":52,"target":9},{"source":40,"target":9},{"source":40,"target":53},{"source":40,"target":2},{"source":53,"target":9},{"source":41,"target":9},{"source":41,"target":54},{"source":41,"target":2},{"source":54,"target":9},{"source":42,"target":14},{"source":42,"target":55},{"source":42,"target":2},{"source":55,"target":14},{"source":43,"target":9},{"source":43,"target":56},{"source":43,"target":2},{"source":56,"target":9},{"source":44,"target":9},{"source":44,"target":57},{"source":44,"target":2},{"source":57,"target":9},{"source":35,"target":1},{"source":35,"target":58},{"source":35,"target":2},{"source":35,"target":32},{"source":58,"target":1},{"source":45,"target":3},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":59},{"source":3,"target":60},{"source":3,"target":61},{"source":3,"target":62},{"source":3,"target":63},{"source":59,"target":12},{"source":59,"target":64},{"source":59,"target":3},{"source":59,"target":65},{"source":64,"target":12},{"source":60,"target":13},{"source":60,"target":66},{"source":60,"target":3},{"source":66,"target":13},{"source":61,"target":14},{"source":61,"target":67},{"source":61,"target":3},{"source":67,"target":14},{"source":62,"target":7},{"source":62,"target":68},{"source":62,"target":3},{"source":68,"target":7},{"source":63,"target":4},{"source":4,"target":0},{"source":4,"target":6},{"source":4,"target":5},{"source":4,"target":69},{"source":4,"target":70},{"source":69,"target":6},{"source":70,"target":5},{"source":5,"target":0},{"source":5,"target":71},{"source":5,"target":72},{"source":5,"target":73},{"source":5,"target":74},{"source":71,"target":5},{"source":71,"target":75},{"source":71,"target":76},{"source":75,"target":8},{"source":75,"target":77},{"source":75,"target":71},{"source":77,"target":8},{"source":76,"target":9},{"source":76,"target":78},{"source":76,"target":71},{"source":78,"target":9},{"source":72,"target":9},{"source":72,"target":79},{"source":72,"target":5},{"source":72,"target":80},{"source":79,"target":9},{"source":80,"target":8},{"source":80,"target":81},{"source":80,"target":72},{"source":81,"target":8},{"source":73,"target":6},{"source":73,"target":82},{"source":73,"target":5},{"source":73,"target":83},{"source":82,"target":6},{"source":74,"target":8},{"source":74,"target":84},{"source":74,"target":5},{"source":84,"target":8},{"source":6,"target":0},{"source":6,"target":85},{"source":6,"target":86},{"source":6,"target":87},{"source":6,"target":88},{"source":6,"target":89},{"source":6,"target":90},{"source":6,"target":91},{"source":6,"target":83},{"source":85,"target":7},{"source":85,"target":92},{"source":85,"target":6},{"source":92,"target":7},{"source":86,"target":6},{"source":86,"target":93},{"source":86,"target":10},{"source":86,"target":94},{"source":93,"target":11},{"source":93,"target":95},{"source":93,"target":86},{"source":95,"target":11},{"source":94,"target":10},{"source":87,"target":7},{"source":87,"target":96},{"source":87,"target":6},{"source":96,"target":7},{"source":88,"target":7},{"source":88,"target":97},{"source":88,"target":6},{"source":97,"target":7},{"source":89,"target":8},{"source":89,"target":98},{"source":89,"target":6},{"source":98,"target":8},{"source":90,"target":7},{"source":90,"target":99},{"source":90,"target":6},{"source":99,"target":7},{"source":91,"target":9},{"source":91,"target":100},{"source":91,"target":6},{"source":100,"target":9},{"source":83,"target":5},{"source":83,"target":101},{"source":83,"target":6},{"source":83,"target":73},{"source":101,"target":5},{"source":7,"target":0},{"source":8,"target":0},{"source":9,"target":0},{"source":10,"target":0},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":6},{"source":12,"target":65},{"source":12,"target":102},{"source":65,"target":3},{"source":65,"target":103},{"source":65,"target":12},{"source":65,"target":59},{"source":103,"target":3},{"source":102,"target":6},{"source":13,"target":0},{"source":13,"target":104},{"source":13,"target":105},{"source":13,"target":106},{"source":104,"target":13},{"source":105,"target":13},{"source":106,"target":13},{"source":14,"target":0},{"source":14,"target":3},{"source":14,"target":47},{"source":14,"target":107},{"source":14,"target":108},{"source":14,"target":109},{"source":14,"target":110},{"source":14,"target":111},{"source":14,"target":112},{"source":14,"target":113},{"source":14,"target":114},{"source":14,"target":115},{"source":14,"target":116},{"source":14,"target":117},{"source":14,"target":118},{"source":14,"target":119},{"source":14,"target":120},{"source":14,"target":121},{"source":47,"target":2},{"source":47,"target":122},{"source":47,"target":14},{"source":47,"target":36},{"source":122,"target":2},{"source":107,"target":15},{"source":107,"target":123},{"source":107,"target":14},{"source":107,"target":124},{"source":123,"target":15},{"source":108,"target":17},{"source":108,"target":125},{"source":108,"target":14},{"source":108,"target":126},{"source":125,"target":17},{"source":109,"target":9},{"source":109,"target":127},{"source":109,"target":14},{"source":127,"target":9},{"source":110,"target":9},{"source":110,"target":128},{"source":110,"target":14},{"source":128,"target":9},{"source":111,"target":9},{"source":111,"target":129},{"source":111,"target":14},{"source":129,"target":9},{"source":112,"target":9},{"source":112,"target":130},{"source":112,"target":14},{"source":130,"target":9},{"source":113,"target":9},{"source":113,"target":131},{"source":113,"target":14},{"source":131,"target":9},{"source":114,"target":9},{"source":114,"target":132},{"source":114,"target":14},{"source":132,"target":9},{"source":115,"target":14},{"source":115,"target":133},{"source":115,"target":14},{"source":115,"target":116},{"source":133,"target":14},{"source":116,"target":14},{"source":116,"target":134},{"source":116,"target":14},{"source":116,"target":115},{"source":134,"target":14},{"source":117,"target":14},{"source":117,"target":135},{"source":117,"target":14},{"source":135,"target":14},{"source":118,"target":14},{"source":118,"target":136},{"source":118,"target":14},{"source":136,"target":14},{"source":119,"target":7},{"source":119,"target":137},{"source":119,"target":14},{"source":137,"target":7},{"source":120,"target":7},{"source":120,"target":138},{"source":120,"target":14},{"source":138,"target":7},{"source":121,"target":3},{"source":15,"target":0},{"source":15,"target":3},{"source":15,"target":139},{"source":15,"target":140},{"source":15,"target":141},{"source":15,"target":142},{"source":15,"target":143},{"source":15,"target":144},{"source":15,"target":145},{"source":15,"target":146},{"source":15,"target":124},{"source":15,"target":147},{"source":139,"target":9},{"source":139,"target":148},{"source":139,"target":15},{"source":148,"target":9},{"source":140,"target":9},{"source":140,"target":149},{"source":140,"target":15},{"source":149,"target":9},{"source":141,"target":9},{"source":141,"target":150},{"source":141,"target":15},{"source":150,"target":9},{"source":142,"target":9},{"source":142,"target":151},{"source":142,"target":15},{"source":151,"target":9},{"source":143,"target":14},{"source":143,"target":152},{"source":143,"target":15},{"source":152,"target":14},{"source":144,"target":7},{"source":144,"target":153},{"source":144,"target":15},{"source":153,"target":7},{"source":145,"target":16},{"source":145,"target":154},{"source":145,"target":15},{"source":154,"target":16},{"source":146,"target":16},{"source":146,"target":155},{"source":146,"target":15},{"source":155,"target":16},{"source":124,"target":14},{"source":124,"target":156},{"source":124,"target":15},{"source":124,"target":107},{"source":156,"target":14},{"source":147,"target":3},{"source":16,"target":0},{"source":16,"target":157},{"source":16,"target":158},{"source":16,"target":159},{"source":157,"target":16},{"source":158,"target":16},{"source":159,"target":16},{"source":17,"target":0},{"source":17,"target":18},{"source":17,"target":160},{"source":17,"target":126},{"source":17,"target":161},{"source":160,"target":19},{"source":160,"target":162},{"source":160,"target":17},{"source":160,"target":163},{"source":162,"target":19},{"source":126,"target":14},{"source":126,"target":164},{"source":126,"target":17},{"source":126,"target":108},{"source":164,"target":14},{"source":161,"target":18},{"source":18,"target":0},{"source":18,"target":4},{"source":18,"target":165},{"source":165,"target":4},{"source":19,"target":0},{"source":19,"target":4},{"source":19,"target":166},{"source":19,"target":163},{"source":19,"target":167},{"source":166,"target":20},{"source":166,"target":168},{"source":166,"target":19},{"source":166,"target":169},{"source":168,"target":20},{"source":163,"target":17},{"source":163,"target":170},{"source":163,"target":19},{"source":163,"target":160},{"source":170,"target":17},{"source":167,"target":4},{"source":20,"target":0},{"source":20,"target":4},{"source":20,"target":171},{"source":20,"target":169},{"source":20,"target":172},{"source":171,"target":21},{"source":171,"target":173},{"source":171,"target":20},{"source":171,"target":174},{"source":173,"target":21},{"source":169,"target":19},{"source":169,"target":175},{"source":169,"target":20},{"source":169,"target":166},{"source":175,"target":19},{"source":172,"target":4},{"source":21,"target":0},{"source":21,"target":4},{"source":21,"target":176},{"source":21,"target":174},{"source":21,"target":177},{"source":176,"target":22},{"source":176,"target":178},{"source":176,"target":21},{"source":176,"target":179},{"source":178,"target":22},{"source":174,"target":20},{"source":174,"target":180},{"source":174,"target":21},{"source":174,"target":171},{"source":180,"target":20},{"source":177,"target":4},{"source":22,"target":0},{"source":22,"target":4},{"source":22,"target":179},{"source":22,"target":181},{"source":179,"target":21},{"source":179,"target":182},{"source":179,"target":22},{"source":179,"target":176},{"source":182,"target":21},{"source":181,"target":4},{"source":23,"target":0},{"source":23,"target":3},{"source":23,"target":51},{"source":23,"target":183},{"source":23,"target":184},{"source":23,"target":185},{"source":23,"target":49},{"source":23,"target":186},{"source":51,"target":2},{"source":51,"target":187},{"source":51,"target":23},{"source":51,"target":38},{"source":187,"target":2},{"source":183,"target":9},{"source":183,"target":188},{"source":183,"target":23},{"source":188,"target":9},{"source":184,"target":9},{"source":184,"target":189},{"source":184,"target":23},{"source":189,"target":9},{"source":185,"target":14},{"source":185,"target":190},{"source":185,"target":23},{"source":190,"target":14},{"source":49,"target":2},{"source":49,"target":191},{"source":49,"target":23},{"source":49,"target":37},{"source":191,"target":2},{"source":186,"target":3},{"source":24,"target":0},{"source":24,"target":14},{"source":24,"target":192},{"source":192,"target":14},{"source":25,"target":0},{"source":25,"target":14},{"source":25,"target":193},{"source":193,"target":14},{"source":26,"target":0},{"source":26,"target":14},{"source":26,"target":194},{"source":194,"target":14},{"source":27,"target":0},{"source":27,"target":6},{"source":27,"target":195},{"source":195,"target":6},{"source":28,"target":0},{"source":28,"target":4},{"source":28,"target":196},{"source":196,"target":4},{"source":29,"target":0},{"source":30,"target":0},{"source":30,"target":1},{"source":30,"target":197},{"source":30,"target":198},{"source":197,"target":7},{"source":197,"target":199},{"source":197,"target":30},{"source":199,"target":7},{"source":198,"target":1}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/eemanon/idm_a_tp2/code/languagewb/org.gemoc.models17.fsm.model/model/model.ecore
model FSM name ownedStates ownedTransitions initialState State incoming name outgoing fsm Transition tgt name src fsm trigger action
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="model" nsURI="http://www.gemoc.org/fsm" nsPrefix="org.gemoc.models17.fsm.model"> <eClassifiers xsi:type="ecore:EClass" name="FSM"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedStates" upperBound="-1" eType="#//State" containment="true" eOpposite="#//State/fsm"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTransitions" upperBound="-1" eType="#//Transition" containment="true" eOpposite="#//Transition/fsm"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialState" eType="#//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/tgt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/src"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fsm" eType="#//FSM" eOpposite="#//FSM/ownedStates"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="tgt" eType="#//State" eOpposite="#//State/incoming"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="src" eType="#//State" eOpposite="#//State/outgoing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fsm" eType="#//FSM" eOpposite="#//FSM/ownedTransitions"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="trigger" 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"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"org.gemoc.models17.fsm.model","nsURI":"http://www.gemoc.org/fsm","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FSM","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":4,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedStates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initialState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fsm","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"fsm","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"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":"tgt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"src","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"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":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":"action","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":4,"target":8},{"source":4,"target":1},{"source":5,"target":2},{"source":5,"target":9},{"source":5,"target":1},{"source":5,"target":10},{"source":9,"target":2},{"source":6,"target":3},{"source":6,"target":11},{"source":6,"target":1},{"source":6,"target":12},{"source":11,"target":3},{"source":7,"target":2},{"source":7,"target":13},{"source":7,"target":1},{"source":13,"target":2},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":10},{"source":14,"target":3},{"source":14,"target":17},{"source":14,"target":2},{"source":14,"target":18},{"source":17,"target":3},{"source":15,"target":19},{"source":15,"target":2},{"source":16,"target":3},{"source":16,"target":20},{"source":16,"target":2},{"source":16,"target":21},{"source":20,"target":3},{"source":10,"target":1},{"source":10,"target":22},{"source":10,"target":2},{"source":10,"target":5},{"source":22,"target":1},{"source":3,"target":0},{"source":3,"target":18},{"source":3,"target":23},{"source":3,"target":21},{"source":3,"target":12},{"source":3,"target":24},{"source":3,"target":25},{"source":18,"target":2},{"source":18,"target":26},{"source":18,"target":3},{"source":18,"target":14},{"source":26,"target":2},{"source":23,"target":27},{"source":23,"target":3},{"source":21,"target":2},{"source":21,"target":28},{"source":21,"target":3},{"source":21,"target":16},{"source":28,"target":2},{"source":12,"target":1},{"source":12,"target":29},{"source":12,"target":3},{"source":12,"target":6},{"source":29,"target":1},{"source":24,"target":30},{"source":24,"target":3},{"source":25,"target":31},{"source":25,"target":3}],"multigraph":true}
ecore
class-diagram
repo-ecore-all/data/Tagpower/SmallUML/SmallUML/model/smalluml.ecore
smalluml NamedElement name SuperType Attribute type Role lowerBound 0 upperBound -1 class Association role Operation isAbstract false parameters returnType Parameter type Class attribute operation isAbstract false super Type Enumeration enumeration Package elements association
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="smalluml" nsURI="http://www.univ-nantes.fr/smalluml" nsPrefix="smalluml"> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperType" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//SuperType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Role" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="class" lowerBound="1" eType="#//Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="role" lowerBound="2" upperBound="-1" eType="#//Role" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//SuperType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//SuperType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//SuperType"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" upperBound="-1" eType="#//Operation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="super" eType="#//Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//SuperType"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//SuperType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enumeration" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//SuperType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="association" upperBound="-1" eType="#//Association" containment="true"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"smalluml","nsURI":"http://www.univ-nantes.fr/smalluml","name":"smalluml","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperType","instanceClass":null,"abstract":true,"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":"Role","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","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":"Package","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"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":"role","changeable":true,"resolveProxies":true,"lowerBound":2,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":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},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"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":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"super","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"enumeration","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","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":"association","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":1,"target":0},{"source":1,"target":12},{"source":12,"target":13},{"source":12,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":14},{"source":14,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":15},{"source":3,"target":16},{"source":15,"target":2},{"source":15,"target":17},{"source":15,"target":3},{"source":17,"target":2},{"source":16,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":18},{"source":4,"target":19},{"source":4,"target":20},{"source":4,"target":21},{"source":18,"target":22},{"source":18,"target":4},{"source":19,"target":23},{"source":19,"target":4},{"source":20,"target":8},{"source":20,"target":24},{"source":20,"target":4},{"source":24,"target":8},{"source":21,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":25},{"source":5,"target":26},{"source":25,"target":4},{"source":25,"target":27},{"source":25,"target":5},{"source":27,"target":4},{"source":26,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":28},{"source":6,"target":29},{"source":6,"target":30},{"source":6,"target":31},{"source":28,"target":32},{"source":28,"target":6},{"source":29,"target":7},{"source":29,"target":33},{"source":29,"target":6},{"source":33,"target":7},{"source":30,"target":2},{"source":30,"target":34},{"source":30,"target":6},{"source":34,"target":2},{"source":31,"target":1},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":35},{"source":7,"target":36},{"source":35,"target":2},{"source":35,"target":37},{"source":35,"target":7},{"source":37,"target":2},{"source":36,"target":1},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":38},{"source":8,"target":39},{"source":8,"target":40},{"source":8,"target":41},{"source":8,"target":42},{"source":38,"target":3},{"source":38,"target":43},{"source":38,"target":8},{"source":43,"target":3},{"source":39,"target":6},{"source":39,"target":44},{"source":39,"target":8},{"source":44,"target":6},{"source":40,"target":45},{"source":40,"target":8},{"source":41,"target":8},{"source":41,"target":46},{"source":41,"target":8},{"source":46,"target":8},{"source":42,"target":2},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":47},{"source":47,"target":2},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":48},{"source":10,"target":49},{"source":48,"target":50},{"source":48,"target":10},{"source":49,"target":2},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":51},{"source":11,"target":52},{"source":11,"target":53},{"source":51,"target":2},{"source":51,"target":54},{"source":51,"target":11},{"source":54,"target":2},{"source":52,"target":5},{"source":52,"target":55},{"source":52,"target":11},{"source":55,"target":5},{"source":53,"target":1}],"multigraph":true}
ecore
testing
repo-ecore-all/data/ray56/name.niu.guita/src/name.niu.guita.uitf/model/uitf.ecore
uitf TestCase start stop itsUISUT itsStatement id TestSuite start stop itsTestCase id Variable setValue val getValue assertValue id UISUT onUITrigger trigger onManipulateUIControl controlPath manipulationKind onManipulateUIControlData controlPath controlPropertyKey controlPropertyVal assertInState itsVariable itsUICtrl objectURI UIControlVariable Statement itsVariable description kind UserInstructionEnum SetUIValue SetUIValue SendUITrigger SendUITrigger ManipulateUIControl ManipulateUIControl AssertUIValue AssertUIValue AssertUIState AssertUIState InstantiateUISUT InstantiateUISUT UIControl itsVariable id AssertInState stateId TriggeredTransition scriptStr transitionId
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="uitf" nsURI="http://www.niu.name/guita/uitf/1.0" nsPrefix="UITF_"> <eClassifiers xsi:type="ecore:EClass" name="TestCase"> <eOperations name="start"/> <eOperations name="stop"/> <eStructuralFeatures xsi:type="ecore:EReference" name="itsUISUT" lowerBound="1" eType="#//UISUT" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="itsStatement" upperBound="-1" eType="#//Statement" 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="TestSuite"> <eOperations name="start"/> <eOperations name="stop"/> <eStructuralFeatures xsi:type="ecore:EReference" name="itsTestCase" upperBound="-1" eType="#//TestCase" 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="Variable"> <eOperations name="setValue"> <eParameters name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="assertValue"/> <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="UISUT" eSuperTypes="#//Variable"> <eOperations name="onUITrigger"> <eParameters name="trigger" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="onManipulateUIControl"> <eParameters name="controlPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="manipulationKind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="onManipulateUIControlData"> <eParameters name="controlPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="controlPropertyKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="controlPropertyVal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="assertInState"/> <eStructuralFeatures xsi:type="ecore:EReference" name="itsVariable" upperBound="-1" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="itsUICtrl" upperBound="-1" eType="#//UIControl" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="objectURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UIControlVariable" eSuperTypes="#//Variable"/> <eClassifiers xsi:type="ecore:EClass" name="Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="itsVariable" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//UserInstructionEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="UserInstructionEnum"> <eLiterals name="SetUIValue"/> <eLiterals name="SendUITrigger"/> <eLiterals name="ManipulateUIControl"/> <eLiterals name="AssertUIValue"/> <eLiterals name="AssertUIState"/> <eLiterals name="InstantiateUISUT"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UIControl"> <eStructuralFeatures xsi:type="ecore:EReference" name="itsVariable" eType="#//Variable"/> <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="AssertInState" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stateId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TriggeredTransition" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scriptStr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transitionId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"UITF_","nsURI":"http://www.niu.name/guita/uitf/1.0","name":"uitf","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestCase","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestSuite","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UISUT","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UIControlVariable","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"UserInstructionEnum","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UIControl","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertInState","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriggeredTransition","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"start","lowerBound":0,"id":11,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"stop","lowerBound":0,"id":12,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"itsUISUT","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"itsStatement","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},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"start","lowerBound":0,"id":19,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"stop","lowerBound":0,"id":20,"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":"itsTestCase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setValue","lowerBound":0,"id":25,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getValue","lowerBound":0,"id":26,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"assertValue","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":"id","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"val","lowerBound":0,"id":29,"many":false,"required":false,"eClass":"EParameter"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"onUITrigger","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"onManipulateUIControl","lowerBound":0,"id":34,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"onManipulateUIControlData","lowerBound":0,"id":35,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"assertInState","lowerBound":0,"id":36,"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":"itsVariable","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":"itsUICtrl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"objectURI","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"trigger","lowerBound":0,"id":41,"many":false,"required":false,"eClass":"EParameter"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"controlPath","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"manipulationKind","lowerBound":0,"id":44,"many":false,"required":false,"eClass":"EParameter"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"controlPath","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"controlPropertyKey","lowerBound":0,"id":48,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"controlPropertyVal","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"itsVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"name":"SetUIValue","id":63,"value":0,"literal":"SetUIValue","eClass":"EEnumLiteral"},{"name":"SendUITrigger","id":64,"value":0,"literal":"SendUITrigger","eClass":"EEnumLiteral"},{"name":"ManipulateUIControl","id":65,"value":0,"literal":"ManipulateUIControl","eClass":"EEnumLiteral"},{"name":"AssertUIValue","id":66,"value":0,"literal":"AssertUIValue","eClass":"EEnumLiteral"},{"name":"AssertUIState","id":67,"value":0,"literal":"AssertUIState","eClass":"EEnumLiteral"},{"name":"InstantiateUISUT","id":68,"value":0,"literal":"InstantiateUISUT","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":"itsVariable","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":"id","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stateId","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scriptStr","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"transitionId","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"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":0,"target":10},{"source":1,"target":0},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":11,"target":1},{"source":12,"target":1},{"source":13,"target":4},{"source":13,"target":16},{"source":13,"target":1},{"source":16,"target":4},{"source":14,"target":6},{"source":14,"target":17},{"source":14,"target":1},{"source":17,"target":6},{"source":15,"target":18},{"source":15,"target":1},{"source":2,"target":0},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":19,"target":2},{"source":20,"target":2},{"source":21,"target":1},{"source":21,"target":23},{"source":21,"target":2},{"source":23,"target":1},{"source":22,"target":24},{"source":22,"target":2},{"source":3,"target":0},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":25,"target":3},{"source":25,"target":29},{"source":29,"target":30},{"source":29,"target":25},{"source":26,"target":31},{"source":26,"target":3},{"source":27,"target":3},{"source":28,"target":32},{"source":28,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"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":4,"target":40},{"source":33,"target":4},{"source":33,"target":41},{"source":41,"target":42},{"source":41,"target":33},{"source":34,"target":4},{"source":34,"target":43},{"source":34,"target":44},{"source":43,"target":45},{"source":43,"target":34},{"source":44,"target":46},{"source":44,"target":34},{"source":35,"target":4},{"source":35,"target":47},{"source":35,"target":48},{"source":35,"target":49},{"source":47,"target":50},{"source":47,"target":35},{"source":48,"target":51},{"source":48,"target":35},{"source":49,"target":52},{"source":49,"target":35},{"source":36,"target":4},{"source":37,"target":3},{"source":37,"target":53},{"source":37,"target":4},{"source":53,"target":3},{"source":38,"target":8},{"source":38,"target":54},{"source":38,"target":4},{"source":54,"target":8},{"source":39,"target":55},{"source":39,"target":4},{"source":40,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":56},{"source":56,"target":3},{"source":6,"target":0},{"source":6,"target":57},{"source":6,"target":58},{"source":6,"target":59},{"source":57,"target":3},{"source":57,"target":60},{"source":57,"target":6},{"source":60,"target":3},{"source":58,"target":61},{"source":58,"target":6},{"source":59,"target":7},{"source":59,"target":62},{"source":59,"target":6},{"source":62,"target":7},{"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":63,"target":7},{"source":64,"target":7},{"source":65,"target":7},{"source":66,"target":7},{"source":67,"target":7},{"source":68,"target":7},{"source":8,"target":0},{"source":8,"target":69},{"source":8,"target":70},{"source":69,"target":3},{"source":69,"target":71},{"source":69,"target":8},{"source":71,"target":3},{"source":70,"target":72},{"source":70,"target":8},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":73},{"source":9,"target":74},{"source":73,"target":75},{"source":73,"target":9},{"source":74,"target":6},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":76},{"source":10,"target":77},{"source":10,"target":78},{"source":76,"target":79},{"source":76,"target":10},{"source":77,"target":80},{"source":77,"target":10},{"source":78,"target":6}],"multigraph":true}
ecore
rental
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset-mtl/repos/opcoach/training/EMF/com.opcoach.training.rental/model/rentalSansGmfAnnot.ecore
rental RentalAgency book customer rentedObject from to addCustomer customer addObject object removeCustomer customer removeObject object isAvailable rentedObject from to name objectsToRent customers rentals Customer getDisplayName firstName lastName parentAgency StreetType Street Street Road Road RentalObject rent customer ID name picture parentAgency Image org.eclipse.swt.graphics.Image org.eclipse.swt.graphics.Image Rental nbDaysBooked customer rentedObject startDate endDate parentAgency
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="rental" nsURI="http://com.opcoach.training/rentalSansGmfAnnot/1.0" nsPrefix="rental"> <eClassifiers xsi:type="ecore:EClass" name="RentalAgency"> <eOperations name="book" eType="#//Rental"> <eParameters name="customer" eType="#//Customer"/> <eParameters name="rentedObject" eType="#//RentalObject"/> <eParameters name="from" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eParameters name="to" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eOperations> <eOperations name="addCustomer"> <eParameters name="customer" eType="#//Customer"/> </eOperations> <eOperations name="addObject"> <eParameters name="object" eType="#//RentalObject"/> </eOperations> <eOperations name="removeCustomer"> <eParameters name="customer" eType="#//Customer"/> </eOperations> <eOperations name="removeObject"> <eParameters name="object" eType="#//RentalObject"/> </eOperations> <eOperations name="isAvailable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="rentedObject" eType="#//RentalObject"/> <eParameters name="from" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eParameters name="to" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="objectsToRent" upperBound="-1" eType="#//RentalObject" containment="true" eOpposite="#//RentalObject/parentAgency"/> <eStructuralFeatures xsi:type="ecore:EReference" name="customers" upperBound="-1" eType="#//Customer" containment="true" eOpposite="#//Customer/parentAgency"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rentals" upperBound="-1" eType="#//Rental" containment="true" eOpposite="#//Rental/parentAgency"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Customer"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="consistentName"/> </eAnnotations> <eOperations name="getDisplayName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentAgency" lowerBound="1" eType="#//RentalAgency" eOpposite="#//RentalAgency/customers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="StreetType"> <eLiterals name="Street"/> <eLiterals name="Road" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RentalObject"> <eOperations name="rent" eType="#//Rental"> <eParameters name="customer" eType="#//Customer"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="picture" eType="#//Image"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentAgency" lowerBound="1" eType="#//RentalAgency" eOpposite="#//RentalAgency/objectsToRent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Image" instanceClassName="org.eclipse.swt.graphics.Image"/> <eClassifiers xsi:type="ecore:EClass" name="Rental"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="startDateBeforeEndDate"/> </eAnnotations> <eOperations name="nbDaysBooked" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="customer" lowerBound="1" eType="#//Customer"> <eAnnotations source="gmf.link"> <details key="target.decoration" value="arrow"/> <details key="style" value="dash"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="rentedObject" eType="#//RentalObject"> <eAnnotations source="gmf.link"> <details key="target.decoration" value="arrow"/> <details key="style" value="solid"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentAgency" lowerBound="1" eType="#//RentalAgency" eOpposite="#//RentalAgency/rentals"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"rental","nsURI":"http://com.opcoach.training/rentalSansGmfAnnot/1.0","name":"rental","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RentalAgency","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Customer","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"StreetType","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RentalObject","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.swt.graphics.Image","defaultValue":null,"instanceClassName":"org.eclipse.swt.graphics.Image","name":"Image","instanceClass":null,"id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rental","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"book","lowerBound":0,"id":7,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addCustomer","lowerBound":0,"id":8,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addObject","lowerBound":0,"id":9,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeCustomer","lowerBound":0,"id":10,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeObject","lowerBound":0,"id":11,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isAvailable","lowerBound":0,"id":12,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objectsToRent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"customers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rentals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"customer","lowerBound":0,"id":18,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"rentedObject","lowerBound":0,"id":19,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"from","lowerBound":0,"id":20,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"to","lowerBound":0,"id":21,"many":false,"required":false,"eClass":"EParameter"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"customer","lowerBound":0,"id":26,"many":false,"required":false,"eClass":"EParameter"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":28,"many":false,"required":false,"eClass":"EParameter"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"customer","lowerBound":0,"id":30,"many":false,"required":false,"eClass":"EParameter"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EParameter"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"rentedObject","lowerBound":0,"id":35,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"from","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"to","lowerBound":0,"id":37,"many":false,"required":false,"eClass":"EParameter"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentAgency","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentAgency","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentAgency","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getDisplayName","lowerBound":0,"id":48,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"firstName","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lastName","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"name":"Street","id":55,"value":0,"literal":"Street","eClass":"EEnumLiteral"},{"name":"Road","id":56,"value":1,"literal":"Road","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"rent","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ID","changeable":true,"lowerBound":0,"iD":true,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"picture","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"customer","lowerBound":0,"id":62,"many":false,"required":false,"eClass":"EParameter"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"nbDaysBooked","lowerBound":0,"id":68,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"customer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rentedObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startDate","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endDate","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":7,"target":6},{"source":7,"target":17},{"source":7,"target":1},{"source":7,"target":18},{"source":7,"target":19},{"source":7,"target":20},{"source":7,"target":21},{"source":17,"target":6},{"source":18,"target":2},{"source":18,"target":22},{"source":18,"target":7},{"source":22,"target":2},{"source":19,"target":4},{"source":19,"target":23},{"source":19,"target":7},{"source":23,"target":4},{"source":20,"target":24},{"source":20,"target":7},{"source":21,"target":25},{"source":21,"target":7},{"source":8,"target":1},{"source":8,"target":26},{"source":26,"target":2},{"source":26,"target":27},{"source":26,"target":8},{"source":27,"target":2},{"source":9,"target":1},{"source":9,"target":28},{"source":28,"target":4},{"source":28,"target":29},{"source":28,"target":9},{"source":29,"target":4},{"source":10,"target":1},{"source":10,"target":30},{"source":30,"target":2},{"source":30,"target":31},{"source":30,"target":10},{"source":31,"target":2},{"source":11,"target":1},{"source":11,"target":32},{"source":32,"target":4},{"source":32,"target":33},{"source":32,"target":11},{"source":33,"target":4},{"source":12,"target":34},{"source":12,"target":1},{"source":12,"target":35},{"source":12,"target":36},{"source":12,"target":37},{"source":35,"target":4},{"source":35,"target":38},{"source":35,"target":12},{"source":38,"target":4},{"source":36,"target":39},{"source":36,"target":12},{"source":37,"target":40},{"source":37,"target":12},{"source":13,"target":41},{"source":13,"target":1},{"source":14,"target":4},{"source":14,"target":42},{"source":14,"target":1},{"source":14,"target":43},{"source":42,"target":4},{"source":15,"target":2},{"source":15,"target":44},{"source":15,"target":1},{"source":15,"target":45},{"source":44,"target":2},{"source":16,"target":6},{"source":16,"target":46},{"source":16,"target":1},{"source":16,"target":47},{"source":46,"target":6},{"source":2,"target":0},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":50},{"source":2,"target":45},{"source":48,"target":51},{"source":48,"target":2},{"source":49,"target":52},{"source":49,"target":2},{"source":50,"target":53},{"source":50,"target":2},{"source":45,"target":1},{"source":45,"target":54},{"source":45,"target":2},{"source":45,"target":15},{"source":54,"target":1},{"source":3,"target":0},{"source":3,"target":55},{"source":3,"target":56},{"source":55,"target":3},{"source":56,"target":3},{"source":4,"target":0},{"source":4,"target":57},{"source":4,"target":58},{"source":4,"target":59},{"source":4,"target":60},{"source":4,"target":43},{"source":57,"target":6},{"source":57,"target":61},{"source":57,"target":4},{"source":57,"target":62},{"source":61,"target":6},{"source":62,"target":2},{"source":62,"target":63},{"source":62,"target":57},{"source":63,"target":2},{"source":58,"target":64},{"source":58,"target":4},{"source":59,"target":65},{"source":59,"target":4},{"source":60,"target":5},{"source":60,"target":66},{"source":60,"target":4},{"source":66,"target":5},{"source":43,"target":1},{"source":43,"target":67},{"source":43,"target":4},{"source":43,"target":14},{"source":67,"target":1},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":68},{"source":6,"target":69},{"source":6,"target":70},{"source":6,"target":71},{"source":6,"target":72},{"source":6,"target":47},{"source":68,"target":73},{"source":68,"target":6},{"source":69,"target":2},{"source":69,"target":74},{"source":69,"target":6},{"source":74,"target":2},{"source":70,"target":4},{"source":70,"target":75},{"source":70,"target":6},{"source":75,"target":4},{"source":71,"target":76},{"source":71,"target":6},{"source":72,"target":77},{"source":72,"target":6},{"source":47,"target":1},{"source":47,"target":78},{"source":47,"target":6},{"source":47,"target":16},{"source":78,"target":1}],"multigraph":true}
ecore
relational
repo-ecore-all/data/lesleytong/XMU-from-hexiao/edu.ustb.sei.mde.bxcore.dsl/test/Cls2Rdb/SimpleRDBMS.ecore
simpleRDBMS NamedElement name Schema tables Table columns foreignKeys key Column ForeignKey column referTo RDBMSModel schemas Key column
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="simpleRDBMS" nsURI="http://www.ustb.edu.cn/sei/mde/xmu/simpleRDBMS" nsPrefix="simpleRDBMS"> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Schema" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="tables" ordered="false" upperBound="-1" eType="#//Table" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" ordered="false" upperBound="-1" eType="#//Column" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="foreignKeys" ordered="false" upperBound="-1" eType="#//ForeignKey" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="#//Key" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Column" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ForeignKey" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="column" lowerBound="1" eType="#//Column"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referTo" lowerBound="1" eType="#//Key"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBMSModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="schemas" upperBound="-1" eType="#//Schema" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Key" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="column" eType="#//Column"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"simpleRDBMS","nsURI":"http://www.ustb.edu.cn/sei/mde/xmu/simpleRDBMS","name":"simpleRDBMS","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Schema","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForeignKey","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBMSModel","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Key","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"columns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"foreignKeys","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":"key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"column","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"schemas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"column","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":8,"target":9},{"source":8,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":10},{"source":2,"target":11},{"source":10,"target":3},{"source":10,"target":12},{"source":10,"target":2},{"source":12,"target":3},{"source":11,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":13},{"source":3,"target":14},{"source":3,"target":15},{"source":3,"target":16},{"source":13,"target":4},{"source":13,"target":17},{"source":13,"target":3},{"source":17,"target":4},{"source":14,"target":5},{"source":14,"target":18},{"source":14,"target":3},{"source":18,"target":5},{"source":15,"target":7},{"source":15,"target":19},{"source":15,"target":3},{"source":19,"target":7},{"source":16,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":20},{"source":20,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":21},{"source":5,"target":22},{"source":5,"target":23},{"source":21,"target":4},{"source":21,"target":24},{"source":21,"target":5},{"source":24,"target":4},{"source":22,"target":7},{"source":22,"target":25},{"source":22,"target":5},{"source":25,"target":7},{"source":23,"target":1},{"source":6,"target":0},{"source":6,"target":26},{"source":26,"target":2},{"source":26,"target":27},{"source":26,"target":6},{"source":27,"target":2},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":28},{"source":7,"target":29},{"source":28,"target":4},{"source":28,"target":30},{"source":28,"target":7},{"source":30,"target":4},{"source":29,"target":1}],"multigraph":true}
ecore
relational
repo-ecore-all/data/yinonavraham/sqlite-db-modeler-plugin-4android/org.ynn.sqlitedb.modeler.model/model/sqlitedb.ecore
model DatabaseVersions getFirstVersion getLastVersion createVersion versions packageName fileName DatabaseVersion database previousVersion nextVersion tableMapping columnMapping Database tables views triggers indexes common NameProvider name MappingEntry T previous current StringToTableMappingEntryMap java.util.Map$Entry java.util.Map$Entry key value StringToColumnMappingEntryMap java.util.Map$Entry java.util.Map$Entry key value TableMapping getPrevious current getAllPrevious getCurrent previous getAllCurrent put previous current entries prev2entryMap curr2entryMap entries ColumnMapping getPrevious current getAllPrevious getCurrent previous getAllCurrent put previous current entries prev2entryMap curr2entryMap entries Collection java.util.Collection java.util.Collection T table Table database columns constraints TableConstraint name table PrimaryKeyTableConstraint columns UniqueTableConstraint columns CheckTableConstraint expression ForeignKeyTableConstraint columns foreignTable foreignColumns column Column table type constraints DataType NULL NULL INTEGER INTEGER REAL REAL TEXT TEXT BLOB BLOB IndexedColumn column ColumnConstraint name column PrimaryKeyColumnConstraint NotNullColumnConstraint UniqueColumnConstraint CheckColumnConstraint expression DefaultValueColumnConstraint T value DefaultExpressionValueColumnConstraint DefaultStringValueColumnConstraint DefaultIntegerValueColumnConstraint DefaultRealValueColumnConstraint view View database index Index database trigger Trigger database expression Expression
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="model" nsURI="http://ynn.org/sqlitedb/modeler/model" nsPrefix="org.ynn.sqlitedb.modeler"> <eClassifiers xsi:type="ecore:EClass" name="DatabaseVersions"> <eOperations name="getFirstVersion" lowerBound="1" eType="#//DatabaseVersion"/> <eOperations name="getLastVersion" lowerBound="1" eType="#//DatabaseVersion"/> <eOperations name="createVersion" lowerBound="1" eType="#//DatabaseVersion"/> <eStructuralFeatures xsi:type="ecore:EReference" name="versions" lowerBound="1" upperBound="-1" eType="#//DatabaseVersion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="packageName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fileName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatabaseVersion"> <eStructuralFeatures xsi:type="ecore:EReference" name="database" lowerBound="1" eType="#//Database" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="previousVersion" eType="#//DatabaseVersion" eOpposite="#//DatabaseVersion/nextVersion"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nextVersion" eType="#//DatabaseVersion" eOpposite="#//DatabaseVersion/previousVersion"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tableMapping" eType="#//common/TableMapping" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="columnMapping" eType="#//common/ColumnMapping" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Database" eSuperTypes="#//common/NameProvider"> <eStructuralFeatures xsi:type="ecore:EReference" name="tables" upperBound="-1" eType="#//table/Table" containment="true" eOpposite="#//table/Table/database"/> <eStructuralFeatures xsi:type="ecore:EReference" name="views" upperBound="-1" eType="#//view/View" containment="true" eOpposite="#//view/View/database"/> <eStructuralFeatures xsi:type="ecore:EReference" name="triggers" upperBound="-1" eType="#//trigger/Trigger" containment="true" eOpposite="#//trigger/Trigger/database"/> <eStructuralFeatures xsi:type="ecore:EReference" name="indexes" upperBound="-1" eType="#//index/Index" containment="true" eOpposite="#//index/Index/database"/> </eClassifiers> <eSubpackages name="common" nsURI="http://ynn.org/sqlitedb/modeler/model/common" nsPrefix="org.ynn.sqlitedb.modeler.model"> <eClassifiers xsi:type="ecore:EClass" name="NameProvider" abstract="true" interface="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="MappingEntry"> <eTypeParameters name="T"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="previous"> <eGenericType eTypeParameter="#//common/MappingEntry/T"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="current"> <eGenericType eTypeParameter="#//common/MappingEntry/T"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringToTableMappingEntryMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1"> <eGenericType eClassifier="#//common/MappingEntry"> <eTypeArguments eClassifier="#//table/Table"/> </eGenericType> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringToColumnMappingEntryMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1"> <eGenericType eClassifier="#//common/MappingEntry"> <eTypeArguments eClassifier="#//column/Column"/> </eGenericType> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableMapping"> <eOperations name="getPrevious" eType="#//table/Table"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="String currKey = current.getName();&#xD;&#xA;MappingEntry&lt;Table> mappingEntry = getCurr2entryMap().get(currKey);&#xD;&#xA;if (mappingEntry == null) return null;&#xD;&#xA;return mappingEntry.getPrevious();"/> </eAnnotations> <eParameters name="current" lowerBound="1" eType="#//table/Table"/> </eOperations> <eOperations name="getAllPrevious" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="Collection&lt;Table> all = new &lt;%java.util.ArrayList%>&lt;Table>(getEntries().size());&#xD;&#xA;for (MappingEntry&lt;Table> entry : getEntries()) {&#xD;&#xA;&#x9;all.add(entry.getPrevious());&#xD;&#xA;}&#xD;&#xA;return all;"/> </eAnnotations> <eGenericType eClassifier="#//common/Collection"> <eTypeArguments eClassifier="#//table/Table"/> </eGenericType> </eOperations> <eOperations name="getCurrent" eType="#//table/Table"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="String prevKey = previous.getName();&#xD;&#xA;MappingEntry&lt;Table> mappingEntry = getPrev2entryMap().get(prevKey);&#xD;&#xA;if (mappingEntry == null) return null;&#xD;&#xA;return mappingEntry.getCurrent();"/> </eAnnotations> <eParameters name="previous" lowerBound="1" eType="#//table/Table"/> </eOperations> <eOperations name="getAllCurrent" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="Collection&lt;Table> all = new ArrayList&lt;Table>(getEntries().size());&#xD;&#xA;for (MappingEntry&lt;Table> entry : getEntries()) {&#xD;&#xA;&#x9;all.add(entry.getCurrent());&#xD;&#xA;}&#xD;&#xA;return all;"/> </eAnnotations> <eGenericType eClassifier="#//common/Collection"> <eTypeArguments eClassifier="#//table/Table"/> </eGenericType> </eOperations> <eOperations name="put"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="MappingEntry&lt;Table> entry = CommonFactory.eINSTANCE.createMappingEntry();&#xD;&#xA;entry.setPrevious(previous);&#xD;&#xA;entry.setCurrent(current);&#xD;&#xA;String prevKey = previous.getName();&#xD;&#xA;String currKey = current.getName();&#xD;&#xA;// TODO - Do it in a transaction&#xD;&#xA;// If there is already a mapping for previous or current - remove it&#xD;&#xA;if (getPrev2entryMap().containsKey(prevKey) || getCurr2entryMap().containsKey(currKey)) {&#xD;&#xA;&#x9;MappingEntry&lt;Table> oldEntry;&#xD;&#xA;&#x9;oldEntry = getPrev2entryMap().removeKey(prevKey);&#xD;&#xA;&#x9;if (oldEntry != null) getEntries().remove(oldEntry);&#xD;&#xA;&#x9;oldEntry = getCurr2entryMap().removeKey(currKey);&#xD;&#xA;&#x9;if (oldEntry != null) getEntries().remove(oldEntry);&#xD;&#xA;}&#xD;&#xA;getEntries().add(entry);&#xD;&#xA;getPrev2entryMap().put(prevKey, entry);&#xD;&#xA;getCurr2entryMap().put(currKey, entry);"/> </eAnnotations> <eParameters name="previous" eType="#//table/Table"/> <eParameters name="current" eType="#//table/Table"/> </eOperations> <eOperations name="entries" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return &lt;%java.util.Collections%>.unmodifiableCollection(getEntries());"/> </eAnnotations> <eGenericType eClassifier="#//common/Collection"> <eTypeArguments eClassifier="#//common/MappingEntry"> <eTypeArguments eClassifier="#//table/Table"/> </eTypeArguments> </eGenericType> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="prev2entryMap" upperBound="-1" eType="#//common/StringToTableMappingEntryMap" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedGetVisibility" value="true"/> <details key="suppressedSetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="curr2entryMap" upperBound="-1" eType="#//common/StringToTableMappingEntryMap" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedGetVisibility" value="true"/> <details key="suppressedSetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedGetVisibility" value="true"/> <details key="suppressedSetVisibility" value="true"/> </eAnnotations> <eGenericType eClassifier="#//common/MappingEntry"> <eTypeArguments eClassifier="#//table/Table"/> </eGenericType> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ColumnMapping"> <eOperations name="getPrevious" eType="#//column/Column"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="String currKey = current.getName();&#xD;&#xA;MappingEntry&lt;Column> mappingEntry = getCurr2entryMap().get(currKey);&#xD;&#xA;if (mappingEntry == null) return null;&#xD;&#xA;return mappingEntry.getPrevious();"/> </eAnnotations> <eParameters name="current" lowerBound="1" eType="#//column/Column"/> </eOperations> <eOperations name="getAllPrevious" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="Collection&lt;Column> all = new &lt;%java.util.ArrayList%>&lt;Column>(getEntries().size());&#xD;&#xA;for (MappingEntry&lt;Column> entry : getEntries()) {&#xD;&#xA;&#x9;all.add(entry.getPrevious());&#xD;&#xA;}&#xD;&#xA;return all;"/> </eAnnotations> <eGenericType eClassifier="#//common/Collection"> <eTypeArguments eClassifier="#//column/Column"/> </eGenericType> </eOperations> <eOperations name="getCurrent" eType="#//column/Column"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="String prevKey = previous.getName();&#xD;&#xA;MappingEntry&lt;Column> mappingEntry = getPrev2entryMap().get(prevKey);&#xD;&#xA;if (mappingEntry == null) return null;&#xD;&#xA;return mappingEntry.getCurrent();"/> </eAnnotations> <eParameters name="previous" lowerBound="1" eType="#//column/Column"/> </eOperations> <eOperations name="getAllCurrent" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="Collection&lt;Column> all = new ArrayList&lt;Column>(getEntries().size());&#xD;&#xA;for (MappingEntry&lt;Column> entry : getEntries()) {&#xD;&#xA;&#x9;all.add(entry.getCurrent());&#xD;&#xA;}&#xD;&#xA;return all;"/> </eAnnotations> <eGenericType eClassifier="#//common/Collection"> <eTypeArguments eClassifier="#//column/Column"/> </eGenericType> </eOperations> <eOperations name="put"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="MappingEntry&lt;Column> entry = CommonFactory.eINSTANCE.createMappingEntry();&#xD;&#xA;entry.setPrevious(previous);&#xD;&#xA;entry.setCurrent(current);&#xD;&#xA;String prevKey = previous.getName();&#xD;&#xA;String currKey = current.getName();&#xD;&#xA;// TODO - Do it in a transaction&#xD;&#xA;// If there is already a mapping for previous or current - remove it&#xD;&#xA;if (getPrev2entryMap().containsKey(prevKey) || getCurr2entryMap().containsKey(currKey)) {&#xD;&#xA;&#x9;MappingEntry&lt;Column> oldEntry;&#xD;&#xA;&#x9;oldEntry = getPrev2entryMap().removeKey(prevKey);&#xD;&#xA;&#x9;if (oldEntry != null) getEntries().remove(oldEntry);&#xD;&#xA;&#x9;oldEntry = getCurr2entryMap().removeKey(currKey);&#xD;&#xA;&#x9;if (oldEntry != null) getEntries().remove(oldEntry);&#xD;&#xA;}&#xD;&#xA;getEntries().add(entry);&#xD;&#xA;getPrev2entryMap().put(prevKey, entry);&#xD;&#xA;getCurr2entryMap().put(currKey, entry);"/> </eAnnotations> <eParameters name="previous" eType="#//column/Column"/> <eParameters name="current" eType="#//column/Column"/> </eOperations> <eOperations name="entries" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return &lt;%java.util.Collections%>.unmodifiableCollection(getEntries());"/> </eAnnotations> <eGenericType eClassifier="#//common/Collection"> <eTypeArguments eClassifier="#//common/MappingEntry"> <eTypeArguments eClassifier="#//column/Column"/> </eTypeArguments> </eGenericType> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="prev2entryMap" upperBound="-1" eType="#//common/StringToColumnMappingEntryMap" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedGetVisibility" value="true"/> <details key="suppressedSetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="curr2entryMap" upperBound="-1" eType="#//common/StringToColumnMappingEntryMap" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedGetVisibility" value="true"/> <details key="suppressedSetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedGetVisibility" value="true"/> <details key="suppressedSetVisibility" value="true"/> </eAnnotations> <eGenericType eClassifier="#//common/MappingEntry"> <eTypeArguments eClassifier="#//column/Column"/> </eGenericType> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Collection" instanceClassName="java.util.Collection"> <eTypeParameters name="T"/> </eClassifiers> </eSubpackages> <eSubpackages name="table" nsURI="http://ynn.org/sqlitedb/modeler/model/table" nsPrefix="org.ynn.sqlitedb.modeler.model"> <eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="#//common/NameProvider"> <eStructuralFeatures xsi:type="ecore:EReference" name="database" lowerBound="1" eType="#//Database" eOpposite="#//Database/tables"/> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1" eType="#//column/Column" containment="true" eOpposite="#//column/Column/table"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1" eType="#//table/TableConstraint" containment="true" eOpposite="#//table/TableConstraint/table"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableConstraint" 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="table" lowerBound="1" eType="#//table/Table" eOpposite="#//table/Table/constraints"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimaryKeyTableConstraint" eSuperTypes="#//table/TableConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" lowerBound="1" eType="#//column/IndexedColumn" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UniqueTableConstraint" eSuperTypes="#//table/TableConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" lowerBound="1" eType="#//column/IndexedColumn" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CheckTableConstraint" eSuperTypes="#//table/TableConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//expression/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForeignKeyTableConstraint" eSuperTypes="#//table/TableConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" lowerBound="1" upperBound="-1" eType="#//column/Column"/> <eStructuralFeatures xsi:type="ecore:EReference" name="foreignTable" lowerBound="1" eType="#//table/Table"/> <eStructuralFeatures xsi:type="ecore:EReference" name="foreignColumns" lowerBound="1" upperBound="-1" eType="#//column/Column"/> </eClassifiers> </eSubpackages> <eSubpackages name="column" nsURI="http://ynn.org/sqlitedb/modeler/model/column" nsPrefix="org.ynn.sqlitedb.modeler.model"> <eClassifiers xsi:type="ecore:EClass" name="Column" eSuperTypes="#//common/NameProvider"> <eStructuralFeatures xsi:type="ecore:EReference" name="table" lowerBound="1" eType="#//table/Table" eOpposite="#//table/Table/columns"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//column/DataType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1" eType="#//column/ColumnConstraint" containment="true" eOpposite="#//column/ColumnConstraint/column"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DataType"> <eLiterals name="NULL"/> <eLiterals name="INTEGER" value="1"/> <eLiterals name="REAL" value="2"/> <eLiterals name="TEXT" value="3"/> <eLiterals name="BLOB" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IndexedColumn"> <eStructuralFeatures xsi:type="ecore:EReference" name="column" lowerBound="1" eType="#//column/Column"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ColumnConstraint" 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="column" lowerBound="1" eType="#//column/Column" eOpposite="#//column/Column/constraints"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimaryKeyColumnConstraint" eSuperTypes="#//column/ColumnConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="NotNullColumnConstraint" eSuperTypes="#//column/ColumnConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="UniqueColumnConstraint" eSuperTypes="#//column/ColumnConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="CheckColumnConstraint" eSuperTypes="#//column/ColumnConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//expression/Expression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefaultValueColumnConstraint" abstract="true" eSuperTypes="#//column/ColumnConstraint"> <eTypeParameters name="T"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" containment="true"> <eGenericType eTypeParameter="#//column/DefaultValueColumnConstraint/T"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefaultExpressionValueColumnConstraint"> <eGenericSuperTypes eClassifier="#//column/DefaultValueColumnConstraint"> <eTypeArguments eClassifier="#//expression/Expression"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefaultStringValueColumnConstraint"> <eGenericSuperTypes eClassifier="#//column/DefaultValueColumnConstraint"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefaultIntegerValueColumnConstraint"> <eGenericSuperTypes eClassifier="#//column/DefaultValueColumnConstraint"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefaultRealValueColumnConstraint"> <eGenericSuperTypes eClassifier="#//column/DefaultValueColumnConstraint"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> </eGenericSuperTypes> </eClassifiers> </eSubpackages> <eSubpackages name="view" nsURI="http://ynn.org/sqlitedb/modeler/model/view" nsPrefix="org.ynn.sqlitedb.modeler.model"> <eClassifiers xsi:type="ecore:EClass" name="View" eSuperTypes="#//common/NameProvider"> <eStructuralFeatures xsi:type="ecore:EReference" name="database" lowerBound="1" eType="#//Database" eOpposite="#//Database/views"/> </eClassifiers> </eSubpackages> <eSubpackages name="index" nsURI="http://ynn.org/sqlitedb/modeler/model/index" nsPrefix="org.ynn.sqlitedb.modeler.model"> <eClassifiers xsi:type="ecore:EClass" name="Index" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="database" lowerBound="1" eType="#//Database" eOpposite="#//Database/indexes"/> </eClassifiers> </eSubpackages> <eSubpackages name="trigger" nsURI="http://ynn.org/sqlitedb/modeler/model/trigger" nsPrefix="org.ynn.sqlitedb.modeler.model"> <eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//common/NameProvider"> <eStructuralFeatures xsi:type="ecore:EReference" name="database" lowerBound="1" eType="#//Database" eOpposite="#//Database/triggers"/> </eClassifiers> </eSubpackages> <eSubpackages name="expression" nsURI="http://ynn.org/sqlitedb/modeler/model/expression" nsPrefix="org.ynn.sqlitedb.modeler.model"> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true"/> </eSubpackages> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"org.ynn.sqlitedb.modeler","nsURI":"http://ynn.org/sqlitedb/modeler/model","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatabaseVersions","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatabaseVersion","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Database","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.ynn.sqlitedb.modeler.model","nsURI":"http://ynn.org/sqlitedb/modeler/model/common","name":"common","id":4,"eClass":"EPackage"},{"nsPrefix":"org.ynn.sqlitedb.modeler.model","nsURI":"http://ynn.org/sqlitedb/modeler/model/table","name":"table","id":5,"eClass":"EPackage"},{"nsPrefix":"org.ynn.sqlitedb.modeler.model","nsURI":"http://ynn.org/sqlitedb/modeler/model/column","name":"column","id":6,"eClass":"EPackage"},{"nsPrefix":"org.ynn.sqlitedb.modeler.model","nsURI":"http://ynn.org/sqlitedb/modeler/model/view","name":"view","id":7,"eClass":"EPackage"},{"nsPrefix":"org.ynn.sqlitedb.modeler.model","nsURI":"http://ynn.org/sqlitedb/modeler/model/index","name":"index","id":8,"eClass":"EPackage"},{"nsPrefix":"org.ynn.sqlitedb.modeler.model","nsURI":"http://ynn.org/sqlitedb/modeler/model/trigger","name":"trigger","id":9,"eClass":"EPackage"},{"nsPrefix":"org.ynn.sqlitedb.modeler.model","nsURI":"http://ynn.org/sqlitedb/modeler/model/expression","name":"expression","id":10,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFirstVersion","lowerBound":1,"id":11,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLastVersion","lowerBound":1,"id":12,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createVersion","lowerBound":1,"id":13,"many":false,"required":true,"eClass":"EOperation"},{"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":"versions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packageName","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fileName","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"database","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"previousVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nextVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tableMapping","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":"columnMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableMapping","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"id":32,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnMapping","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"id":34,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameProvider","instanceClass":null,"abstract":true,"id":35,"interface":true,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"views","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":"triggers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"indexes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"id":42,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"database","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"View","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"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":"database","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"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":"database","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Index","instanceClass":null,"abstract":true,"id":50,"interface":false,"eClass":"EClass"},{"id":51,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"database","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingEntry","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringToTableMappingEntryMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringToColumnMappingEntryMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Collection","defaultValue":null,"instanceClassName":"java.util.Collection","name":"Collection","instanceClass":"java.util.Collection","id":56,"serializable":true,"eClass":"EDataType"},{"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":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"name":"T","id":59,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"previous","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":"current","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"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":64,"derived":false},{"container":false,"ordered":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":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"container":false,"ordered":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":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPrevious","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAllPrevious","lowerBound":1,"id":76,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCurrent","lowerBound":0,"id":77,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAllCurrent","lowerBound":1,"id":78,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"put","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"entries","lowerBound":1,"id":80,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"prev2entryMap","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":"curr2entryMap","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":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"current","lowerBound":1,"id":85,"many":false,"required":true,"eClass":"EParameter"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"previous","lowerBound":1,"id":90,"many":false,"required":true,"eClass":"EParameter"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"previous","lowerBound":0,"id":94,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"current","lowerBound":0,"id":95,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPrevious","lowerBound":0,"id":105,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAllPrevious","lowerBound":1,"id":106,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCurrent","lowerBound":0,"id":107,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAllCurrent","lowerBound":1,"id":108,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"put","lowerBound":0,"id":109,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"entries","lowerBound":1,"id":110,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"prev2entryMap","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":"curr2entryMap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"current","lowerBound":1,"id":115,"many":false,"required":true,"eClass":"EParameter"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"previous","lowerBound":1,"id":120,"many":false,"required":true,"eClass":"EParameter"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"previous","lowerBound":0,"id":124,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"current","lowerBound":0,"id":125,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"name":"T","id":135,"eClass":"ETypeParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableConstraint","instanceClass":null,"abstract":true,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryKeyTableConstraint","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniqueTableConstraint","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CheckTableConstraint","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForeignKeyTableConstraint","instanceClass":null,"abstract":false,"id":140,"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":"columns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":1,"id":146,"derived":false},{"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":"table","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"columns","changeable":true,"resolveProxies":true,"lowerBound":1,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndexedColumn","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"id":155,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"columns","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":161,"interface":false,"eClass":"EClass"},{"id":162,"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":"columns","changeable":true,"resolveProxies":true,"lowerBound":1,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"foreignTable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":164,"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":"foreignColumns","changeable":true,"resolveProxies":true,"lowerBound":1,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"id":170,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnConstraint","instanceClass":null,"abstract":true,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryKeyColumnConstraint","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotNullColumnConstraint","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniqueColumnConstraint","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CheckColumnConstraint","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultValueColumnConstraint","instanceClass":null,"abstract":true,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultExpressionValueColumnConstraint","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultStringValueColumnConstraint","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultIntegerValueColumnConstraint","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultRealValueColumnConstraint","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":181,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"column","changeable":true,"resolveProxies":true,"lowerBound":1,"id":187,"derived":false},{"name":"NULL","id":188,"value":0,"literal":"NULL","eClass":"EEnumLiteral"},{"name":"INTEGER","id":189,"value":1,"literal":"INTEGER","eClass":"EEnumLiteral"},{"name":"REAL","id":190,"value":2,"literal":"REAL","eClass":"EEnumLiteral"},{"name":"TEXT","id":191,"value":3,"literal":"TEXT","eClass":"EEnumLiteral"},{"name":"BLOB","id":192,"value":4,"literal":"BLOB","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"column","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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"name":"T","id":204,"eClass":"ETypeParameter"},{"container":false,"ordered":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":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":11,"target":2},{"source":11,"target":17},{"source":11,"target":1},{"source":17,"target":2},{"source":12,"target":2},{"source":12,"target":18},{"source":12,"target":1},{"source":18,"target":2},{"source":13,"target":2},{"source":13,"target":19},{"source":13,"target":1},{"source":19,"target":2},{"source":14,"target":2},{"source":14,"target":20},{"source":14,"target":1},{"source":20,"target":2},{"source":15,"target":21},{"source":15,"target":1},{"source":16,"target":22},{"source":16,"target":1},{"source":2,"target":0},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":23,"target":3},{"source":23,"target":28},{"source":23,"target":2},{"source":28,"target":3},{"source":24,"target":2},{"source":24,"target":29},{"source":24,"target":2},{"source":24,"target":25},{"source":29,"target":2},{"source":25,"target":2},{"source":25,"target":30},{"source":25,"target":2},{"source":25,"target":24},{"source":30,"target":2},{"source":26,"target":31},{"source":26,"target":32},{"source":26,"target":2},{"source":32,"target":31},{"source":27,"target":33},{"source":27,"target":34},{"source":27,"target":2},{"source":34,"target":33},{"source":3,"target":0},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":3,"target":39},{"source":3,"target":40},{"source":36,"target":41},{"source":36,"target":42},{"source":36,"target":3},{"source":36,"target":43},{"source":42,"target":41},{"source":37,"target":44},{"source":37,"target":45},{"source":37,"target":3},{"source":37,"target":46},{"source":45,"target":44},{"source":38,"target":47},{"source":38,"target":48},{"source":38,"target":3},{"source":38,"target":49},{"source":48,"target":47},{"source":39,"target":50},{"source":39,"target":51},{"source":39,"target":3},{"source":39,"target":52},{"source":51,"target":50},{"source":40,"target":35},{"source":4,"target":35},{"source":4,"target":53},{"source":4,"target":54},{"source":4,"target":55},{"source":4,"target":31},{"source":4,"target":33},{"source":4,"target":56},{"source":4,"target":0},{"source":35,"target":4},{"source":35,"target":57},{"source":57,"target":58},{"source":57,"target":35},{"source":53,"target":4},{"source":53,"target":59},{"source":53,"target":60},{"source":53,"target":61},{"source":60,"target":62},{"source":60,"target":53},{"source":62,"target":59},{"source":61,"target":63},{"source":61,"target":53},{"source":63,"target":59},{"source":54,"target":4},{"source":54,"target":64},{"source":54,"target":65},{"source":64,"target":66},{"source":64,"target":54},{"source":65,"target":53},{"source":65,"target":67},{"source":65,"target":54},{"source":67,"target":68},{"source":67,"target":53},{"source":68,"target":41},{"source":55,"target":4},{"source":55,"target":69},{"source":55,"target":70},{"source":69,"target":71},{"source":69,"target":55},{"source":70,"target":53},{"source":70,"target":72},{"source":70,"target":55},{"source":72,"target":73},{"source":72,"target":53},{"source":73,"target":74},{"source":31,"target":4},{"source":31,"target":75},{"source":31,"target":76},{"source":31,"target":77},{"source":31,"target":78},{"source":31,"target":79},{"source":31,"target":80},{"source":31,"target":81},{"source":31,"target":82},{"source":31,"target":83},{"source":75,"target":41},{"source":75,"target":84},{"source":75,"target":31},{"source":75,"target":85},{"source":84,"target":41},{"source":85,"target":41},{"source":85,"target":86},{"source":85,"target":75},{"source":86,"target":41},{"source":76,"target":56},{"source":76,"target":87},{"source":76,"target":31},{"source":87,"target":88},{"source":87,"target":56},{"source":88,"target":41},{"source":77,"target":41},{"source":77,"target":89},{"source":77,"target":31},{"source":77,"target":90},{"source":89,"target":41},{"source":90,"target":41},{"source":90,"target":91},{"source":90,"target":77},{"source":91,"target":41},{"source":78,"target":56},{"source":78,"target":92},{"source":78,"target":31},{"source":92,"target":93},{"source":92,"target":56},{"source":93,"target":41},{"source":79,"target":31},{"source":79,"target":94},{"source":79,"target":95},{"source":94,"target":41},{"source":94,"target":96},{"source":94,"target":79},{"source":96,"target":41},{"source":95,"target":41},{"source":95,"target":97},{"source":95,"target":79},{"source":97,"target":41},{"source":80,"target":56},{"source":80,"target":98},{"source":80,"target":31},{"source":98,"target":99},{"source":98,"target":56},{"source":99,"target":100},{"source":99,"target":53},{"source":100,"target":41},{"source":81,"target":54},{"source":81,"target":101},{"source":81,"target":31},{"source":101,"target":54},{"source":82,"target":54},{"source":82,"target":102},{"source":82,"target":31},{"source":102,"target":54},{"source":83,"target":53},{"source":83,"target":103},{"source":83,"target":31},{"source":103,"target":104},{"source":103,"target":53},{"source":104,"target":41},{"source":33,"target":4},{"source":33,"target":105},{"source":33,"target":106},{"source":33,"target":107},{"source":33,"target":108},{"source":33,"target":109},{"source":33,"target":110},{"source":33,"target":111},{"source":33,"target":112},{"source":33,"target":113},{"source":105,"target":74},{"source":105,"target":114},{"source":105,"target":33},{"source":105,"target":115},{"source":114,"target":74},{"source":115,"target":74},{"source":115,"target":116},{"source":115,"target":105},{"source":116,"target":74},{"source":106,"target":56},{"source":106,"target":117},{"source":106,"target":33},{"source":117,"target":118},{"source":117,"target":56},{"source":118,"target":74},{"source":107,"target":74},{"source":107,"target":119},{"source":107,"target":33},{"source":107,"target":120},{"source":119,"target":74},{"source":120,"target":74},{"source":120,"target":121},{"source":120,"target":107},{"source":121,"target":74},{"source":108,"target":56},{"source":108,"target":122},{"source":108,"target":33},{"source":122,"target":123},{"source":122,"target":56},{"source":123,"target":74},{"source":109,"target":33},{"source":109,"target":124},{"source":109,"target":125},{"source":124,"target":74},{"source":124,"target":126},{"source":124,"target":109},{"source":126,"target":74},{"source":125,"target":74},{"source":125,"target":127},{"source":125,"target":109},{"source":127,"target":74},{"source":110,"target":56},{"source":110,"target":128},{"source":110,"target":33},{"source":128,"target":129},{"source":128,"target":56},{"source":129,"target":130},{"source":129,"target":53},{"source":130,"target":74},{"source":111,"target":55},{"source":111,"target":131},{"source":111,"target":33},{"source":131,"target":55},{"source":112,"target":55},{"source":112,"target":132},{"source":112,"target":33},{"source":132,"target":55},{"source":113,"target":53},{"source":113,"target":133},{"source":113,"target":33},{"source":133,"target":134},{"source":133,"target":53},{"source":134,"target":74},{"source":56,"target":4},{"source":56,"target":135},{"source":5,"target":41},{"source":5,"target":136},{"source":5,"target":137},{"source":5,"target":138},{"source":5,"target":139},{"source":5,"target":140},{"source":5,"target":0},{"source":41,"target":5},{"source":41,"target":35},{"source":41,"target":43},{"source":41,"target":141},{"source":41,"target":142},{"source":41,"target":143},{"source":43,"target":3},{"source":43,"target":144},{"source":43,"target":41},{"source":43,"target":36},{"source":144,"target":3},{"source":141,"target":74},{"source":141,"target":145},{"source":141,"target":41},{"source":141,"target":146},{"source":145,"target":74},{"source":142,"target":136},{"source":142,"target":147},{"source":142,"target":41},{"source":142,"target":148},{"source":147,"target":136},{"source":143,"target":35},{"source":136,"target":5},{"source":136,"target":149},{"source":136,"target":148},{"source":149,"target":150},{"source":149,"target":136},{"source":148,"target":41},{"source":148,"target":151},{"source":148,"target":136},{"source":148,"target":142},{"source":151,"target":41},{"source":137,"target":5},{"source":137,"target":136},{"source":137,"target":152},{"source":137,"target":153},{"source":152,"target":154},{"source":152,"target":155},{"source":152,"target":137},{"source":155,"target":154},{"source":153,"target":136},{"source":138,"target":5},{"source":138,"target":136},{"source":138,"target":156},{"source":138,"target":157},{"source":156,"target":154},{"source":156,"target":158},{"source":156,"target":138},{"source":158,"target":154},{"source":157,"target":136},{"source":139,"target":5},{"source":139,"target":136},{"source":139,"target":159},{"source":139,"target":160},{"source":159,"target":161},{"source":159,"target":162},{"source":159,"target":139},{"source":162,"target":161},{"source":160,"target":136},{"source":140,"target":5},{"source":140,"target":136},{"source":140,"target":163},{"source":140,"target":164},{"source":140,"target":165},{"source":140,"target":166},{"source":163,"target":74},{"source":163,"target":167},{"source":163,"target":140},{"source":167,"target":74},{"source":164,"target":41},{"source":164,"target":168},{"source":164,"target":140},{"source":168,"target":41},{"source":165,"target":74},{"source":165,"target":169},{"source":165,"target":140},{"source":169,"target":74},{"source":166,"target":136},{"source":6,"target":74},{"source":6,"target":170},{"source":6,"target":154},{"source":6,"target":171},{"source":6,"target":172},{"source":6,"target":173},{"source":6,"target":174},{"source":6,"target":175},{"source":6,"target":176},{"source":6,"target":177},{"source":6,"target":178},{"source":6,"target":179},{"source":6,"target":180},{"source":6,"target":0},{"source":74,"target":6},{"source":74,"target":35},{"source":74,"target":146},{"source":74,"target":181},{"source":74,"target":182},{"source":74,"target":183},{"source":146,"target":41},{"source":146,"target":184},{"source":146,"target":74},{"source":146,"target":141},{"source":184,"target":41},{"source":181,"target":170},{"source":181,"target":185},{"source":181,"target":74},{"source":185,"target":170},{"source":182,"target":171},{"source":182,"target":186},{"source":182,"target":74},{"source":182,"target":187},{"source":186,"target":171},{"source":183,"target":35},{"source":170,"target":6},{"source":170,"target":188},{"source":170,"target":189},{"source":170,"target":190},{"source":170,"target":191},{"source":170,"target":192},{"source":188,"target":170},{"source":189,"target":170},{"source":190,"target":170},{"source":191,"target":170},{"source":192,"target":170},{"source":154,"target":6},{"source":154,"target":193},{"source":193,"target":74},{"source":193,"target":194},{"source":193,"target":154},{"source":194,"target":74},{"source":171,"target":6},{"source":171,"target":195},{"source":171,"target":187},{"source":195,"target":196},{"source":195,"target":171},{"source":187,"target":74},{"source":187,"target":197},{"source":187,"target":171},{"source":187,"target":182},{"source":197,"target":74},{"source":172,"target":6},{"source":172,"target":171},{"source":172,"target":198},{"source":198,"target":171},{"source":173,"target":6},{"source":173,"target":171},{"source":173,"target":199},{"source":199,"target":171},{"source":174,"target":6},{"source":174,"target":171},{"source":174,"target":200},{"source":200,"target":171},{"source":175,"target":6},{"source":175,"target":171},{"source":175,"target":201},{"source":175,"target":202},{"source":201,"target":161},{"source":201,"target":203},{"source":201,"target":175},{"source":203,"target":161},{"source":202,"target":171},{"source":176,"target":6},{"source":176,"target":204},{"source":176,"target":171},{"source":176,"target":205},{"source":176,"target":206},{"source":205,"target":207},{"source":205,"target":176},{"source":207,"target":204},{"source":206,"target":171},{"source":177,"target":6},{"source":177,"target":176},{"source":177,"target":208},{"source":208,"target":209},{"source":208,"target":176},{"source":209,"target":161},{"source":178,"target":6},{"source":178,"target":176},{"source":178,"target":210},{"source":210,"target":211},{"source":210,"target":176},{"source":179,"target":6},{"source":179,"target":176},{"source":179,"target":212},{"source":212,"target":213},{"source":212,"target":176},{"source":180,"target":6},{"source":180,"target":176},{"source":180,"target":214},{"source":214,"target":215},{"source":214,"target":176},{"source":7,"target":44},{"source":7,"target":0},{"source":44,"target":7},{"source":44,"target":35},{"source":44,"target":46},{"source":44,"target":216},{"source":46,"target":3},{"source":46,"target":217},{"source":46,"target":44},{"source":46,"target":37},{"source":217,"target":3},{"source":216,"target":35},{"source":8,"target":50},{"source":8,"target":0},{"source":50,"target":8},{"source":50,"target":52},{"source":52,"target":3},{"source":52,"target":218},{"source":52,"target":50},{"source":52,"target":39},{"source":218,"target":3},{"source":9,"target":47},{"source":9,"target":0},{"source":47,"target":9},{"source":47,"target":35},{"source":47,"target":49},{"source":47,"target":219},{"source":49,"target":3},{"source":49,"target":220},{"source":49,"target":47},{"source":49,"target":38},{"source":220,"target":3},{"source":219,"target":35},{"source":10,"target":161},{"source":10,"target":0},{"source":161,"target":10}],"multigraph":true}
ecore
modelling
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/sunwuliang/SlicingProject1.0/slices/SlicedUML2InsFSMspecializedAssociationsHasSameNumberOfEnds.ecore
UML2 Interface Artifact InformationItem CommunicationPath Device ProtocolStateMachine Extension Stereotype Generalization general BehavioredClassifier Actor StateMachine Property AssociationClass Node ExecutionEnvironment TemplateableClassifier StructuredClassifier Collaboration EncapsulatedClassifier Activity Interaction Component DataType Association memberEnd Behavior Port Enumeration DeploymentSpecification ParameterableClassifier PrimitiveType UseCase ExtensionEnd Signal Class Classifier generalization
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2"> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Generalization"> <eStructuralFeatures xsi:type="ecore:EReference" name="general" lowerBound="1" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="Property"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="memberEnd" lowerBound="2" upperBound="-1" eType="#//Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" upperBound="-1" eType="#//Generalization" containment="true"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":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":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"},{"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":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"memberEnd","changeable":true,"resolveProxies":true,"lowerBound":2,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generalization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":1,"target":0},{"source":1,"target":36},{"source":1,"target":37},{"source":37,"target":36},{"source":2,"target":0},{"source":2,"target":36},{"source":2,"target":38},{"source":38,"target":36},{"source":3,"target":0},{"source":3,"target":36},{"source":3,"target":39},{"source":39,"target":36},{"source":4,"target":0},{"source":4,"target":25},{"source":4,"target":40},{"source":40,"target":25},{"source":5,"target":0},{"source":5,"target":15},{"source":5,"target":41},{"source":41,"target":15},{"source":6,"target":0},{"source":6,"target":12},{"source":6,"target":42},{"source":42,"target":12},{"source":7,"target":0},{"source":7,"target":25},{"source":7,"target":43},{"source":43,"target":25},{"source":8,"target":0},{"source":8,"target":35},{"source":8,"target":44},{"source":44,"target":35},{"source":9,"target":0},{"source":9,"target":45},{"source":45,"target":36},{"source":45,"target":46},{"source":45,"target":9},{"source":46,"target":36},{"source":10,"target":0},{"source":10,"target":36},{"source":10,"target":47},{"source":47,"target":36},{"source":11,"target":0},{"source":11,"target":36},{"source":11,"target":48},{"source":48,"target":36},{"source":12,"target":0},{"source":12,"target":26},{"source":12,"target":49},{"source":49,"target":26},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":35},{"source":14,"target":25},{"source":14,"target":50},{"source":14,"target":51},{"source":50,"target":35},{"source":51,"target":25},{"source":15,"target":0},{"source":15,"target":35},{"source":15,"target":52},{"source":52,"target":35},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":53},{"source":53,"target":15},{"source":17,"target":0},{"source":17,"target":36},{"source":17,"target":54},{"source":54,"target":36},{"source":18,"target":0},{"source":18,"target":36},{"source":18,"target":55},{"source":55,"target":36},{"source":19,"target":0},{"source":19,"target":10},{"source":19,"target":18},{"source":19,"target":56},{"source":19,"target":57},{"source":56,"target":10},{"source":57,"target":18},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":58},{"source":58,"target":18},{"source":21,"target":0},{"source":21,"target":26},{"source":21,"target":59},{"source":59,"target":26},{"source":22,"target":0},{"source":22,"target":26},{"source":22,"target":60},{"source":60,"target":26},{"source":23,"target":0},{"source":23,"target":35},{"source":23,"target":61},{"source":61,"target":35},{"source":24,"target":0},{"source":24,"target":36},{"source":24,"target":62},{"source":62,"target":36},{"source":25,"target":0},{"source":25,"target":36},{"source":25,"target":63},{"source":25,"target":64},{"source":63,"target":13},{"source":63,"target":65},{"source":63,"target":25},{"source":65,"target":13},{"source":64,"target":36},{"source":26,"target":0},{"source":26,"target":35},{"source":26,"target":66},{"source":66,"target":35},{"source":27,"target":0},{"source":27,"target":13},{"source":27,"target":67},{"source":67,"target":13},{"source":28,"target":0},{"source":28,"target":24},{"source":28,"target":68},{"source":68,"target":24},{"source":29,"target":0},{"source":29,"target":2},{"source":29,"target":69},{"source":69,"target":2},{"source":30,"target":0},{"source":30,"target":36},{"source":30,"target":70},{"source":70,"target":36},{"source":31,"target":0},{"source":31,"target":24},{"source":31,"target":71},{"source":71,"target":24},{"source":32,"target":0},{"source":32,"target":10},{"source":32,"target":72},{"source":72,"target":10},{"source":33,"target":0},{"source":33,"target":13},{"source":33,"target":73},{"source":73,"target":13},{"source":34,"target":0},{"source":34,"target":36},{"source":34,"target":74},{"source":74,"target":36},{"source":35,"target":0},{"source":35,"target":10},{"source":35,"target":20},{"source":35,"target":75},{"source":35,"target":76},{"source":75,"target":10},{"source":76,"target":20},{"source":36,"target":0},{"source":36,"target":77},{"source":77,"target":9},{"source":77,"target":78},{"source":77,"target":36},{"source":78,"target":9}],"multigraph":true}
ecore
relational
repo-ecore-all/data/damenac/puzzle/plugins/fr.inria.diverse.puzzle.metrics/testdata/Relational.ecore
relational DataBase schemas uri port Schema tables name Table fields name Field name Type VARCHAR VARCHAR NUMERIC NUMERIC DATE DATE TIME TIME FLOAT FLOAT BOOLEAN BOOLEAN CHAR CHAR PrimaryKey id ForeignKey reference Column type
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="relational" nsURI="http://www.obeo.fr/training/relational/1.0" nsPrefix="relational"> <eClassifiers xsi:type="ecore:EClass" name="DataBase"> <eStructuralFeatures xsi:type="ecore:EReference" name="schemas" upperBound="-1" eType="#//Schema" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="port" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Schema"> <eStructuralFeatures xsi:type="ecore:EReference" name="tables" upperBound="-1" eType="#//Table" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Table"> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" eType="#//Field" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Field" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Type"> <eLiterals name="VARCHAR"/> <eLiterals name="NUMERIC" value="1"/> <eLiterals name="DATE" value="2"/> <eLiterals name="TIME" value="3"/> <eLiterals name="FLOAT" value="4"/> <eLiterals name="BOOLEAN" value="5"/> <eLiterals name="CHAR" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimaryKey" eSuperTypes="#//Field"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForeignKey" eSuperTypes="#//Field"> <eStructuralFeatures xsi:type="ecore:EReference" name="reference" lowerBound="1" eType="#//Table"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Column" eSuperTypes="#//Field"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//Type"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"relational","nsURI":"http://www.obeo.fr/training/relational/1.0","name":"relational","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataBase","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Schema","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Type","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryKey","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForeignKey","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"schemas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":1,"iD":false,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"name":"VARCHAR","id":25,"value":0,"literal":"VARCHAR","eClass":"EEnumLiteral"},{"name":"NUMERIC","id":26,"value":1,"literal":"NUMERIC","eClass":"EEnumLiteral"},{"name":"DATE","id":27,"value":2,"literal":"DATE","eClass":"EEnumLiteral"},{"name":"TIME","id":28,"value":3,"literal":"TIME","eClass":"EEnumLiteral"},{"name":"FLOAT","id":29,"value":4,"literal":"FLOAT","eClass":"EEnumLiteral"},{"name":"BOOLEAN","id":30,"value":5,"literal":"BOOLEAN","eClass":"EEnumLiteral"},{"name":"CHAR","id":31,"value":6,"literal":"CHAR","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":9,"target":2},{"source":9,"target":12},{"source":9,"target":1},{"source":12,"target":2},{"source":10,"target":13},{"source":10,"target":1},{"source":11,"target":14},{"source":11,"target":1},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":16},{"source":15,"target":3},{"source":15,"target":17},{"source":15,"target":2},{"source":17,"target":3},{"source":16,"target":18},{"source":16,"target":2},{"source":3,"target":0},{"source":3,"target":19},{"source":3,"target":20},{"source":19,"target":4},{"source":19,"target":21},{"source":19,"target":3},{"source":21,"target":4},{"source":20,"target":22},{"source":20,"target":3},{"source":4,"target":0},{"source":4,"target":23},{"source":23,"target":24},{"source":23,"target":4},{"source":5,"target":0},{"source":5,"target":25},{"source":5,"target":26},{"source":5,"target":27},{"source":5,"target":28},{"source":5,"target":29},{"source":5,"target":30},{"source":5,"target":31},{"source":25,"target":5},{"source":26,"target":5},{"source":27,"target":5},{"source":28,"target":5},{"source":29,"target":5},{"source":30,"target":5},{"source":31,"target":5},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":32},{"source":6,"target":33},{"source":32,"target":34},{"source":32,"target":6},{"source":33,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":35},{"source":7,"target":36},{"source":35,"target":3},{"source":35,"target":37},{"source":35,"target":7},{"source":37,"target":3},{"source":36,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":38},{"source":8,"target":39},{"source":38,"target":5},{"source":38,"target":40},{"source":38,"target":8},{"source":40,"target":5},{"source":39,"target":4}],"multigraph":true}
ecore
workflow
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset-mtl/repos/herbert-de-vaucanson/idmbe/rendu/ext3/SimplePDL.ecore
simplepdl WorkSequenceType startToStart startToStart finishToStart finishToStart startToFinish startToFinish finishToFinish finishToFinish Process name processElements min_time 1 max_time 1 WorkDefinition linksToPredecessors linksToSuccessors name min_time 1 max_time 1 WorkSequence linkType predecessor successor ProcessElement Guidance element text Ressource name quantity RessourceLink weight ressource ressourceSet RessourceSet workDef name
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="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"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min_time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max_time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> </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:EAttribute" name="min_time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max_time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkSequence" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linkType" lowerBound="1" eType="#//WorkSequenceType"/> <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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessElement" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="Guidance" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" upperBound="-1" eType="#//ProcessElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ressource" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="quantity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RessourceLink" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" 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="ressourceSet" lowerBound="1" eType="#//RessourceSet"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RessourceSet" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="workDef" 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>
true
{"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":true,"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":"RessourceLink","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RessourceSet","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"name":"startToStart","id":10,"value":0,"literal":"startToStart","eClass":"EEnumLiteral"},{"name":"finishToStart","id":11,"value":1,"literal":"finishToStart","eClass":"EEnumLiteral"},{"name":"startToFinish","id":12,"value":2,"literal":"startToFinish","eClass":"EEnumLiteral"},{"name":"finishToFinish","id":13,"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":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":"processElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"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":"min_time","changeable":true,"lowerBound":0,"iD":false,"id":16,"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":"max_time","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"},{"container":false,"ordered":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":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linksToSuccessors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":24,"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":"min_time","changeable":true,"lowerBound":0,"iD":false,"id":25,"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":"max_time","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"successor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predecessor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":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":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"quantity","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"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":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ressource","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ressourceSet","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"workDef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":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":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":10,"target":1},{"source":11,"target":1},{"source":12,"target":1},{"source":13,"target":1},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":14,"target":18},{"source":14,"target":2},{"source":15,"target":5},{"source":15,"target":19},{"source":15,"target":2},{"source":19,"target":5},{"source":16,"target":20},{"source":16,"target":2},{"source":17,"target":21},{"source":17,"target":2},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":22,"target":4},{"source":22,"target":28},{"source":22,"target":3},{"source":22,"target":29},{"source":28,"target":4},{"source":23,"target":4},{"source":23,"target":30},{"source":23,"target":3},{"source":23,"target":31},{"source":30,"target":4},{"source":24,"target":32},{"source":24,"target":3},{"source":25,"target":33},{"source":25,"target":3},{"source":26,"target":34},{"source":26,"target":3},{"source":27,"target":5},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":35},{"source":4,"target":31},{"source":4,"target":29},{"source":4,"target":36},{"source":35,"target":1},{"source":35,"target":37},{"source":35,"target":4},{"source":37,"target":1},{"source":31,"target":3},{"source":31,"target":38},{"source":31,"target":4},{"source":31,"target":23},{"source":38,"target":3},{"source":29,"target":3},{"source":29,"target":39},{"source":29,"target":4},{"source":29,"target":22},{"source":39,"target":3},{"source":36,"target":5},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":40},{"source":6,"target":41},{"source":6,"target":42},{"source":40,"target":5},{"source":40,"target":43},{"source":40,"target":6},{"source":43,"target":5},{"source":41,"target":44},{"source":41,"target":6},{"source":42,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"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":5},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":50},{"source":8,"target":51},{"source":8,"target":52},{"source":8,"target":53},{"source":50,"target":54},{"source":50,"target":8},{"source":51,"target":7},{"source":51,"target":55},{"source":51,"target":8},{"source":55,"target":7},{"source":52,"target":9},{"source":52,"target":56},{"source":52,"target":8},{"source":56,"target":9},{"source":53,"target":5},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":57},{"source":9,"target":58},{"source":9,"target":59},{"source":57,"target":3},{"source":57,"target":60},{"source":57,"target":9},{"source":60,"target":3},{"source":58,"target":61},{"source":58,"target":9},{"source":59,"target":5}],"multigraph":true}
ecore
publication
repo-ecore-all/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/publication2014.ecore
publication2014 SequenceType startToStart startToStart finishToStart finishToStart startToFinish startToFinish finishToFinish finishToFinish PublicationProcess phases minTime maxTime publicationRules PublicationPhase linksToSuccessors name minTime maxTime neededPerson rules placeholder Sequence sequenceType successor predecessor Rule text key placeholder Researcher phaseParticipation name forName position writes reviews papers placeholder Paper paragraphs progress authors Paragraph reviews content ReviewNote placeholder content Progress process paper percent time Write paragraph Review reviewNote PublicationStructure researchers papers PublicationSystem processView structuralView Named name Counted id Labelled lname PlaceHolderRs PlaceHolderRule PlaceHolder PlaceHolderRn PlaceHolderPP
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="publication2014" nsURI="http://publication2014" nsPrefix="_publication2014"> <eClassifiers xsi:type="ecore:EEnum" name="SequenceType"> <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="PublicationProcess" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="kref=publicationRules" value=""/> <details key="kref=phases" value=""/> <details key="nav:process" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="phases" upperBound="-1" eType="#//PublicationPhase" containment="true"/> <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="publicationRules" upperBound="-1" eType="#//Rule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PublicationPhase"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="label=name" value=""/> <details key="ref=neededPerson" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="linksToSuccessors" upperBound="-1" eType="#//Sequence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="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="neededPerson" upperBound="-1" eType="#//Researcher" eOpposite="#//Researcher/phaseParticipation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1" eType="#//Rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="placeholder" eType="#//PlaceHolderPP" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sequence"> <eAnnotations source="diagraph"> <details key="link" value=""/> <details key="lsrc=predecessor" value=""/> <details key="ltrg=successor" value=""/> <details key="cont=PublicationPhase.linksToSuccessors" value=""/> <details key="label=sequenceType" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sequenceType" lowerBound="1" eType="#//SequenceType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="successor" lowerBound="1" eType="#//PublicationPhase"/> <eStructuralFeatures xsi:type="ecore:EReference" name="predecessor" lowerBound="1" eType="#//PublicationPhase"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="label=key" value=""/> <details key="label=text" value="_"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="placeholder" eType="#//PlaceHolderRule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Researcher"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="lnk=writes" value=""/> <details key="lnk=reviews" value=""/> <details key="label=name" value=""/> <details key="label=position" value="_"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="phaseParticipation" upperBound="-1" eType="#//PublicationPhase" eOpposite="#//PublicationPhase/neededPerson"/> <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:EAttribute" name="position" 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="papers" upperBound="-1" eType="#//Paper" eOpposite="#//Paper/authors"/> <eStructuralFeatures xsi:type="ecore:EReference" name="placeholder" eType="#//PlaceHolderRs" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Paper" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="kref=paragraphs" 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/papers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Paragraph" eSuperTypes="#//Counted #//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="kref=reviews" value=""/> <details key="cont=Paper.paragraphs" value=""/> <details key="label=name" 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:EReference" name="placeholder" eType="#//PlaceHolderRn" 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="Progress" eSuperTypes="#//Labelled"> <eAnnotations source="diagraph"> <details key="link" value=""/> <details key="cont=Paper.progress" value=""/> <details key="ltrg=process" 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"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Write" eSuperTypes="#//Labelled"> <eAnnotations source="diagraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="paragraph" eType="#//Paragraph"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Review" eSuperTypes="#//Labelled"> <eAnnotations source="diagraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reviewNote" eType="#//ReviewNote"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PublicationStructure" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="kref=researchers" value=""/> <details key="kref=papers" value=""/> <details key="nav:structure" 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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PublicationSystem"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="cref=processView" value=""/> <details key="cref=structuralView" 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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Named" abstract="true"> <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="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="PlaceHolderRs" eSuperTypes="#//PlaceHolder"> <eAnnotations source="diagraph"> <details key="node" value=""/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlaceHolderRule" eSuperTypes="#//PlaceHolder"> <eAnnotations source="diagraph"> <details key="node" value=""/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlaceHolder" abstract="true"> <eAnnotations source="diagraph"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlaceHolderRn" eSuperTypes="#//PlaceHolder"> <eAnnotations source="diagraph"> <details key="node" value=""/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlaceHolderPP" eSuperTypes="#//PlaceHolder"> <eAnnotations source="diagraph"> <details key="node" value=""/> </eAnnotations> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"_publication2014","nsURI":"http://publication2014","name":"publication2014","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicationProcess","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicationPhase","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sequence","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Researcher","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paper","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paragraph","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReviewNote","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Progress","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Write","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Review","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicationStructure","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicationSystem","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Named","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Counted","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Labelled","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlaceHolderRs","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlaceHolderRule","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlaceHolder","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlaceHolderRn","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlaceHolderPP","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"name":"startToStart","id":23,"value":0,"literal":"startToStart","eClass":"EEnumLiteral"},{"name":"finishToStart","id":24,"value":1,"literal":"finishToStart","eClass":"EEnumLiteral"},{"name":"startToFinish","id":25,"value":2,"literal":"startToFinish","eClass":"EEnumLiteral"},{"name":"finishToFinish","id":26,"value":3,"literal":"finishToFinish","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":"phases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"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":"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":"publicationRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"linksToSuccessors","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},{"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":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":"maxTime","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":"neededPerson","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":"rules","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":"placeholder","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":"phaseParticipation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sequenceType","changeable":true,"lowerBound":1,"iD":false,"id":51,"derived":false},{"container":false,"ordered":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":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":"predecessor","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":1,"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":"key","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"placeholder","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"forName","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":"position","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"writes","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":"reviews","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":false,"unsettable":false,"transient":false,"unique":true,"name":"papers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"placeholder","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"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"authors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"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":"paragraphs","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":"progress","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"paper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reviews","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":"content","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"placeholder","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"content","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"process","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"percent","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"time","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"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":"paragraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reviewNote","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"researchers","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":"papers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"processView","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"structuralView","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lname","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"},{"id":129,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":1,"target":0},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":23,"target":1},{"source":24,"target":1},{"source":25,"target":1},{"source":26,"target":1},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":27,"target":3},{"source":27,"target":32},{"source":27,"target":2},{"source":32,"target":3},{"source":28,"target":33},{"source":28,"target":2},{"source":29,"target":34},{"source":29,"target":2},{"source":30,"target":5},{"source":30,"target":35},{"source":30,"target":2},{"source":35,"target":5},{"source":31,"target":15},{"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":36,"target":4},{"source":36,"target":43},{"source":36,"target":3},{"source":43,"target":4},{"source":37,"target":44},{"source":37,"target":3},{"source":38,"target":45},{"source":38,"target":3},{"source":39,"target":46},{"source":39,"target":3},{"source":40,"target":6},{"source":40,"target":47},{"source":40,"target":3},{"source":40,"target":48},{"source":47,"target":6},{"source":41,"target":5},{"source":41,"target":49},{"source":41,"target":3},{"source":49,"target":5},{"source":42,"target":22},{"source":42,"target":50},{"source":42,"target":3},{"source":50,"target":22},{"source":4,"target":0},{"source":4,"target":51},{"source":4,"target":52},{"source":4,"target":53},{"source":51,"target":1},{"source":51,"target":54},{"source":51,"target":4},{"source":54,"target":1},{"source":52,"target":3},{"source":52,"target":55},{"source":52,"target":4},{"source":55,"target":3},{"source":53,"target":3},{"source":53,"target":56},{"source":53,"target":4},{"source":56,"target":3},{"source":5,"target":0},{"source":5,"target":57},{"source":5,"target":58},{"source":5,"target":59},{"source":57,"target":60},{"source":57,"target":5},{"source":58,"target":61},{"source":58,"target":5},{"source":59,"target":19},{"source":59,"target":62},{"source":59,"target":5},{"source":62,"target":19},{"source":6,"target":0},{"source":6,"target":48},{"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":6,"target":69},{"source":48,"target":3},{"source":48,"target":70},{"source":48,"target":6},{"source":48,"target":40},{"source":70,"target":3},{"source":63,"target":71},{"source":63,"target":6},{"source":64,"target":72},{"source":64,"target":6},{"source":65,"target":73},{"source":65,"target":6},{"source":66,"target":11},{"source":66,"target":74},{"source":66,"target":6},{"source":74,"target":11},{"source":67,"target":12},{"source":67,"target":75},{"source":67,"target":6},{"source":75,"target":12},{"source":68,"target":7},{"source":68,"target":76},{"source":68,"target":6},{"source":68,"target":77},{"source":76,"target":7},{"source":69,"target":18},{"source":69,"target":78},{"source":69,"target":6},{"source":78,"target":18},{"source":7,"target":0},{"source":7,"target":15},{"source":7,"target":79},{"source":7,"target":80},{"source":7,"target":77},{"source":7,"target":81},{"source":79,"target":8},{"source":79,"target":82},{"source":79,"target":7},{"source":82,"target":8},{"source":80,"target":10},{"source":80,"target":83},{"source":80,"target":7},{"source":80,"target":84},{"source":83,"target":10},{"source":77,"target":6},{"source":77,"target":85},{"source":77,"target":7},{"source":77,"target":68},{"source":85,"target":6},{"source":81,"target":15},{"source":8,"target":0},{"source":8,"target":16},{"source":8,"target":15},{"source":8,"target":86},{"source":8,"target":87},{"source":8,"target":88},{"source":8,"target":89},{"source":86,"target":9},{"source":86,"target":90},{"source":86,"target":8},{"source":90,"target":9},{"source":87,"target":91},{"source":87,"target":8},{"source":88,"target":16},{"source":89,"target":15},{"source":9,"target":0},{"source":9,"target":15},{"source":9,"target":92},{"source":9,"target":93},{"source":9,"target":94},{"source":92,"target":21},{"source":92,"target":95},{"source":92,"target":9},{"source":95,"target":21},{"source":93,"target":96},{"source":93,"target":9},{"source":94,"target":15},{"source":10,"target":0},{"source":10,"target":17},{"source":10,"target":97},{"source":10,"target":84},{"source":10,"target":98},{"source":10,"target":99},{"source":10,"target":100},{"source":97,"target":2},{"source":97,"target":101},{"source":97,"target":10},{"source":101,"target":2},{"source":84,"target":7},{"source":84,"target":102},{"source":84,"target":10},{"source":84,"target":80},{"source":102,"target":7},{"source":98,"target":103},{"source":98,"target":10},{"source":99,"target":104},{"source":99,"target":10},{"source":100,"target":17},{"source":11,"target":0},{"source":11,"target":17},{"source":11,"target":105},{"source":11,"target":106},{"source":105,"target":8},{"source":105,"target":107},{"source":105,"target":11},{"source":107,"target":8},{"source":106,"target":17},{"source":12,"target":0},{"source":12,"target":17},{"source":12,"target":108},{"source":12,"target":109},{"source":108,"target":9},{"source":108,"target":110},{"source":108,"target":12},{"source":110,"target":9},{"source":109,"target":17},{"source":13,"target":0},{"source":13,"target":15},{"source":13,"target":111},{"source":13,"target":112},{"source":13,"target":113},{"source":111,"target":6},{"source":111,"target":114},{"source":111,"target":13},{"source":114,"target":6},{"source":112,"target":7},{"source":112,"target":115},{"source":112,"target":13},{"source":115,"target":7},{"source":113,"target":15},{"source":14,"target":0},{"source":14,"target":116},{"source":14,"target":117},{"source":116,"target":2},{"source":116,"target":118},{"source":116,"target":14},{"source":118,"target":2},{"source":117,"target":13},{"source":117,"target":119},{"source":117,"target":14},{"source":119,"target":13},{"source":15,"target":0},{"source":15,"target":120},{"source":120,"target":121},{"source":120,"target":15},{"source":16,"target":0},{"source":16,"target":122},{"source":122,"target":123},{"source":122,"target":16},{"source":17,"target":0},{"source":17,"target":124},{"source":124,"target":125},{"source":124,"target":17},{"source":18,"target":0},{"source":18,"target":20},{"source":18,"target":126},{"source":126,"target":20},{"source":19,"target":0},{"source":19,"target":20},{"source":19,"target":127},{"source":127,"target":20},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":128},{"source":128,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":129},{"source":129,"target":20}],"multigraph":true}
ecore
gpl
repo-ecore-all/data/atlanmod/NeoEMF/benchmarks/org.eclipse.gmt.modisco/java/src/main/resources/model/Java.ecore
java AbstractMethodDeclaration body parameters thrownExceptions typeParameters usagesInDocComments usages AbstractMethodInvocation method arguments typeArguments AbstractTypeDeclaration bodyDeclarations commentsBeforeBody commentsAfterBody package superInterfaces AbstractTypeQualifiedExpression qualifier AbstractVariablesContainer type fragments Annotation type values Archive originalFilePath classFiles manifest AssertStatement message expression ASTNode comments originalCompilationUnit originalClassFile AnnotationMemberValuePair member value AnnotationTypeDeclaration AnnotationTypeMemberDeclaration default type usages AnonymousClassDeclaration bodyDeclarations classInstanceCreation ArrayAccess array index ArrayCreation dimensions initializer type ArrayInitializer expressions ArrayLengthAccess array ArrayType dimensions elementType Assignment leftHandSide operator rightHandSide AssignmentKind ASSIGN = PLUS_ASSIGN += MINUS_ASSIGN -= TIMES_ASSIGN *= DIVIDE_ASSIGN /= BIT_AND_ASSIGN &= BIT_OR_ASSIGN |= BIT_XOR_ASSIGN ^= REMAINDER_ASSIGN %= LEFT_SHIFT_ASSIGN <<= RIGHT_SHIFT_SIGNED_ASSIGN >>= RIGHT_SHIFT_UNSIGNED_ASSIGN >>>= BodyDeclaration abstractTypeDeclaration annotations anonymousClassDeclarationOwner modifier BooleanLiteral value BlockComment Block statements BreakStatement label CastExpression expression type CatchClause exception body CharacterLiteral escapedValue ClassFile originalFilePath type attachedSource package ClassInstanceCreation anonymousClassDeclaration expression type ConstructorDeclaration ConditionalExpression elseExpression expression thenExpression ConstructorInvocation ClassDeclaration superClass Comment content enclosedByParent prefixOfParent CompilationUnit originalFilePath commentList imports package types ContinueStatement label DoStatement expression body EmptyStatement EnhancedForStatement body expression parameter EnumConstantDeclaration anonymousClassDeclaration arguments EnumDeclaration enumConstants Expression ExpressionStatement expression FieldAccess field expression FieldDeclaration ForStatement expression updaters initializers body IfStatement expression thenStatement elseStatement ImportDeclaration static importedElement InfixExpression operator rightOperand leftOperand extendedOperands InfixExpressionKind TIMES * DIVIDE / REMAINDER % PLUS + MINUS - LEFT_SHIFT << RIGHT_SHIFT_SIGNED >> RIGHT_SHIFT_UNSIGNED >>> LESS < GREATER > LESS_EQUALS <= GREATER_EQUALS >= EQUALS == NOT_EQUALS != XOR ^ AND & OR | CONDITIONAL_AND && CONDITIONAL_OR || InheritanceKind none none abstract abstract final final Initializer body InstanceofExpression rightOperand leftOperand InterfaceDeclaration Javadoc tags LabeledStatement body usagesInBreakStatements usagesInContinueStatements LineComment Manifest mainAttributes entryAttributes ManifestAttribute key value ManifestEntry name attributes MemberRef member qualifier MethodDeclaration extraArrayDimensions returnType redefinedMethodDeclaration redefinitions MethodInvocation expression MethodRef method qualifier parameters MethodRefParameter name varargs type Model name ownedElements orphanTypes unresolvedItems compilationUnits classFiles archives Modifier visibility inheritance static transient volatile native strictfp synchronized bodyDeclaration singleVariableDeclaration variableDeclarationStatement variableDeclarationExpression NamedElement name proxy usagesInImports NamespaceAccess NumberLiteral tokenValue NullLiteral Package ownedElements model ownedPackages package usagesInPackageAccess PackageAccess package qualifier ParameterizedType type typeArguments ParenthesizedExpression expression PostfixExpression operator operand PostfixExpressionKind INCREMENT ++ DECREMENT -- PrefixExpression operator operand PrefixExpressionKind INCREMENT ++ DECREMENT -- PLUS + MINUS - COMPLEMENT ~ NOT ! PrimitiveType PrimitiveTypeBoolean PrimitiveTypeByte PrimitiveTypeChar PrimitiveTypeDouble PrimitiveTypeShort PrimitiveTypeFloat PrimitiveTypeInt PrimitiveTypeLong PrimitiveTypeVoid ReturnStatement expression SingleVariableAccess variable qualifier SingleVariableDeclaration modifier varargs type annotations methodDeclaration catchClause enhancedForStatement Statement StringLiteral escapedValue SuperConstructorInvocation expression SuperFieldAccess field SuperMethodInvocation SwitchCase default expression SwitchStatement expression statements SynchronizedStatement body expression TagElement tagName fragments TextElement text ThisExpression ThrowStatement expression TryStatement body finally catchClauses Type usagesInTypeAccess TypeAccess type qualifier TypeDeclaration typeParameters TypeDeclarationStatement declaration TypeLiteral type TypeParameter bounds UnresolvedItem UnresolvedItemAccess element qualifier UnresolvedAnnotationDeclaration UnresolvedAnnotationTypeMemberDeclaration UnresolvedClassDeclaration UnresolvedEnumDeclaration UnresolvedInterfaceDeclaration UnresolvedLabeledStatement UnresolvedMethodDeclaration UnresolvedSingleVariableDeclaration UnresolvedType UnresolvedTypeDeclaration UnresolvedVariableDeclarationFragment VariableDeclaration extraArrayDimensions initializer usageInVariableAccess VariableDeclarationExpression modifier annotations VariableDeclarationFragment variablesContainer VariableDeclarationStatement extraArrayDimensions modifier annotations VisibilityKind none none public public private private protected protected WildCardType upperBound bound WhileStatement expression body
<?xml version="1.0" encoding="ISO-8859-1"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="java" nsURI="http://www.eclipse.org/MoDisco/Java/0.2.incubation/java" nsPrefix="java"> <eClassifiers xsi:type="ecore:EClass" name="AbstractMethodDeclaration" abstract="true" eSuperTypes="#//BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//SingleVariableDeclaration" containment="true" eOpposite="#//SingleVariableDeclaration/methodDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thrownExceptions" upperBound="-1" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1" eType="#//TypeParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usagesInDocComments" ordered="false" upperBound="-1" eType="#//MethodRef" eOpposite="#//MethodRef/method"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usages" ordered="false" upperBound="-1" eType="#//AbstractMethodInvocation" eOpposite="#//AbstractMethodInvocation/method"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractMethodInvocation" abstract="true" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="method" ordered="false" lowerBound="1" eType="#//AbstractMethodDeclaration" eOpposite="#//AbstractMethodDeclaration/usages"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractTypeDeclaration" abstract="true" eSuperTypes="#//BodyDeclaration #//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyDeclarations" upperBound="-1" eType="#//BodyDeclaration" containment="true" eOpposite="#//BodyDeclaration/abstractTypeDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commentsBeforeBody" upperBound="-1" eType="#//Comment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commentsAfterBody" upperBound="-1" eType="#//Comment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" eType="#//Package" eOpposite="#//Package/ownedElements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superInterfaces" upperBound="-1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractTypeQualifiedExpression" abstract="true" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractVariablesContainer" abstract="true" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1" eType="#//VariableDeclarationFragment" containment="true" eOpposite="#//VariableDeclarationFragment/variablesContainer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Annotation" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//AnnotationMemberValuePair" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Archive" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalFilePath" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classFiles" ordered="false" upperBound="-1" eType="#//ClassFile" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="manifest" ordered="false" eType="#//Manifest" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssertStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="message" ordered="false" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ASTNode" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1" eType="#//Comment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="originalCompilationUnit" ordered="false" eType="#//CompilationUnit"/> <eStructuralFeatures xsi:type="ecore:EReference" name="originalClassFile" ordered="false" eType="#//ClassFile"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationMemberValuePair" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" ordered="false" eType="#//AnnotationTypeMemberDeclaration" eOpposite="#//AnnotationTypeMemberDeclaration/usages"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationTypeDeclaration" eSuperTypes="#//AbstractTypeDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="AnnotationTypeMemberDeclaration" eSuperTypes="#//BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="default" ordered="false" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usages" ordered="false" upperBound="-1" eType="#//AnnotationMemberValuePair" eOpposite="#//AnnotationMemberValuePair/member"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnonymousClassDeclaration" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyDeclarations" upperBound="-1" eType="#//BodyDeclaration" containment="true" eOpposite="#//BodyDeclaration/anonymousClassDeclarationOwner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classInstanceCreation" ordered="false" eType="#//ClassInstanceCreation" eOpposite="#//ClassInstanceCreation/anonymousClassDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="array" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="index" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayCreation" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="dimensions" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializer" ordered="false" eType="#//ArrayInitializer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayInitializer" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayLengthAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="array" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dimensions" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftHandSide" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false" unique="false" lowerBound="1" eType="#//AssignmentKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightHandSide" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AssignmentKind"> <eLiterals name="ASSIGN" value="1" literal="="/> <eLiterals name="PLUS_ASSIGN" value="2" literal="+="/> <eLiterals name="MINUS_ASSIGN" value="3" literal="-="/> <eLiterals name="TIMES_ASSIGN" value="4" literal="*="/> <eLiterals name="DIVIDE_ASSIGN" value="5" literal="/="/> <eLiterals name="BIT_AND_ASSIGN" value="6" literal="&amp;="/> <eLiterals name="BIT_OR_ASSIGN" value="7" literal="|="/> <eLiterals name="BIT_XOR_ASSIGN" value="8" literal="^="/> <eLiterals name="REMAINDER_ASSIGN" value="9" literal="%="/> <eLiterals name="LEFT_SHIFT_ASSIGN" value="10" literal="&lt;&lt;="/> <eLiterals name="RIGHT_SHIFT_SIGNED_ASSIGN" value="11" literal=">>="/> <eLiterals name="RIGHT_SHIFT_UNSIGNED_ASSIGN" value="12" literal=">>>="/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BodyDeclaration" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="abstractTypeDeclaration" ordered="false" eType="#//AbstractTypeDeclaration" eOpposite="#//AbstractTypeDeclaration/bodyDeclarations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClassDeclarationOwner" ordered="false" eType="#//AnonymousClassDeclaration" eOpposite="#//AnonymousClassDeclaration/bodyDeclarations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modifier" ordered="false" eType="#//Modifier" containment="true" eOpposite="#//Modifier/bodyDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BlockComment" eSuperTypes="#//Comment"/> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BreakStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false" eType="#//LabeledStatement" eOpposite="#//LabeledStatement/usagesInBreakStatements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CastExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CatchClause" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="exception" ordered="false" lowerBound="1" eType="#//SingleVariableDeclaration" containment="true" eOpposite="#//SingleVariableDeclaration/catchClause"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CharacterLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="escapedValue" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassFile" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalFilePath" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//AbstractTypeDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attachedSource" ordered="false" eType="#//CompilationUnit"/> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" eType="#//Package"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassInstanceCreation" eSuperTypes="#//Expression #//AbstractMethodInvocation"> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClassDeclaration" ordered="false" eType="#//AnonymousClassDeclaration" containment="true" eOpposite="#//AnonymousClassDeclaration/classInstanceCreation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstructorDeclaration" eSuperTypes="#//AbstractMethodDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstructorInvocation" eSuperTypes="#//Statement #//AbstractMethodInvocation"/> <eClassifiers xsi:type="ecore:EClass" name="ClassDeclaration" eSuperTypes="#//TypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="superClass" ordered="false" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment" abstract="true" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enclosedByParent" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prefixOfParent" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompilationUnit" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalFilePath" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commentList" upperBound="-1" eType="#//Comment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//ImportDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" eType="#//Package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//AbstractTypeDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContinueStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false" eType="#//LabeledStatement" eOpposite="#//LabeledStatement/usagesInContinueStatements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmptyStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="EnhancedForStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" ordered="false" lowerBound="1" eType="#//SingleVariableDeclaration" containment="true" eOpposite="#//SingleVariableDeclaration/enhancedForStatement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumConstantDeclaration" eSuperTypes="#//BodyDeclaration #//VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClassDeclaration" ordered="false" eType="#//AnonymousClassDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumDeclaration" eSuperTypes="#//AbstractTypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumConstants" upperBound="-1" eType="#//EnumConstantDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//ASTNode"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="field" ordered="false" lowerBound="1" eType="#//SingleVariableAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldDeclaration" eSuperTypes="#//BodyDeclaration #//AbstractVariablesContainer"/> <eClassifiers xsi:type="ecore:EClass" name="ForStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="updaters" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializers" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenStatement" ordered="false" lowerBound="1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseStatement" ordered="false" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImportDeclaration" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importedElement" ordered="false" lowerBound="1" eType="#//NamedElement" eOpposite="#//NamedElement/usagesInImports"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InfixExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false" unique="false" lowerBound="1" eType="#//InfixExpressionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extendedOperands" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="InfixExpressionKind"> <eLiterals name="TIMES" value="1" literal="*"/> <eLiterals name="DIVIDE" value="2" literal="/"/> <eLiterals name="REMAINDER" value="3" literal="%"/> <eLiterals name="PLUS" value="4" literal="+"/> <eLiterals name="MINUS" value="5" literal="-"/> <eLiterals name="LEFT_SHIFT" value="6" literal="&lt;&lt;"/> <eLiterals name="RIGHT_SHIFT_SIGNED" value="7" literal=">>"/> <eLiterals name="RIGHT_SHIFT_UNSIGNED" value="8" literal=">>>"/> <eLiterals name="LESS" value="9" literal="&lt;"/> <eLiterals name="GREATER" value="10" literal=">"/> <eLiterals name="LESS_EQUALS" value="11" literal="&lt;="/> <eLiterals name="GREATER_EQUALS" value="12" literal=">="/> <eLiterals name="EQUALS" value="13" literal="=="/> <eLiterals name="NOT_EQUALS" value="14" literal="!="/> <eLiterals name="XOR" value="15" literal="^"/> <eLiterals name="AND" value="16" literal="&amp;"/> <eLiterals name="OR" value="17" literal="|"/> <eLiterals name="CONDITIONAL_AND" value="18" literal="&amp;&amp;"/> <eLiterals name="CONDITIONAL_OR" value="19" literal="||"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="InheritanceKind"> <eLiterals name="none" value="1"/> <eLiterals name="abstract" value="2"/> <eLiterals name="final" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Initializer" eSuperTypes="#//BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceofExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceDeclaration" eSuperTypes="#//TypeDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="Javadoc" eSuperTypes="#//Comment"> <eStructuralFeatures xsi:type="ecore:EReference" name="tags" upperBound="-1" eType="#//TagElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabeledStatement" eSuperTypes="#//NamedElement #//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usagesInBreakStatements" ordered="false" upperBound="-1" eType="#//BreakStatement" eOpposite="#//BreakStatement/label"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usagesInContinueStatements" ordered="false" upperBound="-1" eType="#//ContinueStatement" eOpposite="#//ContinueStatement/label"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LineComment" eSuperTypes="#//Comment"/> <eClassifiers xsi:type="ecore:EClass" name="Manifest"> <eStructuralFeatures xsi:type="ecore:EReference" name="mainAttributes" ordered="false" upperBound="-1" eType="#//ManifestAttribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entryAttributes" ordered="false" upperBound="-1" eType="#//ManifestEntry" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ManifestAttribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ManifestEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" ordered="false" upperBound="-1" eType="#//ManifestAttribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MemberRef" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" ordered="false" lowerBound="1" eType="#//NamedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodDeclaration" eSuperTypes="#//AbstractMethodDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extraArrayDimensions" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedMethodDeclaration" ordered="false" eType="#//MethodDeclaration" eOpposite="#//MethodDeclaration/redefinitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinitions" ordered="false" upperBound="-1" eType="#//MethodDeclaration" eOpposite="#//MethodDeclaration/redefinedMethodDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodInvocation" eSuperTypes="#//Expression #//AbstractMethodInvocation"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodRef" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="method" ordered="false" lowerBound="1" eType="#//AbstractMethodDeclaration" eOpposite="#//AbstractMethodDeclaration/usagesInDocComments"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//MethodRefParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodRefParameter" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varargs" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedElements" ordered="false" upperBound="-1" eType="#//Package" containment="true" eOpposite="#//Package/model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="orphanTypes" ordered="false" upperBound="-1" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unresolvedItems" ordered="false" upperBound="-1" eType="#//UnresolvedItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compilationUnits" ordered="false" upperBound="-1" eType="#//CompilationUnit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classFiles" ordered="false" upperBound="-1" eType="#//ClassFile" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="archives" ordered="false" upperBound="-1" eType="#//Archive" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Modifier" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false" unique="false" lowerBound="1" eType="#//VisibilityKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inheritance" ordered="false" unique="false" lowerBound="1" eType="#//InheritanceKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transient" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="volatile" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="native" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="strictfp" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="synchronized" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyDeclaration" ordered="false" eType="#//BodyDeclaration" eOpposite="#//BodyDeclaration/modifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="singleVariableDeclaration" ordered="false" eType="#//SingleVariableDeclaration" eOpposite="#//SingleVariableDeclaration/modifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclarationStatement" ordered="false" eType="#//VariableDeclarationStatement" eOpposite="#//VariableDeclarationStatement/modifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclarationExpression" ordered="false" eType="#//VariableDeclarationExpression" eOpposite="#//VariableDeclarationExpression/modifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="proxy" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usagesInImports" ordered="false" upperBound="-1" eType="#//ImportDeclaration" eOpposite="#//ImportDeclaration/importedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamespaceAccess" abstract="true" eSuperTypes="#//ASTNode"/> <eClassifiers xsi:type="ecore:EClass" name="NumberLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tokenValue" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullLiteral" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedElements" ordered="false" upperBound="-1" eType="#//AbstractTypeDeclaration" containment="true" eOpposite="#//AbstractTypeDeclaration/package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" eType="#//Model" eOpposite="#//Model/ownedElements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPackages" ordered="false" upperBound="-1" eType="#//Package" containment="true" eOpposite="#//Package/package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" eType="#//Package" eOpposite="#//Package/ownedPackages"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usagesInPackageAccess" ordered="false" upperBound="-1" eType="#//PackageAccess" eOpposite="#//PackageAccess/package"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageAccess" eSuperTypes="#//NamespaceAccess"> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" lowerBound="1" eType="#//Package" eOpposite="#//Package/usagesInPackageAccess"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//PackageAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterizedType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParenthesizedExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PostfixExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false" unique="false" lowerBound="1" eType="#//PostfixExpressionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PostfixExpressionKind"> <eLiterals name="INCREMENT" value="1" literal="++"/> <eLiterals name="DECREMENT" value="2" literal="--"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrefixExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false" unique="false" lowerBound="1" eType="#//PrefixExpressionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PrefixExpressionKind"> <eLiterals name="INCREMENT" value="1" literal="++"/> <eLiterals name="DECREMENT" value="2" literal="--"/> <eLiterals name="PLUS" value="3" literal="+"/> <eLiterals name="MINUS" value="4" literal="-"/> <eLiterals name="COMPLEMENT" value="5" literal="~"/> <eLiterals name="NOT" value="6" literal="!"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeBoolean" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeByte" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeChar" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeDouble" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeShort" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeFloat" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeInt" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeLong" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeVoid" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleVariableAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false" lowerBound="1" eType="#//VariableDeclaration" eOpposite="#//VariableDeclaration/usageInVariableAccess"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleVariableDeclaration" eSuperTypes="#//VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="modifier" ordered="false" eType="#//Modifier" containment="true" eOpposite="#//Modifier/singleVariableDeclaration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varargs" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methodDeclaration" ordered="false" eType="#//AbstractMethodDeclaration" eOpposite="#//AbstractMethodDeclaration/parameters"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catchClause" ordered="false" eType="#//CatchClause" eOpposite="#//CatchClause/exception"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enhancedForStatement" ordered="false" eType="#//EnhancedForStatement" eOpposite="#//EnhancedForStatement/parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#//ASTNode"/> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="escapedValue" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperConstructorInvocation" eSuperTypes="#//Statement #//AbstractMethodInvocation"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperFieldAccess" eSuperTypes="#//AbstractTypeQualifiedExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="field" ordered="false" lowerBound="1" eType="#//SingleVariableAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperMethodInvocation" eSuperTypes="#//AbstractTypeQualifiedExpression #//AbstractMethodInvocation"/> <eClassifiers xsi:type="ecore:EClass" name="SwitchCase" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SynchronizedStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TagElement" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tagName" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1" eType="#//ASTNode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextElement" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThisExpression" eSuperTypes="#//AbstractTypeQualifiedExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ThrowStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TryStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finally" ordered="false" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catchClauses" upperBound="-1" eType="#//CatchClause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="usagesInTypeAccess" ordered="false" upperBound="-1" eType="#//TypeAccess" eOpposite="#//TypeAccess/type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeAccess" eSuperTypes="#//Expression #//NamespaceAccess"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//Type" eOpposite="#//Type/usagesInTypeAccess"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//NamespaceAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDeclaration" abstract="true" eSuperTypes="#//AbstractTypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1" eType="#//TypeParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDeclarationStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" ordered="false" lowerBound="1" eType="#//AbstractTypeDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeParameter" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="bounds" upperBound="-1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedItem" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedItemAccess" eSuperTypes="#//Expression #//NamespaceAccess"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" ordered="false" eType="#//UnresolvedItem"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//ASTNode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedAnnotationDeclaration" eSuperTypes="#//AnnotationTypeDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedAnnotationTypeMemberDeclaration" eSuperTypes="#//AnnotationTypeMemberDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedClassDeclaration" eSuperTypes="#//ClassDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedEnumDeclaration" eSuperTypes="#//EnumDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedInterfaceDeclaration" eSuperTypes="#//InterfaceDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedLabeledStatement" eSuperTypes="#//LabeledStatement #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedMethodDeclaration" eSuperTypes="#//MethodDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedSingleVariableDeclaration" eSuperTypes="#//SingleVariableDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedType" eSuperTypes="#//Type #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedTypeDeclaration" eSuperTypes="#//AbstractTypeDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedVariableDeclarationFragment" eSuperTypes="#//VariableDeclarationFragment #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extraArrayDimensions" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializer" ordered="false" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usageInVariableAccess" ordered="false" upperBound="-1" eType="#//SingleVariableAccess" eOpposite="#//SingleVariableAccess/variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationExpression" eSuperTypes="#//Expression #//AbstractVariablesContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="modifier" ordered="false" eType="#//Modifier" containment="true" eOpposite="#//Modifier/variableDeclarationExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationFragment" eSuperTypes="#//VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="variablesContainer" ordered="false" eType="#//AbstractVariablesContainer" eOpposite="#//AbstractVariablesContainer/fragments"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationStatement" eSuperTypes="#//Statement #//AbstractVariablesContainer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extraArrayDimensions" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modifier" ordered="false" eType="#//Modifier" containment="true" eOpposite="#//Modifier/variableDeclarationStatement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eLiterals name="none" value="1"/> <eLiterals name="public" value="2"/> <eLiterals name="private" value="3"/> <eLiterals name="protected" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WildCardType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bound" ordered="false" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Statement" containment="true"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"java","nsURI":"http://www.eclipse.org/MoDisco/Java/0.2.incubation/java","name":"java","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMethodDeclaration","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMethodInvocation","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTypeDeclaration","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTypeQualifiedExpression","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractVariablesContainer","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Archive","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertStatement","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ASTNode","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationMemberValuePair","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationTypeDeclaration","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationTypeMemberDeclaration","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnonymousClassDeclaration","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayAccess","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayCreation","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInitializer","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayLengthAccess","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssignmentKind","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BodyDeclaration","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockComment","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakStatement","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CastExpression","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchClause","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacterLiteral","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassFile","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassInstanceCreation","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorDeclaration","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpression","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorInvocation","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassDeclaration","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompilationUnit","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueStatement","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoStatement","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStatement","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnhancedForStatement","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumConstantDeclaration","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumDeclaration","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldAccess","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldDeclaration","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportDeclaration","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfixExpression","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"InfixExpressionKind","instanceClass":null,"id":51,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"InheritanceKind","instanceClass":null,"id":52,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Initializer","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceofExpression","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceDeclaration","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Javadoc","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledStatement","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineComment","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifest","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManifestAttribute","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManifestEntry","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberRef","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodDeclaration","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodInvocation","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodRef","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodRefParameter","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modifier","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamespaceAccess","instanceClass":null,"abstract":true,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberLiteral","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteral","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageAccess","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterizedType","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParenthesizedExpression","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostfixExpression","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PostfixExpressionKind","instanceClass":null,"id":78,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrefixExpression","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PrefixExpressionKind","instanceClass":null,"id":80,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeBoolean","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeByte","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeChar","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeDouble","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeShort","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeFloat","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeInt","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeLong","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeVoid","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleVariableAccess","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleVariableDeclaration","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperConstructorInvocation","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperFieldAccess","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperMethodInvocation","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCase","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchStatement","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SynchronizedStatement","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TagElement","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextElement","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisExpression","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThrowStatement","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryStatement","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeAccess","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclaration","instanceClass":null,"abstract":true,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclarationStatement","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeLiteral","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeParameter","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedItem","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedItemAccess","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedAnnotationDeclaration","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedAnnotationTypeMemberDeclaration","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedClassDeclaration","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedEnumDeclaration","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedInterfaceDeclaration","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedLabeledStatement","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedMethodDeclaration","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedSingleVariableDeclaration","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedType","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedTypeDeclaration","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedVariableDeclarationFragment","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":true,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationExpression","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationFragment","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationStatement","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":130,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WildCardType","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thrownExceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usagesInDocComments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"methodDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"commentsBeforeBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"commentsAfterBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superInterfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"abstractTypeDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variablesContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":178,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"originalFilePath","changeable":true,"lowerBound":1,"iD":false,"id":183,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classFiles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"manifest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originalCompilationUnit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originalClassFile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classInstanceCreation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"anonymousClassDeclarationOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"anonymousClassDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"resolveProxies":true,"lowerBound":1,"id":221,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":1,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dimensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initializer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"resolveProxies":true,"lowerBound":1,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"dimensions","changeable":true,"lowerBound":1,"iD":false,"id":239,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftHandSide","changeable":true,"resolveProxies":true,"lowerBound":1,"id":244,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":245,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightHandSide","changeable":true,"resolveProxies":true,"lowerBound":1,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"name":"ASSIGN","id":251,"value":1,"literal":"=","eClass":"EEnumLiteral"},{"name":"PLUS_ASSIGN","id":252,"value":2,"literal":"+=","eClass":"EEnumLiteral"},{"name":"MINUS_ASSIGN","id":253,"value":3,"literal":"-=","eClass":"EEnumLiteral"},{"name":"TIMES_ASSIGN","id":254,"value":4,"literal":"*=","eClass":"EEnumLiteral"},{"name":"DIVIDE_ASSIGN","id":255,"value":5,"literal":"/=","eClass":"EEnumLiteral"},{"name":"BIT_AND_ASSIGN","id":256,"value":6,"literal":"&=","eClass":"EEnumLiteral"},{"name":"BIT_OR_ASSIGN","id":257,"value":7,"literal":"|=","eClass":"EEnumLiteral"},{"name":"BIT_XOR_ASSIGN","id":258,"value":8,"literal":"^=","eClass":"EEnumLiteral"},{"name":"REMAINDER_ASSIGN","id":259,"value":9,"literal":"%=","eClass":"EEnumLiteral"},{"name":"LEFT_SHIFT_ASSIGN","id":260,"value":10,"literal":"<<=","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_SIGNED_ASSIGN","id":261,"value":11,"literal":">>=","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_UNSIGNED_ASSIGN","id":262,"value":12,"literal":">>>=","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bodyDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usagesInBreakStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":282,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exception","changeable":true,"resolveProxies":true,"lowerBound":1,"id":287,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"catchClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"escapedValue","changeable":true,"lowerBound":1,"iD":false,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"originalFilePath","changeable":true,"lowerBound":1,"iD":false,"id":296,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attachedSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":305,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":313,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":314,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"derived":false},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"content","changeable":true,"lowerBound":1,"iD":false,"id":325,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"enclosedByParent","changeable":true,"lowerBound":1,"iD":false,"id":326,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"prefixOfParent","changeable":true,"lowerBound":1,"iD":false,"id":327,"derived":false},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"originalFilePath","changeable":true,"lowerBound":1,"iD":false,"id":332,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"commentList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":333,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":334,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usagesInContinueStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":347,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":353,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":354,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enhancedForStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":360,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"anonymousClassDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumConstants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":1,"id":374,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":381,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"updaters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initializers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":383,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":390,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenStatement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":391,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"derived":false},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"static","changeable":true,"lowerBound":0,"iD":false,"id":397,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"importedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":398,"derived":false},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usagesInImports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":402,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":403,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":404,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":405,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendedOperands","changeable":true,"resolveProxies":true,"lowerBound":0,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"name":"TIMES","id":412,"value":1,"literal":"*","eClass":"EEnumLiteral"},{"name":"DIVIDE","id":413,"value":2,"literal":"/","eClass":"EEnumLiteral"},{"name":"REMAINDER","id":414,"value":3,"literal":"%","eClass":"EEnumLiteral"},{"name":"PLUS","id":415,"value":4,"literal":"+","eClass":"EEnumLiteral"},{"name":"MINUS","id":416,"value":5,"literal":"-","eClass":"EEnumLiteral"},{"name":"LEFT_SHIFT","id":417,"value":6,"literal":"<<","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_SIGNED","id":418,"value":7,"literal":">>","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_UNSIGNED","id":419,"value":8,"literal":">>>","eClass":"EEnumLiteral"},{"name":"LESS","id":420,"value":9,"literal":"<","eClass":"EEnumLiteral"},{"name":"GREATER","id":421,"value":10,"literal":">","eClass":"EEnumLiteral"},{"name":"LESS_EQUALS","id":422,"value":11,"literal":"<=","eClass":"EEnumLiteral"},{"name":"GREATER_EQUALS","id":423,"value":12,"literal":">=","eClass":"EEnumLiteral"},{"name":"EQUALS","id":424,"value":13,"literal":"==","eClass":"EEnumLiteral"},{"name":"NOT_EQUALS","id":425,"value":14,"literal":"!=","eClass":"EEnumLiteral"},{"name":"XOR","id":426,"value":15,"literal":"^","eClass":"EEnumLiteral"},{"name":"AND","id":427,"value":16,"literal":"&","eClass":"EEnumLiteral"},{"name":"OR","id":428,"value":17,"literal":"|","eClass":"EEnumLiteral"},{"name":"CONDITIONAL_AND","id":429,"value":18,"literal":"&&","eClass":"EEnumLiteral"},{"name":"CONDITIONAL_OR","id":430,"value":19,"literal":"||","eClass":"EEnumLiteral"},{"name":"none","id":431,"value":1,"literal":"none","eClass":"EEnumLiteral"},{"name":"abstract","id":432,"value":2,"literal":"abstract","eClass":"EEnumLiteral"},{"name":"final","id":433,"value":3,"literal":"final","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":437,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":443,"derived":false},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":446,"derived":false},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mainAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":453,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entryAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":454,"derived":false},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"key","changeable":true,"lowerBound":1,"iD":false,"id":457,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":458,"derived":false},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":461,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":1,"id":465,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":466,"derived":false},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"extraArrayDimensions","changeable":true,"lowerBound":1,"iD":false,"id":470,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":471,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"redefinedMethodDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":472,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"redefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":473,"derived":false},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":479,"derived":false},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":483,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":484,"derived":false},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":489,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"varargs","changeable":true,"lowerBound":1,"iD":false,"id":490,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":491,"derived":false},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":496,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":497,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"orphanTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":498,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unresolvedItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":499,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compilationUnits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":500,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classFiles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":501,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"archives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":502,"derived":false},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"visibility","changeable":true,"lowerBound":1,"iD":false,"id":511,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"inheritance","changeable":true,"lowerBound":1,"iD":false,"id":512,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"static","changeable":true,"lowerBound":1,"iD":false,"id":513,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"transient","changeable":true,"lowerBound":1,"iD":false,"id":514,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"volatile","changeable":true,"lowerBound":1,"iD":false,"id":515,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"native","changeable":true,"lowerBound":1,"iD":false,"id":516,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"strictfp","changeable":true,"lowerBound":1,"iD":false,"id":517,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"synchronized","changeable":true,"lowerBound":1,"iD":false,"id":518,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"singleVariableDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":519,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableDeclarationStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":520,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableDeclarationExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":521,"derived":false},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":533,"derived":false},{"id":534,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":535,"derived":false},{"id":536,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":537,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":538,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"proxy","changeable":true,"lowerBound":1,"iD":false,"id":539,"derived":false},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"tokenValue","changeable":true,"lowerBound":1,"iD":false,"id":545,"derived":false},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedPackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":549,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":550,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usagesInPackageAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":551,"derived":false},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":558,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":559,"derived":false},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":563,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":564,"derived":false},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":568,"derived":false},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":571,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":572,"derived":false},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"name":"INCREMENT","id":576,"value":1,"literal":"++","eClass":"EEnumLiteral"},{"name":"DECREMENT","id":577,"value":2,"literal":"--","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":578,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":579,"derived":false},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"name":"INCREMENT","id":583,"value":1,"literal":"++","eClass":"EEnumLiteral"},{"name":"DECREMENT","id":584,"value":2,"literal":"--","eClass":"EEnumLiteral"},{"name":"PLUS","id":585,"value":3,"literal":"+","eClass":"EEnumLiteral"},{"name":"MINUS","id":586,"value":4,"literal":"-","eClass":"EEnumLiteral"},{"name":"COMPLEMENT","id":587,"value":5,"literal":"~","eClass":"EEnumLiteral"},{"name":"NOT","id":588,"value":6,"literal":"!","eClass":"EEnumLiteral"},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"id":595,"eClass":"EGenericType"},{"id":596,"eClass":"EGenericType"},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":599,"derived":false},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":602,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":603,"derived":false},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usageInVariableAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":606,"derived":false},{"id":607,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"varargs","changeable":true,"lowerBound":1,"iD":false,"id":608,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":609,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":610,"derived":false},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"escapedValue","changeable":true,"lowerBound":1,"iD":false,"id":620,"derived":false},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":623,"derived":false},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"id":626,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":1,"id":627,"derived":false},{"id":628,"eClass":"EGenericType"},{"id":629,"eClass":"EGenericType"},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"default","changeable":true,"lowerBound":1,"iD":false,"id":632,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":633,"derived":false},{"id":634,"eClass":"EGenericType"},{"id":635,"eClass":"EGenericType"},{"id":636,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":637,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":638,"derived":false},{"id":639,"eClass":"EGenericType"},{"id":640,"eClass":"EGenericType"},{"id":641,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":642,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":643,"derived":false},{"id":644,"eClass":"EGenericType"},{"id":645,"eClass":"EGenericType"},{"id":646,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"tagName","changeable":true,"lowerBound":0,"iD":false,"id":647,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":648,"derived":false},{"id":649,"eClass":"EGenericType"},{"id":650,"eClass":"EGenericType"},{"id":651,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":652,"derived":false},{"id":653,"eClass":"EGenericType"},{"id":654,"eClass":"EGenericType"},{"id":655,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":656,"derived":false},{"id":657,"eClass":"EGenericType"},{"id":658,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":659,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"finally","changeable":true,"resolveProxies":true,"lowerBound":0,"id":660,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"catchClauses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":661,"derived":false},{"id":662,"eClass":"EGenericType"},{"id":663,"eClass":"EGenericType"},{"id":664,"eClass":"EGenericType"},{"id":665,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usagesInTypeAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":666,"derived":false},{"id":667,"eClass":"EGenericType"},{"id":668,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":669,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":670,"derived":false},{"id":671,"eClass":"EGenericType"},{"id":672,"eClass":"EGenericType"},{"id":673,"eClass":"EGenericType"},{"id":674,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":675,"derived":false},{"id":676,"eClass":"EGenericType"},{"id":677,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":678,"derived":false},{"id":679,"eClass":"EGenericType"},{"id":680,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":681,"derived":false},{"id":682,"eClass":"EGenericType"},{"id":683,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bounds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":684,"derived":false},{"id":685,"eClass":"EGenericType"},{"id":686,"eClass":"EGenericType"},{"id":687,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":688,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":689,"derived":false},{"id":690,"eClass":"EGenericType"},{"id":691,"eClass":"EGenericType"},{"id":692,"eClass":"EGenericType"},{"id":693,"eClass":"EGenericType"},{"id":694,"eClass":"EGenericType"},{"id":695,"eClass":"EGenericType"},{"id":696,"eClass":"EGenericType"},{"id":697,"eClass":"EGenericType"},{"id":698,"eClass":"EGenericType"},{"id":699,"eClass":"EGenericType"},{"id":700,"eClass":"EGenericType"},{"id":701,"eClass":"EGenericType"},{"id":702,"eClass":"EGenericType"},{"id":703,"eClass":"EGenericType"},{"id":704,"eClass":"EGenericType"},{"id":705,"eClass":"EGenericType"},{"id":706,"eClass":"EGenericType"},{"id":707,"eClass":"EGenericType"},{"id":708,"eClass":"EGenericType"},{"id":709,"eClass":"EGenericType"},{"id":710,"eClass":"EGenericType"},{"id":711,"eClass":"EGenericType"},{"id":712,"eClass":"EGenericType"},{"id":713,"eClass":"EGenericType"},{"id":714,"eClass":"EGenericType"},{"id":715,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"extraArrayDimensions","changeable":true,"lowerBound":1,"iD":false,"id":716,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initializer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":717,"derived":false},{"id":718,"eClass":"EGenericType"},{"id":719,"eClass":"EGenericType"},{"id":720,"eClass":"EGenericType"},{"id":721,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":722,"derived":false},{"id":723,"eClass":"EGenericType"},{"id":724,"eClass":"EGenericType"},{"id":725,"eClass":"EGenericType"},{"id":726,"eClass":"EGenericType"},{"id":727,"eClass":"EGenericType"},{"id":728,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"extraArrayDimensions","changeable":true,"lowerBound":1,"iD":false,"id":729,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":730,"derived":false},{"id":731,"eClass":"EGenericType"},{"id":732,"eClass":"EGenericType"},{"id":733,"eClass":"EGenericType"},{"id":734,"eClass":"EGenericType"},{"id":735,"eClass":"EGenericType"},{"name":"none","id":736,"value":1,"literal":"none","eClass":"EEnumLiteral"},{"name":"public","id":737,"value":2,"literal":"public","eClass":"EEnumLiteral"},{"name":"private","id":738,"value":3,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":739,"value":4,"literal":"protected","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"upperBound","changeable":true,"lowerBound":1,"iD":false,"id":740,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":741,"derived":false},{"id":742,"eClass":"EGenericType"},{"id":743,"eClass":"EGenericType"},{"id":744,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":745,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":746,"derived":false},{"id":747,"eClass":"EGenericType"},{"id":748,"eClass":"EGenericType"},{"id":749,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":1,"target":0},{"source":1,"target":21},{"source":1,"target":133},{"source":1,"target":134},{"source":1,"target":135},{"source":1,"target":136},{"source":1,"target":137},{"source":1,"target":138},{"source":1,"target":139},{"source":133,"target":24},{"source":133,"target":140},{"source":133,"target":1},{"source":140,"target":24},{"source":134,"target":93},{"source":134,"target":141},{"source":134,"target":1},{"source":134,"target":142},{"source":141,"target":93},{"source":135,"target":108},{"source":135,"target":143},{"source":135,"target":1},{"source":143,"target":108},{"source":136,"target":112},{"source":136,"target":144},{"source":136,"target":1},{"source":144,"target":112},{"source":137,"target":65},{"source":137,"target":145},{"source":137,"target":1},{"source":137,"target":146},{"source":145,"target":65},{"source":138,"target":2},{"source":138,"target":147},{"source":138,"target":1},{"source":138,"target":148},{"source":147,"target":2},{"source":139,"target":21},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":148},{"source":2,"target":149},{"source":2,"target":150},{"source":2,"target":151},{"source":148,"target":1},{"source":148,"target":152},{"source":148,"target":2},{"source":148,"target":138},{"source":152,"target":1},{"source":149,"target":43},{"source":149,"target":153},{"source":149,"target":2},{"source":153,"target":43},{"source":150,"target":108},{"source":150,"target":154},{"source":150,"target":2},{"source":154,"target":108},{"source":151,"target":9},{"source":3,"target":0},{"source":3,"target":21},{"source":3,"target":107},{"source":3,"target":155},{"source":3,"target":156},{"source":3,"target":157},{"source":3,"target":158},{"source":3,"target":159},{"source":3,"target":160},{"source":3,"target":161},{"source":155,"target":21},{"source":155,"target":162},{"source":155,"target":3},{"source":155,"target":163},{"source":162,"target":21},{"source":156,"target":35},{"source":156,"target":164},{"source":156,"target":3},{"source":164,"target":35},{"source":157,"target":35},{"source":157,"target":165},{"source":157,"target":3},{"source":165,"target":35},{"source":158,"target":73},{"source":158,"target":166},{"source":158,"target":3},{"source":158,"target":167},{"source":166,"target":73},{"source":159,"target":108},{"source":159,"target":168},{"source":159,"target":3},{"source":168,"target":108},{"source":160,"target":21},{"source":161,"target":107},{"source":4,"target":0},{"source":4,"target":43},{"source":4,"target":169},{"source":4,"target":170},{"source":169,"target":108},{"source":169,"target":171},{"source":169,"target":4},{"source":171,"target":108},{"source":170,"target":43},{"source":5,"target":0},{"source":5,"target":9},{"source":5,"target":172},{"source":5,"target":173},{"source":5,"target":174},{"source":172,"target":108},{"source":172,"target":175},{"source":172,"target":5},{"source":175,"target":108},{"source":173,"target":128},{"source":173,"target":176},{"source":173,"target":5},{"source":173,"target":177},{"source":176,"target":128},{"source":174,"target":9},{"source":6,"target":0},{"source":6,"target":43},{"source":6,"target":178},{"source":6,"target":179},{"source":6,"target":180},{"source":178,"target":108},{"source":178,"target":181},{"source":178,"target":6},{"source":181,"target":108},{"source":179,"target":10},{"source":179,"target":182},{"source":179,"target":6},{"source":182,"target":10},{"source":180,"target":43},{"source":7,"target":0},{"source":7,"target":69},{"source":7,"target":183},{"source":7,"target":184},{"source":7,"target":185},{"source":7,"target":186},{"source":183,"target":187},{"source":183,"target":7},{"source":184,"target":29},{"source":184,"target":188},{"source":184,"target":7},{"source":188,"target":29},{"source":185,"target":59},{"source":185,"target":189},{"source":185,"target":7},{"source":189,"target":59},{"source":186,"target":69},{"source":8,"target":0},{"source":8,"target":94},{"source":8,"target":190},{"source":8,"target":191},{"source":8,"target":192},{"source":190,"target":43},{"source":190,"target":193},{"source":190,"target":8},{"source":193,"target":43},{"source":191,"target":43},{"source":191,"target":194},{"source":191,"target":8},{"source":194,"target":43},{"source":192,"target":94},{"source":9,"target":0},{"source":9,"target":195},{"source":9,"target":196},{"source":9,"target":197},{"source":195,"target":35},{"source":195,"target":198},{"source":195,"target":9},{"source":198,"target":35},{"source":196,"target":36},{"source":196,"target":199},{"source":196,"target":9},{"source":199,"target":36},{"source":197,"target":29},{"source":197,"target":200},{"source":197,"target":9},{"source":200,"target":29},{"source":10,"target":0},{"source":10,"target":69},{"source":10,"target":201},{"source":10,"target":202},{"source":10,"target":203},{"source":201,"target":12},{"source":201,"target":204},{"source":201,"target":10},{"source":201,"target":205},{"source":204,"target":12},{"source":202,"target":43},{"source":202,"target":206},{"source":202,"target":10},{"source":206,"target":43},{"source":203,"target":69},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":207},{"source":207,"target":3},{"source":12,"target":0},{"source":12,"target":21},{"source":12,"target":208},{"source":12,"target":209},{"source":12,"target":205},{"source":12,"target":210},{"source":208,"target":43},{"source":208,"target":211},{"source":208,"target":12},{"source":211,"target":43},{"source":209,"target":108},{"source":209,"target":212},{"source":209,"target":12},{"source":212,"target":108},{"source":205,"target":10},{"source":205,"target":213},{"source":205,"target":12},{"source":205,"target":201},{"source":213,"target":10},{"source":210,"target":21},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":214},{"source":13,"target":215},{"source":13,"target":216},{"source":214,"target":21},{"source":214,"target":217},{"source":214,"target":13},{"source":214,"target":218},{"source":217,"target":21},{"source":215,"target":30},{"source":215,"target":219},{"source":215,"target":13},{"source":215,"target":220},{"source":219,"target":30},{"source":216,"target":9},{"source":14,"target":0},{"source":14,"target":43},{"source":14,"target":221},{"source":14,"target":222},{"source":14,"target":223},{"source":221,"target":43},{"source":221,"target":224},{"source":221,"target":14},{"source":224,"target":43},{"source":222,"target":43},{"source":222,"target":225},{"source":222,"target":14},{"source":225,"target":43},{"source":223,"target":43},{"source":15,"target":0},{"source":15,"target":43},{"source":15,"target":226},{"source":15,"target":227},{"source":15,"target":228},{"source":15,"target":229},{"source":226,"target":43},{"source":226,"target":230},{"source":226,"target":15},{"source":230,"target":43},{"source":227,"target":16},{"source":227,"target":231},{"source":227,"target":15},{"source":231,"target":16},{"source":228,"target":108},{"source":228,"target":232},{"source":228,"target":15},{"source":232,"target":108},{"source":229,"target":43},{"source":16,"target":0},{"source":16,"target":43},{"source":16,"target":233},{"source":16,"target":234},{"source":233,"target":43},{"source":233,"target":235},{"source":233,"target":16},{"source":235,"target":43},{"source":234,"target":43},{"source":17,"target":0},{"source":17,"target":43},{"source":17,"target":236},{"source":17,"target":237},{"source":236,"target":43},{"source":236,"target":238},{"source":236,"target":17},{"source":238,"target":43},{"source":237,"target":43},{"source":18,"target":0},{"source":18,"target":107},{"source":18,"target":239},{"source":18,"target":240},{"source":18,"target":241},{"source":239,"target":242},{"source":239,"target":18},{"source":240,"target":108},{"source":240,"target":243},{"source":240,"target":18},{"source":243,"target":108},{"source":241,"target":107},{"source":19,"target":0},{"source":19,"target":43},{"source":19,"target":244},{"source":19,"target":245},{"source":19,"target":246},{"source":19,"target":247},{"source":244,"target":43},{"source":244,"target":248},{"source":244,"target":19},{"source":248,"target":43},{"source":245,"target":20},{"source":245,"target":249},{"source":245,"target":19},{"source":249,"target":20},{"source":246,"target":43},{"source":246,"target":250},{"source":246,"target":19},{"source":250,"target":43},{"source":247,"target":43},{"source":20,"target":0},{"source":20,"target":251},{"source":20,"target":252},{"source":20,"target":253},{"source":20,"target":254},{"source":20,"target":255},{"source":20,"target":256},{"source":20,"target":257},{"source":20,"target":258},{"source":20,"target":259},{"source":20,"target":260},{"source":20,"target":261},{"source":20,"target":262},{"source":251,"target":20},{"source":252,"target":20},{"source":253,"target":20},{"source":254,"target":20},{"source":255,"target":20},{"source":256,"target":20},{"source":257,"target":20},{"source":258,"target":20},{"source":259,"target":20},{"source":260,"target":20},{"source":261,"target":20},{"source":262,"target":20},{"source":21,"target":0},{"source":21,"target":69},{"source":21,"target":163},{"source":21,"target":263},{"source":21,"target":218},{"source":21,"target":264},{"source":21,"target":265},{"source":163,"target":3},{"source":163,"target":266},{"source":163,"target":21},{"source":163,"target":155},{"source":266,"target":3},{"source":263,"target":6},{"source":263,"target":267},{"source":263,"target":21},{"source":267,"target":6},{"source":218,"target":13},{"source":218,"target":268},{"source":218,"target":21},{"source":218,"target":214},{"source":268,"target":13},{"source":264,"target":68},{"source":264,"target":269},{"source":264,"target":21},{"source":264,"target":270},{"source":269,"target":68},{"source":265,"target":69},{"source":22,"target":0},{"source":22,"target":43},{"source":22,"target":271},{"source":22,"target":272},{"source":271,"target":273},{"source":271,"target":22},{"source":272,"target":43},{"source":23,"target":0},{"source":23,"target":35},{"source":23,"target":274},{"source":274,"target":35},{"source":24,"target":0},{"source":24,"target":94},{"source":24,"target":275},{"source":24,"target":276},{"source":275,"target":94},{"source":275,"target":277},{"source":275,"target":24},{"source":277,"target":94},{"source":276,"target":94},{"source":25,"target":0},{"source":25,"target":94},{"source":25,"target":278},{"source":25,"target":279},{"source":278,"target":57},{"source":278,"target":280},{"source":278,"target":25},{"source":278,"target":281},{"source":280,"target":57},{"source":279,"target":94},{"source":26,"target":0},{"source":26,"target":43},{"source":26,"target":282},{"source":26,"target":283},{"source":26,"target":284},{"source":282,"target":43},{"source":282,"target":285},{"source":282,"target":26},{"source":285,"target":43},{"source":283,"target":108},{"source":283,"target":286},{"source":283,"target":26},{"source":286,"target":108},{"source":284,"target":43},{"source":27,"target":0},{"source":27,"target":94},{"source":27,"target":287},{"source":27,"target":288},{"source":27,"target":289},{"source":287,"target":93},{"source":287,"target":290},{"source":287,"target":27},{"source":287,"target":291},{"source":290,"target":93},{"source":288,"target":24},{"source":288,"target":292},{"source":288,"target":27},{"source":292,"target":24},{"source":289,"target":94},{"source":28,"target":0},{"source":28,"target":43},{"source":28,"target":293},{"source":28,"target":294},{"source":293,"target":295},{"source":293,"target":28},{"source":294,"target":43},{"source":29,"target":0},{"source":29,"target":69},{"source":29,"target":296},{"source":29,"target":297},{"source":29,"target":298},{"source":29,"target":299},{"source":29,"target":300},{"source":296,"target":301},{"source":296,"target":29},{"source":297,"target":3},{"source":297,"target":302},{"source":297,"target":29},{"source":302,"target":3},{"source":298,"target":36},{"source":298,"target":303},{"source":298,"target":29},{"source":303,"target":36},{"source":299,"target":73},{"source":299,"target":304},{"source":299,"target":29},{"source":304,"target":73},{"source":300,"target":69},{"source":30,"target":0},{"source":30,"target":43},{"source":30,"target":2},{"source":30,"target":220},{"source":30,"target":305},{"source":30,"target":306},{"source":30,"target":307},{"source":30,"target":308},{"source":220,"target":13},{"source":220,"target":309},{"source":220,"target":30},{"source":220,"target":215},{"source":309,"target":13},{"source":305,"target":43},{"source":305,"target":310},{"source":305,"target":30},{"source":310,"target":43},{"source":306,"target":108},{"source":306,"target":311},{"source":306,"target":30},{"source":311,"target":108},{"source":307,"target":43},{"source":308,"target":2},{"source":31,"target":0},{"source":31,"target":1},{"source":31,"target":312},{"source":312,"target":1},{"source":32,"target":0},{"source":32,"target":43},{"source":32,"target":313},{"source":32,"target":314},{"source":32,"target":315},{"source":32,"target":316},{"source":313,"target":43},{"source":313,"target":317},{"source":313,"target":32},{"source":317,"target":43},{"source":314,"target":43},{"source":314,"target":318},{"source":314,"target":32},{"source":318,"target":43},{"source":315,"target":43},{"source":315,"target":319},{"source":315,"target":32},{"source":319,"target":43},{"source":316,"target":43},{"source":33,"target":0},{"source":33,"target":94},{"source":33,"target":2},{"source":33,"target":320},{"source":33,"target":321},{"source":320,"target":94},{"source":321,"target":2},{"source":34,"target":0},{"source":34,"target":109},{"source":34,"target":322},{"source":34,"target":323},{"source":322,"target":108},{"source":322,"target":324},{"source":322,"target":34},{"source":324,"target":108},{"source":323,"target":109},{"source":35,"target":0},{"source":35,"target":9},{"source":35,"target":325},{"source":35,"target":326},{"source":35,"target":327},{"source":35,"target":328},{"source":325,"target":329},{"source":325,"target":35},{"source":326,"target":330},{"source":326,"target":35},{"source":327,"target":331},{"source":327,"target":35},{"source":328,"target":9},{"source":36,"target":0},{"source":36,"target":69},{"source":36,"target":332},{"source":36,"target":333},{"source":36,"target":334},{"source":36,"target":335},{"source":36,"target":336},{"source":36,"target":337},{"source":332,"target":338},{"source":332,"target":36},{"source":333,"target":35},{"source":333,"target":339},{"source":333,"target":36},{"source":339,"target":35},{"source":334,"target":49},{"source":334,"target":340},{"source":334,"target":36},{"source":340,"target":49},{"source":335,"target":73},{"source":335,"target":341},{"source":335,"target":36},{"source":341,"target":73},{"source":336,"target":3},{"source":336,"target":342},{"source":336,"target":36},{"source":342,"target":3},{"source":337,"target":69},{"source":37,"target":0},{"source":37,"target":94},{"source":37,"target":343},{"source":37,"target":344},{"source":343,"target":57},{"source":343,"target":345},{"source":343,"target":37},{"source":343,"target":346},{"source":345,"target":57},{"source":344,"target":94},{"source":38,"target":0},{"source":38,"target":94},{"source":38,"target":347},{"source":38,"target":348},{"source":38,"target":349},{"source":347,"target":43},{"source":347,"target":350},{"source":347,"target":38},{"source":350,"target":43},{"source":348,"target":94},{"source":348,"target":351},{"source":348,"target":38},{"source":351,"target":94},{"source":349,"target":94},{"source":39,"target":0},{"source":39,"target":94},{"source":39,"target":352},{"source":352,"target":94},{"source":40,"target":0},{"source":40,"target":94},{"source":40,"target":353},{"source":40,"target":354},{"source":40,"target":355},{"source":40,"target":356},{"source":353,"target":94},{"source":353,"target":357},{"source":353,"target":40},{"source":357,"target":94},{"source":354,"target":43},{"source":354,"target":358},{"source":354,"target":40},{"source":358,"target":43},{"source":355,"target":93},{"source":355,"target":359},{"source":355,"target":40},{"source":355,"target":360},{"source":359,"target":93},{"source":356,"target":94},{"source":41,"target":0},{"source":41,"target":21},{"source":41,"target":126},{"source":41,"target":361},{"source":41,"target":362},{"source":41,"target":363},{"source":41,"target":364},{"source":361,"target":13},{"source":361,"target":365},{"source":361,"target":41},{"source":365,"target":13},{"source":362,"target":43},{"source":362,"target":366},{"source":362,"target":41},{"source":366,"target":43},{"source":363,"target":21},{"source":364,"target":126},{"source":42,"target":0},{"source":42,"target":3},{"source":42,"target":367},{"source":42,"target":368},{"source":367,"target":41},{"source":367,"target":369},{"source":367,"target":42},{"source":369,"target":41},{"source":368,"target":3},{"source":43,"target":0},{"source":43,"target":9},{"source":43,"target":370},{"source":370,"target":9},{"source":44,"target":0},{"source":44,"target":94},{"source":44,"target":371},{"source":44,"target":372},{"source":371,"target":43},{"source":371,"target":373},{"source":371,"target":44},{"source":373,"target":43},{"source":372,"target":94},{"source":45,"target":0},{"source":45,"target":43},{"source":45,"target":374},{"source":45,"target":375},{"source":45,"target":376},{"source":374,"target":92},{"source":374,"target":377},{"source":374,"target":45},{"source":377,"target":92},{"source":375,"target":43},{"source":375,"target":378},{"source":375,"target":45},{"source":378,"target":43},{"source":376,"target":43},{"source":46,"target":0},{"source":46,"target":21},{"source":46,"target":5},{"source":46,"target":379},{"source":46,"target":380},{"source":379,"target":21},{"source":380,"target":5},{"source":47,"target":0},{"source":47,"target":94},{"source":47,"target":381},{"source":47,"target":382},{"source":47,"target":383},{"source":47,"target":384},{"source":47,"target":385},{"source":381,"target":43},{"source":381,"target":386},{"source":381,"target":47},{"source":386,"target":43},{"source":382,"target":43},{"source":382,"target":387},{"source":382,"target":47},{"source":387,"target":43},{"source":383,"target":43},{"source":383,"target":388},{"source":383,"target":47},{"source":388,"target":43},{"source":384,"target":94},{"source":384,"target":389},{"source":384,"target":47},{"source":389,"target":94},{"source":385,"target":94},{"source":48,"target":0},{"source":48,"target":94},{"source":48,"target":390},{"source":48,"target":391},{"source":48,"target":392},{"source":48,"target":393},{"source":390,"target":43},{"source":390,"target":394},{"source":390,"target":48},{"source":394,"target":43},{"source":391,"target":94},{"source":391,"target":395},{"source":391,"target":48},{"source":395,"target":94},{"source":392,"target":94},{"source":392,"target":396},{"source":392,"target":48},{"source":396,"target":94},{"source":393,"target":94},{"source":49,"target":0},{"source":49,"target":9},{"source":49,"target":397},{"source":49,"target":398},{"source":49,"target":399},{"source":397,"target":400},{"source":397,"target":49},{"source":398,"target":69},{"source":398,"target":401},{"source":398,"target":49},{"source":398,"target":402},{"source":401,"target":69},{"source":399,"target":9},{"source":50,"target":0},{"source":50,"target":43},{"source":50,"target":403},{"source":50,"target":404},{"source":50,"target":405},{"source":50,"target":406},{"source":50,"target":407},{"source":403,"target":51},{"source":403,"target":408},{"source":403,"target":50},{"source":408,"target":51},{"source":404,"target":43},{"source":404,"target":409},{"source":404,"target":50},{"source":409,"target":43},{"source":405,"target":43},{"source":405,"target":410},{"source":405,"target":50},{"source":410,"target":43},{"source":406,"target":43},{"source":406,"target":411},{"source":406,"target":50},{"source":411,"target":43},{"source":407,"target":43},{"source":51,"target":0},{"source":51,"target":412},{"source":51,"target":413},{"source":51,"target":414},{"source":51,"target":415},{"source":51,"target":416},{"source":51,"target":417},{"source":51,"target":418},{"source":51,"target":419},{"source":51,"target":420},{"source":51,"target":421},{"source":51,"target":422},{"source":51,"target":423},{"source":51,"target":424},{"source":51,"target":425},{"source":51,"target":426},{"source":51,"target":427},{"source":51,"target":428},{"source":51,"target":429},{"source":51,"target":430},{"source":412,"target":51},{"source":413,"target":51},{"source":414,"target":51},{"source":415,"target":51},{"source":416,"target":51},{"source":417,"target":51},{"source":418,"target":51},{"source":419,"target":51},{"source":420,"target":51},{"source":421,"target":51},{"source":422,"target":51},{"source":423,"target":51},{"source":424,"target":51},{"source":425,"target":51},{"source":426,"target":51},{"source":427,"target":51},{"source":428,"target":51},{"source":429,"target":51},{"source":430,"target":51},{"source":52,"target":0},{"source":52,"target":431},{"source":52,"target":432},{"source":52,"target":433},{"source":431,"target":52},{"source":432,"target":52},{"source":433,"target":52},{"source":53,"target":0},{"source":53,"target":21},{"source":53,"target":434},{"source":53,"target":435},{"source":434,"target":24},{"source":434,"target":436},{"source":434,"target":53},{"source":436,"target":24},{"source":435,"target":21},{"source":54,"target":0},{"source":54,"target":43},{"source":54,"target":437},{"source":54,"target":438},{"source":54,"target":439},{"source":437,"target":108},{"source":437,"target":440},{"source":437,"target":54},{"source":440,"target":108},{"source":438,"target":43},{"source":438,"target":441},{"source":438,"target":54},{"source":441,"target":43},{"source":439,"target":43},{"source":55,"target":0},{"source":55,"target":109},{"source":55,"target":442},{"source":442,"target":109},{"source":56,"target":0},{"source":56,"target":35},{"source":56,"target":443},{"source":56,"target":444},{"source":443,"target":102},{"source":443,"target":445},{"source":443,"target":56},{"source":445,"target":102},{"source":444,"target":35},{"source":57,"target":0},{"source":57,"target":69},{"source":57,"target":94},{"source":57,"target":446},{"source":57,"target":281},{"source":57,"target":346},{"source":57,"target":447},{"source":57,"target":448},{"source":446,"target":94},{"source":446,"target":449},{"source":446,"target":57},{"source":449,"target":94},{"source":281,"target":25},{"source":281,"target":450},{"source":281,"target":57},{"source":281,"target":278},{"source":450,"target":25},{"source":346,"target":37},{"source":346,"target":451},{"source":346,"target":57},{"source":346,"target":343},{"source":451,"target":37},{"source":447,"target":69},{"source":448,"target":94},{"source":58,"target":0},{"source":58,"target":35},{"source":58,"target":452},{"source":452,"target":35},{"source":59,"target":0},{"source":59,"target":453},{"source":59,"target":454},{"source":453,"target":60},{"source":453,"target":455},{"source":453,"target":59},{"source":455,"target":60},{"source":454,"target":61},{"source":454,"target":456},{"source":454,"target":59},{"source":456,"target":61},{"source":60,"target":0},{"source":60,"target":457},{"source":60,"target":458},{"source":457,"target":459},{"source":457,"target":60},{"source":458,"target":460},{"source":458,"target":60},{"source":61,"target":0},{"source":61,"target":461},{"source":61,"target":462},{"source":461,"target":463},{"source":461,"target":61},{"source":462,"target":60},{"source":462,"target":464},{"source":462,"target":61},{"source":464,"target":60},{"source":62,"target":0},{"source":62,"target":9},{"source":62,"target":465},{"source":62,"target":466},{"source":62,"target":467},{"source":465,"target":69},{"source":465,"target":468},{"source":465,"target":62},{"source":468,"target":69},{"source":466,"target":108},{"source":466,"target":469},{"source":466,"target":62},{"source":469,"target":108},{"source":467,"target":9},{"source":63,"target":0},{"source":63,"target":1},{"source":63,"target":470},{"source":63,"target":471},{"source":63,"target":472},{"source":63,"target":473},{"source":63,"target":474},{"source":470,"target":475},{"source":470,"target":63},{"source":471,"target":108},{"source":471,"target":476},{"source":471,"target":63},{"source":476,"target":108},{"source":472,"target":63},{"source":472,"target":477},{"source":472,"target":63},{"source":472,"target":473},{"source":477,"target":63},{"source":473,"target":63},{"source":473,"target":478},{"source":473,"target":63},{"source":473,"target":472},{"source":478,"target":63},{"source":474,"target":1},{"source":64,"target":0},{"source":64,"target":43},{"source":64,"target":2},{"source":64,"target":479},{"source":64,"target":480},{"source":64,"target":481},{"source":479,"target":43},{"source":479,"target":482},{"source":479,"target":64},{"source":482,"target":43},{"source":480,"target":43},{"source":481,"target":2},{"source":65,"target":0},{"source":65,"target":9},{"source":65,"target":146},{"source":65,"target":483},{"source":65,"target":484},{"source":65,"target":485},{"source":146,"target":1},{"source":146,"target":486},{"source":146,"target":65},{"source":146,"target":137},{"source":486,"target":1},{"source":483,"target":108},{"source":483,"target":487},{"source":483,"target":65},{"source":487,"target":108},{"source":484,"target":66},{"source":484,"target":488},{"source":484,"target":65},{"source":488,"target":66},{"source":485,"target":9},{"source":66,"target":0},{"source":66,"target":9},{"source":66,"target":489},{"source":66,"target":490},{"source":66,"target":491},{"source":66,"target":492},{"source":489,"target":493},{"source":489,"target":66},{"source":490,"target":494},{"source":490,"target":66},{"source":491,"target":108},{"source":491,"target":495},{"source":491,"target":66},{"source":495,"target":108},{"source":492,"target":9},{"source":67,"target":0},{"source":67,"target":496},{"source":67,"target":497},{"source":67,"target":498},{"source":67,"target":499},{"source":67,"target":500},{"source":67,"target":501},{"source":67,"target":502},{"source":496,"target":503},{"source":496,"target":67},{"source":497,"target":73},{"source":497,"target":504},{"source":497,"target":67},{"source":497,"target":505},{"source":504,"target":73},{"source":498,"target":107},{"source":498,"target":506},{"source":498,"target":67},{"source":506,"target":107},{"source":499,"target":113},{"source":499,"target":507},{"source":499,"target":67},{"source":507,"target":113},{"source":500,"target":36},{"source":500,"target":508},{"source":500,"target":67},{"source":508,"target":36},{"source":501,"target":29},{"source":501,"target":509},{"source":501,"target":67},{"source":509,"target":29},{"source":502,"target":7},{"source":502,"target":510},{"source":502,"target":67},{"source":510,"target":7},{"source":68,"target":0},{"source":68,"target":9},{"source":68,"target":511},{"source":68,"target":512},{"source":68,"target":513},{"source":68,"target":514},{"source":68,"target":515},{"source":68,"target":516},{"source":68,"target":517},{"source":68,"target":518},{"source":68,"target":270},{"source":68,"target":519},{"source":68,"target":520},{"source":68,"target":521},{"source":68,"target":522},{"source":511,"target":130},{"source":511,"target":523},{"source":511,"target":68},{"source":523,"target":130},{"source":512,"target":52},{"source":512,"target":524},{"source":512,"target":68},{"source":524,"target":52},{"source":513,"target":525},{"source":513,"target":68},{"source":514,"target":526},{"source":514,"target":68},{"source":515,"target":527},{"source":515,"target":68},{"source":516,"target":528},{"source":516,"target":68},{"source":517,"target":529},{"source":517,"target":68},{"source":518,"target":530},{"source":518,"target":68},{"source":270,"target":21},{"source":270,"target":531},{"source":270,"target":68},{"source":270,"target":264},{"source":531,"target":21},{"source":519,"target":93},{"source":519,"target":532},{"source":519,"target":68},{"source":519,"target":533},{"source":532,"target":93},{"source":520,"target":129},{"source":520,"target":534},{"source":520,"target":68},{"source":520,"target":535},{"source":534,"target":129},{"source":521,"target":127},{"source":521,"target":536},{"source":521,"target":68},{"source":521,"target":537},{"source":536,"target":127},{"source":522,"target":9},{"source":69,"target":0},{"source":69,"target":9},{"source":69,"target":538},{"source":69,"target":539},{"source":69,"target":402},{"source":69,"target":540},{"source":538,"target":541},{"source":538,"target":69},{"source":539,"target":542},{"source":539,"target":69},{"source":402,"target":49},{"source":402,"target":543},{"source":402,"target":69},{"source":402,"target":398},{"source":543,"target":49},{"source":540,"target":9},{"source":70,"target":0},{"source":70,"target":9},{"source":70,"target":544},{"source":544,"target":9},{"source":71,"target":0},{"source":71,"target":43},{"source":71,"target":545},{"source":71,"target":546},{"source":545,"target":547},{"source":545,"target":71},{"source":546,"target":43},{"source":72,"target":0},{"source":72,"target":43},{"source":72,"target":548},{"source":548,"target":43},{"source":73,"target":0},{"source":73,"target":69},{"source":73,"target":167},{"source":73,"target":505},{"source":73,"target":549},{"source":73,"target":550},{"source":73,"target":551},{"source":73,"target":552},{"source":167,"target":3},{"source":167,"target":553},{"source":167,"target":73},{"source":167,"target":158},{"source":553,"target":3},{"source":505,"target":67},{"source":505,"target":554},{"source":505,"target":73},{"source":505,"target":497},{"source":554,"target":67},{"source":549,"target":73},{"source":549,"target":555},{"source":549,"target":73},{"source":549,"target":550},{"source":555,"target":73},{"source":550,"target":73},{"source":550,"target":556},{"source":550,"target":73},{"source":550,"target":549},{"source":556,"target":73},{"source":551,"target":74},{"source":551,"target":557},{"source":551,"target":73},{"source":551,"target":558},{"source":557,"target":74},{"source":552,"target":69},{"source":74,"target":0},{"source":74,"target":70},{"source":74,"target":558},{"source":74,"target":559},{"source":74,"target":560},{"source":558,"target":73},{"source":558,"target":561},{"source":558,"target":74},{"source":558,"target":551},{"source":561,"target":73},{"source":559,"target":74},{"source":559,"target":562},{"source":559,"target":74},{"source":562,"target":74},{"source":560,"target":70},{"source":75,"target":0},{"source":75,"target":107},{"source":75,"target":563},{"source":75,"target":564},{"source":75,"target":565},{"source":563,"target":108},{"source":563,"target":566},{"source":563,"target":75},{"source":566,"target":108},{"source":564,"target":108},{"source":564,"target":567},{"source":564,"target":75},{"source":567,"target":108},{"source":565,"target":107},{"source":76,"target":0},{"source":76,"target":43},{"source":76,"target":568},{"source":76,"target":569},{"source":568,"target":43},{"source":568,"target":570},{"source":568,"target":76},{"source":570,"target":43},{"source":569,"target":43},{"source":77,"target":0},{"source":77,"target":43},{"source":77,"target":571},{"source":77,"target":572},{"source":77,"target":573},{"source":571,"target":78},{"source":571,"target":574},{"source":571,"target":77},{"source":574,"target":78},{"source":572,"target":43},{"source":572,"target":575},{"source":572,"target":77},{"source":575,"target":43},{"source":573,"target":43},{"source":78,"target":0},{"source":78,"target":576},{"source":78,"target":577},{"source":576,"target":78},{"source":577,"target":78},{"source":79,"target":0},{"source":79,"target":43},{"source":79,"target":578},{"source":79,"target":579},{"source":79,"target":580},{"source":578,"target":80},{"source":578,"target":581},{"source":578,"target":79},{"source":581,"target":80},{"source":579,"target":43},{"source":579,"target":582},{"source":579,"target":79},{"source":582,"target":43},{"source":580,"target":43},{"source":80,"target":0},{"source":80,"target":583},{"source":80,"target":584},{"source":80,"target":585},{"source":80,"target":586},{"source":80,"target":587},{"source":80,"target":588},{"source":583,"target":80},{"source":584,"target":80},{"source":585,"target":80},{"source":586,"target":80},{"source":587,"target":80},{"source":588,"target":80},{"source":81,"target":0},{"source":81,"target":107},{"source":81,"target":589},{"source":589,"target":107},{"source":82,"target":0},{"source":82,"target":81},{"source":82,"target":590},{"source":590,"target":81},{"source":83,"target":0},{"source":83,"target":81},{"source":83,"target":591},{"source":591,"target":81},{"source":84,"target":0},{"source":84,"target":81},{"source":84,"target":592},{"source":592,"target":81},{"source":85,"target":0},{"source":85,"target":81},{"source":85,"target":593},{"source":593,"target":81},{"source":86,"target":0},{"source":86,"target":81},{"source":86,"target":594},{"source":594,"target":81},{"source":87,"target":0},{"source":87,"target":81},{"source":87,"target":595},{"source":595,"target":81},{"source":88,"target":0},{"source":88,"target":81},{"source":88,"target":596},{"source":596,"target":81},{"source":89,"target":0},{"source":89,"target":81},{"source":89,"target":597},{"source":597,"target":81},{"source":90,"target":0},{"source":90,"target":81},{"source":90,"target":598},{"source":598,"target":81},{"source":91,"target":0},{"source":91,"target":94},{"source":91,"target":599},{"source":91,"target":600},{"source":599,"target":43},{"source":599,"target":601},{"source":599,"target":91},{"source":601,"target":43},{"source":600,"target":94},{"source":92,"target":0},{"source":92,"target":43},{"source":92,"target":602},{"source":92,"target":603},{"source":92,"target":604},{"source":602,"target":126},{"source":602,"target":605},{"source":602,"target":92},{"source":602,"target":606},{"source":605,"target":126},{"source":603,"target":43},{"source":603,"target":607},{"source":603,"target":92},{"source":607,"target":43},{"source":604,"target":43},{"source":93,"target":0},{"source":93,"target":126},{"source":93,"target":533},{"source":93,"target":608},{"source":93,"target":609},{"source":93,"target":610},{"source":93,"target":142},{"source":93,"target":291},{"source":93,"target":360},{"source":93,"target":611},{"source":533,"target":68},{"source":533,"target":612},{"source":533,"target":93},{"source":533,"target":519},{"source":612,"target":68},{"source":608,"target":613},{"source":608,"target":93},{"source":609,"target":108},{"source":609,"target":614},{"source":609,"target":93},{"source":614,"target":108},{"source":610,"target":6},{"source":610,"target":615},{"source":610,"target":93},{"source":615,"target":6},{"source":142,"target":1},{"source":142,"target":616},{"source":142,"target":93},{"source":142,"target":134},{"source":616,"target":1},{"source":291,"target":27},{"source":291,"target":617},{"source":291,"target":93},{"source":291,"target":287},{"source":617,"target":27},{"source":360,"target":40},{"source":360,"target":618},{"source":360,"target":93},{"source":360,"target":355},{"source":618,"target":40},{"source":611,"target":126},{"source":94,"target":0},{"source":94,"target":9},{"source":94,"target":619},{"source":619,"target":9},{"source":95,"target":0},{"source":95,"target":43},{"source":95,"target":620},{"source":95,"target":621},{"source":620,"target":622},{"source":620,"target":95},{"source":621,"target":43},{"source":96,"target":0},{"source":96,"target":94},{"source":96,"target":2},{"source":96,"target":623},{"source":96,"target":624},{"source":96,"target":625},{"source":623,"target":43},{"source":623,"target":626},{"source":623,"target":96},{"source":626,"target":43},{"source":624,"target":94},{"source":625,"target":2},{"source":97,"target":0},{"source":97,"target":4},{"source":97,"target":627},{"source":97,"target":628},{"source":627,"target":92},{"source":627,"target":629},{"source":627,"target":97},{"source":629,"target":92},{"source":628,"target":4},{"source":98,"target":0},{"source":98,"target":4},{"source":98,"target":2},{"source":98,"target":630},{"source":98,"target":631},{"source":630,"target":4},{"source":631,"target":2},{"source":99,"target":0},{"source":99,"target":94},{"source":99,"target":632},{"source":99,"target":633},{"source":99,"target":634},{"source":632,"target":635},{"source":632,"target":99},{"source":633,"target":43},{"source":633,"target":636},{"source":633,"target":99},{"source":636,"target":43},{"source":634,"target":94},{"source":100,"target":0},{"source":100,"target":94},{"source":100,"target":637},{"source":100,"target":638},{"source":100,"target":639},{"source":637,"target":43},{"source":637,"target":640},{"source":637,"target":100},{"source":640,"target":43},{"source":638,"target":94},{"source":638,"target":641},{"source":638,"target":100},{"source":641,"target":94},{"source":639,"target":94},{"source":101,"target":0},{"source":101,"target":94},{"source":101,"target":642},{"source":101,"target":643},{"source":101,"target":644},{"source":642,"target":24},{"source":642,"target":645},{"source":642,"target":101},{"source":645,"target":24},{"source":643,"target":43},{"source":643,"target":646},{"source":643,"target":101},{"source":646,"target":43},{"source":644,"target":94},{"source":102,"target":0},{"source":102,"target":9},{"source":102,"target":647},{"source":102,"target":648},{"source":102,"target":649},{"source":647,"target":650},{"source":647,"target":102},{"source":648,"target":9},{"source":648,"target":651},{"source":648,"target":102},{"source":651,"target":9},{"source":649,"target":9},{"source":103,"target":0},{"source":103,"target":9},{"source":103,"target":652},{"source":103,"target":653},{"source":652,"target":654},{"source":652,"target":103},{"source":653,"target":9},{"source":104,"target":0},{"source":104,"target":4},{"source":104,"target":655},{"source":655,"target":4},{"source":105,"target":0},{"source":105,"target":94},{"source":105,"target":656},{"source":105,"target":657},{"source":656,"target":43},{"source":656,"target":658},{"source":656,"target":105},{"source":658,"target":43},{"source":657,"target":94},{"source":106,"target":0},{"source":106,"target":94},{"source":106,"target":659},{"source":106,"target":660},{"source":106,"target":661},{"source":106,"target":662},{"source":659,"target":24},{"source":659,"target":663},{"source":659,"target":106},{"source":663,"target":24},{"source":660,"target":24},{"source":660,"target":664},{"source":660,"target":106},{"source":664,"target":24},{"source":661,"target":27},{"source":661,"target":665},{"source":661,"target":106},{"source":665,"target":27},{"source":662,"target":94},{"source":107,"target":0},{"source":107,"target":69},{"source":107,"target":666},{"source":107,"target":667},{"source":666,"target":108},{"source":666,"target":668},{"source":666,"target":107},{"source":666,"target":669},{"source":668,"target":108},{"source":667,"target":69},{"source":108,"target":0},{"source":108,"target":43},{"source":108,"target":70},{"source":108,"target":669},{"source":108,"target":670},{"source":108,"target":671},{"source":108,"target":672},{"source":669,"target":107},{"source":669,"target":673},{"source":669,"target":108},{"source":669,"target":666},{"source":673,"target":107},{"source":670,"target":70},{"source":670,"target":674},{"source":670,"target":108},{"source":674,"target":70},{"source":671,"target":43},{"source":672,"target":70},{"source":109,"target":0},{"source":109,"target":3},{"source":109,"target":675},{"source":109,"target":676},{"source":675,"target":112},{"source":675,"target":677},{"source":675,"target":109},{"source":677,"target":112},{"source":676,"target":3},{"source":110,"target":0},{"source":110,"target":94},{"source":110,"target":678},{"source":110,"target":679},{"source":678,"target":3},{"source":678,"target":680},{"source":678,"target":110},{"source":680,"target":3},{"source":679,"target":94},{"source":111,"target":0},{"source":111,"target":43},{"source":111,"target":681},{"source":111,"target":682},{"source":681,"target":108},{"source":681,"target":683},{"source":681,"target":111},{"source":683,"target":108},{"source":682,"target":43},{"source":112,"target":0},{"source":112,"target":107},{"source":112,"target":684},{"source":112,"target":685},{"source":684,"target":108},{"source":684,"target":686},{"source":684,"target":112},{"source":686,"target":108},{"source":685,"target":107},{"source":113,"target":0},{"source":113,"target":69},{"source":113,"target":687},{"source":687,"target":69},{"source":114,"target":0},{"source":114,"target":43},{"source":114,"target":70},{"source":114,"target":688},{"source":114,"target":689},{"source":114,"target":690},{"source":114,"target":691},{"source":688,"target":113},{"source":688,"target":692},{"source":688,"target":114},{"source":692,"target":113},{"source":689,"target":9},{"source":689,"target":693},{"source":689,"target":114},{"source":693,"target":9},{"source":690,"target":43},{"source":691,"target":70},{"source":115,"target":0},{"source":115,"target":11},{"source":115,"target":113},{"source":115,"target":694},{"source":115,"target":695},{"source":694,"target":11},{"source":695,"target":113},{"source":116,"target":0},{"source":116,"target":12},{"source":116,"target":113},{"source":116,"target":696},{"source":116,"target":697},{"source":696,"target":12},{"source":697,"target":113},{"source":117,"target":0},{"source":117,"target":34},{"source":117,"target":113},{"source":117,"target":698},{"source":117,"target":699},{"source":698,"target":34},{"source":699,"target":113},{"source":118,"target":0},{"source":118,"target":42},{"source":118,"target":113},{"source":118,"target":700},{"source":118,"target":701},{"source":700,"target":42},{"source":701,"target":113},{"source":119,"target":0},{"source":119,"target":55},{"source":119,"target":113},{"source":119,"target":702},{"source":119,"target":703},{"source":702,"target":55},{"source":703,"target":113},{"source":120,"target":0},{"source":120,"target":57},{"source":120,"target":113},{"source":120,"target":704},{"source":120,"target":705},{"source":704,"target":57},{"source":705,"target":113},{"source":121,"target":0},{"source":121,"target":63},{"source":121,"target":113},{"source":121,"target":706},{"source":121,"target":707},{"source":706,"target":63},{"source":707,"target":113},{"source":122,"target":0},{"source":122,"target":93},{"source":122,"target":113},{"source":122,"target":708},{"source":122,"target":709},{"source":708,"target":93},{"source":709,"target":113},{"source":123,"target":0},{"source":123,"target":107},{"source":123,"target":113},{"source":123,"target":710},{"source":123,"target":711},{"source":710,"target":107},{"source":711,"target":113},{"source":124,"target":0},{"source":124,"target":3},{"source":124,"target":113},{"source":124,"target":712},{"source":124,"target":713},{"source":712,"target":3},{"source":713,"target":113},{"source":125,"target":0},{"source":125,"target":128},{"source":125,"target":113},{"source":125,"target":714},{"source":125,"target":715},{"source":714,"target":128},{"source":715,"target":113},{"source":126,"target":0},{"source":126,"target":69},{"source":126,"target":716},{"source":126,"target":717},{"source":126,"target":606},{"source":126,"target":718},{"source":716,"target":719},{"source":716,"target":126},{"source":717,"target":43},{"source":717,"target":720},{"source":717,"target":126},{"source":720,"target":43},{"source":606,"target":92},{"source":606,"target":721},{"source":606,"target":126},{"source":606,"target":602},{"source":721,"target":92},{"source":718,"target":69},{"source":127,"target":0},{"source":127,"target":43},{"source":127,"target":5},{"source":127,"target":537},{"source":127,"target":722},{"source":127,"target":723},{"source":127,"target":724},{"source":537,"target":68},{"source":537,"target":725},{"source":537,"target":127},{"source":537,"target":521},{"source":725,"target":68},{"source":722,"target":6},{"source":722,"target":726},{"source":722,"target":127},{"source":726,"target":6},{"source":723,"target":43},{"source":724,"target":5},{"source":128,"target":0},{"source":128,"target":126},{"source":128,"target":177},{"source":128,"target":727},{"source":177,"target":5},{"source":177,"target":728},{"source":177,"target":128},{"source":177,"target":173},{"source":728,"target":5},{"source":727,"target":126},{"source":129,"target":0},{"source":129,"target":94},{"source":129,"target":5},{"source":129,"target":729},{"source":129,"target":535},{"source":129,"target":730},{"source":129,"target":731},{"source":129,"target":732},{"source":729,"target":733},{"source":729,"target":129},{"source":535,"target":68},{"source":535,"target":734},{"source":535,"target":129},{"source":535,"target":520},{"source":734,"target":68},{"source":730,"target":6},{"source":730,"target":735},{"source":730,"target":129},{"source":735,"target":6},{"source":731,"target":94},{"source":732,"target":5},{"source":130,"target":0},{"source":130,"target":736},{"source":130,"target":737},{"source":130,"target":738},{"source":130,"target":739},{"source":736,"target":130},{"source":737,"target":130},{"source":738,"target":130},{"source":739,"target":130},{"source":131,"target":0},{"source":131,"target":107},{"source":131,"target":740},{"source":131,"target":741},{"source":131,"target":742},{"source":740,"target":743},{"source":740,"target":131},{"source":741,"target":108},{"source":741,"target":744},{"source":741,"target":131},{"source":744,"target":108},{"source":742,"target":107},{"source":132,"target":0},{"source":132,"target":94},{"source":132,"target":745},{"source":132,"target":746},{"source":132,"target":747},{"source":745,"target":43},{"source":745,"target":748},{"source":745,"target":132},{"source":748,"target":43},{"source":746,"target":94},{"source":746,"target":749},{"source":746,"target":132},{"source":749,"target":94},{"source":747,"target":94}],"multigraph":true}
ecore
families
repo-ecore-all/data/atlanmod/ATL_MR/atl-mr/data/Families2Persons/Families.ecore
Families Family lastName father mother sons daughters Member firstName familyFather familyMother familySon familyDaughter PrimitiveTypes
<?xml version="1.0" encoding="ISO-8859-1"?> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"> <ecore:EPackage name="Families" nsURI="Families" nsPrefix="Families"> <eClassifiers xsi:type="ecore:EClass" name="Family"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="father" ordered="false" lowerBound="1" eType="#/0/Member" containment="true" eOpposite="#/0/Member/familyFather"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mother" ordered="false" lowerBound="1" eType="#/0/Member" containment="true" eOpposite="#/0/Member/familyMother"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sons" ordered="false" upperBound="-1" eType="#/0/Member" containment="true" eOpposite="#/0/Member/familySon"/> <eStructuralFeatures xsi:type="ecore:EReference" name="daughters" ordered="false" upperBound="-1" eType="#/0/Member" containment="true" eOpposite="#/0/Member/familyDaughter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Member"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="familyFather" ordered="false" eType="#/0/Family" eOpposite="#/0/Family/father"/> <eStructuralFeatures xsi:type="ecore:EReference" name="familyMother" ordered="false" eType="#/0/Family" eOpposite="#/0/Family/mother"/> <eStructuralFeatures xsi:type="ecore:EReference" name="familySon" ordered="false" eType="#/0/Family" eOpposite="#/0/Family/sons"/> <eStructuralFeatures xsi:type="ecore:EReference" name="familyDaughter" ordered="false" eType="#/0/Family" eOpposite="#/0/Family/daughters"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="PrimitiveTypes" nsURI="PrimitiveTypes" nsPrefix="PrimitiveTypes"/> </xmi:XMI>
true
{"directed":true,"nodes":[{"nsPrefix":"Families","nsURI":"Families","name":"Families","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Family","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Member","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"lastName","changeable":true,"lowerBound":1,"iD":false,"id":3,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"father","changeable":true,"resolveProxies":true,"lowerBound":1,"id":4,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mother","changeable":true,"resolveProxies":true,"lowerBound":1,"id":5,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sons","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"daughters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"familyFather","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"familyMother","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"familySon","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"familyDaughter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"firstName","changeable":true,"lowerBound":1,"iD":false,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"nsPrefix":"PrimitiveTypes","nsURI":"PrimitiveTypes","name":"PrimitiveTypes","id":23,"eClass":"EPackage"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":3,"target":8},{"source":3,"target":1},{"source":4,"target":2},{"source":4,"target":9},{"source":4,"target":1},{"source":4,"target":10},{"source":9,"target":2},{"source":5,"target":2},{"source":5,"target":11},{"source":5,"target":1},{"source":5,"target":12},{"source":11,"target":2},{"source":6,"target":2},{"source":6,"target":13},{"source":6,"target":1},{"source":6,"target":14},{"source":13,"target":2},{"source":7,"target":2},{"source":7,"target":15},{"source":7,"target":1},{"source":7,"target":16},{"source":15,"target":2},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":10},{"source":2,"target":12},{"source":2,"target":14},{"source":2,"target":16},{"source":17,"target":18},{"source":17,"target":2},{"source":10,"target":1},{"source":10,"target":19},{"source":10,"target":2},{"source":10,"target":4},{"source":19,"target":1},{"source":12,"target":1},{"source":12,"target":20},{"source":12,"target":2},{"source":12,"target":5},{"source":20,"target":1},{"source":14,"target":1},{"source":14,"target":21},{"source":14,"target":2},{"source":14,"target":6},{"source":21,"target":1},{"source":16,"target":1},{"source":16,"target":22},{"source":16,"target":2},{"source":16,"target":7},{"source":22,"target":1}],"multigraph":true}
ecore
visualization
repo-ecore-all/data/eclipsesource/ecore-glsp/client/workspace/glsp-graph.ecore
graph GModelElement id cssClasses children parent trace type GShapeElement GGraph layoutOptions GModelRoot canvasBounds revision GNode GEdge routingPoints sourceId targetId source target GCompartment GLabel text GIssueMarker issues GPort GButton enabled true GBoundsAware position size GPoint x 0 y 0 GDimension width 0 height 0 GLayoutOptions paddingLeft paddingRight paddingTop paddingBottom paddingFactor resizeContainer vGap hGap vAlign hAlign minWidth minHeight GEdgeLayoutable edgePlacement GEdgePlacement position 0 offset 0 side left GSide left left right right top top bottom bottom on on GLayouting layout layoutOptions GBounds x 0 y 0 width 0 height 0 GAlignable alignment GIssue severity info message GSeverity error error warning warning info info GHtmlRoot classes GPreRenderedElement code
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="graph" nsURI="http://www.eclipsesource.com/glsp/graph" nsPrefix="graph"> <eClassifiers xsi:type="ecore:EClass" name="GModelElement" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" iD="true"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cssClasses" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="//GModelElement" containment="true" eOpposite="//GModelElement/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="//GModelElement" eOpposite="//GModelElement/children"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="trace"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GShapeElement" abstract="true" interface="true" eSuperTypes="//GModelElement //GBoundsAware"/> <eClassifiers xsi:type="ecore:EClass" name="GGraph" eSuperTypes="//GModelRoot //GBoundsAware"> <eStructuralFeatures xsi:type="ecore:EReference" name="layoutOptions" eType="//GLayoutOptions" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GModelRoot" eSuperTypes="//GModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="canvasBounds" eType="//GBounds" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="revision"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GNode" eSuperTypes="//GShapeElement //GEdgeLayoutable //GLayouting"/> <eClassifiers xsi:type="ecore:EClass" name="GEdge" eSuperTypes="//GModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="routingPoints" upperBound="-1" eType="//GPoint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceId"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetId"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="//GModelElement" volatile="true" transient="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="//GModelElement" volatile="true" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GCompartment" eSuperTypes="//GShapeElement //GLayouting"/> <eClassifiers xsi:type="ecore:EClass" name="GLabel" eSuperTypes="//GAlignable //GEdgeLayoutable //GShapeElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GIssueMarker" eSuperTypes="//GShapeElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="issues" upperBound="-1" eType="//GIssue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GPort" eSuperTypes="//GShapeElement"/> <eClassifiers xsi:type="ecore:EClass" name="GButton" eSuperTypes="//GShapeElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enabled" lowerBound="1" defaultValueLiteral="true"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GBoundsAware" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="position" eType="//GPoint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="size" eType="//GDimension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GPoint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" lowerBound="1" defaultValueLiteral="0"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" lowerBound="1" defaultValueLiteral="0"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GDimension"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" lowerBound="1" defaultValueLiteral="0"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" lowerBound="1" defaultValueLiteral="0"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GLayoutOptions"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paddingLeft"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paddingRight"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paddingTop"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paddingBottom"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paddingFactor"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resizeContainer"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vGap"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hGap"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vAlign"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hAlign"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minWidth"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minHeight"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GEdgeLayoutable" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="edgePlacement" eType="//GEdgePlacement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GEdgePlacement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="position" lowerBound="1" defaultValueLiteral="0"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="offset" lowerBound="1" defaultValueLiteral="0"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="side" eType="//GSide" defaultValueLiteral="left"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="GSide"> <eLiterals name="left"/> <eLiterals name="right" value="1"/> <eLiterals name="top" value="2"/> <eLiterals name="bottom" value="3"/> <eLiterals name="on" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GLayouting" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="layout"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="layoutOptions" eType="//GLayoutOptions" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GBounds"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" lowerBound="1" defaultValueLiteral="0"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" lowerBound="1" defaultValueLiteral="0"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" lowerBound="1" defaultValueLiteral="0"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" lowerBound="1" defaultValueLiteral="0"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GAlignable"> <eStructuralFeatures xsi:type="ecore:EReference" name="alignment" eType="//GPoint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GIssue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="severity" lowerBound="1" eType="//GSeverity" defaultValueLiteral="info"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="GSeverity"> <eLiterals name="error"/> <eLiterals name="warning" value="1"/> <eLiterals name="info" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GHtmlRoot" eSuperTypes="//GModelRoot"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classes" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GPreRenderedElement" eSuperTypes="//GModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="code"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"graph","nsURI":"http://www.eclipsesource.com/glsp/graph","name":"graph","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GModelElement","instanceClass":null,"abstract":true,"id":1,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GShapeElement","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GGraph","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GModelRoot","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GNode","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GEdge","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GCompartment","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GLabel","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GIssueMarker","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GPort","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GButton","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GBoundsAware","instanceClass":null,"abstract":true,"id":12,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GPoint","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GDimension","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GLayoutOptions","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GEdgeLayoutable","instanceClass":null,"abstract":true,"id":16,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GEdgePlacement","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"GSide","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GLayouting","instanceClass":null,"abstract":true,"id":19,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GBounds","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GAlignable","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GIssue","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"GSeverity","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GHtmlRoot","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GPreRenderedElement","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":26,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cssClasses","changeable":true,"lowerBound":0,"iD":false,"id":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":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"trace","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":"type","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layoutOptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"canvasBounds","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":"revision","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"routingPoints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"sourceId","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":"targetId","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"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":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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"issues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"enabled","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"position","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":"size","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":1,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":1,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":1,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":1,"iD":false,"id":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":"paddingLeft","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"paddingRight","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":"paddingTop","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"paddingBottom","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":"paddingFactor","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resizeContainer","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"vGap","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":"hGap","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":"vAlign","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":"hAlign","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minWidth","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":"minHeight","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"edgePlacement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"lowerBound":1,"iD":false,"id":115,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"offset","changeable":true,"lowerBound":1,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"left","unsettable":false,"transient":false,"unique":true,"name":"side","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"name":"left","id":121,"value":0,"literal":"left","eClass":"EEnumLiteral"},{"name":"right","id":122,"value":1,"literal":"right","eClass":"EEnumLiteral"},{"name":"top","id":123,"value":2,"literal":"top","eClass":"EEnumLiteral"},{"name":"bottom","id":124,"value":3,"literal":"bottom","eClass":"EEnumLiteral"},{"name":"on","id":125,"value":4,"literal":"on","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":"layout","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layoutOptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":1,"iD":false,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":1,"iD":false,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":1,"iD":false,"id":132,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":1,"iD":false,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"alignment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"info","unsettable":false,"transient":false,"unique":true,"name":"severity","changeable":true,"lowerBound":1,"iD":false,"id":140,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"name":"error","id":144,"value":0,"literal":"error","eClass":"EEnumLiteral"},{"name":"warning","id":145,"value":1,"literal":"warning","eClass":"EEnumLiteral"},{"name":"info","id":146,"value":2,"literal":"info","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"classes","changeable":true,"lowerBound":0,"iD":false,"id":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":"code","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":1,"target":0},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":26,"target":32},{"source":26,"target":1},{"source":27,"target":33},{"source":27,"target":1},{"source":28,"target":1},{"source":28,"target":34},{"source":28,"target":1},{"source":28,"target":29},{"source":34,"target":1},{"source":29,"target":1},{"source":29,"target":35},{"source":29,"target":1},{"source":29,"target":28},{"source":35,"target":1},{"source":30,"target":36},{"source":30,"target":1},{"source":31,"target":37},{"source":31,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":12},{"source":2,"target":38},{"source":2,"target":39},{"source":38,"target":1},{"source":39,"target":12},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":12},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":40,"target":15},{"source":40,"target":43},{"source":40,"target":3},{"source":43,"target":15},{"source":41,"target":4},{"source":42,"target":12},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":44},{"source":4,"target":45},{"source":4,"target":46},{"source":44,"target":20},{"source":44,"target":47},{"source":44,"target":4},{"source":47,"target":20},{"source":45,"target":48},{"source":45,"target":4},{"source":46,"target":1},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":16},{"source":5,"target":19},{"source":5,"target":49},{"source":5,"target":50},{"source":5,"target":51},{"source":49,"target":2},{"source":50,"target":16},{"source":51,"target":19},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":52},{"source":6,"target":53},{"source":6,"target":54},{"source":6,"target":55},{"source":6,"target":56},{"source":6,"target":57},{"source":52,"target":13},{"source":52,"target":58},{"source":52,"target":6},{"source":58,"target":13},{"source":53,"target":59},{"source":53,"target":6},{"source":54,"target":60},{"source":54,"target":6},{"source":55,"target":1},{"source":55,"target":61},{"source":55,"target":6},{"source":61,"target":1},{"source":56,"target":1},{"source":56,"target":62},{"source":56,"target":6},{"source":62,"target":1},{"source":57,"target":1},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":19},{"source":7,"target":63},{"source":7,"target":64},{"source":63,"target":2},{"source":64,"target":19},{"source":8,"target":0},{"source":8,"target":21},{"source":8,"target":16},{"source":8,"target":2},{"source":8,"target":65},{"source":8,"target":66},{"source":8,"target":67},{"source":8,"target":68},{"source":65,"target":69},{"source":65,"target":8},{"source":66,"target":21},{"source":67,"target":16},{"source":68,"target":2},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":70},{"source":9,"target":71},{"source":70,"target":22},{"source":70,"target":72},{"source":70,"target":9},{"source":72,"target":22},{"source":71,"target":2},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":73},{"source":73,"target":2},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":74},{"source":11,"target":75},{"source":74,"target":76},{"source":74,"target":11},{"source":75,"target":2},{"source":12,"target":0},{"source":12,"target":77},{"source":12,"target":78},{"source":77,"target":13},{"source":77,"target":79},{"source":77,"target":12},{"source":79,"target":13},{"source":78,"target":14},{"source":78,"target":80},{"source":78,"target":12},{"source":80,"target":14},{"source":13,"target":0},{"source":13,"target":81},{"source":13,"target":82},{"source":81,"target":83},{"source":81,"target":13},{"source":82,"target":84},{"source":82,"target":13},{"source":14,"target":0},{"source":14,"target":85},{"source":14,"target":86},{"source":85,"target":87},{"source":85,"target":14},{"source":86,"target":88},{"source":86,"target":14},{"source":15,"target":0},{"source":15,"target":89},{"source":15,"target":90},{"source":15,"target":91},{"source":15,"target":92},{"source":15,"target":93},{"source":15,"target":94},{"source":15,"target":95},{"source":15,"target":96},{"source":15,"target":97},{"source":15,"target":98},{"source":15,"target":99},{"source":15,"target":100},{"source":89,"target":101},{"source":89,"target":15},{"source":90,"target":102},{"source":90,"target":15},{"source":91,"target":103},{"source":91,"target":15},{"source":92,"target":104},{"source":92,"target":15},{"source":93,"target":105},{"source":93,"target":15},{"source":94,"target":106},{"source":94,"target":15},{"source":95,"target":107},{"source":95,"target":15},{"source":96,"target":108},{"source":96,"target":15},{"source":97,"target":109},{"source":97,"target":15},{"source":98,"target":110},{"source":98,"target":15},{"source":99,"target":111},{"source":99,"target":15},{"source":100,"target":112},{"source":100,"target":15},{"source":16,"target":0},{"source":16,"target":113},{"source":113,"target":17},{"source":113,"target":114},{"source":113,"target":16},{"source":114,"target":17},{"source":17,"target":0},{"source":17,"target":115},{"source":17,"target":116},{"source":17,"target":117},{"source":115,"target":118},{"source":115,"target":17},{"source":116,"target":119},{"source":116,"target":17},{"source":117,"target":18},{"source":117,"target":120},{"source":117,"target":17},{"source":120,"target":18},{"source":18,"target":0},{"source":18,"target":121},{"source":18,"target":122},{"source":18,"target":123},{"source":18,"target":124},{"source":18,"target":125},{"source":121,"target":18},{"source":122,"target":18},{"source":123,"target":18},{"source":124,"target":18},{"source":125,"target":18},{"source":19,"target":0},{"source":19,"target":126},{"source":19,"target":127},{"source":126,"target":128},{"source":126,"target":19},{"source":127,"target":15},{"source":127,"target":129},{"source":127,"target":19},{"source":129,"target":15},{"source":20,"target":0},{"source":20,"target":130},{"source":20,"target":131},{"source":20,"target":132},{"source":20,"target":133},{"source":130,"target":134},{"source":130,"target":20},{"source":131,"target":135},{"source":131,"target":20},{"source":132,"target":136},{"source":132,"target":20},{"source":133,"target":137},{"source":133,"target":20},{"source":21,"target":0},{"source":21,"target":138},{"source":138,"target":13},{"source":138,"target":139},{"source":138,"target":21},{"source":139,"target":13},{"source":22,"target":0},{"source":22,"target":140},{"source":22,"target":141},{"source":140,"target":23},{"source":140,"target":142},{"source":140,"target":22},{"source":142,"target":23},{"source":141,"target":143},{"source":141,"target":22},{"source":23,"target":0},{"source":23,"target":144},{"source":23,"target":145},{"source":23,"target":146},{"source":144,"target":23},{"source":145,"target":23},{"source":146,"target":23},{"source":24,"target":0},{"source":24,"target":4},{"source":24,"target":147},{"source":24,"target":148},{"source":147,"target":149},{"source":147,"target":24},{"source":148,"target":4},{"source":25,"target":0},{"source":25,"target":1},{"source":25,"target":150},{"source":25,"target":151},{"source":150,"target":152},{"source":150,"target":25},{"source":151,"target":1}],"multigraph":true}
ecore
trace
repo-ecore-all/data/MDEGroup/jtl-eclipse/JTL.atl/metamodels/TraceMetamodel.ecore
TraceMetamodel TraceModel name traceLinks TraceLink name rightLinkEnd leftLinkEnd trule id isPartial isNonInjective TraceLinkEnd name traceElement type
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="TraceMetamodel" nsURI="TraceMetamodel" nsPrefix="TraceMetamodel"> <eClassifiers xsi:type="ecore:EClass" name="TraceModel"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="traceLinks" upperBound="-1" eType="#//TraceLink" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TraceLink"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightLinkEnd" upperBound="-1" eType="#//TraceLinkEnd" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leftLinkEnd" upperBound="-1" eType="#//TraceLinkEnd" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="trule" 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="isPartial" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isNonInjective" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TraceLinkEnd"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="traceElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"TraceMetamodel","nsURI":"TraceMetamodel","name":"TraceMetamodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceLink","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceLinkEnd","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":4,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"traceLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"id":6,"eClass":"EGenericType"},{"id":7,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightLinkEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftLinkEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"trule","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":"id","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isPartial","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isNonInjective","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"traceElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":4,"target":6},{"source":4,"target":1},{"source":5,"target":2},{"source":5,"target":7},{"source":5,"target":1},{"source":7,"target":2},{"source":2,"target":0},{"source":2,"target":8},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":8,"target":15},{"source":8,"target":2},{"source":9,"target":3},{"source":9,"target":16},{"source":9,"target":2},{"source":16,"target":3},{"source":10,"target":3},{"source":10,"target":17},{"source":10,"target":2},{"source":17,"target":3},{"source":11,"target":18},{"source":11,"target":2},{"source":12,"target":19},{"source":12,"target":2},{"source":13,"target":20},{"source":13,"target":2},{"source":14,"target":21},{"source":14,"target":2},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":22,"target":25},{"source":22,"target":3},{"source":23,"target":26},{"source":23,"target":3},{"source":24,"target":27},{"source":24,"target":3}],"multigraph":true}
ecore
metamodelling
repo-ecore-all/data/Jiaxin-li/PegasusMDD/types.ecore
types Boolean boolean boolean Integer int int Real double double UnlimitedNatural int int String java.lang.String java.lang.String
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="types" nsURI="http://www.eclipse.org/uml2/5.0.0/Types" nsPrefix="types"> <eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML"> <details key="originalName" value="PrimitiveTypes"/> </eAnnotations> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Boolean is used for logical expressions, consisting of the predefined values true and false."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Integer is a primitive type representing integer values."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Real" instanceClassName="double"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Real is a primitive type representing the mathematical concept of real."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="UnlimitedNatural" instanceClassName="int"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="UnlimitedNatural is a primitive type representing unlimited natural values."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="String is a sequence of characters in some suitable character set used to display information about the model. Character sets may include non-Roman alphabets and characters."/> </eAnnotations> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"types","nsURI":"http://www.eclipse.org/uml2/5.0.0/Types","name":"types","id":0,"eClass":"EPackage"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Real","instanceClass":"double","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"UnlimitedNatural","instanceClass":"int","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":5,"serializable":true,"eClass":"EDataType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0}],"multigraph":true}
ecore
testing
repo-ecore-all/data/eclipse/xtext-eclipse/org.eclipse.xtext.ui.tests/src/org/eclipse/xtext/ui/tests/editor/contentassist/Bug287941TestModel.ecore
bug287941TestModel Test testAttr testRef Test2
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="bug287941TestModel" nsURI="http://www.eclipse.org/tmf/tests/2009/bug286935TestLanguage/TestModel" nsPrefix="bug287941TestModel"> <eClassifiers xsi:type="ecore:EClass" name="Test"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="testAttr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="testRef" eType="#//Test2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Test2"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"bug287941TestModel","nsURI":"http://www.eclipse.org/tmf/tests/2009/bug286935TestLanguage/TestModel","name":"bug287941TestModel","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":"Test2","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"testAttr","changeable":true,"lowerBound":0,"iD":false,"id":3,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"testRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":4,"derived":false},{"id":5,"eClass":"EGenericType"},{"id":6,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":4},{"source":3,"target":5},{"source":3,"target":1},{"source":4,"target":2},{"source":4,"target":6},{"source":4,"target":1},{"source":6,"target":2},{"source":2,"target":0}],"multigraph":true}
ecore
gpl
repo-ecore-all/data/wbombardellis/BachelorThesis_WilliamBombardelliDaSilva/Examples/de.silvawb.java_Jamopp_OnePackage_Trial_Fail/de.silvawb.java/model/java.ecore
java Annotable annotations AnnotationInstance annotation parameter AnnotationParameter SingleAnnotationParameter value AnnotationParameterList settings AnnotationAttributeSetting attribute value AnnotationValue AnnotationAttribute defaultValue ArrayTypeable getArrayDimension arrayDimensionsBefore arrayDimensionsAfter ArrayDimension ArrayInitializer initialValues ArrayInitializationValue ArrayInstantiation ArrayInstantiationBySize sizes ArrayInstantiationByValues arrayInitializer ArrayInstantiationByValuesUntyped ArrayInstantiationByValuesTyped ArraySelector position Classifier getAllSuperClassifiers ConcreteClassifier getInnerClassifiers getAllInnerClassifiers getSuperTypeReferences getAllMembers context Implementor implements Class getAllSuperClassifiers getSuperClass unWrapPrimitiveType extends defaultExtends Interface getAllSuperClassifiers extends defaultExtends Enumeration getAllSuperClassifiers getContainedConstant name constants Annotation getAllSuperClassifiers AnonymousClass getAllSuperClassifiers getSuperClassifier getAllMembers context Commentable getConcreteClassifier name getConcreteClassifierProxy name getConcreteClassifiers packageName classifierQuery getConcreteClassifierProxies packageName classifierQuery getLibClass name getLibInterface name getClassClass getObjectClass getStringClass getAnnotationInterface getContainingAnnotationInstance getContainingAnonymousClass getContainingConcreteClassifier getContainingCompilationUnit getContainingPackageName getParentConcreteClassifier getParentByEType type getFirstChildByEType type getParentByType T type getFirstChildByType T type getChildrenByEType type getChildrenByType T type getComments addBeforeContainingStatement statementToAdd addAfterContainingStatement statementToAdd layoutInformations NamedElement name NamespaceAwareElement getNamespacesAsString getClassifierAtNamespaces namespaces JavaRoot getClassifiersInSamePackage CompilationUnit getContainedClassifier name getClassifiersInSamePackage classifiers Package getNamespacesAsString getClassifiersInSamePackage compilationUnits EmptyModel ExpressionList expressions Expression getType getAlternativeType getOneType alternative getArrayDimension AssignmentExpression child assignmentOperator value AssignmentExpressionChild ConditionalExpression child expressionIf expressionElse ConditionalExpressionChild ConditionalOrExpression children ConditionalOrExpressionChild ConditionalAndExpression children ConditionalAndExpressionChild InclusiveOrExpression children InclusiveOrExpressionChild ExclusiveOrExpression children ExclusiveOrExpressionChild AndExpression children AndExpressionChild EqualityExpression equalityOperators children EqualityExpressionChild InstanceOfExpression child InstanceOfExpressionChild RelationExpression children relationOperators RelationExpressionChild ShiftExpression children shiftOperators ShiftExpressionChild AdditiveExpression children additiveOperators AdditiveExpressionChild MultiplicativeExpression children multiplicativeOperators MultiplicativeExpressionChild UnaryExpression operators child UnaryExpressionChild UnaryModificationExpression child operator PrefixUnaryModificationExpression SuffixUnaryModificationExpression UnaryModificationExpressionChild CastExpression child PrimaryExpression NestedExpression expression TypeArgument TypeArgumentable typeArguments CallTypeArgumentable callTypeArguments TypeParametrizable typeParameters ExtendsTypeArgument extendTypes QualifiedTypeArgument SuperTypeArgument superType TypeParameter getAllSuperClassifiers getAllMembers context getBoundType typeReference reference extendTypes UnknownTypeArgument Import getImportedClassifier name getImportedClassifiers getImportedMembers ImportingElement getDefaultImports imports StaticImport static ClassifierImport classifier PackageImport StaticClassifierImport StaticMemberImport staticMembers Initializable initialValue Instantiation NewConstructorCall anonymousClass ExplicitConstructorCall callTarget Literal getOneType alternative Self BooleanLiteral value CharacterLiteral value FloatLiteral DecimalFloatLiteral decimalValue HexFloatLiteral hexValue DoubleLiteral DecimalDoubleLiteral decimalValue HexDoubleLiteral hexValue IntegerLiteral DecimalIntegerLiteral decimalValue HexIntegerLiteral hexValue OctalIntegerLiteral octalValue LongLiteral DecimalLongLiteral decimalValue HexLongLiteral hexValue OctalLongLiteral octalValue NullLiteral Super This ExceptionThrower exceptions Member MemberContainer getContainedClassifier name getContainedField name getContainedMethod name getMethods removeMethods name getMembersByName name createField name qualifiedTypeName getFields members defaultMembers AdditionalField getArrayDimension Constructor EmptyMember Field additionalFields Method isMethodForCall methodCall needsPerfectMatch isSomeMethodForCall methodCall isBetterMethodForCall otherMethod methodCall getArrayDimension InterfaceMethod ClassMethod EnumConstant anonymousClass Modifier AnnotationInstanceOrModifier AnnotableAndModifiable isHidden context isStatic removeModifier modifierType makePublic makePrivate makeProtected getModifiers removeAllModifiers hasModifier type isPublic isPrivate isProtected addModifier newModifier annotationsAndModifiers Modifiable modifiers Abstract Final Native Protected Public Private Static Strictfp Synchronized Transient Volatile Operator AdditiveOperator AssignmentOperator EqualityOperator MultiplicativeOperator RelationOperator ShiftOperator UnaryOperator UnaryModificationOperator Assignment AssignmentAnd AssignmentDivision AssignmentExclusiveOr AssignmentMinus AssignmentModulo AssignmentMultiplication AssignmentLeftShift AssignmentOr AssignmentPlus AssignmentRightShift AssignmentUnsignedRightShift Equal NotEqual GreaterThan GreaterThanOrEqual LessThan LessThanOrEqual Addition Subtraction Division Multiplication Remainder Complement MinusMinus Negate PlusPlus LeftShift RightShift UnsignedRightShift Reference getReferencedType getPrevious next arraySelectors Argumentable getArgumentTypes arguments ReferenceableElement ElementReference target IdentifierReference MethodCall ReflectiveClassReference PrimitiveTypeReference primitiveType StringReference value SelfReference self Parameter Parametrizable parameters OrdinaryParameter VariableLengthParameter StatementContainer statement StatementListContainer getLocalVariable name statements Conditional condition ForLoopInitializer Statement SwitchCase Assert errorMessage Break Block CatchBlock parameter Condition elseStatement Continue DefaultSwitchCase DoWhileLoop EmptyStatement ExpressionStatement expression ForLoop init updates ForEachLoop next collection Jump target JumpLabel LocalVariableStatement variable NormalSwitchCase Return returnValue Switch cases variable SynchronizedBlock lockProvider Throw throwable TryBlock catcheBlocks finallyBlock WhileLoop condition Type equalsType arrayDimension otherType otherArrayDimension isSuperType arrayDimension otherType otherArrayType getAllMembers context TypedElement typeReference TypeReference getTarget getBoundTarget reference getPureClassifierReference ClassifierReference target NamespaceClassifierReference classifierReferences PrimitiveType getAllMembers context wrapPrimitiveType Boolean Byte Char Double Float Int Long Short Void PackageReference subpackages Variable getArrayDimension createMethodCallStatement methodName arguments createMethodCall methodName arguments LocalVariable additionalLocalVariables AdditionalLocalVariable getArrayDimension
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmi:id="_WosmsNz1Ed2bJ_pQViWxFg" name="java" nsURI="http://tu-berlin.de/silvawb/java" nsPrefix="de.silvawb.java"> <eClassifiers xsi:type="ecore:EClass" name="Annotable" abstract="true" eSuperTypes="#//Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//AnnotationInstance" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationInstance" eSuperTypes="#//Reference #//AnnotationInstanceOrModifier #//NamespaceAwareElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotation" lowerBound="1" eType="#//Classifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" eType="#//AnnotationParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationParameter" abstract="true" eSuperTypes="#//Commentable"/> <eClassifiers xsi:type="ecore:EClass" name="SingleAnnotationParameter" eSuperTypes="#//AnnotationParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//AnnotationValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationParameterList" eSuperTypes="#//AnnotationParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="settings" upperBound="-1" eType="#//AnnotationAttributeSetting" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationAttributeSetting" eSuperTypes="#//Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" lowerBound="1" eType="#//InterfaceMethod"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//AnnotationValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationValue" abstract="true" eSuperTypes="#//Commentable"/> <eClassifiers xsi:type="ecore:EClass" name="AnnotationAttribute" eSuperTypes="#//InterfaceMethod"> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayTypeable" abstract="true" eSuperTypes="#//Commentable"> <eOperations name="getArrayDimension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayDimensionsBefore" upperBound="-1" eType="#//ArrayDimension" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayDimensionsAfter" upperBound="-1" eType="#//ArrayDimension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayDimension" eSuperTypes="#//Commentable"/> <eClassifiers xsi:type="ecore:EClass" name="ArrayInitializer" eSuperTypes="#//ArrayInitializationValue #//AnnotationValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="initialValues" upperBound="-1" eType="#//ArrayInitializationValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayInitializationValue" abstract="true" eSuperTypes="#//Commentable"/> <eClassifiers xsi:type="ecore:EClass" name="ArrayInstantiation" abstract="true" eSuperTypes="#//Expression #//Reference"/> <eClassifiers xsi:type="ecore:EClass" name="ArrayInstantiationBySize" eSuperTypes="#//ArrayInstantiation #//TypedElement #//ArrayTypeable"> <eStructuralFeatures xsi:type="ecore:EReference" name="sizes" lowerBound="1" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayInstantiationByValues" abstract="true" eSuperTypes="#//ArrayInstantiation"> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayInitializer" lowerBound="1" eType="#//ArrayInitializer" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayInstantiationByValuesUntyped" eSuperTypes="#//ArrayInstantiationByValues"/> <eClassifiers xsi:type="ecore:EClass" name="ArrayInstantiationByValuesTyped" eSuperTypes="#//ArrayInstantiationByValues #//TypedElement #//ArrayTypeable"/> <eClassifiers xsi:type="ecore:EClass" name="ArraySelector" eSuperTypes="#//Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="position" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true" eSuperTypes="#//Type #//ReferenceableElement"> <eOperations name="getAllSuperClassifiers" upperBound="-1" eType="#//ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="//method has to be specified in subclasses&#xA;throw new java.lang.UnsupportedOperationException();"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConcreteClassifier" abstract="true" eSuperTypes="#//Classifier #//TypeParametrizable #//MemberContainer #//Member #//Statement #//AnnotableAndModifiable"> <eOperations name="getInnerClassifiers" upperBound="-1" eType="#//ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (this.eIsProxy()) {&#xA;&#x9; java.lang.String uriString = (( org.eclipse.emf.ecore.InternalEObject)this).eProxyURI().trimFragment().toString();&#xA;&#x9; java.lang.String fullName = uriString.substring( org.emftext.language.java.JavaUniquePathConstructor.JAVA_CLASSIFIER_PATHMAP.length(), &#xA;&#x9;&#x9;&#x9; uriString.length() - &quot;.java&quot;.length()) + &quot;$&quot;;&#xA;&#x9; return getConcreteClassifierProxies(fullName, &quot;*&quot;);&#xA;}&#xA;else {&#xA;&#x9;java.lang.String suffix = &quot;&quot;;&#xA;&#x9;org.emftext.language.java.classifiers.ConcreteClassifier containingClass = this;&#xA;&#x9;while (containingClass.eContainer() instanceof org.emftext.language.java.classifiers.ConcreteClassifier) {&#xA;&#x9;&#x9;containingClass = ( org.emftext.language.java.classifiers.ConcreteClassifier) containingClass.eContainer();&#xA;&#x9;&#x9;suffix = containingClass.getName() + org.emftext.language.java.JavaUniquePathConstructor.CLASSIFIER_SEPARATOR + suffix;&#xA;&#x9;}&#xA;&#x9;if (containingClass.eContainer() instanceof org.emftext.language.java.containers.CompilationUnit) {&#xA;&#x9;&#x9;org.emftext.language.java.containers.CompilationUnit compilationUnit = ( org.emftext.language.java.containers.CompilationUnit) containingClass.eContainer();&#xA;&#x9; java.lang.String fullName = compilationUnit.getNamespacesAsString() + suffix + &#xA;&#x9; &#x9;getName() + org.emftext.language.java.JavaUniquePathConstructor.CLASSIFIER_SEPARATOR;&#xA;&#x9; return getConcreteClassifierProxies(fullName, &quot;*&quot;);&#xA;&#x9;}&#xA;}&#xA;&#xA;//for classes declared locally inside methods that are not registered in the class path&#xA;org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.classifiers.ConcreteClassifier> result = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.classifiers.ConcreteClassifier>();&#xA;//can not call ClassifierUtil.getAllMembers, because it will try to call this method!&#xA;for( org.emftext.language.java.members.Member member : getMembers()) {&#xA;&#x9;if(member instanceof org.emftext.language.java.classifiers.ConcreteClassifier) {&#xA;&#x9;&#x9;result.add(( org.emftext.language.java.classifiers.ConcreteClassifier) member);&#xA;&#x9;}&#xA;}&#xA;for( org.emftext.language.java.classifiers.ConcreteClassifier superClassifier : getAllSuperClassifiers()) {&#xA;&#x9;for( org.emftext.language.java.members.Member member : superClassifier.getMembers()) {&#xA;&#x9;&#x9;if(member instanceof org.emftext.language.java.classifiers.ConcreteClassifier) {&#xA;&#x9;&#x9;&#x9;result.add(( org.emftext.language.java.classifiers.ConcreteClassifier) member);&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;}&#xA;&#xA;return result;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eOperations name="getAllInnerClassifiers" upperBound="-1" eType="#//ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.classifiers.ConcreteClassifier> innerClassifierList = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.classifiers.ConcreteClassifier>();&#xA;&#xA;innerClassifierList.addAll(getInnerClassifiers());&#xA;&#xA;for ( org.emftext.language.java.classifiers.ConcreteClassifier superClassifier : getAllSuperClassifiers()) {&#xA;&#x9;org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.classifiers.ConcreteClassifier> superInnerList = superClassifier&#xA;&#x9;&#x9;&#x9;.getInnerClassifiers();&#xA;&#xA;&#x9;for ( org.emftext.language.java.classifiers.ConcreteClassifier superInner : superInnerList) {&#xA;&#x9;&#x9;if (superInner.eIsProxy()) {&#xA;&#x9;&#x9;&#x9;superInner = ( org.emftext.language.java.classifiers.ConcreteClassifier) org.eclipse.emf.ecore.util.EcoreUtil.resolve(&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;superInner, this);&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;if (!superInner.isHidden(this)) {&#xA;&#x9;&#x9;&#x9;innerClassifierList.add(superInner);&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;}&#x9;&#xA;return innerClassifierList;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eOperations name="getSuperTypeReferences" upperBound="-1" eType="#//ClassifierReference"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.types.ClassifierReference> typeReferenceList = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.types.ClassifierReference>();&#xA;if(this == null) {&#xA;&#x9;return typeReferenceList;&#xA;}&#xA;&#xA;if (this instanceof org.emftext.language.java.classifiers.Class) {&#xA;&#x9;org.emftext.language.java.classifiers.Class javaClass = ( org.emftext.language.java.classifiers.Class) this;&#xA;&#x9;if (javaClass.getExtends() != null) {&#xA;&#x9;&#x9;org.emftext.language.java.types.ClassifierReference classifierReference = javaClass.getExtends().getPureClassifierReference();&#xA;&#x9;&#x9;typeReferenceList.add(classifierReference);&#xA;&#x9;&#x9;org.emftext.language.java.classifiers.ConcreteClassifier target = ( org.emftext.language.java.classifiers.ConcreteClassifier) classifierReference.getTarget();&#xA;&#x9;&#x9;if (!target.equals(getObjectClass())) {&#xA;&#x9;&#x9;&#x9;typeReferenceList.addAll(target.getSuperTypeReferences());&#xA;&#x9;&#x9;}&#xA;&#x9;}&#x9;&#xA;&#x9;for( org.emftext.language.java.types.TypeReference interfaceReference : javaClass.getImplements()) {&#xA;&#x9;&#x9;org.emftext.language.java.types.ClassifierReference classifierReference = interfaceReference.getPureClassifierReference();&#xA;&#x9;&#x9;typeReferenceList.add(classifierReference);&#xA;&#x9;&#x9;typeReferenceList.addAll((( org.emftext.language.java.classifiers.ConcreteClassifier) classifierReference.getTarget()).getSuperTypeReferences());&#xA;&#x9;}&#xA;} else if (this instanceof org.emftext.language.java.classifiers.Interface) {&#xA;&#x9;org.emftext.language.java.classifiers.Interface javaInterface = ( org.emftext.language.java.classifiers.Interface) this;&#xA;&#x9;for( org.emftext.language.java.types.TypeReference interfaceReference : javaInterface.getExtends()) {&#xA;&#x9;&#x9;org.emftext.language.java.types.ClassifierReference classifierReference = interfaceReference.getPureClassifierReference();&#xA;&#x9;&#x9;typeReferenceList.add(classifierReference);&#xA;&#x9;&#x9;typeReferenceList.addAll((( org.emftext.language.java.classifiers.ConcreteClassifier) classifierReference.getTarget()).getSuperTypeReferences());&#xA;&#x9;}&#xA;}&#xA;return typeReferenceList;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eOperations name="getAllMembers" upperBound="-1" eType="#//Member"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.members.Member> memberList = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.members.Member>();&#xA;&#xA;org.emftext.language.java.classifiers.ConcreteClassifier concreteClassifier = ( org.emftext.language.java.classifiers.ConcreteClassifier) this;&#xA;memberList.addAll(concreteClassifier.getMembers());&#xA;memberList.addAll(concreteClassifier.getDefaultMembers());&#xA;//because inner classes are found in separate class files&#xA;memberList.addAll(concreteClassifier.getAllInnerClassifiers());&#xA;&#xA;for ( org.emftext.language.java.classifiers.ConcreteClassifier superClassifier : getAllSuperClassifiers()) {&#xA;&#x9;for( org.emftext.language.java.members.Member member : superClassifier.getMembers()) {&#xA;&#x9;&#x9;if(member instanceof org.emftext.language.java.modifiers.AnnotableAndModifiable) {&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;org.emftext.language.java.modifiers.AnnotableAndModifiable modifiable = ( org.emftext.language.java.modifiers.AnnotableAndModifiable) member;&#xA;&#xA;&#x9;&#x9;&#x9;if(!modifiable.isHidden(context)) {&#xA;&#x9;&#x9;&#x9;&#x9;memberList.add(member);&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;memberList.add(member);&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;memberList.addAll(superClassifier.getDefaultMembers());&#xA;}&#xA;return memberList;"/> <details key="documentation" value="&#xA; Returns all members of the given classifier including inner classes and &#xA; all members of super types (extended classes and implemented interfaces).&#xA; &#xA; @param context to check protected visibility&#xA; @return member list&#xA;"/> </eAnnotations> <eParameters name="context" eType="#//Commentable"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Implementor" abstract="true" eSuperTypes="#//Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="implements" upperBound="-1" eType="#//TypeReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//ConcreteClassifier #//Implementor"> <eOperations name="getAllSuperClassifiers" upperBound="-1" eType="#//ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.classifiers.ConcreteClassifier> result = &#xA;&#x9;new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.classifiers.ConcreteClassifier>();&#xA;&#x9;&#x9;&#x9;&#xA;//collects all superclasses first&#xA;org.emftext.language.java.classifiers.Class superClass = this;&#xA;while (superClass != null &amp;&amp; !superClass.eIsProxy() &amp;&amp; &#xA;&#x9;&#x9;!superClass.equals(getObjectClass())) {&#xA;&#x9;superClass = superClass.getSuperClass();&#xA;&#x9;if (superClass != null) {&#xA;&#x9;&#x9;result.add(superClass);&#xA;&#x9;}&#xA;}&#xA;&#xA;//collect all implemented interfaces&#xA;for ( org.emftext.language.java.types.TypeReference typeArg : this.getImplements()) {&#xA;&#x9;org.emftext.language.java.classifiers.ConcreteClassifier superInterface = ( org.emftext.language.java.classifiers.ConcreteClassifier) typeArg.getTarget();&#xA;&#x9;if (superInterface != null) {&#xA;&#x9;&#x9;result.add(superInterface);&#xA;&#x9;&#x9;if (superInterface instanceof org.emftext.language.java.classifiers.Interface) {&#xA;&#x9;&#x9;&#x9;result.addAll((( org.emftext.language.java.classifiers.Interface)superInterface).getAllSuperClassifiers());&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;}&#xA;&#xA;//collect all implemented interfaces of super classes&#xA;superClass = this.getSuperClass();&#x9;&#xA;if (superClass != null &amp;&amp; !superClass.eIsProxy() &amp;&amp; &#xA;&#x9;&#x9;!superClass.equals(getObjectClass())) {&#xA;&#x9;result.addAll(superClass.getAllSuperClassifiers());&#xA;}&#x9;&#xA;&#xA;return result;"/> <details key="documentation" value="&#xA; Recursively collects all super types (extended classes and implemented interfaces)&#xA; of the given class.&#xA; &#xA; @param classifierList the list for the result&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getSuperClass" eType="#//Class"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.types.TypeReference superClassReference = this.getExtends();&#xA;if (superClassReference == null) {&#xA;&#x9;superClassReference = this.getDefaultExtends();&#xA;}&#xA;if (superClassReference == null) {&#xA;&#x9;return null;&#xA;}&#xA;org.emftext.language.java.types.Type result = superClassReference.getTarget();&#xA;if (result instanceof org.emftext.language.java.classifiers.Class) {&#xA;&#x9;return ( org.emftext.language.java.classifiers.Class) result;&#xA;}&#xA;return null;"/> <details key="documentation" value="&#xA; @param this&#xA; @return the direct super class&#xA;"/> </eAnnotations> </eOperations> <eOperations name="unWrapPrimitiveType" eType="#//PrimitiveType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (getLibClass(&quot;Boolean&quot;).equals(this)) {&#xA;&#x9;return org.emftext.language.java.types.TypesFactory.eINSTANCE.createBoolean();&#xA;}&#xA;if (getLibClass(&quot;Byte&quot;).equals(this)) {&#xA;&#x9;return org.emftext.language.java.types.TypesFactory.eINSTANCE.createByte();&#xA;}&#xA;if (getLibClass(&quot;Character&quot;).equals(this)) {&#xA;&#x9;return org.emftext.language.java.types.TypesFactory.eINSTANCE.createChar();&#xA;}&#xA;if (getLibClass(&quot;Float&quot;).equals(this)) {&#xA;&#x9;return org.emftext.language.java.types.TypesFactory.eINSTANCE.createFloat();&#xA;}&#xA;if (getLibClass(&quot;Double&quot;).equals(this)) {&#xA;&#x9;return org.emftext.language.java.types.TypesFactory.eINSTANCE.createDouble();&#xA;}&#xA;if (getLibClass(&quot;Integer&quot;).equals(this)) {&#xA;&#x9;return org.emftext.language.java.types.TypesFactory.eINSTANCE.createInt();&#xA;}&#xA;if (getLibClass(&quot;Long&quot;).equals(this)) {&#xA;&#x9;return org.emftext.language.java.types.TypesFactory.eINSTANCE.createLong();&#xA;}&#xA;if (getLibClass(&quot;Short&quot;).equals(this)) {&#xA;&#x9;return org.emftext.language.java.types.TypesFactory.eINSTANCE.createShort();&#xA;}&#xA;if (getLibClass(&quot;Void&quot;).equals(this)) {&#xA;&#x9;return org.emftext.language.java.types.TypesFactory.eINSTANCE.createVoid();&#xA;}&#xA;return null;"/> <details key="documentation" value="&#xA; @param this&#xA; @return primitive type, if the class can be wrapped&#xA;"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="extends" eType="#//TypeReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultExtends" eType="#//TypeReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//ConcreteClassifier"> <eOperations name="getAllSuperClassifiers" upperBound="-1" eType="#//ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.classifiers.ConcreteClassifier> result = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.classifiers.ConcreteClassifier>();&#xA;&#xA;for ( org.emftext.language.java.types.TypeReference typeArg : this.getExtends()) {&#xA;&#x9;//use ConcreteClassifier instead of Interface because java.lang.Object can also act as implemented interface&#xA;&#x9;org.emftext.language.java.classifiers.ConcreteClassifier superInterface = ( org.emftext.language.java.classifiers.ConcreteClassifier) typeArg.getTarget();&#xA;&#x9;if (superInterface != null) {&#xA;&#x9;&#x9;result.add(superInterface);&#xA;&#x9;&#x9;if (superInterface instanceof org.emftext.language.java.classifiers.Interface) {&#xA;&#x9;&#x9;&#x9;result.addAll((( org.emftext.language.java.classifiers.Interface)superInterface).getAllSuperClassifiers());&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;}&#xA;&#xA;for ( org.emftext.language.java.types.TypeReference typeArg : this.getDefaultExtends()) {&#xA;&#x9;//use ConcreteClassifier instead of Interface because java.lang.Object can also act as implemented interface&#xA;&#x9;org.emftext.language.java.classifiers.ConcreteClassifier superInterface = ( org.emftext.language.java.classifiers.ConcreteClassifier) typeArg.getTarget();&#xA;&#x9;if (superInterface != null) {&#xA;&#x9;&#x9;result.add(superInterface);&#xA;&#x9;&#x9;if (superInterface instanceof org.emftext.language.java.classifiers.Interface) {&#xA;&#x9;&#x9;&#x9;result.addAll((( org.emftext.language.java.classifiers.Interface)superInterface).getAllSuperClassifiers());&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;}&#xA;return result;"/> <details key="documentation" value="&#xA; @return all interfaces extended by this interface. The type is &#xA; ConcreteClassifier, because java.lang.Object is also extended although&#xA; it is a Class.&#xA;"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="extends" upperBound="-1" eType="#//TypeReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultExtends" upperBound="-1" eType="#//TypeReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//ConcreteClassifier #//Implementor"> <eOperations name="getAllSuperClassifiers" upperBound="-1" eType="#//ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.classifiers.ConcreteClassifier> result = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.classifiers.ConcreteClassifier>();&#xA;&#xA;//enumerations inherit from java.lang.Enum&#xA;org.emftext.language.java.classifiers.Class enumClass = getLibClass(&quot;Enum&quot;);&#xA;result.add(enumClass);&#xA;result.addAll(enumClass.getAllSuperClassifiers());&#xA;&#xA;//collect all implemented interfaces&#xA;for ( org.emftext.language.java.types.TypeReference typeArg : this.getImplements()) {&#xA;&#x9;org.emftext.language.java.classifiers.ConcreteClassifier superInterface = ( org.emftext.language.java.classifiers.ConcreteClassifier) typeArg.getTarget();&#xA;&#x9;if (superInterface != null) {&#xA;&#x9;&#x9;result.add(superInterface);&#xA;&#x9;&#x9;if (superInterface instanceof org.emftext.language.java.classifiers.Interface) {&#xA;&#x9;&#x9;&#x9;result.addAll((( org.emftext.language.java.classifiers.Interface)superInterface).getAllSuperClassifiers());&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;}&#xA;&#xA;return result;"/> <details key="documentation" value="&#xA; @return all interfaces extended by this enumeration.&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getContainedConstant" eType="#//EnumConstant"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="for( org.emftext.language.java.members.EnumConstant constant : getConstants()) {&#xA;&#x9;if (name.equals(constant.getName())) {&#xA;&#x9;&#x9;return constant;&#xA;&#x9;}&#xA; &#x9;&#x9;}&#xA;return null;"/> <details key="documentation" value=""/> </eAnnotations> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="constants" upperBound="-1" eType="#//EnumConstant" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Annotation" eSuperTypes="#//ConcreteClassifier"> <eOperations name="getAllSuperClassifiers" upperBound="-1" eType="#//ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.classifiers.ConcreteClassifier> result = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.classifiers.ConcreteClassifier>();&#xA;result.add(getAnnotationInterface());&#xA;return result;"/> <details key="documentation" value="&#xA; @return &lt;code>java.lang.annotation.Annotation&lt;/code> &#xA;"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnonymousClass" eSuperTypes="#//Type #//MemberContainer"> <eOperations name="getAllSuperClassifiers" upperBound="-1" eType="#//ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.classifiers.ConcreteClassifier> superClassifierList = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.classifiers.ConcreteClassifier>();&#xA;&#xA;org.emftext.language.java.classifiers.ConcreteClassifier superClassifier = getSuperClassifier();&#xA;&#xA;if (superClassifier != null) {&#xA;&#x9;superClassifierList.add(superClassifier);&#xA;&#x9;superClassifierList.addAll(superClassifier.getAllSuperClassifiers());&#xA;}&#xA;else {&#xA;&#x9;superClassifierList.add(getObjectClass());&#xA;}&#xA;return superClassifierList;"/> <details key="documentation" value="&#xA; @return a view on all super classifiers&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getSuperClassifier" eType="#//ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.instantiations.NewConstructorCall ncCall = null;&#xA;if (this.eContainer() instanceof org.emftext.language.java.instantiations.NewConstructorCall) {&#xA;&#x9;ncCall = ( org.emftext.language.java.instantiations.NewConstructorCall) this.eContainer();&#xA;&#x9;org.emftext.language.java.classifiers.ConcreteClassifier superClassifier = ( org.emftext.language.java.classifiers.ConcreteClassifier) ncCall.getTypeReference().getTarget();&#xA;&#x9;return superClassifier;&#xA;}&#xA;else if (this.eContainer() instanceof org.emftext.language.java.members.EnumConstant) {&#xA;&#x9;if (this.eContainer().eContainer() instanceof org.emftext.language.java.classifiers.Enumeration) {&#xA;&#x9;&#x9;return ( org.emftext.language.java.classifiers.Enumeration) this.eContainer().eContainer();&#xA;&#x9;}&#xA;}&#xA;return null;"/> <details key="documentation" value="&#xA; @return the direct super classifier&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getAllMembers" upperBound="-1" eType="#//Member"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.members.Member> memberList = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.members.Member>();&#xA;memberList.addAll(this.getMembers());&#xA;memberList.addAll(this.getDefaultMembers());&#xA;&#xA;org.emftext.language.java.instantiations.NewConstructorCall ncCall = null;&#xA;if (this.eContainer() instanceof org.emftext.language.java.instantiations.NewConstructorCall) {&#xA;&#x9;ncCall = ( org.emftext.language.java.instantiations.NewConstructorCall) this.eContainer();;&#xA;}&#xA;if (ncCall == null) {&#xA;&#x9;return memberList;&#xA;}&#xA;else {&#xA;&#x9;org.emftext.language.java.classifiers.ConcreteClassifier classifier = ( org.emftext.language.java.classifiers.ConcreteClassifier) ncCall.getTypeReference().getTarget();&#xA;&#x9;if (classifier != null) {&#xA;&#x9;&#x9;org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.members.Member> superMemberList = classifier.getAllMembers(context);&#xA;&#x9;&#x9;for( org.emftext.language.java.members.Member superMember : superMemberList) {&#xA;&#x9;&#x9;&#x9;//exclude private members&#xA;&#x9;&#x9;&#x9;if(superMember instanceof org.emftext.language.java.modifiers.AnnotableAndModifiable) {&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;if (superMember.eIsProxy()) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;superMember = ( org.emftext.language.java.members.Member) org.eclipse.emf.ecore.util.EcoreUtil.resolve(superMember, this);&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.modifiers.AnnotableAndModifiable modifiable = ( org.emftext.language.java.modifiers.AnnotableAndModifiable) superMember;&#xA;&#x9;&#x9;&#x9;&#x9;if(!modifiable.isHidden(context)) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;memberList.add(superMember);&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;&#x9;memberList.add(superMember);&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;return memberList;&#xA;}"/> <details key="documentation" value="&#xA; @param context to check protected visibility&#xA; @return a view on all members including super classifiers' members&#xA;"/> </eAnnotations> <eParameters name="context" eType="#//Commentable"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Commentable" abstract="true"> <eOperations name="getConcreteClassifier" eType="#//ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return ( org.emftext.language.java.classifiers.ConcreteClassifier) org.eclipse.emf.ecore.util.EcoreUtil.resolve(&#xA;&#x9;org.emftext.language.java.JavaClasspath.get(this).getClassifier(name), this);"/> <details key="documentation" value="&#xA; Finds the &lt;code>org.emftext.language.java.classifiers.ConcreteClassifier&lt;/code>&#xA; representing the class with the given classified name.&#xA; &#xA; @param name classified name of the ConcreteClassifier&#xA;"/> </eAnnotations> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getConcreteClassifierProxy" eType="#//ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return ( org.emftext.language.java.classifiers.ConcreteClassifier) org.emftext.language.java.JavaClasspath.get(this).getClassifier(name);"/> <details key="documentation" value=""/> </eAnnotations> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getConcreteClassifiers" upperBound="-1" eType="#//ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.classifiers.ConcreteClassifier> result = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.classifiers.ConcreteClassifier>();&#xA;for( org.eclipse.emf.ecore.EObject classifier : org.emftext.language.java.JavaClasspath.get(this).getClassifiers(packageName, classifierQuery)) {&#xA;&#x9;result.add(( org.emftext.language.java.classifiers.ConcreteClassifier) org.eclipse.emf.ecore.util.EcoreUtil.resolve(classifier, this));&#xA;}&#xA;return result;"/> <details key="documentation" value="&#xA; Finds all &lt;code>org.emftext.language.java.classifiers.ConcreteClassifier&lt;/code>&#xA; representing the classes in the given package or a single class from that package.&#xA; &#xA; @param packageName name of the package&#xA; for all classifiers or name of a single classifier&#xA;"/> </eAnnotations> <eParameters name="packageName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="classifierQuery" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getConcreteClassifierProxies" upperBound="-1" eType="#//ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.classifiers.ConcreteClassifier> result = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.classifiers.ConcreteClassifier>();&#xA;for( org.eclipse.emf.ecore.EObject classifier : org.emftext.language.java.JavaClasspath.get(this).getClassifiers(packageName, classifierQuery)) {&#xA;&#x9;result.add(( org.emftext.language.java.classifiers.ConcreteClassifier)classifier);&#xA;}&#xA;return result;"/> <details key="documentation" value=""/> </eAnnotations> <eParameters name="packageName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="classifierQuery" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getLibClass" eType="#//Class"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.classifiers.Class classClass = ( org.emftext.language.java.classifiers.Class) getConcreteClassifierProxy(&#xA;&#x9;&#x9;&quot;java.lang.&quot; + name);&#xA;org.eclipse.emf.ecore.EObject resolved = ( org.emftext.language.java.classifiers.ConcreteClassifier) org.eclipse.emf.ecore.util.EcoreUtil.resolve(classClass, this);&#xA;if (resolved instanceof org.emftext.language.java.classifiers.Class) {&#xA;&#x9;return ( org.emftext.language.java.classifiers.Class) resolved;&#xA;}&#xA;return null;"/> <details key="documentation" value="&#xA; Finds the &lt;code>org.emftext.language.java.classifiers.Class&lt;/code>&#xA; representing the class with the given name located in &lt;code>java.lang&lt;/code>.&#xA; &#xA; @param name name of the Class&#xA; @return the Class&#xA;"/> </eAnnotations> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getLibInterface" eType="#//Interface"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.classifiers.ConcreteClassifier interfaceClass = getConcreteClassifierProxy(&#xA;&#x9;&#x9;&quot;java.lang.&quot; + name);&#xA;org.eclipse.emf.ecore.EObject resolved = org.eclipse.emf.ecore.util.EcoreUtil.resolve(interfaceClass, this);&#xA;if (resolved instanceof org.emftext.language.java.classifiers.Interface) {&#xA;&#x9;return ( org.emftext.language.java.classifiers.Interface) resolved;&#xA;}&#xA;return null;"/> <details key="documentation" value="&#xA; Finds the &lt;code>org.emftext.language.java.classifiers.Interface&lt;/code>&#xA; representing the interface with the given name located in &lt;code>java.lang&lt;/code>.&#xA; &#xA; @param name name of the Interface&#xA; @return the Class&#xA;"/> </eAnnotations> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getClassClass" eType="#//Class"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return getLibClass(&quot;Class&quot;);"/> <details key="documentation" value="&#xA; Finds the &lt;code>org.emftext.language.java.classifiers.Class&lt;/code>&#xA; representing &lt;code>java.lang.Class&lt;/code>.&#xA; &#xA; @return the Class&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getObjectClass" eType="#//Class"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return getLibClass(&quot;Object&quot;);"/> <details key="documentation" value="&#xA; Finds the &lt;code>org.emftext.language.java.classifiers.Class&lt;/code>&#xA; representing &lt;code>java.lang.Object&lt;/code>.&#xA; &#xA; @return the Class&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getStringClass" eType="#//Class"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return getLibClass(&quot;String&quot;);"/> <details key="documentation" value="&#xA; Finds the &lt;code>org.emftext.language.java.classifiers.Class&lt;/code>&#xA; representing &lt;code>java.lang.String&lt;/code>.&#xA; &#xA; @return the Class&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getAnnotationInterface" eType="#//Interface"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.classifiers.Interface annotationClass = ( org.emftext.language.java.classifiers.Interface) org.eclipse.emf.ecore.util.EcoreUtil.resolve(&#xA;&#x9;&#x9;getConcreteClassifierProxy(&quot;java.lang.annotation.Annotation&quot;), this);&#xA;org.eclipse.emf.ecore.EObject resolved = org.eclipse.emf.ecore.util.EcoreUtil.resolve(annotationClass, this);&#xA;if (resolved instanceof org.emftext.language.java.classifiers.Interface) {&#xA;&#x9;return ( org.emftext.language.java.classifiers.Interface) resolved;&#xA;}&#xA;return null;"/> <details key="documentation" value="&#xA; Finds the &lt;code>org.emftext.language.java.classifiers.Interface&lt;/code>&#xA; representing &lt;code>java.lang.annotation.Annotation&lt;/code>.&#xA; &#xA; @return the Class&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getContainingAnnotationInstance" eType="#//AnnotationInstance"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.ecore.EObject value = this;&#xA;while (!(value instanceof org.emftext.language.java.annotations.AnnotationInstance) &amp;&amp; value != null) {&#xA;&#x9;value = value.eContainer();&#xA;}&#xA;return ( org.emftext.language.java.annotations.AnnotationInstance) value;"/> <details key="documentation" value=" &#xA; Finds the containing annotation instance for the given element.&#xA; &#xA; @param value&#xA; @return containing annotation instance&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getContainingAnonymousClass" eType="#//AnonymousClass"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.ecore.EObject value = this;&#xA;while (!(value instanceof org.emftext.language.java.classifiers.AnonymousClass) &#xA;&#x9;&#x9;&amp;&amp; !(value instanceof org.emftext.language.java.classifiers.ConcreteClassifier) //do not jump over other classifiers &#xA;&#x9;&#x9;&amp;&amp; value != null) {&#xA;&#x9;value = value.eContainer();&#xA;}&#xA;if (!(value instanceof org.emftext.language.java.classifiers.AnonymousClass)) {&#xA;&#x9;return null;&#xA;}&#xA;return ( org.emftext.language.java.classifiers.AnonymousClass) value;"/> <details key="documentation" value="&#xA; Finds the containing anonymous class for the given element.&#xA; &#xA; @param value&#xA; @return containing anonymous class &#xA;"/> </eAnnotations> </eOperations> <eOperations name="getContainingConcreteClassifier" eType="#//ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.ecore.EObject value = this;&#xA;while (!(value instanceof org.emftext.language.java.classifiers.ConcreteClassifier) &amp;&amp; value != null) {&#xA;&#x9;value = value.eContainer();&#xA;}&#xA;return ( org.emftext.language.java.classifiers.ConcreteClassifier) value;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eOperations name="getContainingCompilationUnit" eType="#//CompilationUnit"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.ecore.EObject value = this;&#xA;while (!(value instanceof org.emftext.language.java.containers.CompilationUnit) &amp;&amp; value != null) {&#xA;&#x9;value = value.eContainer();&#xA;}&#xA;return ( org.emftext.language.java.containers.CompilationUnit) value;"/> <details key="documentation" value="&#xA; Finds the containing compilation unit for the given element.&#xA; &#xA; @param value&#xA; @return containing compilation unit&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getContainingPackageName" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.containers.CompilationUnit cu = getContainingCompilationUnit();&#xA;if (cu == null) {&#xA;&#x9;return null;&#xA;}&#xA;&#xA;int idx = cu.getNamespaces().size();&#xA;if(cu.getName() != null) {&#xA;&#x9;char[] fullName = cu.getName().toCharArray();&#xA;&#x9;for(int i = 0; i &lt; fullName.length; i++) {&#xA;&#x9;&#x9;if (fullName[i] == '$') {&#xA;&#x9;&#x9;&#x9;idx--;&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;}&#xA;return new org.eclipse.emf.common.util.BasicEList&lt; java.lang.String>(cu.getNamespaces().subList(0, idx));"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eOperations name="getParentConcreteClassifier" eType="#//ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.classifiers.ConcreteClassifier classifier = getContainingConcreteClassifier();&#xA;if(classifier == null) {&#xA;&#x9;org.emftext.language.java.containers.CompilationUnit cu = getContainingCompilationUnit();&#xA;&#x9;//maybe the outer classifier is in an extra cu&#xA;&#x9;if (cu != null &amp;&amp; cu.getName() != null &amp;&amp; cu.getName().contains(&quot;$&quot;)) {&#xA;&#x9;&#x9;classifier = ( org.emftext.language.java.classifiers.ConcreteClassifier) org.eclipse.emf.ecore.util.EcoreUtil.resolve(&#xA;&#x9;&#x9;getConcreteClassifierProxy(cu.getNamespacesAsString()), this);&#xA;&#x9;&#x9;if(classifier.eIsProxy()) {&#xA;&#x9;&#x9;&#x9;classifier = null;&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;}&#xA;return classifier;"/> <details key="documentation" value="&#xA; Finds the classifier that is the parent of this element. If &#xA; this element is an inner classifier the parent classifier does&#xA; not necessarily contain this element, since it can reside in &#xA; a different compilation unit when stored in byte code.&#xA; &#xA; @param value&#xA; @return containing classifier&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getParentByEType" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.ecore.EObject container = this.eContainer();&#xA;while (container != null) {&#xA;&#x9;if (type.isInstance(container)) {&#xA;&#x9;&#x9;return container;&#xA;&#x9;}&#xA;&#x9;container = container.eContainer();&#xA;}&#xA;return null;"/> <details key="documentation" value="&#xA; Walks up the containment hierarchy and returns the first parent with the&#xA; given type. If no such parent is found, null is returned.&#xA;"/> </eAnnotations> <eParameters name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eOperations> <eOperations name="getFirstChildByEType" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="java.util.Iterator&lt; org.eclipse.emf.ecore.EObject> it = this.eAllContents();&#xA;while (it.hasNext()) {&#xA;&#x9;org.eclipse.emf.ecore.EObject next = it.next();&#xA;&#x9;if (type.isInstance(next)) {&#xA;&#x9;&#x9;return next;&#xA;&#x9;}&#xA;}&#xA;return null;"/> <details key="documentation" value="&#xA; Searches for the first child with the given type. If no such child is found, null is returned.&#xA;"/> </eAnnotations> <eParameters name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eOperations> <eOperations name="getParentByType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.ecore.EObject container = this.eContainer();&#xA;while (container != null) {&#xA;&#x9;if (type.isInstance(container)) {&#xA;&#x9;&#x9;return type.cast(container);&#xA;&#x9;}&#xA;&#x9;container = container.eContainer();&#xA;}&#xA;return null;"/> <details key="documentation" value="&#xA; Walks up the containment hierarchy and returns the first parent with the&#xA; given type. If no such parent is found, null is returned.&#xA;"/> </eAnnotations> <eGenericType eTypeParameter="#//Commentable/getParentByType/T"/> <eTypeParameters name="T"/> <eParameters name="type"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"> <eTypeArguments eTypeParameter="#//Commentable/getParentByType/T"/> </eGenericType> </eParameters> </eOperations> <eOperations name="getFirstChildByType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="java.util.Iterator&lt; org.eclipse.emf.ecore.EObject> it = this.eAllContents();&#xA;while (it.hasNext()) {&#xA;&#x9;org.eclipse.emf.ecore.EObject next = it.next();&#xA;&#x9;if (type.isInstance(next)) {&#xA;&#x9;&#x9;return type.cast(next);&#xA;&#x9;}&#xA;}&#xA;return null;"/> <details key="documentation" value="&#xA; Searches for the first child with the given type. If no such child is found, null is returned.&#xA;"/> </eAnnotations> <eGenericType eTypeParameter="#//Commentable/getFirstChildByType/T"/> <eTypeParameters name="T"/> <eParameters name="type"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"> <eTypeArguments eTypeParameter="#//Commentable/getFirstChildByType/T"/> </eGenericType> </eParameters> </eOperations> <eOperations name="getChildrenByEType" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.eclipse.emf.ecore.EObject> children = new org.eclipse.emf.common.util.BasicEList&lt; org.eclipse.emf.ecore.EObject>();&#xA;java.util.Iterator&lt; org.eclipse.emf.ecore.EObject> it = this.eAllContents();&#xA;while (it.hasNext()) {&#xA;&#x9;org.eclipse.emf.ecore.EObject next = it.next();&#xA;&#x9;if (type.isInstance(next)) {&#xA;&#x9;&#x9;children.add(next);&#xA;&#x9;}&#xA;}&#xA;return children;"/> <details key="documentation" value="&#xA; Returns all children of the given type.&#xA;"/> </eAnnotations> <eParameters name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eOperations> <eOperations name="getChildrenByType" upperBound="-1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt;T> children = new org.eclipse.emf.common.util.BasicEList&lt;T>();&#xA;java.util.Iterator&lt; org.eclipse.emf.ecore.EObject> it = this.eAllContents();&#xA;while (it.hasNext()) {&#xA;&#x9;org.eclipse.emf.ecore.EObject next = it.next();&#xA;&#x9;if (type.isInstance(next)) {&#xA;&#x9;&#x9;children.add(type.cast(next));&#xA;&#x9;}&#xA;}&#xA;return children;"/> <details key="documentation" value="&#xA; Returns all children of the given type.&#xA;"/> </eAnnotations> <eGenericType eTypeParameter="#//Commentable/getChildrenByType/T"/> <eTypeParameters name="T"/> <eParameters name="type"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"> <eTypeArguments eTypeParameter="#//Commentable/getChildrenByType/T"/> </eGenericType> </eParameters> </eOperations> <eOperations name="getComments" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; java.lang.String> comments = new org.eclipse.emf.common.util.BasicEList&lt; java.lang.String>();&#xA;if (this instanceof org.emftext.language.java.modifiers.AnnotableAndModifiable) {&#xA;&#x9;for ( org.emftext.language.java.modifiers.AnnotationInstanceOrModifier aom : (( org.emftext.language.java.modifiers.AnnotableAndModifiable) this).getAnnotationsAndModifiers()) {&#xA;&#x9;&#x9;comments.addAll(aom.getComments());&#xA;&#x9;}&#xA;}&#xA;for ( org.emftext.commons.layout.LayoutInformation layoutInformation : getLayoutInformations()) {&#xA;&#x9;java.lang.String text = layoutInformation.getHiddenTokenText();&#xA;&#x9;if (text.contains(&quot;/*&quot;) || text.contains(&quot;//&quot;)) {&#xA;&#x9;&#x9;comments.add(layoutInformation.getHiddenTokenText().trim());&#xA;&#x9;}&#xA;}&#xA;return org.eclipse.emf.common.util.ECollections.unmodifiableEList(comments);"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eOperations name="addBeforeContainingStatement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.ecore.EObject container = this.eContainer();&#xA;org.eclipse.emf.ecore.EObject statement = this;&#xA;while (container != null) {&#xA;&#x9;if (container instanceof org.emftext.language.java.statements.StatementListContainer) {&#xA;&#x9;&#x9;break;&#xA;&#x9;}&#xA;&#x9;container = container.eContainer();&#xA;&#x9;statement = statement.eContainer();&#xA;}&#xA;if (container == null) {&#xA;&#x9;throw new java.lang.IllegalArgumentException(&quot;Element &quot; + this + &quot; is not contained in a StatementListContainer.&quot;);&#xA;}&#xA;org.emftext.language.java.statements.StatementListContainer statementListContainer = ( org.emftext.language.java.statements.StatementListContainer) container;&#xA;org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.statements.Statement> statements = statementListContainer.getStatements();&#xA;int index = statements.indexOf(statement);&#xA;&#xA;statements.add(index, statementToAdd);"/> <details key="documentation" value="&#xA; Adds the given statement before the statement that contains this element.&#xA;/&#xA;"/> </eAnnotations> <eParameters name="statementToAdd" lowerBound="1" eType="#//Statement"/> </eOperations> <eOperations name="addAfterContainingStatement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.ecore.EObject container = this.eContainer();&#xA;org.eclipse.emf.ecore.EObject statement = this;&#xA;while (container != null) {&#xA;&#x9;if (container instanceof org.emftext.language.java.statements.StatementListContainer) {&#xA;&#x9;&#x9;break;&#xA;&#x9;}&#xA;&#x9;container = container.eContainer();&#xA;&#x9;statement = statement.eContainer();&#xA;}&#xA;if (container == null) {&#xA;&#x9;throw new java.lang.IllegalArgumentException(&quot;Element &quot; + this + &quot; is not contained in a StatementListContainer.&quot;);&#xA;}&#xA;org.emftext.language.java.statements.StatementListContainer statementListContainer = ( org.emftext.language.java.statements.StatementListContainer) container;&#xA;org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.statements.Statement> statements = statementListContainer.getStatements();&#xA;int index = statements.indexOf(statement);&#xA;&#xA;if (index == statements.size() - 1) {&#xA;&#x9;// statement is the last one&#xA;&#x9;statements.add(statementToAdd);&#xA;} else {&#xA;&#x9;statements.add(index + 1, statementToAdd);&#xA;}"/> <details key="documentation" value="&#xA; Adds the given statement after the statement that contains this element.&#xA;/&#xA;"/> </eAnnotations> <eParameters name="statementToAdd" lowerBound="1" eType="#//Statement"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="layoutInformations" upperBound="-1" eType="ecore:EClass layout.ecore#//LayoutInformation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//Commentable"> <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="NamespaceAwareElement" abstract="true" eSuperTypes="#//Commentable"> <eOperations name="getNamespacesAsString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="java.lang.String containerName = &quot;&quot;; &#xA;for( java.util.Iterator&lt; java.lang.String> it = getNamespaces().iterator(); it.hasNext(); ) {&#xA;&#x9;java.lang.String namespaceFragment = it.next();&#xA;&#x9;//does it point at a classifier or a package as container?&#xA;&#x9;java.lang.String assumedPackageName = containerName + namespaceFragment + org.emftext.language.java.JavaUniquePathConstructor.PACKAGE_SEPARATOR;&#xA;&#x9;java.lang.String assumedClassifierName = containerName + namespaceFragment + org.emftext.language.java.JavaUniquePathConstructor.CLASSIFIER_SEPARATOR;&#xA;&#x9;&#xA;&#x9;if (it.hasNext()) {&#xA;&#x9;&#x9;if ( org.emftext.language.java.JavaClasspath.get(this).existsPackage(assumedClassifierName)) {&#xA;&#x9;&#x9;&#x9;containerName = assumedClassifierName;&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;//assume package&#xA;&#x9;&#x9;&#x9;containerName = assumedPackageName;&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;else {&#xA;&#x9;&#x9;if ( org.emftext.language.java.JavaClasspath.get(this).existsPackage(assumedPackageName)) {&#xA;&#x9;&#x9;&#x9;//a package is always available as key&#xA;&#x9;&#x9;&#x9;containerName = assumedPackageName;&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;//assume classifier that is not key, but value in the map&#xA;&#x9;&#x9;&#x9;containerName = assumedClassifierName;&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;}&#xA;&#xA;return containerName;"/> <details key="documentation" value="&#xA; Converts the namespaces array of the given namespace aware element into&#xA; a String representation using package (.) and class ($) delimiters. The method&#xA; uses the classpath to determine for each element of the namespace if it &#xA; identifies a package or a class.&#xA; &#xA; @param naElement&#xA; @return single string representation of namespace&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getClassifierAtNamespaces" eType="#//ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="java.lang.String fullQualifiedName = getNamespacesAsString();&#xA;if (fullQualifiedName == null || fullQualifiedName.endsWith( org.emftext.language.java.JavaUniquePathConstructor.PACKAGE_SEPARATOR)) {&#xA;&#x9;return null;&#xA;}&#xA;//cut the trailing separator&#xA;fullQualifiedName = fullQualifiedName.substring(0,fullQualifiedName.length() - 1);&#xA;&#xA;return ( org.emftext.language.java.classifiers.ConcreteClassifier) org.eclipse.emf.ecore.util.EcoreUtil.resolve(&#xA;&#x9;&#x9;getConcreteClassifierProxy(fullQualifiedName), this);"/> <details key="documentation" value="&#xA; Assuming the namespace&#xA; identifies a classifier, that classifier is returned.&#xA; &#xA; @return classifier at namespace&#xA;"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namespaces" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JavaRoot" abstract="true" eSuperTypes="#//NamedElement #//NamespaceAwareElement #//ImportingElement"> <eOperations name="getClassifiersInSamePackage" upperBound="-1" eType="#//ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.classifiers.ConcreteClassifier> defaultImportList = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.classifiers.ConcreteClassifier>();&#xA;&#xA;java.lang.String packageName = getNamespacesAsString();&#xA;&#xA;defaultImportList.addAll(getConcreteClassifierProxies(&#xA;&#x9;&#x9;packageName, &quot;*&quot;));&#xA;&#xA;return defaultImportList;"/> <details key="documentation" value="&#xA; @return all classes in the same package imports&#xA;"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompilationUnit" eSuperTypes="#//JavaRoot"> <eOperations name="getContainedClassifier" eType="#//ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (name == null) {&#xA;&#x9;return null;&#xA;}&#xA;for( org.emftext.language.java.classifiers.ConcreteClassifier candidate : getClassifiers()) {&#xA;&#x9;if(name.equals(candidate.getName())) {&#xA;&#x9;&#x9;return candidate;&#xA;&#x9;}&#xA;}&#xA;return null;"/> <details key="documentation" value="&#xA; @param name name of the contained Classifier&#xA; @return the Classifier&#xA;"/> </eAnnotations> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getClassifiersInSamePackage" upperBound="-1" eType="#//ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.classifiers.ConcreteClassifier> defaultImportList = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.classifiers.ConcreteClassifier>();&#xA;&#xA;java.lang.String packageName = getNamespacesAsString();&#xA;&#xA;//locally defined in this container&#xA;defaultImportList.addAll(getClassifiers());&#xA;&#xA;defaultImportList.addAll(getConcreteClassifierProxies(&#xA;&#x9;&#x9;packageName, &quot;*&quot;));&#xA;&#xA;return defaultImportList;"/> <details key="documentation" value="&#xA; @return all classes in the same package imports&#xA;"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="classifiers" lowerBound="1" upperBound="-1" eType="#//ConcreteClassifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//JavaRoot #//Annotable"> <eOperations name="getNamespacesAsString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="java.lang.String packageName = &quot;&quot;; &#xA;for( java.util.Iterator&lt; java.lang.String> it = getNamespaces().iterator(); it.hasNext(); ) {&#xA;&#x9;java.lang.String namespaceFragment = it.next();&#xA;&#x9;packageName = packageName + namespaceFragment + org.emftext.language.java.JavaUniquePathConstructor.PACKAGE_SEPARATOR;&#xA;}&#xA;return packageName;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eOperations name="getClassifiersInSamePackage" upperBound="-1" eType="#//ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.classifiers.ConcreteClassifier> defaultImportList = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.classifiers.ConcreteClassifier>();&#xA;&#xA;java.lang.String packageName = getNamespacesAsString();&#xA;&#xA;defaultImportList.addAll(getConcreteClassifierProxies(&#xA;&#x9;&#x9;packageName + getName(), &quot;*&quot;));&#xA;&#xA;return defaultImportList;"/> <details key="documentation" value="&#xA; @return all classes in the same package&#xA;"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="compilationUnits" upperBound="-1" eType="#//CompilationUnit" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmptyModel" eSuperTypes="#//JavaRoot"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionList" eSuperTypes="#//ForLoopInitializer"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//ArrayInitializationValue #//AnnotationValue"> <eOperations name="getType" eType="#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return getOneType(false);"/> <details key="documentation" value="&#xA; Returns the type of the expression considering all concrete&#xA; subtypes of Expression.&#xA; &#xA; @return type of expression&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getAlternativeType" eType="#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return getOneType(true);"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eOperations name="getOneType" eType="#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.classifiers.Class stringClass = getStringClass();&#xA;&#xA;org.emftext.language.java.types.Type type = null;&#xA;&#xA;if (this instanceof org.emftext.language.java.references.Reference) {&#xA;&#x9;org.emftext.language.java.references.Reference reference = ( org.emftext.language.java.references.Reference) this;&#xA;&#x9;//navigate down references&#xA;&#x9;while(reference.getNext() != null) {&#xA;&#x9;&#x9;reference = reference.getNext();&#xA;&#x9;}&#xA;&#x9;type = reference.getReferencedType();&#xA;}&#xA;else if (this instanceof org.emftext.language.java.literals.Literal) {&#xA;&#x9;type = (( org.emftext.language.java.literals.Literal) this).getType();&#xA;}&#xA;else if (this instanceof org.emftext.language.java.expressions.CastExpression) {&#xA;&#x9;type = (( org.emftext.language.java.expressions.CastExpression)this).getTypeReference().getTarget();&#xA;}&#xA;else if (this instanceof org.emftext.language.java.expressions.AssignmentExpression) {&#xA;&#x9;type = (( org.emftext.language.java.expressions.AssignmentExpression) this).getChild().getOneType(alternative);&#xA;}&#xA;else if (this instanceof org.emftext.language.java.expressions.ConditionalExpression &amp;&amp;&#xA;&#x9;&#x9;(( org.emftext.language.java.expressions.ConditionalExpression)this).getExpressionIf() != null) {&#xA;&#x9;if (alternative) {&#xA;&#x9;&#x9;type = (( org.emftext.language.java.expressions.ConditionalExpression)this).getExpressionElse().getOneType(alternative);&#xA;&#x9;}&#xA;&#x9;else {&#xA;&#x9;&#x9;type = (( org.emftext.language.java.expressions.ConditionalExpression)this).getExpressionIf().getOneType(alternative);&#xA;&#x9;}&#xA;&#x9;&#xA;}&#xA;else if (this instanceof org.emftext.language.java.expressions.EqualityExpression ||&#xA;&#x9;&#x9;this instanceof org.emftext.language.java.expressions.RelationExpression ||&#xA;&#x9;&#x9;this instanceof org.emftext.language.java.expressions.ConditionalOrExpression ||&#xA;&#x9;&#x9;this instanceof org.emftext.language.java.expressions.ConditionalAndExpression ||&#xA;&#x9;&#x9;this instanceof org.emftext.language.java.expressions.InstanceOfExpression ) {&#xA;&#x9;type = getLibClass(&quot;Boolean&quot;);&#xA;}&#xA;else if (this instanceof org.emftext.language.java.expressions.AdditiveExpression ||&#xA;&#x9;&#x9;this instanceof org.emftext.language.java.expressions.MultiplicativeExpression ||&#xA;&#x9;&#x9;this instanceof org.emftext.language.java.expressions.InclusiveOrExpression ||&#xA;&#x9;&#x9;this instanceof org.emftext.language.java.expressions.ExclusiveOrExpression ||&#xA;&#x9;&#x9;this instanceof org.emftext.language.java.expressions.AndExpression ||&#xA;&#x9;&#x9;this instanceof org.emftext.language.java.expressions.ShiftExpression ) {&#xA;&#x9;&#xA;&#x9;if (this instanceof org.emftext.language.java.expressions.AdditiveExpression) {&#xA;&#x9;&#x9;org.emftext.language.java.expressions.AdditiveExpression additiveExpression = ( org.emftext.language.java.expressions.AdditiveExpression) this;&#xA;&#x9;&#x9;for( org.emftext.language.java.expressions.Expression subExp : additiveExpression.getChildren()) {&#xA;&#x9;&#x9;&#x9;if (stringClass.equals(subExp.getOneType(alternative))) {&#xA;&#x9;&#x9;&#x9;&#x9;//special case: string concatenation&#xA;&#x9;&#x9;&#x9;&#x9;return stringClass;&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;&#xA;&#x9;@SuppressWarnings(&quot;unchecked&quot;)&#xA;&#x9;org.emftext.language.java.expressions.Expression subExp = (( org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.expressions.Expression>) &#xA;&#x9;&#x9;&#x9;this.eGet(this.eClass().getEStructuralFeature(&quot;children&quot;))).get(0);&#xA;&#x9;&#xA;&#x9;return subExp.getOneType(alternative);&#xA;}&#xA;else if (this instanceof org.emftext.language.java.expressions.UnaryExpression) {&#xA;&#x9;org.emftext.language.java.expressions.Expression subExp = (( org.emftext.language.java.expressions.UnaryExpression)this).getChild();&#xA;&#x9;&#xA;&#x9;return subExp.getOneType(alternative);&#xA;}&#xA;else for( org.eclipse.emf.common.util.TreeIterator&lt; org.eclipse.emf.ecore.EObject> i = this.eAllContents(); i.hasNext(); ) {&#xA;&#x9;org.eclipse.emf.ecore.EObject next = i.next();&#xA;&#x9;org.emftext.language.java.types.Type nextType = null;&#xA;&#xA;&#x9;if (next instanceof org.emftext.language.java.expressions.PrimaryExpression) {&#xA;&#xA;&#x9;&#x9;if (next instanceof org.emftext.language.java.references.Reference) {&#xA;&#x9;&#x9;&#x9;org.emftext.language.java.references.Reference ref = ( org.emftext.language.java.references.Reference) next;&#xA;&#x9;&#x9;&#x9;//navigate down references&#xA;&#x9;&#x9;&#x9;while(ref.getNext() != null) {&#xA;&#x9;&#x9;&#x9;&#x9;ref = ref.getNext();&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;next = ref;&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;if (next instanceof org.emftext.language.java.literals.Literal) {&#xA;&#x9;&#x9;&#x9;nextType = (( org.emftext.language.java.literals.Literal) next).getType();&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;else if (next instanceof org.emftext.language.java.expressions.CastExpression) {&#xA;&#x9;&#x9;&#x9;nextType = (( org.emftext.language.java.expressions.CastExpression)next).getTypeReference().getTarget();&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;nextType = (( org.emftext.language.java.references.Reference) next).getReferencedType();&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;i.prune();&#xA;&#xA;&#x9;}&#xA;&#x9;if (nextType != null) {&#xA;&#x9;&#x9;type = nextType;&#xA;&#x9;&#x9;//in the special case that this is an expression with&#xA;&#x9;&#x9;//some string included, everything is converted to string&#xA;&#x9;&#x9;if (stringClass.equals(type)) {&#xA;&#x9;&#x9;&#x9;break;&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;}&#xA;//type can be null in cases of unresolved/unresolvable proxies&#xA;return type;"/> <details key="documentation" value=""/> </eAnnotations> <eParameters name="alternative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="getArrayDimension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="long size = 0;&#xA;org.emftext.language.java.arrays.ArrayTypeable arrayType = null;&#xA;if (this instanceof org.emftext.language.java.expressions.NestedExpression &amp;&amp; &#xA;&#x9;&#x9;(( org.emftext.language.java.expressions.NestedExpression)this).getNext() == null) {&#xA;&#x9;return (( org.emftext.language.java.expressions.NestedExpression) this).getExpression().getArrayDimension()&#xA;&#x9;&#x9;- (( org.emftext.language.java.expressions.NestedExpression)this).getArraySelectors().size();&#xA;}&#xA;if (this instanceof org.emftext.language.java.expressions.ConditionalExpression &amp;&amp;&#xA;&#x9;&#x9;(( org.emftext.language.java.expressions.ConditionalExpression)this).getExpressionIf() != null) {&#x9;&#x9;&#xA;&#x9;return (( org.emftext.language.java.expressions.ConditionalExpression)this).getExpressionIf().getArrayDimension();&#xA;}&#xA;if (this instanceof org.emftext.language.java.expressions.AssignmentExpression) {&#xA;&#x9;org.emftext.language.java.expressions.Expression value = (( org.emftext.language.java.expressions.AssignmentExpression) this).getValue();&#xA;&#x9;if (value == null) {&#xA;&#x9;&#x9;return 0;&#xA;&#x9;}&#xA;&#x9;return value.getArrayDimension();&#xA;}&#xA;if (this instanceof org.emftext.language.java.expressions.InstanceOfExpression) {&#xA;&#x9;return 0;&#xA;}&#xA;if (this instanceof org.emftext.language.java.references.Reference) {&#xA;&#x9;org.emftext.language.java.references.Reference reference = ( org.emftext.language.java.references.Reference) this;&#xA;&#x9;while (reference.getNext() != null) {&#xA;&#x9;&#x9;reference = reference.getNext();&#xA;&#x9;}&#xA;&#x9;//an array clone? -> dimension defined by cloned array&#xA;&#x9;if (reference instanceof org.emftext.language.java.references.ElementReference &amp;&amp; &#xA;&#x9;&#x9;&#x9;reference.getPrevious() != null) {&#xA;&#x9;&#x9;org.emftext.language.java.references.ReferenceableElement target = (( org.emftext.language.java.references.ElementReference)reference).getTarget();&#xA;&#x9;&#x9;if (target instanceof org.emftext.language.java.members.Method) {&#xA;&#x9;&#x9;&#x9;if(&quot;clone&quot;.equals((( org.emftext.language.java.members.Method)target).getName())) {&#xA;&#x9;&#x9;&#x9;&#x9;reference = ( org.emftext.language.java.references.Reference) reference.eContainer();&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;&#xA;&#x9;if (reference instanceof org.emftext.language.java.references.ElementReference) {&#xA;&#x9;&#x9;org.emftext.language.java.references.ElementReference elementReference = ( org.emftext.language.java.references.ElementReference) reference;&#xA;&#x9;&#x9;if (elementReference.getTarget() instanceof org.emftext.language.java.arrays.ArrayTypeable) {&#xA;&#x9;&#x9;&#x9;arrayType = ( org.emftext.language.java.arrays.ArrayTypeable) elementReference.getTarget();&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;if (elementReference.getTarget() instanceof org.emftext.language.java.variables.AdditionalLocalVariable) {&#xA;&#x9;&#x9;&#x9;org.emftext.language.java.variables.AdditionalLocalVariable additionalLocalVariable = ( org.emftext.language.java.variables.AdditionalLocalVariable) elementReference.getTarget();&#xA;&#x9;&#x9;&#x9;arrayType = ( org.emftext.language.java.variables.LocalVariable) additionalLocalVariable.eContainer();&#xA;&#x9;&#x9;&#x9;size += additionalLocalVariable.getArrayDimensionsAfter().size();&#xA;&#x9;&#x9;&#x9;size -= arrayType.getArrayDimensionsAfter().size();&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;if (elementReference.getTarget() instanceof org.emftext.language.java.members.AdditionalField) {&#xA;&#x9;&#x9;&#x9;org.emftext.language.java.members.AdditionalField additionalField = ( org.emftext.language.java.members.AdditionalField) elementReference.getTarget();&#xA;&#x9;&#x9;&#x9;arrayType = ( org.emftext.language.java.members.Field) additionalField.eContainer();&#xA;&#x9;&#x9;&#x9;size += additionalField.getArrayDimensionsAfter().size();&#xA;&#x9;&#x9;&#x9;size -= arrayType.getArrayDimensionsAfter().size();&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;else if (this instanceof org.emftext.language.java.arrays.ArrayTypeable) {&#xA;&#x9;&#x9;size += (( org.emftext.language.java.arrays.ArrayTypeable)this).getArrayDimensionsBefore().size() + (( org.emftext.language.java.arrays.ArrayTypeable)this).getArrayDimensionsAfter().size();&#xA;&#x9;&#x9;if (this instanceof org.emftext.language.java.parameters.VariableLengthParameter) {&#xA;&#x9;&#x9;&#x9;size++;&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;size -= reference.getArraySelectors().size();&#xA;}&#xA;else if (this instanceof org.emftext.language.java.arrays.ArrayTypeable) {&#xA;&#x9;size += (( org.emftext.language.java.arrays.ArrayTypeable)this).getArrayDimensionsBefore().size() + (( org.emftext.language.java.arrays.ArrayTypeable)this).getArrayDimensionsAfter().size();&#xA;&#x9;if (this instanceof org.emftext.language.java.parameters.VariableLengthParameter) {&#xA;&#x9;&#x9;size++;&#xA;&#x9;}&#xA;}&#xA;&#xA;if(this instanceof org.emftext.language.java.arrays.ArrayInstantiationBySize) {&#xA;&#x9;size += (( org.emftext.language.java.arrays.ArrayInstantiationBySize)this).getSizes().size();&#xA;}&#xA;&#xA;if(arrayType != null) {&#xA;&#x9;size += arrayType.getArrayDimension();&#xA;}&#xA;&#xA;return size;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssignmentExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="child" lowerBound="1" eType="#//AssignmentExpressionChild" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignmentOperator" lowerBound="1" eType="#//AssignmentOperator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssignmentExpressionChild" abstract="true" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalExpression" eSuperTypes="#//AssignmentExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" name="child" eType="#//ConditionalExpressionChild" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressionIf" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressionElse" lowerBound="1" eType="#//AssignmentExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalExpressionChild" abstract="true" eSuperTypes="#//AssignmentExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalOrExpression" eSuperTypes="#//ConditionalExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" lowerBound="1" upperBound="-1" eType="#//ConditionalOrExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalOrExpressionChild" abstract="true" eSuperTypes="#//ConditionalExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalAndExpression" eSuperTypes="#//ConditionalOrExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" lowerBound="1" upperBound="-1" eType="#//ConditionalAndExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalAndExpressionChild" abstract="true" eSuperTypes="#//ConditionalOrExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="InclusiveOrExpression" eSuperTypes="#//ConditionalAndExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" lowerBound="1" upperBound="-1" eType="#//InclusiveOrExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InclusiveOrExpressionChild" abstract="true" eSuperTypes="#//ConditionalAndExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="ExclusiveOrExpression" eSuperTypes="#//InclusiveOrExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" lowerBound="1" upperBound="-1" eType="#//ExclusiveOrExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExclusiveOrExpressionChild" abstract="true" eSuperTypes="#//InclusiveOrExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="AndExpression" eSuperTypes="#//ExclusiveOrExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" lowerBound="1" upperBound="-1" eType="#//AndExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AndExpressionChild" abstract="true" eSuperTypes="#//ExclusiveOrExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="EqualityExpression" eSuperTypes="#//AndExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" name="equalityOperators" lowerBound="1" upperBound="-1" eType="#//EqualityOperator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" lowerBound="1" upperBound="-1" eType="#//EqualityExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EqualityExpressionChild" abstract="true" eSuperTypes="#//AndExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceOfExpression" eSuperTypes="#//ArrayTypeable #//TypedElement #//EqualityExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" name="child" lowerBound="1" eType="#//InstanceOfExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceOfExpressionChild" abstract="true" eSuperTypes="#//EqualityExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="RelationExpression" eSuperTypes="#//InstanceOfExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" lowerBound="1" upperBound="-1" eType="#//RelationExpressionChild" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relationOperators" lowerBound="1" upperBound="-1" eType="#//RelationOperator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationExpressionChild" abstract="true" eSuperTypes="#//InstanceOfExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="ShiftExpression" eSuperTypes="#//RelationExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" lowerBound="1" upperBound="-1" eType="#//ShiftExpressionChild" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="shiftOperators" lowerBound="1" upperBound="-1" eType="#//ShiftOperator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ShiftExpressionChild" abstract="true" eSuperTypes="#//RelationExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="AdditiveExpression" eSuperTypes="#//ShiftExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" lowerBound="1" upperBound="-1" eType="#//AdditiveExpressionChild" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="additiveOperators" lowerBound="1" upperBound="-1" eType="#//AdditiveOperator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AdditiveExpressionChild" abstract="true" eSuperTypes="#//ShiftExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="MultiplicativeExpression" eSuperTypes="#//AdditiveExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" lowerBound="1" upperBound="-1" eType="#//MultiplicativeExpressionChild" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="multiplicativeOperators" lowerBound="1" upperBound="-1" eType="#//MultiplicativeOperator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiplicativeExpressionChild" abstract="true" eSuperTypes="#//AdditiveExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="UnaryExpression" eSuperTypes="#//MultiplicativeExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" name="operators" lowerBound="1" upperBound="-1" eType="#//UnaryOperator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="child" lowerBound="1" eType="#//UnaryExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryExpressionChild" abstract="true" eSuperTypes="#//MultiplicativeExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="UnaryModificationExpression" abstract="true" eSuperTypes="#//UnaryExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" name="child" lowerBound="1" eType="#//UnaryModificationExpressionChild" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operator" lowerBound="1" eType="#//UnaryModificationOperator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrefixUnaryModificationExpression" eSuperTypes="#//UnaryModificationExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SuffixUnaryModificationExpression" eSuperTypes="#//UnaryModificationExpression"/> <eClassifiers xsi:type="ecore:EClass" name="UnaryModificationExpressionChild" abstract="true" eSuperTypes="#//UnaryExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="CastExpression" eSuperTypes="#//TypedElement #//ArrayTypeable #//UnaryModificationExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" name="child" lowerBound="1" eType="#//MultiplicativeExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimaryExpression" abstract="true" eSuperTypes="#//UnaryModificationExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="NestedExpression" eSuperTypes="#//Reference"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeArgument" abstract="true" eSuperTypes="#//ArrayTypeable"/> <eClassifiers xsi:type="ecore:EClass" name="TypeArgumentable" abstract="true" eSuperTypes="#//Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1" eType="#//TypeArgument" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallTypeArgumentable" abstract="true" eSuperTypes="#//Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="callTypeArguments" upperBound="-1" eType="#//TypeArgument" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeParametrizable" abstract="true" eSuperTypes="#//Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1" eType="#//TypeParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtendsTypeArgument" eSuperTypes="#//TypeArgument"> <eStructuralFeatures xsi:type="ecore:EReference" name="extendTypes" lowerBound="1" upperBound="-1" eType="#//TypeReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QualifiedTypeArgument" eSuperTypes="#//TypeArgument #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="SuperTypeArgument" eSuperTypes="#//TypeArgument"> <eStructuralFeatures xsi:type="ecore:EReference" name="superType" lowerBound="1" eType="#//TypeReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeParameter" eSuperTypes="#//Classifier"> <eOperations name="getAllSuperClassifiers" upperBound="-1" eType="#//ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.classifiers.ConcreteClassifier> result = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.classifiers.ConcreteClassifier>();&#xA;for( org.emftext.language.java.types.TypeReference typeRef : getExtendTypes()) {&#xA;&#x9;org.emftext.language.java.types.Type type = typeRef.getTarget();&#xA;&#x9;if (type instanceof org.emftext.language.java.classifiers.ConcreteClassifier) {&#xA;&#x9;&#x9;result.add(( org.emftext.language.java.classifiers.ConcreteClassifier)type);&#xA;&#x9;}&#xA;&#x9;if (type instanceof org.emftext.language.java.classifiers.Classifier) {&#xA;&#x9;&#x9;result.addAll((( org.emftext.language.java.classifiers.Classifier)type).getAllSuperClassifiers());&#x9;&#xA;&#x9;}&#xA;}&#x9;&#x9;&#xA;&#xA;return result;"/> <details key="documentation" value="&#xA; @return all type restrictions&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getAllMembers" upperBound="-1" eType="#//Member"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.members.Member> memberList = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.members.Member>();&#xA;&#xA;org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.types.Type> possiblyVisibleSuperClassifier = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.types.Type>();&#xA;for( org.emftext.language.java.types.TypeReference typeReference : (( org.emftext.language.java.generics.TypeParameter)this).getExtendTypes()) {&#xA;&#x9;possiblyVisibleSuperClassifier.add(typeReference.getTarget());&#xA;}&#xA;&#xA;for ( org.emftext.language.java.classifiers.ConcreteClassifier superClassifier : getAllSuperClassifiers()) {&#xA;&#x9;for( org.emftext.language.java.members.Member member : superClassifier.getMembers()) {&#xA;&#x9;&#x9;if(member instanceof org.emftext.language.java.modifiers.AnnotableAndModifiable) {&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;org.emftext.language.java.modifiers.AnnotableAndModifiable modifiable = ( org.emftext.language.java.modifiers.AnnotableAndModifiable) member;&#xA;&#xA;&#x9;&#x9;&#x9;if(!modifiable.isHidden(context)) {&#xA;&#x9;&#x9;&#x9;&#x9;memberList.add(member);&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;else if (possiblyVisibleSuperClassifier.contains(superClassifier)) {&#xA;&#x9;&#x9;&#x9;&#x9;memberList.add(member);&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;memberList.add(member);&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;memberList.addAll(superClassifier.getDefaultMembers());&#xA;}&#xA;return memberList;"/> <details key="documentation" value="&#xA; Returns all members of the given classifier including inner classes and &#xA; all members of super types (extended classes and implemented interfaces).&#xA; &#xA; @param context to check protected visibility&#xA; @return member list&#xA;"/> </eAnnotations> <eParameters name="context" eType="#//Commentable"/> </eOperations> <eOperations name="getBoundType" eType="#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.types.Type> resultList = new org.eclipse.emf.common.util.BasicEList&lt; org.emftext.language.java.types.Type>();&#xA;org.emftext.language.java.generics.TypeParametrizable typeParameterDeclarator = ( org.emftext.language.java.generics.TypeParametrizable) this.eContainer();&#xA;org.emftext.language.java.references.Reference parentReference = null;&#xA;org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.types.Type> prevTypeList = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.types.Type>();&#xA;if (reference != null &amp;&amp; &#xA;&#x9;&#x9;reference.getPrevious() instanceof org.emftext.language.java.expressions.NestedExpression) {&#xA;&#x9;org.emftext.language.java.expressions.NestedExpression nestedExpression = ( org.emftext.language.java.expressions.NestedExpression) reference.getPrevious();&#xA;&#x9;org.emftext.language.java.expressions.Expression expression = null;&#xA;&#x9;if (nestedExpression.getExpression() instanceof org.emftext.language.java.references.Reference) {&#xA;&#x9;&#x9;expression = nestedExpression.getExpression();&#xA;&#x9;}&#xA;&#x9;else if (nestedExpression.getExpression() instanceof org.emftext.language.java.expressions.ConditionalExpression) {&#xA;&#x9;&#x9;expression = (( org.emftext.language.java.expressions.ConditionalExpression)nestedExpression.getExpression()).getExpressionIf();&#xA;&#x9;}&#xA;&#xA;&#x9;&#xA;&#x9;if (expression instanceof org.emftext.language.java.references.Reference) {&#xA;&#x9;&#x9;org.emftext.language.java.references.Reference expressionReference = ( org.emftext.language.java.references.Reference) expression;&#xA;&#x9;&#x9;//navigate down references&#xA;&#x9;&#x9;while(expressionReference.getNext() != null) {&#xA;&#x9;&#x9;&#x9;expressionReference = expressionReference.getNext();&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;parentReference = expressionReference;&#xA;&#x9;&#x9;org.emftext.language.java.types.Type prevType = nestedExpression.getExpression().getType();&#xA;&#x9;&#x9;if(prevType instanceof org.emftext.language.java.util.TemporalCompositeClassifier) {&#xA;&#x9;&#x9;&#x9;for( org.eclipse.emf.ecore.EObject aType : (( org.emftext.language.java.util.TemporalCompositeClassifier)prevType).getSuperTypes()) {&#xA;&#x9;&#x9;&#x9;&#x9;prevTypeList.add(( org.emftext.language.java.types.Type)aType);&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;prevTypeList.add(prevType);&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;else if (nestedExpression.getExpression() instanceof org.emftext.language.java.expressions.CastExpression) {&#xA;&#x9;&#x9;prevTypeList.add((( org.emftext.language.java.expressions.CastExpression)nestedExpression.getExpression()).getTypeReference().getTarget());&#xA;&#x9;}&#xA;}&#xA;else if (reference != null &amp;&amp; reference.getPrevious() != null) {&#xA;&#x9;parentReference = reference.getPrevious();&#xA;&#x9;while (parentReference instanceof org.emftext.language.java.references.SelfReference) {&#xA;&#x9;&#x9;if ((( org.emftext.language.java.references.SelfReference)parentReference).getSelf() instanceof org.emftext.language.java.literals.Super) {&#xA;&#x9;&#x9;&#x9;if (parentReference.eContainer() instanceof org.emftext.language.java.references.Reference) {&#xA;&#x9;&#x9;&#x9;&#x9;parentReference = ( org.emftext.language.java.references.Reference) parentReference.eContainer();&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.classifiers.ConcreteClassifier containingClassifier = reference.getContainingConcreteClassifier();&#xA;&#x9;&#x9;&#x9;&#x9;if (containingClassifier != null) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;prevTypeList.add(containingClassifier);&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;parentReference = null;&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;break;&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;if (parentReference != null) {&#xA;&#x9;&#x9;org.emftext.language.java.types.Type prevType = parentReference.getReferencedType();&#xA;&#x9;&#x9;if(prevType instanceof org.emftext.language.java.util.TemporalCompositeClassifier) {&#xA;&#x9;&#x9;&#x9;for( org.eclipse.emf.ecore.EObject aType : (( org.emftext.language.java.util.TemporalCompositeClassifier)prevType).getSuperTypes()) {&#xA;&#x9;&#x9;&#x9;&#x9;prevTypeList.add(( org.emftext.language.java.types.Type)aType);&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;prevTypeList.add(prevType);&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;}&#xA;else if (reference != null) {&#xA;&#x9;//prev type is on of the containing classes which can still bind by inheritance&#xA;&#x9;org.emftext.language.java.classifiers.ConcreteClassifier containingClassifier = reference.getContainingConcreteClassifier();&#xA;&#x9;while (containingClassifier != null) {&#xA;&#x9;&#x9;prevTypeList.add(containingClassifier);&#xA;&#x9;&#x9;org.eclipse.emf.ecore.EObject container = containingClassifier.eContainer();&#xA;&#x9;&#x9;if (container instanceof org.emftext.language.java.commons.Commentable) {&#xA;&#x9;&#x9;&#x9;containingClassifier = (( org.emftext.language.java.commons.Commentable) container).getContainingConcreteClassifier();&#xA;&#x9;&#x9;} else {&#xA;&#x9;&#x9;&#x9;containingClassifier = null;&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;}&#xA;&#xA;for( org.emftext.language.java.types.Type prevType : prevTypeList) {&#xA;&#x9;int typeParameterIndex = -1;&#xA;&#x9;if (typeParameterDeclarator instanceof org.emftext.language.java.classifiers.ConcreteClassifier) {&#xA;&#x9;&#x9;typeParameterIndex = typeParameterDeclarator.getTypeParameters().indexOf(this);&#xA;&#x9;&#x9;if(reference != null) {&#xA;&#x9;&#x9;&#x9;org.emftext.language.java.types.ClassifierReference classifierReference = null;&#xA;&#x9;&#x9;&#x9;if(parentReference instanceof org.emftext.language.java.references.ElementReference) {&#xA;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.references.ReferenceableElement prevReferenced = (( org.emftext.language.java.references.ElementReference) parentReference).getTarget();&#xA;&#x9;&#x9;&#x9;&#x9;if(prevReferenced instanceof org.emftext.language.java.types.TypedElement) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.types.TypeReference prevTypeReference = (( org.emftext.language.java.types.TypedElement)prevReferenced).getTypeReference ();&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;if (prevTypeReference != null) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;classifierReference = prevTypeReference.getPureClassifierReference(); &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;if(parentReference instanceof org.emftext.language.java.types.TypedElement) {&#xA;&#x9;&#x9;&#x9;&#x9;//e.g. New Constructor Call&#xA;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.types.TypeReference prevParentReference = (( org.emftext.language.java.types.TypedElement)parentReference).getTypeReference ();&#xA;&#x9;&#x9;&#x9;&#x9;if (prevParentReference != null) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;classifierReference = prevParentReference.getPureClassifierReference(); &#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;if (prevType instanceof org.emftext.language.java.classifiers.ConcreteClassifier) {&#xA;&#x9;&#x9;&#x9;&#x9;//bound through inheritance?&#xA;&#x9;&#x9;&#x9;&#x9;int idx = 0;&#xA;&#x9;&#x9;&#x9;&#x9;for( org.emftext.language.java.types.ClassifierReference superClassifierReference : (( org.emftext.language.java.classifiers.ConcreteClassifier) prevType).getSuperTypeReferences()) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;if (typeParameterIndex &lt; superClassifierReference.getTypeArguments().size()) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;//is this an argument for the correct class?&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if (typeParameterDeclarator.equals(superClassifierReference.getTarget()) ||&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;(( org.emftext.language.java.classifiers.Classifier)superClassifierReference.getTarget()).getAllSuperClassifiers().contains(&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;typeParameterDeclarator)) {&#x9;&#x9;&#x9;&#x9;&#x9; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.generics.TypeArgument arg = superClassifierReference.getTypeArguments().get(typeParameterIndex);&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if (arg instanceof org.emftext.language.java.generics.QualifiedTypeArgument) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;resultList.add(idx, (( org.emftext.language.java.generics.QualifiedTypeArgument) arg).getTypeReference().getTarget());&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;idx++;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.generics.TypeArgument> typeArgumentList;&#xA;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.util.TemporalTypeArgumentHolder ttah = null;&#xA;&#x9;&#x9;&#x9;&#x9;for( org.eclipse.emf.common.notify.Adapter adapter : prevType.eAdapters()) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;if (adapter instanceof org.emftext.language.java.util.TemporalTypeArgumentHolder) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;ttah = ( org.emftext.language.java.util.TemporalTypeArgumentHolder) adapter; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;prevType.eAdapters().remove(ttah);&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;break;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;if (ttah != null) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;typeArgumentList = ttah.getTypeArguments();&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;else if (classifierReference != null) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;typeArgumentList = classifierReference.getTypeArguments();&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;typeArgumentList = org.eclipse.emf.common.util.ECollections.emptyEList();&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;if (typeParameterIndex &lt; typeArgumentList.size()) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.generics.TypeArgument arg = typeArgumentList.get(typeParameterIndex);&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;if (arg instanceof org.emftext.language.java.generics.QualifiedTypeArgument) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.types.ClassifierReference theTypeRef = (( org.emftext.language.java.generics.QualifiedTypeArgument) arg).getTypeReference().getPureClassifierReference();&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if (theTypeRef != null) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.types.Type theType = theTypeRef.getBoundTarget(parentReference);&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if (theType != null) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if (!theTypeRef.getTypeArguments().isEmpty()) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;ttah = new org.emftext.language.java.util.TemporalTypeArgumentHolder();&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;ttah.getTypeArguments().addAll(theTypeRef.getTypeArguments());&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;theType.eAdapters().add(ttah);&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;resultList.add(0, theType);&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;if (arg instanceof org.emftext.language.java.generics.ExtendsTypeArgument) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;for( org.emftext.language.java.types.TypeReference extendedType : (( org.emftext.language.java.generics.ExtendsTypeArgument) arg).getExtendTypes()) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;resultList.add(0, extendedType.getBoundTarget(parentReference));&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;else if (prevType instanceof org.emftext.language.java.generics.TypeParameter) {&#xA;&#x9;&#x9;&#x9;&#x9;//the prev. type parameter, although unbound, may contain type restrictions through extends &#xA;&#x9;&#x9;&#x9;&#x9;resultList.add(prevType);&#xA;&#x9;&#x9;&#x9;&#x9;for( org.emftext.language.java.types.TypeReference extendedRef : (( org.emftext.language.java.generics.TypeParameter) prevType).getExtendTypes()) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.classifiers.ConcreteClassifier extended = ( org.emftext.language.java.classifiers.ConcreteClassifier)extendedRef.getTarget();&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;int idx = (( org.emftext.language.java.generics.TypeParametrizable)prevType.eContainer()).getTypeParameters().indexOf(prevType);&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;if (extended.getTypeParameters().size() > idx) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;//also add more precise bindings from extensions&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;resultList.add(extended.getTypeParameters().get(idx));&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;if(reference != null &amp;&amp; reference.eContainer() instanceof org.emftext.language.java.references.ReflectiveClassReference) {&#xA;&#x9;&#x9;&#x9;if (reference.eContainer().eContainer() instanceof org.emftext.language.java.references.Reference) {&#xA;&#x9;&#x9;&#x9;&#x9;//the &quot;.class&quot; instantiation implicitly binds the T parameter of java.lang.Class to the class itself&#xA;&#x9;&#x9;&#x9;&#x9;resultList.add(0, (( org.emftext.language.java.references.Reference)reference.eContainer().eContainer()).getReferencedType());&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;}&#xA;&#xA;if (typeParameterDeclarator instanceof org.emftext.language.java.members.Method) {&#xA;&#x9;if (reference instanceof org.emftext.language.java.references.MethodCall) {&#xA;&#x9;&#x9;org.emftext.language.java.members.Method method = ( org.emftext.language.java.members.Method) typeParameterDeclarator;&#xA;&#x9;&#x9;org.emftext.language.java.references.MethodCall methodCall = ( org.emftext.language.java.references.MethodCall) reference;&#xA;&#x9;&#x9;if(method.getTypeParameters().size() == methodCall.getCallTypeArguments().size()) {&#xA;&#x9;&#x9;&#x9;org.emftext.language.java.generics.TypeArgument typeArgument = methodCall.getCallTypeArguments().get(method.getTypeParameters().indexOf(this));&#xA;&#x9;&#x9;&#x9;if (typeArgument instanceof org.emftext.language.java.generics.QualifiedTypeArgument) {&#xA;&#x9;&#x9;&#x9;&#x9;resultList.add(0, (( org.emftext.language.java.generics.QualifiedTypeArgument)typeArgument).getTypeReference().getBoundTarget(parentReference)); &#xA;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;}&#xA;&#xA;&#x9;&#x9;//class type parameter&#xA;&#x9;&#x9;int idx = method.getParameters().indexOf(typeReference.eContainer());&#xA;&#x9;&#x9;&#xA;&#x9;&#x9;//method type parameter&#xA;&#x9;&#x9;if (idx == -1) {&#xA;&#x9;&#x9;&#x9;for( org.emftext.language.java.parameters.Parameter parameter : method.getParameters()) {&#xA;&#x9;&#x9;&#x9;&#x9;for ( org.emftext.language.java.generics.TypeArgument typeArgument : parameter.getTypeArguments()) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;if(typeArgument instanceof org.emftext.language.java.generics.QualifiedTypeArgument) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if((( org.emftext.language.java.generics.QualifiedTypeArgument) typeArgument).getTypeReference().getTarget().equals(this)) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;idx = method.getParameters().indexOf(parameter);&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.types.ClassifierReference paramTypeReference = parameter.getTypeReference().getPureClassifierReference();&#xA;&#x9;&#x9;&#x9;&#x9;if (paramTypeReference != null) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;for ( org.emftext.language.java.generics.TypeArgument typeArgument : paramTypeReference.getTypeArguments()) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(typeArgument instanceof org.emftext.language.java.generics.QualifiedTypeArgument) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(this.equals((( org.emftext.language.java.generics.QualifiedTypeArgument) typeArgument).getTypeReference().getTarget())) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;idx = method.getParameters().indexOf(parameter);&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;&#xA;&#x9;&#x9;if (idx &lt; methodCall.getArguments().size() &amp;&amp; idx >= 0) {&#xA;&#x9;&#x9;&#x9;org.emftext.language.java.expressions.Expression argument = methodCall.getArguments().get(idx);&#xA;&#x9;&#x9;&#x9;org.emftext.language.java.parameters.Parameter parameter = method.getParameters().get(idx);&#xA;&#x9;&#x9;&#x9;org.emftext.language.java.types.ClassifierReference parameterType = parameter.getTypeReference().getPureClassifierReference();&#xA;&#x9;&#x9;&#x9;if (argument instanceof org.emftext.language.java.instantiations.NewConstructorCall) {&#xA;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.types.ClassifierReference argumentType = (( org.emftext.language.java.instantiations.NewConstructorCall)argument).getTypeReference().getPureClassifierReference();&#xA;&#x9;&#x9;&#x9;&#x9;if (argumentType != null &amp;&amp; parameterType.getTypeArguments().size() == argumentType.getTypeArguments().size()) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;for( org.emftext.language.java.generics.TypeArgument typeArgument : parameterType.getTypeArguments()) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(typeArgument instanceof org.emftext.language.java.generics.QualifiedTypeArgument) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if((( org.emftext.language.java.generics.QualifiedTypeArgument) typeArgument).getTypeReference().getTarget().equals(this)) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;resultList.add(0, (( org.emftext.language.java.generics.QualifiedTypeArgument)argumentType.getTypeArguments().get(parameterType.getTypeArguments().indexOf(typeArgument))).getTypeReference(&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;).getTarget());&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;if (argumentType != null &amp;&amp; parameterType.getTarget() instanceof org.emftext.language.java.generics.TypeParameter) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;resultList.add(0,argumentType.getTarget());&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;else if (parameterType != null &amp;&amp; argument instanceof org.emftext.language.java.references.Reference) {&#xA;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.references.Reference argReference = ( org.emftext.language.java.references.Reference) argument;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;while (argReference.getNext() instanceof org.emftext.language.java.references.Reference &amp;&amp;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;!(argReference.getNext() instanceof org.emftext.language.java.references.ReflectiveClassReference) ) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;argReference = argReference.getNext();&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;if (argReference instanceof org.emftext.language.java.references.ElementReference) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.references.ElementReference elementReference = ( org.emftext.language.java.references.ElementReference) argReference;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;while (elementReference.getNext() instanceof org.emftext.language.java.references.ElementReference) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;elementReference = ( org.emftext.language.java.references.ElementReference) elementReference.getNext();&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;if (elementReference.getTarget() instanceof org.emftext.language.java.types.TypedElement) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.types.ClassifierReference argumentType = (( org.emftext.language.java.types.TypedElement)elementReference.getTarget()).getTypeReference().getPureClassifierReference();&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if (argumentType != null &amp;&amp; parameterType.getTypeArguments().size() == argumentType.getTypeArguments().size()) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;for( org.emftext.language.java.generics.TypeArgument typeArgument : parameterType.getTypeArguments()) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(typeArgument instanceof org.emftext.language.java.generics.QualifiedTypeArgument) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if((( org.emftext.language.java.generics.QualifiedTypeArgument) typeArgument).getTypeReference().getTarget().equals(this)) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;int idx2 = parameterType.getTypeArguments().indexOf(typeArgument);&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if (argumentType.getTypeArguments().get(idx2) instanceof org.emftext.language.java.generics.QualifiedTypeArgument) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;resultList.add(0, (( org.emftext.language.java.generics.QualifiedTypeArgument)argumentType.getTypeArguments().get(idx2)).getTypeReference().getTarget());&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else if (argumentType.getTypeArguments().get(idx2) instanceof org.emftext.language.java.generics.ExtendsTypeArgument) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;for( org.emftext.language.java.types.TypeReference extendedType : (( org.emftext.language.java.generics.ExtendsTypeArgument) argumentType.getTypeArguments().get(idx2)).getExtendTypes()) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;resultList.add(0, extendedType.getTarget());&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if (argumentType != null &amp;&amp; parameterType.getTarget() instanceof org.emftext.language.java.generics.TypeParameter) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;resultList.add(0,argumentType.getTarget());&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;if(elementReference.getNext() instanceof org.emftext.language.java.references.ReflectiveClassReference) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if (parameterType.getTypeArguments().size() == 1) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;for( org.emftext.language.java.generics.TypeArgument typeArgument : parameterType.getTypeArguments()) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(typeArgument instanceof org.emftext.language.java.generics.QualifiedTypeArgument) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if((( org.emftext.language.java.generics.QualifiedTypeArgument) typeArgument).getTypeReference().getTarget().equals(this)) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;resultList.add(0, elementReference.getReferencedType());&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;if (parameterType.getTarget() instanceof org.emftext.language.java.generics.TypeParameter) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;while (argReference.getNext() instanceof org.emftext.language.java.references.Reference) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;argReference = argReference.getNext();&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;resultList.add(0, (( org.emftext.language.java.references.Reference) argReference).getReferencedType());&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;}&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;&#xA;&#x9;&#x9;//return type&#xA;&#x9;&#x9;if(method.equals(typeReference.eContainer())) {&#xA;&#x9;&#x9;&#x9;//bound by the type of a method argument?&#xA;&#x9;&#x9;&#x9;org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.classifiers.Classifier> allSuperTypes = null;&#xA;&#x9;&#x9;&#x9;for( org.emftext.language.java.parameters.Parameter parameter : method.getParameters()) {&#xA;&#x9;&#x9;&#x9;&#x9;if(this.equals(parameter.getTypeReference().getTarget())) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;idx = method.getParameters().indexOf(parameter);&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.classifiers.Classifier argumentType = ( org.emftext.language.java.classifiers.Classifier) methodCall.getArguments().get(idx).getType();&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;if(allSuperTypes == null) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;allSuperTypes = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.classifiers.Classifier>();&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;allSuperTypes.add(argumentType);&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;allSuperTypes.addAll(argumentType.getAllSuperClassifiers());&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;allSuperTypes.add(argumentType);&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.classifiers.Classifier> allOtherSuperTypes = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.classifiers.Classifier>();&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;allOtherSuperTypes.add(argumentType);&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;allOtherSuperTypes.addAll(argumentType.getAllSuperClassifiers());&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.classifiers.Classifier> temp = allSuperTypes;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;allSuperTypes = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.classifiers.Classifier>();&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;for( org.emftext.language.java.classifiers.Classifier st : allOtherSuperTypes) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(temp.contains(st)) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;allSuperTypes.add(st);&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9; &#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;//all types given by all bindings&#xA;&#x9;&#x9;&#x9;if (allSuperTypes != null) {&#xA;&#x9;&#x9;&#x9;&#x9;resultList.addAll(allSuperTypes);&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;}&#xA;&#xA;//remove nulls&#xA;for( java.util.Iterator&lt;?> it = resultList.iterator(); it.hasNext(); ) {&#xA;&#x9;if (it.next() == null) {&#xA;&#x9;&#x9;it.remove();&#xA;&#x9;}&#xA;}&#xA;&#xA;if(resultList.isEmpty() || &#xA;&#x9;&#x9;(resultList.size() == 1 &amp;&amp; resultList.get(0).equals(this))) {&#xA;&#x9;return this;&#xA;}&#xA;else {&#xA;&#x9;org.emftext.language.java.util.TemporalCompositeClassifier temp = new org.emftext.language.java.util.TemporalCompositeClassifier(this);&#xA;&#x9;for( org.emftext.language.java.types.Type aResult : resultList) {&#xA;&#x9;&#x9;if(aResult instanceof org.emftext.language.java.types.PrimitiveType) {&#xA;&#x9;&#x9;&#x9;aResult = (( org.emftext.language.java.types.PrimitiveType) aResult).wrapPrimitiveType();&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;&#xA;&#x9;&#x9;if (aResult instanceof org.emftext.language.java.util.TemporalCompositeClassifier) {&#xA;&#x9;&#x9;&#x9;//flatten&#xA;&#x9;&#x9;&#x9;temp.getSuperTypes().addAll((( org.emftext.language.java.util.TemporalCompositeClassifier)aResult).getSuperTypes());&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;temp.getSuperTypes().add(( org.emftext.language.java.classifiers.Classifier) aResult);&#x9;&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;temp.getSuperTypes().add(this);&#xA;&#x9;return temp;&#xA;}"/> <details key="documentation" value="&#xA; Returns the type bound to the given parameter in the context&#xA; of the given reference.&#xA; &#xA; @param typeReference&#xA; @param reference&#xA; @return bound type or parameter if not bound&#xA;"/> </eAnnotations> <eParameters name="typeReference" eType="#//TypeReference"/> <eParameters name="reference" eType="#//Reference"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="extendTypes" upperBound="-1" eType="#//TypeReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnknownTypeArgument" eSuperTypes="#//TypeArgument"/> <eClassifiers xsi:type="ecore:EClass" name="Import" abstract="true" eSuperTypes="#//NamespaceAwareElement"> <eOperations name="getImportedClassifier" eType="#//ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="java.lang.String containerName = getNamespacesAsString();&#xA;if (containerName == null) {&#xA;&#x9;return null;&#xA;}&#xA;&#xA;java.lang.String fullQualifiedName = containerName + name;&#xA;return getConcreteClassifierProxy(fullQualifiedName);"/> <details key="documentation" value="&#xA; Returns the classifier with the given name &#xA; located in the namespace defined by the import.&#xA; &#xA; @param name the name of the classifier&#xA; @return imported classifier (proxy)&#xA;"/> </eAnnotations> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getImportedClassifiers" upperBound="-1" eType="#//ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="java.lang.String containerName = getNamespacesAsString();&#xA;if (containerName == null) {&#xA;&#x9;return org.eclipse.emf.common.util.ECollections.emptyEList();&#xA;}&#xA;&#xA;return getConcreteClassifierProxies(containerName, &quot;*&quot;);"/> <details key="documentation" value="&#xA; Returns a list of imported classifiers assuming the import's namespace&#xA; identifies a package.&#xA; &#xA; @param _this &#xA; @return imported classifier (proxy)&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getImportedMembers" upperBound="-1" eType="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.classifiers.ConcreteClassifier concreteClassifier = getClassifierAtNamespaces();&#xA;&#xA;if(concreteClassifier == null || concreteClassifier.eIsProxy()) {&#xA;&#x9;return org.eclipse.emf.common.util.ECollections.emptyEList();&#xA;}&#xA;&#xA;org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.commons.NamedElement> result = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.commons.NamedElement>();&#xA;result.addAll(concreteClassifier.getAllMembers(this));&#xA;if (concreteClassifier instanceof org.emftext.language.java.classifiers.Enumeration) {&#xA;&#x9;result.addAll((( org.emftext.language.java.classifiers.Enumeration)concreteClassifier).getConstants());&#xA;}&#xA;&#xA;return result;"/> <details key="documentation" value="&#xA; Returns all imported members assuming the import's namespace&#xA; identifies a classifier.&#xA; &#xA; @param _this &#xA; @return list of imported classifiers (proxies)&#xA;"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImportingElement" abstract="true" eSuperTypes="#//Commentable"> <eOperations name="getDefaultImports" upperBound="-1" eType="#//ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.classifiers.ConcreteClassifier> result = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.classifiers.ConcreteClassifier>();&#xA;for( org.eclipse.emf.ecore.EObject classifier : org.emftext.language.java.JavaClasspath.get(this).getDefaultImports()) {&#xA;&#x9;result.add(( org.emftext.language.java.classifiers.ConcreteClassifier)classifier);&#xA;}&#xA;return result;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//Import" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StaticImport" abstract="true" eSuperTypes="#//Import"> <eStructuralFeatures xsi:type="ecore:EReference" name="static" lowerBound="1" eType="#//Static" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassifierImport" eSuperTypes="#//Import"> <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" lowerBound="1" eType="#//ConcreteClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageImport" eSuperTypes="#//Import"/> <eClassifiers xsi:type="ecore:EClass" name="StaticClassifierImport" eSuperTypes="#//StaticImport"/> <eClassifiers xsi:type="ecore:EClass" name="StaticMemberImport" eSuperTypes="#//StaticImport"> <eStructuralFeatures xsi:type="ecore:EReference" name="staticMembers" lowerBound="1" upperBound="-1" eType="#//ReferenceableElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Initializable" abstract="true" eSuperTypes="#//Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="initialValue" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instantiation" abstract="true" eSuperTypes="#//Reference #//Argumentable"/> <eClassifiers xsi:type="ecore:EClass" name="NewConstructorCall" eSuperTypes="#//TypedElement #//Instantiation #//CallTypeArgumentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClass" eType="#//AnonymousClass" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExplicitConstructorCall" eSuperTypes="#//Instantiation"> <eStructuralFeatures xsi:type="ecore:EReference" name="callTarget" lowerBound="1" eType="#//Self" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Literal" abstract="true" eSuperTypes="#//PrimaryExpression"> <eOperations name="getOneType" eType="#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="//Overrides implementation in Expression&#xA;org.emftext.language.java.classifiers.Class javaClass = null;&#xA;&#xA;if (this instanceof org.emftext.language.java.literals.NullLiteral) {&#xA;&#x9;javaClass = getLibClass(&quot;Void&quot;);&#xA;}&#xA;else if (this instanceof org.emftext.language.java.literals.BooleanLiteral) {&#xA;&#x9;javaClass = getLibClass(&quot;Boolean&quot;);&#xA;}&#xA;else if (this instanceof org.emftext.language.java.literals.DoubleLiteral) {&#xA;&#x9;javaClass = getLibClass(&quot;Double&quot;);&#xA;}&#xA;else if (this instanceof org.emftext.language.java.literals.FloatLiteral) {&#xA;&#x9;javaClass = getLibClass(&quot;Float&quot;);&#xA;}&#xA;else if (this instanceof org.emftext.language.java.literals.IntegerLiteral) {&#xA;&#x9;javaClass = getLibClass(&quot;Integer&quot;);&#xA;}&#xA;else if (this instanceof org.emftext.language.java.literals.LongLiteral) {&#xA;&#x9;javaClass = getLibClass(&quot;Long&quot;);&#xA;}&#xA;else if (this instanceof org.emftext.language.java.literals.CharacterLiteral) {&#xA;&#x9;javaClass = getLibClass(&quot;Character&quot;);&#xA;}&#xA;&#xA;return javaClass;"/> <details key="documentation" value="&#xA; @return type of the literal&#xA;"/> </eAnnotations> <eParameters name="alternative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Self" abstract="true" eSuperTypes="#//Commentable"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//Literal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CharacterLiteral" eSuperTypes="#//Literal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EChar"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FloatLiteral" abstract="true" eSuperTypes="#//Literal"/> <eClassifiers xsi:type="ecore:EClass" name="DecimalFloatLiteral" eSuperTypes="#//FloatLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="decimalValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HexFloatLiteral" eSuperTypes="#//FloatLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hexValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoubleLiteral" abstract="true" eSuperTypes="#//Literal"/> <eClassifiers xsi:type="ecore:EClass" name="DecimalDoubleLiteral" eSuperTypes="#//DoubleLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="decimalValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HexDoubleLiteral" eSuperTypes="#//DoubleLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hexValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerLiteral" abstract="true" eSuperTypes="#//Literal"/> <eClassifiers xsi:type="ecore:EClass" name="DecimalIntegerLiteral" eSuperTypes="#//IntegerLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="decimalValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HexIntegerLiteral" eSuperTypes="#//IntegerLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hexValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OctalIntegerLiteral" eSuperTypes="#//IntegerLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="octalValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LongLiteral" abstract="true" eSuperTypes="#//Literal"/> <eClassifiers xsi:type="ecore:EClass" name="DecimalLongLiteral" eSuperTypes="#//LongLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="decimalValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HexLongLiteral" eSuperTypes="#//LongLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hexValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OctalLongLiteral" eSuperTypes="#//LongLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="octalValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullLiteral" eSuperTypes="#//Literal"/> <eClassifiers xsi:type="ecore:EClass" name="Super" eSuperTypes="#//Self"/> <eClassifiers xsi:type="ecore:EClass" name="This" eSuperTypes="#//Self"/> <eClassifiers xsi:type="ecore:EClass" name="ExceptionThrower" abstract="true" eSuperTypes="#//Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptions" upperBound="-1" eType="#//NamespaceClassifierReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Member" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="MemberContainer" abstract="true" eSuperTypes="#//Commentable"> <eOperations name="getContainedClassifier" eType="#//ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="for( org.emftext.language.java.members.Member member : getMembers()) {&#xA;&#x9;if (member instanceof org.emftext.language.java.classifiers.ConcreteClassifier &amp;&amp; name.equals(member.getName())) {&#xA;&#x9;&#x9;return ( org.emftext.language.java.classifiers.ConcreteClassifier) member;&#xA;&#x9;}&#xA; &#x9;&#x9;}&#xA;for( org.emftext.language.java.members.Member member : getDefaultMembers()) {&#xA;&#x9;if (member instanceof org.emftext.language.java.classifiers.ConcreteClassifier &amp;&amp; name.equals(member.getName())) {&#xA;&#x9;&#x9;return ( org.emftext.language.java.classifiers.ConcreteClassifier) member;&#xA;&#x9;}&#xA; &#x9;&#x9;}&#xA;return null;"/> <details key="documentation" value="&#xA; @param name&#xA; @return classifier with the given name defined in this member container&#xA;"/> </eAnnotations> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getContainedField" eType="#//Field"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="for( org.emftext.language.java.members.Member member : getMembers()) {&#xA;&#x9;if (member instanceof org.emftext.language.java.members.Field &amp;&amp; name.equals(member.getName())) {&#xA;&#x9;&#x9;return ( org.emftext.language.java.members.Field) member;&#xA;&#x9;}&#xA; &#x9;&#x9;}&#xA;for( org.emftext.language.java.members.Member member : getDefaultMembers()) {&#xA;&#x9;if (member instanceof org.emftext.language.java.members.Field &amp;&amp; name.equals(member.getName())) {&#xA;&#x9;&#x9;return ( org.emftext.language.java.members.Field) member;&#xA;&#x9;}&#xA; &#x9;&#x9;}&#xA;return null;"/> <details key="documentation" value="&#xA; @param name&#xA; @return field with the given name defined in this member container&#xA;"/> </eAnnotations> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getContainedMethod" eType="#//Method"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.members.Method found = null;&#xA;for( org.emftext.language.java.members.Member member : getMembers()) {&#xA;&#x9;if (member instanceof org.emftext.language.java.members.Method &amp;&amp; name.equals(member.getName())) {&#xA;&#x9;&#x9;if(found != null) {&#xA;&#x9;&#x9;&#x9;return null;&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;found = ( org.emftext.language.java.members.Method) member;&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA; &#x9;&#x9;}&#xA; &#x9;&#x9;for( org.emftext.language.java.members.Member member : getDefaultMembers()) {&#xA;&#x9;if (member instanceof org.emftext.language.java.members.Method &amp;&amp; name.equals(member.getName())) {&#xA;&#x9;&#x9;if(found != null) {&#xA;&#x9;&#x9;&#x9;return null;&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;found = ( org.emftext.language.java.members.Method) member;&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA; &#x9;&#x9;}&#xA;return found;"/> <details key="documentation" value="&#xA; @param name&#xA; @return method with the given name defined in this member container;&#xA; null, if there is no such method &#xA; or if there are multiple methods with the same name&#xA;"/> </eAnnotations> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getMethods" upperBound="-1" eType="#//Method"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.members.Method> methodList = new org.eclipse.emf.common.util.BasicEList&lt; org.emftext.language.java.members.Method>();&#xA;&#xA;for ( org.emftext.language.java.members.Member member : getMembers()) {&#xA;&#x9;if (member instanceof org.emftext.language.java.members.Method) {&#xA;&#x9;&#x9;methodList.add(( org.emftext.language.java.members.Method) member);&#xA;&#x9;}&#xA;}&#x9;&#xA;return methodList;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eOperations name="removeMethods"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.members.Method> methodsToRemove = new org.eclipse.emf.common.util.BasicEList&lt; org.emftext.language.java.members.Method>();&#xA;&#xA;for ( org.emftext.language.java.members.Member member : getMembers()) {&#xA;&#x9;if (member instanceof org.emftext.language.java.members.Method) {&#xA;&#x9;&#x9;if (name.equals(member.getName())) {&#xA;&#x9;&#x9;&#x9;methodsToRemove.add(( org.emftext.language.java.members.Method) member);&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;}&#xA;getMembers().removeAll(methodsToRemove);"/> <details key="documentation" value=""/> </eAnnotations> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getMembersByName" upperBound="-1" eType="#//Member"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.members.Member> matchingMembers = new org.eclipse.emf.common.util.BasicEList&lt; org.emftext.language.java.members.Member>();&#xA;&#xA;for ( org.emftext.language.java.members.Member member : getMembers()) {&#xA;&#x9;if (name.equals(member.getName())) {&#xA;&#x9;&#x9;matchingMembers.add(member);&#xA;&#x9;}&#xA;}&#x9;&#xA;return matchingMembers;"/> <details key="documentation" value=""/> </eAnnotations> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="createField" eType="#//Field"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.members.Field field = org.emftext.language.java.members.MembersFactory.eINSTANCE.createField();&#xA;field.setName(name);&#xA;org.emftext.language.java.types.ClassifierReference typeRef = org.emftext.language.java.types.TypesFactory.eINSTANCE.createClassifierReference();&#xA;typeRef.setTarget(getConcreteClassifier(qualifiedTypeName));&#xA;field.setTypeReference(typeRef);&#xA;getMembers().add(field);&#xA;return field;"/> <details key="documentation" value=""/> </eAnnotations> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="qualifiedTypeName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getFields" upperBound="-1" eType="#//Field"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.members.Field> fieldList = new org.eclipse.emf.common.util.BasicEList&lt; org.emftext.language.java.members.Field>();&#xA;&#xA;for ( org.emftext.language.java.members.Member member : getMembers()) {&#xA;&#x9;if (member instanceof org.emftext.language.java.members.Field) {&#xA;&#x9;&#x9;fieldList.add(( org.emftext.language.java.members.Field) member);&#xA;&#x9;}&#xA;}&#x9;&#xA;return fieldList;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="#//Member" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultMembers" upperBound="-1" eType="#//Member" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AdditionalField" eSuperTypes="#//ReferenceableElement #//ArrayTypeable #//Initializable"> <eOperations name="getArrayDimension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="long size = this.getArrayDimensionsBefore().size() + this.getArrayDimensionsAfter().size();&#xA;return size;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constructor" eSuperTypes="#//Member #//StatementListContainer #//Parametrizable #//TypeParametrizable #//ExceptionThrower #//AnnotableAndModifiable"/> <eClassifiers xsi:type="ecore:EClass" name="EmptyMember" eSuperTypes="#//Member"/> <eClassifiers xsi:type="ecore:EClass" name="Field" eSuperTypes="#//Member #//Initializable #//Variable #//ReferenceableElement #//AnnotableAndModifiable"> <eStructuralFeatures xsi:type="ecore:EReference" name="additionalFields" upperBound="-1" eType="#//AdditionalField" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method" abstract="true" eSuperTypes="#//Member #//TypedElement #//ArrayTypeable #//TypeParametrizable #//Parametrizable #//ReferenceableElement #//ExceptionThrower #//AnnotableAndModifiable"> <eOperations name="isMethodForCall" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.types.Type> argumentTypeList = methodCall.getArgumentTypes();&#xA;org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.parameters.Parameter> parameterList = new org.eclipse.emf.common.util.BasicEList&lt; org.emftext.language.java.parameters.Parameter>(this.getParameters());&#xA;&#xA;org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.types.Type> parameterTypeList = new org.eclipse.emf.common.util.BasicEList&lt; org.emftext.language.java.types.Type>();&#xA;for( org.emftext.language.java.parameters.Parameter parameter : parameterList) {&#xA;&#x9;//determine types before messing with the parameters&#xA;&#x9;parameterTypeList.add(&#xA;&#x9;&#x9;&#x9;parameter.getTypeReference().getBoundTarget(methodCall));&#xA;}&#xA;&#xA;if (!parameterList.isEmpty()) {&#xA;&#x9;org.emftext.language.java.parameters.Parameter lastParameter = parameterList.get(parameterList.size() - 1);&#xA;&#x9;org.emftext.language.java.types.Type lastParameterType = parameterTypeList.get(parameterTypeList.size() - 1);;&#xA;&#x9;if (lastParameter instanceof org.emftext.language.java.parameters.VariableLengthParameter) {&#xA;&#x9;&#x9;//in case of variable length add/remove some parameters&#xA;&#x9;&#x9;while(parameterList.size() &lt; argumentTypeList.size()) {&#xA;&#x9;&#x9;&#x9;if (needsPerfectMatch) return false;&#xA;&#x9;&#x9;&#x9;parameterList.add(lastParameter);&#xA;&#x9;&#x9;&#x9;parameterTypeList.add(lastParameterType);&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;if(parameterList.size() > argumentTypeList.size()) {&#xA;&#x9;&#x9;&#x9;if (needsPerfectMatch) return false;&#xA;&#x9;&#x9;&#x9;parameterList.remove(lastParameter);&#xA;&#x9;&#x9;&#x9;parameterTypeList.remove(parameterTypeList.size() - 1);&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;&#xA;&#x9;}&#xA;}&#xA;&#xA;if (parameterList.size() == argumentTypeList.size()) { &#xA;&#x9;boolean parametersMatch = true;&#xA;&#x9;for (int i = 0; i &lt; argumentTypeList.size(); i++) {&#xA;&#x9;&#x9;org.emftext.language.java.parameters.Parameter parameter = parameterList.get(i);&#xA;&#x9;&#x9;org.emftext.language.java.expressions.Expression argument = methodCall.getArguments().get(i);&#xA;&#xA;&#x9;&#x9;org.emftext.language.java.types.Type parameterType = parameterTypeList.get(i);&#xA;&#x9;&#x9;org.emftext.language.java.types.Type argumentType = argumentTypeList.get(i);&#xA;&#x9;&#x9;&#xA;&#x9;&#x9;if (argumentType == null || parameterType == null) {&#xA;&#x9;&#x9;&#x9;return false;&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;&#xA;&#x9;&#x9;if (parameterType != null &amp;&amp; argumentType != null) {&#xA;&#x9;&#x9;&#x9;if (!parameterType.eIsProxy() || !argumentType.eIsProxy()) {&#xA;&#x9;&#x9;&#x9;&#x9;if (needsPerfectMatch) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;parametersMatch = parametersMatch&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&amp;&amp; argumentType.equalsType(argument.getArrayDimension(),&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;parameterType, parameter.getArrayDimension());&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;parametersMatch = parametersMatch &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&amp;&amp; argumentType.isSuperType(argument.getArrayDimension(),&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;parameterType, parameter);&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;&#x9;return false;&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;return false;&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;return parametersMatch; &#xA;} &#xA;return false;"/> <details key="documentation" value=""/> </eAnnotations> <eParameters name="methodCall" eType="#//MethodCall"/> <eParameters name="needsPerfectMatch" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="isSomeMethodForCall" 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 isMethodForCall(methodCall, false);"/> <details key="documentation" value="&#xA; Decides if the given method matches the given call. &#xA; &#xA; @param methodCall&#xA; @return&#xA;"/> </eAnnotations> <eParameters name="methodCall" eType="#//MethodCall"/> </eOperations> <eOperations name="isBetterMethodForCall" 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 (!isMethodForCall(methodCall, false)) {&#xA;&#x9;return false;&#xA;}&#xA;if (otherMethod.isMethodForCall(methodCall, true)) {&#xA;&#x9;if (isMethodForCall(methodCall, true)) {&#xA;&#x9;&#x9;//we both match perfectly; lets compare our return types&#xA;&#x9;&#x9;org.emftext.language.java.types.Type target = getTypeReference().getTarget();&#xA;&#x9;&#x9;if (target instanceof org.emftext.language.java.classifiers.ConcreteClassifier) {&#xA;&#x9;&#x9;&#x9;if ((( org.emftext.language.java.classifiers.ConcreteClassifier) target).getAllSuperClassifiers().contains(&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;otherMethod.getTypeReference().getTarget())) {&#xA;&#x9;&#x9;&#x9;&#x9;// I am the more concrete type&#xA;&#x9;&#x9;&#x9;&#x9;return true;&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;//the other already matches perfectly; I am not better&#xA;&#x9;return false;&#xA;}&#xA;if (!otherMethod.isMethodForCall(methodCall, false)) {&#xA;&#x9;//I match, but the other does not&#xA;&#x9;return true;&#xA;}&#xA;//we both match, I am only better if I match perfectly &lt;- &#xA;//TODO #763: this is not enough: we need to check for &quot;nearest subtype&quot; here&#xA;return isMethodForCall(methodCall, true);"/> <details key="documentation" value="&#xA; Only returns true if the given Method is a better match for the given calls than the&#xA; otherMethod given.&#xA; &#xA; @param otherMethod&#xA; @param methodCall&#xA; @return&#xA;"/> </eAnnotations> <eParameters name="otherMethod" eType="#//Method"/> <eParameters name="methodCall" eType="#//MethodCall"/> </eOperations> <eOperations name="getArrayDimension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="long size = this.getArrayDimensionsBefore().size() + this.getArrayDimensionsAfter().size();&#xA;if (this instanceof org.emftext.language.java.parameters.VariableLengthParameter) {&#xA;&#x9;size++;&#xA;}&#xA;return size;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceMethod" eSuperTypes="#//Method"/> <eClassifiers xsi:type="ecore:EClass" name="ClassMethod" eSuperTypes="#//Method #//StatementListContainer"/> <eClassifiers xsi:type="ecore:EClass" name="EnumConstant" eSuperTypes="#//ReferenceableElement #//Argumentable #//Annotable"> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClass" eType="#//AnonymousClass" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Modifier" abstract="true" eSuperTypes="#//AnnotationInstanceOrModifier"/> <eClassifiers xsi:type="ecore:EClass" name="AnnotationInstanceOrModifier" abstract="true" eSuperTypes="#//Commentable"/> <eClassifiers xsi:type="ecore:EClass" name="AnnotableAndModifiable" abstract="true" eSuperTypes="#//Commentable"> <eOperations name="isHidden" 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 (this.eIsProxy()) {&#xA;&#x9;return false;&#xA;}&#xA;//all members of an interface are public by default&#xA;if (this.eContainer() instanceof org.emftext.language.java.classifiers.Interface) {&#xA;&#x9;return false;&#xA;}&#xA;&#xA;if(context.eIsProxy()) {&#xA;&#x9;context = ( org.emftext.language.java.commons.Commentable) org.eclipse.emf.ecore.util.EcoreUtil.resolve(context, this);&#xA;}&#xA;&#xA;org.emftext.language.java.classifiers.ConcreteClassifier contextClassifier = context.getContainingConcreteClassifier(); &#xA;if (!(eContainer() instanceof org.emftext.language.java.commons.Commentable)) {&#xA;&#x9;return true;&#xA;}&#xA;org.emftext.language.java.classifiers.ConcreteClassifier myClassifier = (( org.emftext.language.java.commons.Commentable) eContainer()).getParentConcreteClassifier();&#xA;//special case: self reference to outer instance&#xA;if(context instanceof org.emftext.language.java.references.Reference) {&#xA;&#x9;if ((( org.emftext.language.java.references.Reference)context).getPrevious() instanceof org.emftext.language.java.references.SelfReference) {&#xA;&#x9;&#x9;org.emftext.language.java.references.SelfReference selfReference = ( org.emftext.language.java.references.SelfReference) (( org.emftext.language.java.references.Reference)context).getPrevious();&#xA;&#x9;&#x9;if (selfReference.getSelf() instanceof org.emftext.language.java.literals.Self) {&#xA;&#x9;&#x9;&#x9;if(selfReference.getPrevious() != null) {&#xA;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.types.Type type = selfReference.getPrevious().getReferencedType();&#xA;&#x9;&#x9;&#x9;&#x9;if (type instanceof org.emftext.language.java.classifiers.ConcreteClassifier) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;contextClassifier = ( org.emftext.language.java.classifiers.ConcreteClassifier) type;&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;}&#xA;&#xA;for( org.emftext.language.java.modifiers.AnnotationInstanceOrModifier modifier : this.getAnnotationsAndModifiers()) {&#xA;&#x9;if(modifier instanceof org.emftext.language.java.modifiers.Private) {&#xA;&#x9;&#x9;if (myClassifier.equalsType(0, contextClassifier,0)) {&#xA;&#x9;&#x9;&#x9;return false;&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;return true;&#xA;&#x9;}&#xA;&#x9;if(modifier instanceof org.emftext.language.java.modifiers.Public) {&#xA;&#x9;&#x9;return false;&#xA;&#x9;}&#xA;&#x9;if(modifier instanceof org.emftext.language.java.modifiers.Protected) {&#xA;&#x9;&#x9;//package visibility&#xA;&#x9;&#x9;if (getContainingPackageName() != null &amp;&amp; &#xA;&#x9;&#x9;&#x9;&#x9;getContainingPackageName().equals(context.getContainingPackageName())) {&#xA;&#x9;&#x9;&#x9;return false;&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;//try outer classifiers as well &#xA;&#x9;&#x9;while(contextClassifier instanceof org.emftext.language.java.classifiers.Classifier) {&#xA;&#x9;&#x9;&#x9;if (contextClassifier.isSuperType(0, myClassifier, null)) {&#xA;&#x9;&#x9;&#x9;&#x9;return false;&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;org.eclipse.emf.ecore.EObject container = contextClassifier.eContainer();&#xA;&#x9;&#x9;&#x9;if (container instanceof org.emftext.language.java.commons.Commentable) {&#xA;&#x9;&#x9;&#x9;&#x9;contextClassifier = (( org.emftext.language.java.commons.Commentable) container).getParentConcreteClassifier();&#xA;&#x9;&#x9;&#x9;} else {&#xA;&#x9;&#x9;&#x9;&#x9;contextClassifier = null;&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;if (contextClassifier != null &amp;&amp; !contextClassifier.eIsProxy() &amp;&amp; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;contextClassifier.isSuperType(0, myClassifier, null)) {&#xA;&#x9;&#x9;&#x9;&#x9;return false;&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;//visibility through anonymous subclass&#xA;&#x9;&#x9;org.emftext.language.java.classifiers.AnonymousClass anonymousClass = context.getContainingAnonymousClass();&#xA;&#x9;&#x9;while (anonymousClass != null) {&#xA;&#x9;&#x9;&#x9;contextClassifier = anonymousClass.getSuperClassifier();&#xA;&#x9;&#x9;&#x9;if (contextClassifier == null) {&#xA;&#x9;&#x9;&#x9;&#x9;return true;&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;if (contextClassifier.isSuperType(0, myClassifier, null)) {&#xA;&#x9;&#x9;&#x9;&#x9;return false;&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;org.eclipse.emf.ecore.EObject container = anonymousClass.eContainer();&#xA;&#x9;&#x9;&#x9;if (container instanceof org.emftext.language.java.commons.Commentable) {&#xA;&#x9;&#x9;&#x9;&#x9;anonymousClass = (( org.emftext.language.java.commons.Commentable) container).getContainingAnonymousClass();&#xA;&#x9;&#x9;&#x9;} else {&#xA;&#x9;&#x9;&#x9;&#x9;anonymousClass = null;&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;return true;&#xA;&#x9;}&#xA;}&#xA;//package visibility?&#xA;if (getContainingPackageName() != null &amp;&amp; &#xA;&#x9;&#x9;getContainingPackageName().equals(context.getContainingPackageName())) {&#xA;&#x9;return false;&#xA;}&#xA;&#xA;return true;"/> <details key="documentation" value=""/> </eAnnotations> <eParameters name="context" eType="#//Commentable"/> </eOperations> <eOperations name="isStatic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="//all members of an interface are static by default&#xA;if (this.eContainer() instanceof org.emftext.language.java.classifiers.Interface) {&#xA;&#x9;return true;&#xA;}&#xA;&#xA;for( org.emftext.language.java.modifiers.AnnotationInstanceOrModifier modifier : this.getAnnotationsAndModifiers()) {&#xA;&#x9;if(modifier instanceof org.emftext.language.java.modifiers.Static) {&#xA;&#x9;&#x9;return true;&#xA;&#x9;}&#xA;}&#xA;return false;"/> <details key="documentation" value="&#xA; Returns true if this element is static (either by an explicit modifier &lt;code>static&lt;/code>&#xA; or because this element is part of an interface).&#xA;"/> </eAnnotations> </eOperations> <eOperations name="removeModifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="java.util.List&lt; org.emftext.language.java.modifiers.AnnotationInstanceOrModifier> modifiers = getAnnotationsAndModifiers();&#xA;java.util.List&lt; org.emftext.language.java.modifiers.AnnotationInstanceOrModifier> modifiersToRemove = new java.util.ArrayList&lt; org.emftext.language.java.modifiers.AnnotationInstanceOrModifier>();&#xA;for ( org.emftext.language.java.modifiers.AnnotationInstanceOrModifier modifier : modifiers) {&#xA;&#x9;if (modifierType.isInstance(modifier)) {&#xA;&#x9;&#x9;modifiersToRemove.add(modifier);&#xA;&#x9;}&#xA;}&#xA;modifiers.removeAll(modifiersToRemove);"/> <details key="documentation" value="&#xA; Removes the given type of modifier from this element.&#xA;"/> </eAnnotations> <eParameters name="modifierType"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"> <eTypeArguments/> </eGenericType> </eParameters> </eOperations> <eOperations name="makePublic"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (isPublic()) {&#xA;&#x9;return;&#xA;}&#xA;removeModifier( org.emftext.language.java.modifiers.Private.class);&#xA;removeModifier( org.emftext.language.java.modifiers.Protected.class);&#xA;getAnnotationsAndModifiers().add( org.emftext.language.java.modifiers.ModifiersFactory.eINSTANCE.createPublic());"/> <details key="documentation" value="&#xA; Sets the visibility of this element to &lt;code>public&lt;/code>.&#xA;"/> </eAnnotations> </eOperations> <eOperations name="makePrivate"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (isPrivate()) {&#xA;&#x9;return;&#xA;}&#xA;removeModifier( org.emftext.language.java.modifiers.Public.class);&#xA;removeModifier( org.emftext.language.java.modifiers.Protected.class);&#xA;getAnnotationsAndModifiers().add( org.emftext.language.java.modifiers.ModifiersFactory.eINSTANCE.createPrivate());"/> <details key="documentation" value="&#xA; Sets the visibility of this element to &lt;code>private&lt;/code>.&#xA;"/> </eAnnotations> </eOperations> <eOperations name="makeProtected"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (isProtected()) {&#xA;&#x9;return;&#xA;}&#xA;removeModifier( org.emftext.language.java.modifiers.Private.class);&#xA;removeModifier( org.emftext.language.java.modifiers.Public.class);&#xA;getAnnotationsAndModifiers().add( org.emftext.language.java.modifiers.ModifiersFactory.eINSTANCE.createProtected());"/> <details key="documentation" value="&#xA; Sets the visibility of this element to &lt;code>protected&lt;/code>.&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getModifiers" upperBound="-1" eType="#//Modifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.modifiers.AnnotationInstanceOrModifier> elements = getAnnotationsAndModifiers();&#xA;org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.modifiers.Modifier> modifiers = new org.eclipse.emf.common.util.BasicEList&lt; org.emftext.language.java.modifiers.Modifier>(); &#xA;for ( org.emftext.language.java.modifiers.AnnotationInstanceOrModifier next : elements) {&#xA;&#x9;if (next instanceof org.emftext.language.java.modifiers.Modifier) {&#xA;&#x9;&#x9;modifiers.add(( org.emftext.language.java.modifiers.Modifier) next);&#xA;&#x9;}&#xA;}&#xA;return org.eclipse.emf.common.util.ECollections.unmodifiableEList(modifiers);"/> <details key="documentation" value="&#xA; Returns an unmodifiable list of the modifiers that apply to this element.&#xA;"/> </eAnnotations> </eOperations> <eOperations name="removeAllModifiers"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="java.util.List&lt; org.emftext.language.java.modifiers.Modifier> modifiers = getModifiers();&#xA;org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.modifiers.AnnotationInstanceOrModifier> elements = getAnnotationsAndModifiers();&#xA;elements.removeAll(modifiers);"/> <details key="documentation" value="&#xA; Removes all modifiers from this element.&#xA;"/> </eAnnotations> </eOperations> <eOperations name="hasModifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="java.util.List&lt; org.emftext.language.java.modifiers.AnnotationInstanceOrModifier> modifiers = getAnnotationsAndModifiers();&#xA;for ( org.emftext.language.java.modifiers.AnnotationInstanceOrModifier modifier : modifiers) {&#xA;&#x9;if (type.isInstance(modifier)) {&#xA;&#x9;&#x9;return true;&#xA;&#x9;}&#xA;}&#xA;return false;"/> <details key="documentation" value="&#xA; Checks whether this element has an modifier of the given type.&#xA;"/> </eAnnotations> <eParameters name="type"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"> <eTypeArguments/> </eGenericType> </eParameters> </eOperations> <eOperations name="isPublic" 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 hasModifier( org.emftext.language.java.modifiers.Public.class);"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eOperations name="isPrivate" 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 hasModifier( org.emftext.language.java.modifiers.Private.class);"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eOperations name="isProtected" 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 hasModifier( org.emftext.language.java.modifiers.Protected.class);"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eOperations name="addModifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="getAnnotationsAndModifiers().add(newModifier);"/> <details key="documentation" value="&#xA; Adds the given type of modifier to this element. This method does not&#xA; check for duplicate modifiers!&#xA;"/> </eAnnotations> <eParameters name="newModifier" lowerBound="1" eType="#//Modifier"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="annotationsAndModifiers" upperBound="-1" eType="#//AnnotationInstanceOrModifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Modifiable" abstract="true" eSuperTypes="#//Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1" eType="#//Modifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Abstract" eSuperTypes="#//Modifier"/> <eClassifiers xsi:type="ecore:EClass" name="Final" eSuperTypes="#//Modifier"/> <eClassifiers xsi:type="ecore:EClass" name="Native" eSuperTypes="#//Modifier"/> <eClassifiers xsi:type="ecore:EClass" name="Protected" eSuperTypes="#//Modifier"/> <eClassifiers xsi:type="ecore:EClass" name="Public" eSuperTypes="#//Modifier"/> <eClassifiers xsi:type="ecore:EClass" name="Private" eSuperTypes="#//Modifier"/> <eClassifiers xsi:type="ecore:EClass" name="Static" eSuperTypes="#//Modifier"/> <eClassifiers xsi:type="ecore:EClass" name="Strictfp" eSuperTypes="#//Modifier"/> <eClassifiers xsi:type="ecore:EClass" name="Synchronized" eSuperTypes="#//Modifier"/> <eClassifiers xsi:type="ecore:EClass" name="Transient" eSuperTypes="#//Modifier"/> <eClassifiers xsi:type="ecore:EClass" name="Volatile" eSuperTypes="#//Modifier"/> <eClassifiers xsi:type="ecore:EClass" name="Operator" abstract="true" eSuperTypes="#//Commentable"/> <eClassifiers xsi:type="ecore:EClass" name="AdditiveOperator" abstract="true" eSuperTypes="#//Operator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentOperator" abstract="true" eSuperTypes="#//Operator"/> <eClassifiers xsi:type="ecore:EClass" name="EqualityOperator" abstract="true" eSuperTypes="#//Operator"/> <eClassifiers xsi:type="ecore:EClass" name="MultiplicativeOperator" abstract="true" eSuperTypes="#//Operator"/> <eClassifiers xsi:type="ecore:EClass" name="RelationOperator" abstract="true" eSuperTypes="#//Operator"/> <eClassifiers xsi:type="ecore:EClass" name="ShiftOperator" abstract="true" eSuperTypes="#//Operator"/> <eClassifiers xsi:type="ecore:EClass" name="UnaryOperator" abstract="true" eSuperTypes="#//Operator"/> <eClassifiers xsi:type="ecore:EClass" name="UnaryModificationOperator" abstract="true" eSuperTypes="#//Operator"/> <eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentAnd" eSuperTypes="#//AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentDivision" eSuperTypes="#//AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentExclusiveOr" eSuperTypes="#//AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentMinus" eSuperTypes="#//AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentModulo" eSuperTypes="#//AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentMultiplication" eSuperTypes="#//AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentLeftShift" eSuperTypes="#//AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentOr" eSuperTypes="#//AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentPlus" eSuperTypes="#//AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentRightShift" eSuperTypes="#//AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentUnsignedRightShift" eSuperTypes="#//AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Equal" eSuperTypes="#//EqualityOperator"/> <eClassifiers xsi:type="ecore:EClass" name="NotEqual" eSuperTypes="#//EqualityOperator"/> <eClassifiers xsi:type="ecore:EClass" name="GreaterThan" eSuperTypes="#//RelationOperator"/> <eClassifiers xsi:type="ecore:EClass" name="GreaterThanOrEqual" eSuperTypes="#//RelationOperator"/> <eClassifiers xsi:type="ecore:EClass" name="LessThan" eSuperTypes="#//RelationOperator"/> <eClassifiers xsi:type="ecore:EClass" name="LessThanOrEqual" eSuperTypes="#//RelationOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Addition" eSuperTypes="#//AdditiveOperator #//UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Subtraction" eSuperTypes="#//AdditiveOperator #//UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Division" eSuperTypes="#//MultiplicativeOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Multiplication" eSuperTypes="#//MultiplicativeOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Remainder" eSuperTypes="#//MultiplicativeOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Complement" eSuperTypes="#//UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="MinusMinus" eSuperTypes="#//UnaryModificationOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Negate" eSuperTypes="#//UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="PlusPlus" eSuperTypes="#//UnaryModificationOperator"/> <eClassifiers xsi:type="ecore:EClass" name="LeftShift" eSuperTypes="#//ShiftOperator"/> <eClassifiers xsi:type="ecore:EClass" name="RightShift" eSuperTypes="#//ShiftOperator"/> <eClassifiers xsi:type="ecore:EClass" name="UnsignedRightShift" eSuperTypes="#//ShiftOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Reference" abstract="true" eSuperTypes="#//PrimaryExpression #//TypeArgumentable"> <eOperations name="getReferencedType" eType="#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (this instanceof org.emftext.language.java.literals.Literal) {&#xA;&#x9;return (( org.emftext.language.java.literals.Literal) this).getType();&#xA;}&#xA;&#xA;org.emftext.language.java.types.Type type = null;&#xA;&#xA;//referenced element point to a type&#xA;if (this instanceof org.emftext.language.java.types.TypedElement) {&#xA;&#x9;org.emftext.language.java.types.TypeReference typeRef = (( org.emftext.language.java.types.TypedElement) this).getTypeReference();&#xA;&#x9;type = typeRef.getBoundTarget(this);&#xA;}&#xA;//element points to this or super&#xA;else if (this instanceof org.emftext.language.java.references.SelfReference) {&#xA;&#x9;org.emftext.language.java.types.Type thisClass = null;&#xA;&#x9;if (this.getPrevious() != null) {&#xA;&#x9;&#x9;thisClass = this.getPrevious().getReferencedType();&#xA;&#x9;}&#xA;&#x9;else {&#xA;&#x9;&#x9;org.emftext.language.java.classifiers.AnonymousClass anonymousContainer = getContainingAnonymousClass();&#xA;&#x9;&#x9;if (anonymousContainer != null) {&#xA;&#x9;&#x9;&#x9;thisClass = anonymousContainer;&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;thisClass = getContainingConcreteClassifier();&#x9;&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;&#xA;&#x9;//find super class if &quot;self&quot; is &quot;super&quot;&#xA;&#x9;if ((( org.emftext.language.java.references.SelfReference) this).getSelf() instanceof org.emftext.language.java.literals.Super) {&#xA;&#x9;&#x9;if (thisClass instanceof org.emftext.language.java.classifiers.Class) {&#xA;&#x9;&#x9;&#x9;return (( org.emftext.language.java.classifiers.Class)thisClass).getSuperClass();&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;if (thisClass instanceof org.emftext.language.java.classifiers.AnonymousClass) {&#xA;&#x9;&#x9;&#x9;return (( org.emftext.language.java.classifiers.AnonymousClass)thisClass).getSuperClassifier();&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;&#xA;&#x9;return thisClass;&#xA;}&#xA;//element points to the object's class object&#xA;else if(this instanceof org.emftext.language.java.references.ReflectiveClassReference) {&#xA;&#x9;return getClassClass();&#xA;}&#xA;//referenced element points to an element with a type&#xA;else if (this instanceof org.emftext.language.java.references.ElementReference) {&#xA;&#x9;org.emftext.language.java.references.ReferenceableElement target = &#xA;&#x9;&#x9;( org.emftext.language.java.references.ReferenceableElement) (( org.emftext.language.java.references.ElementReference) this).getTarget();&#xA;&#x9;if (target.eIsProxy()) {&#xA;&#x9;&#x9;type = null;&#xA;&#x9;}&#xA;&#x9;&#xA;&#x9;//Navigate through AdditionalLocalVariable or Field&#xA;&#x9;if(target instanceof org.emftext.language.java.variables.AdditionalLocalVariable) {&#xA;&#x9;&#x9;target = ( org.emftext.language.java.references.ReferenceableElement) target.eContainer();&#xA;&#x9;}&#xA;&#x9;if(target instanceof org.emftext.language.java.members.AdditionalField) {&#xA;&#x9;&#x9;target = ( org.emftext.language.java.references.ReferenceableElement) target.eContainer();&#xA;&#x9;}&#xA;&#x9;if (target instanceof org.emftext.language.java.types.TypedElement) {&#xA;&#x9;&#x9;org.emftext.language.java.types.TypeReference typeRef = (( org.emftext.language.java.types.TypedElement) target).getTypeReference();&#xA;&#x9;&#x9;if (typeRef != null) {&#xA;&#x9;&#x9;&#x9;type = typeRef.getBoundTarget(this);&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;else if (target instanceof org.emftext.language.java.types.Type /*e.g. Annotation*/ ) {&#xA;&#x9;&#x9;return ( org.emftext.language.java.types.Type) target;&#xA;&#x9;}&#xA;&#x9;else if(target instanceof org.emftext.language.java.members.EnumConstant) {&#xA;&#x9;&#x9;type = ( org.emftext.language.java.classifiers.Enumeration)target.eContainer();&#xA;&#x9;}&#x9;&#xA;}&#xA;//Strings may also appear as reference&#xA;else if (this instanceof org.emftext.language.java.references.StringReference) {&#xA;&#x9;return getStringClass();&#xA;}&#xA;else if (this instanceof org.emftext.language.java.expressions.NestedExpression) {&#xA;&#x9;type = (( org.emftext.language.java.expressions.NestedExpression) this).getExpression().getType();&#xA;}&#xA;else if (this instanceof org.emftext.language.java.references.PrimitiveTypeReference) {&#xA;&#x9;type = (( org.emftext.language.java.references.PrimitiveTypeReference)this).getPrimitiveType();&#xA;}&#xA;else {&#xA;&#x9;assert(false);&#xA;}&#xA;return type;"/> <details key="documentation" value="&#xA; Determines the &lt;code>Type&lt;/code> of the reference. That is,&#xA; either the type to which the reference points directly, or the&#xA; type of the element to which the reference points.&#xA; &#xA; @return the determined type&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getPrevious" eType="#//Reference"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eContainer() instanceof org.emftext.language.java.references.Reference) { &#xA;&#x9; org.emftext.language.java.references.Reference container = ( org.emftext.language.java.references.Reference) eContainer( ) ; &#xA;&#x9; if (this.equals(container.getNext())) {&#xA;&#x9;&#x9; return container;&#xA;&#x9; }&#xA;}&#xA;return null;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="next" eType="#//Reference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arraySelectors" upperBound="-1" eType="#//ArraySelector" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Argumentable" abstract="true" eSuperTypes="#//Commentable"> <eOperations name="getArgumentTypes" upperBound="-1" eType="#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.types.Type> resultList = new org.eclipse.emf.common.util.BasicEList&lt; org.emftext.language.java.types.Type>();&#xA;&#xA;for( org.emftext.language.java.expressions.Expression exp : getArguments()) {&#xA;&#x9;org.emftext.language.java.types.Type type = exp.getType();&#xA;&#x9;resultList.add(type);&#xA;}&#xA;return resultList;"/> <details key="documentation" value="&#xA; @return list of types of my arguments&#xA;"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceableElement" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ElementReference" abstract="true" eSuperTypes="#//Reference"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//ReferenceableElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IdentifierReference" eSuperTypes="#//ElementReference"/> <eClassifiers xsi:type="ecore:EClass" name="MethodCall" eSuperTypes="#//ElementReference #//Argumentable #//CallTypeArgumentable"/> <eClassifiers xsi:type="ecore:EClass" name="ReflectiveClassReference" eSuperTypes="#//Reference"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeReference" eSuperTypes="#//Reference"> <eStructuralFeatures xsi:type="ecore:EReference" name="primitiveType" lowerBound="1" eType="#//PrimitiveType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringReference" eSuperTypes="#//Reference"> <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="SelfReference" eSuperTypes="#//Reference"> <eStructuralFeatures xsi:type="ecore:EReference" name="self" lowerBound="1" eType="#//Self" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" abstract="true" eSuperTypes="#//Variable #//AnnotableAndModifiable"/> <eClassifiers xsi:type="ecore:EClass" name="Parametrizable" abstract="true" eSuperTypes="#//Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrdinaryParameter" eSuperTypes="#//Parameter"/> <eClassifiers xsi:type="ecore:EClass" name="VariableLengthParameter" eSuperTypes="#//Parameter"/> <eClassifiers xsi:type="ecore:EClass" name="StatementContainer" abstract="true" eSuperTypes="#//Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" lowerBound="1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StatementListContainer" abstract="true" eSuperTypes="#//Commentable"> <eOperations name="getLocalVariable" lowerBound="1" eType="#//LocalVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.variables.LocalVariable> localVariables = getChildrenByType( org.emftext.language.java.variables.LocalVariable.class);&#xA;for ( org.emftext.language.java.variables.LocalVariable localVariable : localVariables) {&#xA;&#x9;if (localVariable.getName().equals(name)) {&#xA;&#x9;&#x9;return localVariable;&#xA;&#x9;}&#xA;}&#xA;return null;"/> <details key="documentation" value=""/> </eAnnotations> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Conditional" abstract="true" eSuperTypes="#//Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForLoopInitializer" abstract="true" eSuperTypes="#//Commentable"/> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#//Commentable"/> <eClassifiers xsi:type="ecore:EClass" name="SwitchCase" abstract="true" eSuperTypes="#//StatementListContainer"/> <eClassifiers xsi:type="ecore:EClass" name="Assert" eSuperTypes="#//Statement #//Conditional"> <eStructuralFeatures xsi:type="ecore:EReference" name="errorMessage" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Break" eSuperTypes="#//Jump"/> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//Member #//Statement #//StatementListContainer #//Modifiable"/> <eClassifiers xsi:type="ecore:EClass" name="CatchBlock" eSuperTypes="#//StatementListContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" lowerBound="1" eType="#//OrdinaryParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Condition" eSuperTypes="#//Statement #//StatementContainer #//Conditional"> <eStructuralFeatures xsi:type="ecore:EReference" name="elseStatement" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Continue" eSuperTypes="#//Jump"/> <eClassifiers xsi:type="ecore:EClass" name="DefaultSwitchCase" eSuperTypes="#//SwitchCase"/> <eClassifiers xsi:type="ecore:EClass" name="DoWhileLoop" eSuperTypes="#//WhileLoop"/> <eClassifiers xsi:type="ecore:EClass" name="EmptyStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForLoop" eSuperTypes="#//Statement #//StatementContainer #//Conditional"> <eStructuralFeatures xsi:type="ecore:EReference" name="init" eType="#//ForLoopInitializer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="updates" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForEachLoop" eSuperTypes="#//Statement #//StatementContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="next" lowerBound="1" eType="#//OrdinaryParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Jump" abstract="true" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//JumpLabel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JumpLabel" eSuperTypes="#//Statement #//StatementContainer #//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="LocalVariableStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="#//LocalVariable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NormalSwitchCase" eSuperTypes="#//SwitchCase #//Conditional"/> <eClassifiers xsi:type="ecore:EClass" name="Return" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnValue" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Switch" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="cases" upperBound="-1" eType="#//SwitchCase" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SynchronizedBlock" eSuperTypes="#//Statement #//StatementListContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="lockProvider" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Throw" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="throwable" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TryBlock" eSuperTypes="#//Statement #//StatementListContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="catcheBlocks" upperBound="-1" eType="#//CatchBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finallyBlock" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileLoop" eSuperTypes="#//Statement #//StatementContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//Commentable"> <eOperations name="equalsType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.types.Type _this = this;&#xA;//comparison for type parameters&#xA;if (_this instanceof org.emftext.language.java.generics.TypeParameter) {&#xA;&#x9;org.emftext.language.java.generics.TypeParameter typeParameter = ( org.emftext.language.java.generics.TypeParameter) _this;&#xA;&#x9;for ( org.emftext.language.java.types.TypeReference referencedType : typeParameter.getExtendTypes()) {&#xA;&#x9;&#x9;if (referencedType.getTarget() != null &amp;&amp; !referencedType.getTarget().eIsProxy() &amp;&amp; referencedType.getTarget().equalsType(arrayDimension, otherType, otherArrayDimension)) {&#xA;&#x9;&#x9;&#x9;return true;&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;if (typeParameter.getExtendTypes().isEmpty()) {&#xA;&#x9;&#x9;if (getObjectClass().equalsType(arrayDimension, otherType, otherArrayDimension)) {&#xA;&#x9;&#x9;&#x9;return true;&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;} &#xA;if (otherType instanceof org.emftext.language.java.generics.TypeParameter) {&#xA;&#x9;org.emftext.language.java.generics.TypeParameter typeParameter = ( org.emftext.language.java.generics.TypeParameter) otherType;&#xA;&#x9;for ( org.emftext.language.java.types.TypeReference referencedType : typeParameter.getExtendTypes()) {&#xA;&#x9;&#x9;if (referencedType.getTarget() != null &amp;&amp; !referencedType.getTarget().eIsProxy() &amp;&amp; equalsType(arrayDimension, referencedType.getTarget(), otherArrayDimension)) {&#xA;&#x9;&#x9;&#x9;return true;&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;if (typeParameter.getExtendTypes().isEmpty()) {&#xA;&#x9;&#x9;if (equalsType(arrayDimension, getObjectClass(), otherArrayDimension)) {&#xA;&#x9;&#x9;&#x9;return true;&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;}&#xA;&#xA;//do comparison on the classifier level&#xA;if (_this instanceof org.emftext.language.java.types.PrimitiveType) {&#xA;&#x9;_this = (( org.emftext.language.java.types.PrimitiveType)_this).wrapPrimitiveType();&#xA;}&#xA;if (otherType instanceof org.emftext.language.java.types.PrimitiveType) {&#xA;&#x9;otherType = (( org.emftext.language.java.types.PrimitiveType) otherType).wrapPrimitiveType();&#xA;}&#xA;&#xA;if (arrayDimension == otherArrayDimension &amp;&amp;&#xA;&#x9;&#x9;otherType instanceof org.emftext.language.java.classifiers.Classifier &amp;&amp; _this instanceof org.emftext.language.java.classifiers.Classifier &amp;&amp;&#xA;&#x9;&#x9;(otherType.equals(_this))) {&#x9;&#xA;&#x9;return true;&#xA;}&#xA;&#xA;return false;"/> <details key="documentation" value="&#xA; @param arrayDimension&#xA; @param otherType&#xA; @param otherArrayDimension&#xA; @return if both type are equal&#xA;"/> </eAnnotations> <eParameters name="arrayDimension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eParameters name="otherType" eType="#//Type"/> <eParameters name="otherArrayDimension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eOperations> <eOperations name="isSuperType" 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(otherType == null) {&#xA;&#x9;return false;&#xA;}&#xA;&#xA;org.emftext.language.java.types.Type _this = this;&#xA;&#xA;if (_this instanceof org.emftext.language.java.util.TemporalCompositeClassifier || otherType instanceof org.emftext.language.java.util.TemporalCompositeClassifier) {&#xA;&#x9;org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.types.Type> _thisTypeList = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.types.Type>();&#xA;&#x9;org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.types.Type> otherTypeList = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.types.Type>();&#xA;&#x9;if (_this instanceof org.emftext.language.java.util.TemporalCompositeClassifier) {&#xA;&#x9;&#x9;for( org.eclipse.emf.ecore.EObject aType : (( org.emftext.language.java.util.TemporalCompositeClassifier)_this).getSuperTypes()) {&#xA;&#x9;&#x9;&#x9;_thisTypeList.add(( org.emftext.language.java.types.Type)aType);&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;else {&#xA;&#x9;&#x9;_thisTypeList.add(_this);&#xA;&#x9;}&#xA;&#x9;if (otherType instanceof org.emftext.language.java.util.TemporalCompositeClassifier) {&#xA;&#x9;&#x9;for( org.eclipse.emf.ecore.EObject aType : (( org.emftext.language.java.util.TemporalCompositeClassifier)otherType).getSuperTypes()) {&#xA;&#x9;&#x9;&#x9;otherTypeList.add(( org.emftext.language.java.types.Type)aType);&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;else {&#xA;&#x9;&#x9;otherTypeList.add(_this);&#xA;&#x9;}&#xA;&#x9;&#xA;&#x9;&#xA;&#x9;for( org.emftext.language.java.types.Type one_thisType : _thisTypeList) {&#xA;&#x9;&#x9;for( org.emftext.language.java.types.Type oneOtherType : otherTypeList) {&#xA;&#x9;&#x9;&#x9;boolean result = one_thisType.isSuperType(arrayDimension, oneOtherType, otherArrayType);&#xA;&#x9;&#x9;&#x9;if (result) {&#xA;&#x9;&#x9;&#x9;&#x9;return true;&#xA;&#x9;&#x9;&#x9;}&#x9;&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;return false;&#xA;}&#xA;&#xA;//if I am a void, I am of every type&#xA;if (_this.equals(getLibClass(&quot;Void&quot;))) {&#xA;&#x9;return true;&#xA;}&#xA;&#xA;//if the other is Object I am a subtype in any case (also array dimensions do not matter)&#xA;if (otherType.equals(getObjectClass())) {&#xA;&#x9;return true;&#xA;}&#xA;&#xA;//String, primitives, and arrays are serializable&#xA;org.emftext.language.java.classifiers.ConcreteClassifier serializableClass = ( org.emftext.language.java.classifiers.ConcreteClassifier) org.eclipse.emf.ecore.util.EcoreUtil.resolve(&#xA;&#x9;&#x9;getConcreteClassifierProxy(&quot;java.io.Serializable&quot;), _this);&#xA;if (otherType.equals(serializableClass)) {&#xA;&#x9;if (_this.equals(serializableClass)) {&#xA;&#x9; &#x9;&#x9;&#x9;return true;&#xA;&#x9;}&#xA;&#x9;else if (_this.equals(getStringClass())) {&#xA;&#x9; &#x9;&#x9;&#x9;return true;&#xA;&#x9;}&#xA;&#x9;else if (_this instanceof org.emftext.language.java.types.PrimitiveType) {&#xA;&#x9;&#x9;return true;&#xA;&#x9;}&#xA;&#x9;else if (arrayDimension > 0) {&#xA;&#x9;&#x9;//all arrays are serializable&#xA;&#x9;&#x9;return true;&#xA;&#x9;}&#xA;}&#xA;&#xA;//if one of us is a parameter to the best of my knowledge, we might match&#xA;if(_this instanceof org.emftext.language.java.generics.TypeParameter) {&#xA;&#x9;return true;&#xA;}&#xA;if(otherType instanceof org.emftext.language.java.generics.TypeParameter ) {&#xA;&#x9;return true;&#xA;}&#xA;&#xA;//if array dimensions do not match, I am no subtype&#xA;boolean isTypeParameter = false;&#x9;&#x9;&#xA;if (otherArrayType instanceof org.emftext.language.java.types.TypedElement) {&#xA;&#x9;org.emftext.language.java.types.Type type = (( org.emftext.language.java.types.TypedElement)otherArrayType).getTypeReference().getTarget();&#xA;&#x9;isTypeParameter = type instanceof org.emftext.language.java.generics.TypeParameter;&#xA;}&#xA;boolean isVariableLengthParameter = otherArrayType instanceof org.emftext.language.java.parameters.VariableLengthParameter;&#xA;&#xA;long otherArrayDim = 0;&#xA;if(otherArrayType != null) {&#xA;&#x9;otherArrayDim = otherArrayType.getArrayDimension();&#xA;}&#xA;&#xA;if (isTypeParameter &amp;&amp; isVariableLengthParameter) {&#xA;&#x9;if(arrayDimension != otherArrayDim &amp;&amp; &#xA;&#x9;&#x9;arrayDimension != otherArrayDim- 1 &amp;&amp; &#xA;&#x9;&#x9;arrayDimension &lt; otherArrayDim) {&#xA;&#x9;&#x9;&#xA;&#x9;&#x9;return false;&#xA;&#x9;}&#xA;}&#xA;else if (isTypeParameter) {&#xA;&#x9;if(arrayDimension &lt; otherArrayDim) {&#xA;&#x9;&#x9;return false;&#xA;&#x9;}&#xA;}&#xA;else if (isVariableLengthParameter) {&#xA;&#x9;if(arrayDimension != otherArrayDim &amp;&amp; arrayDimension != otherArrayDim- 1) {&#xA;&#x9;&#x9;return false;&#xA;&#x9;}&#xA;}&#xA;else {&#xA;&#x9;if(arrayDimension != otherArrayDim) {&#xA;&#x9;&#x9;return false;&#xA;&#x9;}&#xA;}&#xA;&#xA;//annotations&#xA;if(_this instanceof org.emftext.language.java.classifiers.Annotation &amp;&amp; &#xA;&#x9;&#x9;(otherType.equals(getAnnotationInterface()) ||&#xA;&#x9;&#x9;&#x9;&#x9;(( org.emftext.language.java.classifiers.ConcreteClassifier)_this).getAllSuperClassifiers(&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;).contains(getAnnotationInterface()))) {&#xA;&#x9;return true;&#xA;}&#xA;&#xA;//do comparison on the classifier level&#xA;if (_this instanceof org.emftext.language.java.types.PrimitiveType) {&#xA;&#x9;_this = (( org.emftext.language.java.types.PrimitiveType) _this).wrapPrimitiveType();&#xA;}&#xA;if (otherType instanceof org.emftext.language.java.types.PrimitiveType) {&#xA;&#x9;otherType = (( org.emftext.language.java.types.PrimitiveType) otherType).wrapPrimitiveType();&#xA;}&#xA;&#xA;//compare in type hierarchy&#xA;if (otherType instanceof org.emftext.language.java.classifiers.ConcreteClassifier &amp;&amp; _this instanceof org.emftext.language.java.classifiers.ConcreteClassifier &amp;&amp;&#xA;&#x9;&#x9;(otherType.equals(_this) || &#xA;&#x9;&#x9;&#x9;&#x9;(( org.emftext.language.java.classifiers.ConcreteClassifier)_this).getAllSuperClassifiers(&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;).contains(otherType))) {&#xA;&#x9;return true;&#xA;}&#xA;&#xA;if (otherType instanceof org.emftext.language.java.classifiers.ConcreteClassifier &amp;&amp; _this instanceof org.emftext.language.java.classifiers.AnonymousClass &amp;&amp;&#xA;&#x9;&#x9;(( org.emftext.language.java.classifiers.AnonymousClass)_this).getAllSuperClassifiers(&#xA;&#x9;&#x9;&#x9;&#x9;).contains(otherType)) {&#xA;&#x9;&#xA;&#x9;return true;&#xA;}&#xA;&#xA;//everything can be implicitly casted to CharSequence, so I match when the other type is a CharSequence&#xA;org.emftext.language.java.classifiers.Interface charSequenceClass = getLibInterface(&quot;CharSequence&quot;);&#xA;&#xA;if (otherType instanceof org.emftext.language.java.classifiers.ConcreteClassifier) {&#xA;&#x9;if(otherType.equals(charSequenceClass) ||&#xA;&#x9;&#x9;&#x9;(( org.emftext.language.java.classifiers.ConcreteClassifier)otherType).getAllSuperClassifiers(&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;).contains(charSequenceClass)) {&#xA;&#x9;&#x9;return true;&#xA;&#x9;}&#xA;}&#xA;&#xA;//there are some specifics for primitive types not reflected in the type hierarchy&#xA;if (otherType instanceof org.emftext.language.java.classifiers.Class) {&#xA;&#x9;org.emftext.language.java.types.PrimitiveType primitiveType = (( org.emftext.language.java.classifiers.Class) otherType).unWrapPrimitiveType();&#xA;&#x9;if(primitiveType == null) {&#xA;&#x9;&#x9;return false;&#xA;&#x9;}&#xA;&#x9;otherType = primitiveType;&#xA;}&#xA;&#xA;if (_this instanceof org.emftext.language.java.classifiers.Class) {&#xA;&#x9;org.emftext.language.java.types.PrimitiveType primitiveType = (( org.emftext.language.java.classifiers.Class) _this).unWrapPrimitiveType();&#xA;&#x9;if(primitiveType == null) {&#xA;&#x9;&#x9;return false;&#xA;&#x9;}&#xA;&#x9;_this = primitiveType;&#xA;}&#xA;&#xA;if (_this instanceof org.emftext.language.java.types.Boolean) {&#xA;&#x9;if (otherType instanceof org.emftext.language.java.types.Boolean) {&#xA;&#x9;&#x9;return true;&#xA;&#x9;}&#xA;&#x9;else {&#xA;&#x9;&#x9;return false;&#xA;&#x9;}&#xA;}&#xA;if (_this instanceof org.emftext.language.java.types.Byte ||&#xA;&#x9;&#x9;_this instanceof org.emftext.language.java.types.Int ||&#xA;&#x9;&#x9;_this instanceof org.emftext.language.java.types.Short ||&#xA;&#x9;&#x9;_this instanceof org.emftext.language.java.types.Long ||&#xA;&#x9;&#x9;_this instanceof org.emftext.language.java.types.Char) {&#xA;&#x9;if (otherType instanceof org.emftext.language.java.types.Byte ||&#xA;&#x9;&#x9;&#x9;otherType instanceof org.emftext.language.java.types.Int ||&#xA;&#x9;&#x9;&#x9;otherType instanceof org.emftext.language.java.types.Short ||&#xA;&#x9;&#x9;&#x9;otherType instanceof org.emftext.language.java.types.Long ||&#xA;&#x9;&#x9;&#x9;otherType instanceof org.emftext.language.java.types.Char ||&#xA;&#x9;&#x9;&#x9;otherType instanceof org.emftext.language.java.types.Float ||&#xA;&#x9;&#x9;&#x9;otherType instanceof org.emftext.language.java.types.Double) {&#xA;&#x9;&#x9;return true;&#xA;&#x9;}&#xA;&#x9;else {&#xA;&#x9;&#x9;return false;&#xA;&#x9;}&#xA;}&#xA;if (_this instanceof org.emftext.language.java.types.Float ||&#xA;&#x9;&#x9;_this instanceof org.emftext.language.java.types.Double) {&#xA;&#x9;if (otherType instanceof org.emftext.language.java.types.Float ||&#xA;&#x9;&#x9;&#x9;otherType instanceof org.emftext.language.java.types.Double) {&#xA;&#x9;&#x9;return true;&#xA;&#x9;}&#xA;&#x9;else {&#xA;&#x9;&#x9;return false;&#xA;&#x9;}&#xA;}&#xA;&#xA;return false;"/> <details key="documentation" value="&#xA; @param arrayDimension&#xA; @param otherType&#xA; @param otherArrayType&#xA; @return if the other type is equal to me or a super type of me&#xA;"/> </eAnnotations> <eParameters name="arrayDimension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eParameters name="otherType" eType="#//Type"/> <eParameters name="otherArrayType" eType="#//ArrayTypeable"/> </eOperations> <eOperations name="getAllMembers" upperBound="-1" eType="#//Member"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="//method has to be specified in subclasses&#xA;throw new java.lang.UnsupportedOperationException();"/> <details key="documentation" value=""/> </eAnnotations> <eParameters name="context" eType="#//Commentable"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="#//Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeReference" lowerBound="1" eType="#//TypeReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeReference" abstract="true" eSuperTypes="#//Commentable"> <eOperations name="getTarget" eType="#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return getBoundTarget(null);"/> <details key="documentation" value="&#xA; Returns the type referenced by this &lt;code>TypeReference&lt;/code>&#xA; considering all concrete subclasses of &lt;code>TypeReference&lt;/code> used&#xA; by the Java metamodel. &#xA; &#xA; @param _this &#xA; @return the type&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getBoundTarget" eType="#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.types.Type type = null;&#xA;if (this instanceof org.emftext.language.java.types.ClassifierReference || &#xA;&#x9;&#x9;this instanceof org.emftext.language.java.types.NamespaceClassifierReference) {&#xA;&#x9;org.emftext.language.java.types.ClassifierReference classifierRef = getPureClassifierReference();&#xA;&#x9;if (classifierRef != null) {&#xA;&#x9;&#x9;type = classifierRef.getTarget();&#xA;&#x9;}&#xA;&#x9;&#xA;&#x9;if (reference instanceof org.emftext.language.java.references.MethodCall) {&#xA;&#x9;&#x9;org.emftext.language.java.references.MethodCall potentialCloneCall = ( org.emftext.language.java.references.MethodCall) reference;&#xA;&#x9;&#x9;//clone returns the type of the cloned in the case of arrays&#xA;&#x9;&#x9;org.emftext.language.java.references.ReferenceableElement potentialCloneCallTarget = potentialCloneCall.getTarget();&#xA;&#x9;&#x9;if (potentialCloneCallTarget != null &amp;&amp; &#xA;&#x9;&#x9;&#x9;&#x9;!potentialCloneCallTarget.eIsProxy() &amp;&amp; &#xA;&#x9;&#x9;&#x9;&#x9;&quot;clone&quot;.equals(potentialCloneCallTarget.getName())) {&#xA;&#x9;&#x9;&#x9;if (potentialCloneCall.getPrevious() instanceof org.emftext.language.java.references.ElementReference) {&#xA;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.references.ElementReference prevRef = ( org.emftext.language.java.references.ElementReference) potentialCloneCall.getPrevious();&#xA;&#x9;&#x9;&#x9;&#x9;if (prevRef.getTarget() instanceof org.emftext.language.java.arrays.ArrayTypeable &amp;&amp; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;(( org.emftext.language.java.arrays.ArrayTypeable)prevRef.getTarget()).getArrayDimension() > 0) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;type = prevRef.getReferencedType();&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;}&#xA;&#xA;else if(this instanceof org.emftext.language.java.types.PrimitiveType) {&#xA;&#x9;return ( org.emftext.language.java.types.PrimitiveType) this;&#xA;}&#xA;&#xA;//resolve parameter to real type&#xA;if (type instanceof org.emftext.language.java.generics.TypeParameter) {&#xA;&#x9;type = (( org.emftext.language.java.generics.TypeParameter) type).getBoundType(this, reference);&#xA;}&#xA;&#xA;if (type != null &amp;&amp; type.eIsProxy()) {&#xA;&#x9;//this may happen, when e.g. a super type is resolved. It is ok.&#xA;&#x9;return null;&#xA;}&#xA;&#xA;return type;"/> <details key="documentation" value="&#xA; Returns the type referenced by this &lt;code>TypeReference&lt;/code>&#xA; considering all concrete subclasses of &lt;code>TypeReference&lt;/code> used&#xA; by the Java metamodel. If type parameters are bound in the given reference,&#xA; the bound type will be returned instead of the parameter.&#xA; &#xA; @return the type&#xA;"/> </eAnnotations> <eParameters name="reference" eType="#//Reference"/> </eOperations> <eOperations name="getPureClassifierReference" eType="#//ClassifierReference"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.types.ClassifierReference classifierReference = null;&#xA;if (this instanceof org.emftext.language.java.types.ClassifierReference) {&#xA;&#x9;classifierReference = ( org.emftext.language.java.types.ClassifierReference) this;&#xA;}&#xA;if (this instanceof org.emftext.language.java.types.NamespaceClassifierReference) {&#xA;&#x9;org.emftext.language.java.types.NamespaceClassifierReference nsClassifierReference = ( org.emftext.language.java.types.NamespaceClassifierReference) this;&#xA;&#x9;if (!nsClassifierReference.getClassifierReferences().isEmpty()) {&#xA;&#x9;&#x9;int lastIndex = nsClassifierReference.getClassifierReferences().size() - 1;&#xA;&#x9;&#x9;classifierReference = nsClassifierReference.getClassifierReferences().get(lastIndex);&#xA;&#x9;}&#xA;}&#xA;return classifierReference;"/> <details key="documentation" value="&#xA; Extracts the (possibly nested) classifier reference (if any) &#xA; from this type references.&#xA; &#xA; @return&#xA;"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassifierReference" eSuperTypes="#//TypeReference #//TypeArgumentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamespaceClassifierReference" eSuperTypes="#//TypeReference #//NamespaceAwareElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="classifierReferences" lowerBound="1" upperBound="-1" eType="#//ClassifierReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" abstract="true" eSuperTypes="#//Type #//TypeReference"> <eOperations name="getAllMembers" upperBound="-1" eType="#//Member"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.classifiers.Class javaClass = wrapPrimitiveType();&#x9;&#xA;return javaClass.getAllMembers(context);"/> <details key="documentation" value="&#xA; @param context to check protected visibility&#xA; @return all members (including super type members)&#xA;"/> </eAnnotations> <eParameters name="context" eType="#//Commentable"/> </eOperations> <eOperations name="wrapPrimitiveType" eType="#//Class"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.classifiers.Class javaClass = null;&#xA;&#xA;if (this instanceof org.emftext.language.java.types.Boolean) {&#xA;&#x9;javaClass = getLibClass(&quot;Boolean&quot;);&#xA;}&#xA;if (this instanceof org.emftext.language.java.types.Byte) {&#xA;&#x9;javaClass = getLibClass(&quot;Byte&quot;);&#xA;}&#xA;if (this instanceof org.emftext.language.java.types.Char) {&#xA;&#x9;javaClass = getLibClass(&quot;Character&quot;);&#xA;}&#xA;if (this instanceof org.emftext.language.java.types.Double) {&#xA;&#x9;javaClass = getLibClass(&quot;Double&quot;);&#xA;}&#xA;if (this instanceof org.emftext.language.java.types.Float) {&#xA;&#x9;javaClass = getLibClass(&quot;Float&quot;);&#xA;}&#xA;if (this instanceof org.emftext.language.java.types.Int) {&#xA;&#x9;javaClass = getLibClass(&quot;Integer&quot;);&#xA;}&#xA;if (this instanceof org.emftext.language.java.types.Long) {&#xA;&#x9;javaClass = getLibClass(&quot;Long&quot;);&#xA;}&#xA;if (this instanceof org.emftext.language.java.types.Short) {&#xA;&#x9;javaClass = getLibClass(&quot;Short&quot;);&#xA;}&#xA;if (this instanceof org.emftext.language.java.types.Void) {&#xA;&#x9;javaClass = getLibClass(&quot;Void&quot;);&#xA;}&#xA;return javaClass;"/> <details key="documentation" value="&#xA; @return primitive type as a class representation&#xA;"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Boolean" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Byte" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Char" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Double" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Float" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Int" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Long" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Short" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Void" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PackageReference" eSuperTypes="#//ReferenceableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="subpackages" upperBound="-1" eType="#//PackageReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" abstract="true" eSuperTypes="#//NamedElement #//TypedElement #//ArrayTypeable #//ReferenceableElement #//TypeArgumentable"> <eOperations name="getArrayDimension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="long size = this.getArrayDimensionsBefore().size() + this.getArrayDimensionsAfter().size();&#xA;if (this instanceof org.emftext.language.java.parameters.VariableLengthParameter) {&#xA;&#x9;size++;&#xA;}&#xA;return size;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eOperations name="createMethodCallStatement" eType="#//Statement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.statements.ExpressionStatement callStatement = org.emftext.language.java.statements.StatementsFactory.eINSTANCE.createExpressionStatement();&#xA;callStatement.setExpression(createMethodCall(methodName, arguments));&#xA;return callStatement;"/> <details key="documentation" value="&#xA; Creates a statement that calls the method with the given name on this&#xA; variable. If the variable's type does not offer such a method, null is&#xA; returned.&#xA;"/> </eAnnotations> <eParameters name="methodName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="arguments" upperBound="-1" eType="#//Expression"/> </eOperations> <eOperations name="createMethodCall" eType="#//Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.references.IdentifierReference thisRef = org.emftext.language.java.references.ReferencesFactory.eINSTANCE.createIdentifierReference();&#xA;thisRef.setTarget(this);&#xA;org.emftext.language.java.references.MethodCall methodCall = org.emftext.language.java.references.ReferencesFactory.eINSTANCE.createMethodCall();&#xA;org.emftext.language.java.types.Type thisType = getTypeReference().getTarget();&#xA;if (thisType instanceof org.emftext.language.java.members.MemberContainer) {&#xA;&#x9;org.emftext.language.java.members.MemberContainer castedType = ( org.emftext.language.java.members.MemberContainer) thisType;&#xA;&#x9;org.emftext.language.java.members.Method method = castedType.getContainedMethod(methodName);&#xA;&#x9;if (method == null) {&#xA;&#x9;&#x9;return null;&#xA;&#x9;}&#xA;&#x9;methodCall.setTarget(method);&#xA;&#x9;// add arguments&#xA;&#x9;methodCall.getArguments().addAll(arguments);&#xA;&#x9;thisRef.setNext(methodCall);&#xA;&#x9;return thisRef;&#xA;} else {&#xA;&#x9;return null;&#xA;}"/> <details key="documentation" value="&#xA; Creates an expression that calls the method with the given name on this&#xA; variable. If the variable's type does not offer such a method, null is&#xA; returned.&#xA;"/> </eAnnotations> <eParameters name="methodName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="arguments" upperBound="-1" eType="#//Expression"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocalVariable" eSuperTypes="#//Variable #//Initializable #//ForLoopInitializer #//AnnotableAndModifiable"> <eStructuralFeatures xsi:type="ecore:EReference" name="additionalLocalVariables" upperBound="-1" eType="#//AdditionalLocalVariable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AdditionalLocalVariable" eSuperTypes="#//ReferenceableElement #//ArrayTypeable #//Initializable"> <eOperations name="getArrayDimension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="long size = this.getArrayDimensionsBefore().size() + this.getArrayDimensionsAfter().size();&#xA;return size;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"de.silvawb.java","nsURI":"http://tu-berlin.de/silvawb/java","name":"java","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotable","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationInstance","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationParameter","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleAnnotationParameter","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationParameterList","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationAttributeSetting","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationValue","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationAttribute","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayTypeable","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayDimension","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInitializer","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInitializationValue","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInstantiation","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInstantiationBySize","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInstantiationByValues","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInstantiationByValuesUntyped","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInstantiationByValuesTyped","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArraySelector","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteClassifier","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementor","instanceClass":null,"abstract":true,"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":"Interface","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":"Annotation","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnonymousClass","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Commentable","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamespaceAwareElement","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaRoot","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompilationUnit","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyModel","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionList","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentExpression","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentExpressionChild","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpression","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpressionChild","instanceClass":null,"abstract":true,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalOrExpression","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalOrExpressionChild","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalAndExpression","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalAndExpressionChild","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InclusiveOrExpression","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InclusiveOrExpressionChild","instanceClass":null,"abstract":true,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExclusiveOrExpression","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExclusiveOrExpressionChild","instanceClass":null,"abstract":true,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndExpression","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndExpressionChild","instanceClass":null,"abstract":true,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualityExpression","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualityExpressionChild","instanceClass":null,"abstract":true,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceOfExpression","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceOfExpressionChild","instanceClass":null,"abstract":true,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationExpression","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationExpressionChild","instanceClass":null,"abstract":true,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShiftExpression","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShiftExpressionChild","instanceClass":null,"abstract":true,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditiveExpression","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditiveExpressionChild","instanceClass":null,"abstract":true,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicativeExpression","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicativeExpressionChild","instanceClass":null,"abstract":true,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpressionChild","instanceClass":null,"abstract":true,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryModificationExpression","instanceClass":null,"abstract":true,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrefixUnaryModificationExpression","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuffixUnaryModificationExpression","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryModificationExpressionChild","instanceClass":null,"abstract":true,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CastExpression","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryExpression","instanceClass":null,"abstract":true,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedExpression","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeArgument","instanceClass":null,"abstract":true,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeArgumentable","instanceClass":null,"abstract":true,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTypeArgumentable","instanceClass":null,"abstract":true,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeParametrizable","instanceClass":null,"abstract":true,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtendsTypeArgument","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedTypeArgument","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperTypeArgument","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeParameter","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnknownTypeArgument","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":true,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportingElement","instanceClass":null,"abstract":true,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticImport","instanceClass":null,"abstract":true,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierImport","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageImport","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticClassifierImport","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticMemberImport","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Initializable","instanceClass":null,"abstract":true,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instantiation","instanceClass":null,"abstract":true,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewConstructorCall","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExplicitConstructorCall","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":true,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Self","instanceClass":null,"abstract":true,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacterLiteral","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloatLiteral","instanceClass":null,"abstract":true,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecimalFloatLiteral","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HexFloatLiteral","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleLiteral","instanceClass":null,"abstract":true,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecimalDoubleLiteral","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HexDoubleLiteral","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteral","instanceClass":null,"abstract":true,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecimalIntegerLiteral","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HexIntegerLiteral","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OctalIntegerLiteral","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LongLiteral","instanceClass":null,"abstract":true,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecimalLongLiteral","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HexLongLiteral","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OctalLongLiteral","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteral","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Super","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"This","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionThrower","instanceClass":null,"abstract":true,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Member","instanceClass":null,"abstract":true,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberContainer","instanceClass":null,"abstract":true,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditionalField","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constructor","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyMember","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":true,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceMethod","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassMethod","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumConstant","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modifier","instanceClass":null,"abstract":true,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationInstanceOrModifier","instanceClass":null,"abstract":true,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotableAndModifiable","instanceClass":null,"abstract":true,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modifiable","instanceClass":null,"abstract":true,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstract","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Final","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Native","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Protected","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Public","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Private","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Static","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Strictfp","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Synchronized","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transient","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Volatile","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"abstract":true,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditiveOperator","instanceClass":null,"abstract":true,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentOperator","instanceClass":null,"abstract":true,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualityOperator","instanceClass":null,"abstract":true,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicativeOperator","instanceClass":null,"abstract":true,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationOperator","instanceClass":null,"abstract":true,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShiftOperator","instanceClass":null,"abstract":true,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryOperator","instanceClass":null,"abstract":true,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryModificationOperator","instanceClass":null,"abstract":true,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentAnd","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentDivision","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentExclusiveOr","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentMinus","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentModulo","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentMultiplication","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentLeftShift","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentOr","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentPlus","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentRightShift","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentUnsignedRightShift","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equal","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotEqual","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterThan","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterThanOrEqual","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessThan","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessThanOrEqual","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Addition","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subtraction","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Division","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Multiplication","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Remainder","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Complement","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MinusMinus","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Negate","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlusPlus","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeftShift","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RightShift","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnsignedRightShift","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","instanceClass":null,"abstract":true,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Argumentable","instanceClass":null,"abstract":true,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceableElement","instanceClass":null,"abstract":true,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementReference","instanceClass":null,"abstract":true,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifierReference","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodCall","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReflectiveClassReference","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeReference","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringReference","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelfReference","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":true,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parametrizable","instanceClass":null,"abstract":true,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrdinaryParameter","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableLengthParameter","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementContainer","instanceClass":null,"abstract":true,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementListContainer","instanceClass":null,"abstract":true,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conditional","instanceClass":null,"abstract":true,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForLoopInitializer","instanceClass":null,"abstract":true,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCase","instanceClass":null,"abstract":true,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assert","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Break","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchBlock","instanceClass":null,"abstract":false,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continue","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultSwitchCase","instanceClass":null,"abstract":false,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoWhileLoop","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStatement","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForLoop","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForEachLoop","instanceClass":null,"abstract":false,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Jump","instanceClass":null,"abstract":true,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JumpLabel","instanceClass":null,"abstract":false,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalVariableStatement","instanceClass":null,"abstract":false,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NormalSwitchCase","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Return","instanceClass":null,"abstract":false,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Switch","instanceClass":null,"abstract":false,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SynchronizedBlock","instanceClass":null,"abstract":false,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Throw","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryBlock","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileLoop","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeReference","instanceClass":null,"abstract":true,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierReference","instanceClass":null,"abstract":false,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamespaceClassifierReference","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":true,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Byte","instanceClass":null,"abstract":false,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Char","instanceClass":null,"abstract":false,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Double","instanceClass":null,"abstract":false,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Float","instanceClass":null,"abstract":false,"id":229,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Int","instanceClass":null,"abstract":false,"id":230,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Long","instanceClass":null,"abstract":false,"id":231,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Short","instanceClass":null,"abstract":false,"id":232,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Void","instanceClass":null,"abstract":false,"id":233,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageReference","instanceClass":null,"abstract":false,"id":234,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":true,"id":235,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalVariable","instanceClass":null,"abstract":false,"id":236,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditionalLocalVariable","instanceClass":null,"abstract":false,"id":237,"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":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"parameter","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"},{"container":false,"ordered":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":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"settings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":255,"derived":false},{"container":false,"ordered":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":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArrayDimension","lowerBound":0,"id":264,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayDimensionsBefore","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayDimensionsAfter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"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":"sizes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayInitializer","changeable":true,"resolveProxies":true,"lowerBound":1,"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllSuperClassifiers","lowerBound":0,"id":294,"many":true,"required":false,"eClass":"EOperation"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getInnerClassifiers","lowerBound":0,"id":298,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllInnerClassifiers","lowerBound":0,"id":299,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getSuperTypeReferences","lowerBound":0,"id":300,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllMembers","lowerBound":0,"id":301,"many":true,"required":false,"eClass":"EOperation"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":312,"many":false,"required":false,"eClass":"EParameter"},{"id":313,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"implements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllSuperClassifiers","lowerBound":0,"id":317,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSuperClass","lowerBound":0,"id":318,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"unWrapPrimitiveType","lowerBound":0,"id":319,"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":"extends","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":"defaultExtends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllSuperClassifiers","lowerBound":0,"id":329,"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":"extends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":330,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultExtends","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"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllSuperClassifiers","lowerBound":0,"id":336,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainedConstant","lowerBound":0,"id":337,"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":"constants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":338,"derived":false},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":343,"many":false,"required":false,"eClass":"EParameter"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllSuperClassifiers","lowerBound":0,"id":346,"many":true,"required":false,"eClass":"EOperation"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllSuperClassifiers","lowerBound":0,"id":349,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSuperClassifier","lowerBound":0,"id":350,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllMembers","lowerBound":0,"id":351,"many":true,"required":false,"eClass":"EOperation"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":357,"many":false,"required":false,"eClass":"EParameter"},{"id":358,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getConcreteClassifier","lowerBound":0,"id":359,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getConcreteClassifierProxy","lowerBound":0,"id":360,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getConcreteClassifiers","lowerBound":0,"id":361,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getConcreteClassifierProxies","lowerBound":0,"id":362,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLibClass","lowerBound":0,"id":363,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLibInterface","lowerBound":0,"id":364,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getClassClass","lowerBound":0,"id":365,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getObjectClass","lowerBound":0,"id":366,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getStringClass","lowerBound":0,"id":367,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAnnotationInterface","lowerBound":0,"id":368,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainingAnnotationInstance","lowerBound":0,"id":369,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainingAnonymousClass","lowerBound":0,"id":370,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainingConcreteClassifier","lowerBound":0,"id":371,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainingCompilationUnit","lowerBound":0,"id":372,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getContainingPackageName","lowerBound":0,"id":373,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getParentConcreteClassifier","lowerBound":0,"id":374,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getParentByEType","lowerBound":0,"id":375,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFirstChildByEType","lowerBound":0,"id":376,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getParentByType","lowerBound":0,"id":377,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFirstChildByType","lowerBound":0,"id":378,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getChildrenByEType","lowerBound":0,"id":379,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getChildrenByType","lowerBound":0,"id":380,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getComments","lowerBound":0,"id":381,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addBeforeContainingStatement","lowerBound":0,"id":382,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addAfterContainingStatement","lowerBound":0,"id":383,"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":"layoutInformations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":386,"many":false,"required":false,"eClass":"EParameter"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":389,"many":false,"required":false,"eClass":"EParameter"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"packageName","lowerBound":0,"id":392,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"classifierQuery","lowerBound":0,"id":393,"many":false,"required":false,"eClass":"EParameter"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"packageName","lowerBound":0,"id":397,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"classifierQuery","lowerBound":0,"id":398,"many":false,"required":false,"eClass":"EParameter"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":402,"many":false,"required":false,"eClass":"EParameter"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":405,"many":false,"required":false,"eClass":"EParameter"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":418,"many":false,"required":false,"eClass":"EParameter"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":421,"many":false,"required":false,"eClass":"EParameter"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"name":"T","id":424,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":425,"many":false,"required":false,"eClass":"EParameter"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"name":"T","id":429,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":430,"many":false,"required":false,"eClass":"EParameter"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":434,"many":false,"required":false,"eClass":"EParameter"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"name":"T","id":437,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":438,"many":false,"required":false,"eClass":"EParameter"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statementToAdd","lowerBound":1,"id":442,"many":false,"required":true,"eClass":"EParameter"},{"id":443,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statementToAdd","lowerBound":1,"id":444,"many":false,"required":true,"eClass":"EParameter"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"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":447,"derived":false},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNamespacesAsString","lowerBound":0,"id":450,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getClassifierAtNamespaces","lowerBound":0,"id":451,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"namespaces","changeable":true,"lowerBound":0,"iD":false,"id":452,"derived":false},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getClassifiersInSamePackage","lowerBound":0,"id":457,"many":true,"required":false,"eClass":"EOperation"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainedClassifier","lowerBound":0,"id":462,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getClassifiersInSamePackage","lowerBound":0,"id":463,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classifiers","changeable":true,"resolveProxies":true,"lowerBound":1,"id":464,"derived":false},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":467,"many":false,"required":false,"eClass":"EParameter"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNamespacesAsString","lowerBound":0,"id":471,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getClassifiersInSamePackage","lowerBound":0,"id":472,"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":"compilationUnits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":473,"derived":false},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"container":false,"ordered":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":480,"derived":false},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getType","lowerBound":0,"id":483,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAlternativeType","lowerBound":0,"id":484,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOneType","lowerBound":0,"id":485,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArrayDimension","lowerBound":0,"id":486,"many":false,"required":false,"eClass":"EOperation"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"alternative","lowerBound":0,"id":492,"many":false,"required":false,"eClass":"EParameter"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":1,"id":495,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assignmentOperator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":496,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":497,"derived":false},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":0,"id":503,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionIf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":504,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionElse","changeable":true,"resolveProxies":true,"lowerBound":1,"id":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":515,"derived":false},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":523,"derived":false},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":527,"derived":false},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"equalityOperators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":531,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":532,"derived":false},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":1,"id":537,"derived":false},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":543,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relationOperators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":544,"derived":false},{"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":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":549,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"shiftOperators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":550,"derived":false},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":555,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"additiveOperators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":556,"derived":false},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":561,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"multiplicativeOperators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":562,"derived":false},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":567,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":1,"id":568,"derived":false},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":1,"id":573,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":574,"derived":false},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":1,"id":581,"derived":false},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"container":false,"ordered":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":587,"derived":false},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":591,"derived":false},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"callTypeArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":594,"derived":false},{"id":595,"eClass":"EGenericType"},{"id":596,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":597,"derived":false},{"id":598,"eClass":"EGenericType"},{"id":599,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendTypes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":600,"derived":false},{"id":601,"eClass":"EGenericType"},{"id":602,"eClass":"EGenericType"},{"id":603,"eClass":"EGenericType"},{"id":604,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":605,"derived":false},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllSuperClassifiers","lowerBound":0,"id":608,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllMembers","lowerBound":0,"id":609,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBoundType","lowerBound":0,"id":610,"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":"extendTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":611,"derived":false},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":615,"many":false,"required":false,"eClass":"EParameter"},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"typeReference","lowerBound":0,"id":618,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"reference","lowerBound":0,"id":619,"many":false,"required":false,"eClass":"EParameter"},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"id":623,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getImportedClassifier","lowerBound":0,"id":624,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getImportedClassifiers","lowerBound":0,"id":625,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getImportedMembers","lowerBound":0,"id":626,"many":true,"required":false,"eClass":"EOperation"},{"id":627,"eClass":"EGenericType"},{"id":628,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":629,"many":false,"required":false,"eClass":"EParameter"},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"},{"id":632,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getDefaultImports","lowerBound":0,"id":633,"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":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":634,"derived":false},{"id":635,"eClass":"EGenericType"},{"id":636,"eClass":"EGenericType"},{"id":637,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"static","changeable":true,"resolveProxies":true,"lowerBound":1,"id":638,"derived":false},{"id":639,"eClass":"EGenericType"},{"id":640,"eClass":"EGenericType"},{"container":false,"ordered":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":641,"derived":false},{"id":642,"eClass":"EGenericType"},{"id":643,"eClass":"EGenericType"},{"id":644,"eClass":"EGenericType"},{"id":645,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticMembers","changeable":true,"resolveProxies":true,"lowerBound":1,"id":646,"derived":false},{"id":647,"eClass":"EGenericType"},{"id":648,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":649,"derived":false},{"id":650,"eClass":"EGenericType"},{"id":651,"eClass":"EGenericType"},{"id":652,"eClass":"EGenericType"},{"id":653,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"anonymousClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":654,"derived":false},{"id":655,"eClass":"EGenericType"},{"id":656,"eClass":"EGenericType"},{"id":657,"eClass":"EGenericType"},{"id":658,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"callTarget","changeable":true,"resolveProxies":true,"lowerBound":1,"id":659,"derived":false},{"id":660,"eClass":"EGenericType"},{"id":661,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOneType","lowerBound":0,"id":662,"many":false,"required":false,"eClass":"EOperation"},{"id":663,"eClass":"EGenericType"},{"id":664,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"alternative","lowerBound":0,"id":665,"many":false,"required":false,"eClass":"EParameter"},{"id":666,"eClass":"EGenericType"},{"id":667,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":668,"derived":false},{"id":669,"eClass":"EGenericType"},{"id":670,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"\u0000","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":671,"derived":false},{"id":672,"eClass":"EGenericType"},{"id":673,"eClass":"EGenericType"},{"id":674,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"decimalValue","changeable":true,"lowerBound":1,"iD":false,"id":675,"derived":false},{"id":676,"eClass":"EGenericType"},{"id":677,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hexValue","changeable":true,"lowerBound":1,"iD":false,"id":678,"derived":false},{"id":679,"eClass":"EGenericType"},{"id":680,"eClass":"EGenericType"},{"id":681,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"decimalValue","changeable":true,"lowerBound":1,"iD":false,"id":682,"derived":false},{"id":683,"eClass":"EGenericType"},{"id":684,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hexValue","changeable":true,"lowerBound":1,"iD":false,"id":685,"derived":false},{"id":686,"eClass":"EGenericType"},{"id":687,"eClass":"EGenericType"},{"id":688,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"decimalValue","changeable":true,"lowerBound":1,"iD":false,"id":689,"derived":false},{"id":690,"eClass":"EGenericType"},{"id":691,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hexValue","changeable":true,"lowerBound":1,"iD":false,"id":692,"derived":false},{"id":693,"eClass":"EGenericType"},{"id":694,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"octalValue","changeable":true,"lowerBound":1,"iD":false,"id":695,"derived":false},{"id":696,"eClass":"EGenericType"},{"id":697,"eClass":"EGenericType"},{"id":698,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"decimalValue","changeable":true,"lowerBound":1,"iD":false,"id":699,"derived":false},{"id":700,"eClass":"EGenericType"},{"id":701,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hexValue","changeable":true,"lowerBound":1,"iD":false,"id":702,"derived":false},{"id":703,"eClass":"EGenericType"},{"id":704,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"octalValue","changeable":true,"lowerBound":1,"iD":false,"id":705,"derived":false},{"id":706,"eClass":"EGenericType"},{"id":707,"eClass":"EGenericType"},{"id":708,"eClass":"EGenericType"},{"id":709,"eClass":"EGenericType"},{"id":710,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":711,"derived":false},{"id":712,"eClass":"EGenericType"},{"id":713,"eClass":"EGenericType"},{"id":714,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainedClassifier","lowerBound":0,"id":715,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainedField","lowerBound":0,"id":716,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainedMethod","lowerBound":0,"id":717,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getMethods","lowerBound":0,"id":718,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeMethods","lowerBound":0,"id":719,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getMembersByName","lowerBound":0,"id":720,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createField","lowerBound":0,"id":721,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getFields","lowerBound":0,"id":722,"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":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":723,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultMembers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":724,"derived":false},{"id":725,"eClass":"EGenericType"},{"id":726,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":727,"many":false,"required":false,"eClass":"EParameter"},{"id":728,"eClass":"EGenericType"},{"id":729,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":730,"many":false,"required":false,"eClass":"EParameter"},{"id":731,"eClass":"EGenericType"},{"id":732,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":733,"many":false,"required":false,"eClass":"EParameter"},{"id":734,"eClass":"EGenericType"},{"id":735,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":736,"many":false,"required":true,"eClass":"EParameter"},{"id":737,"eClass":"EGenericType"},{"id":738,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":739,"many":false,"required":true,"eClass":"EParameter"},{"id":740,"eClass":"EGenericType"},{"id":741,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":742,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"qualifiedTypeName","lowerBound":1,"id":743,"many":false,"required":true,"eClass":"EParameter"},{"id":744,"eClass":"EGenericType"},{"id":745,"eClass":"EGenericType"},{"id":746,"eClass":"EGenericType"},{"id":747,"eClass":"EGenericType"},{"id":748,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArrayDimension","lowerBound":0,"id":749,"many":false,"required":false,"eClass":"EOperation"},{"id":750,"eClass":"EGenericType"},{"id":751,"eClass":"EGenericType"},{"id":752,"eClass":"EGenericType"},{"id":753,"eClass":"EGenericType"},{"id":754,"eClass":"EGenericType"},{"id":755,"eClass":"EGenericType"},{"id":756,"eClass":"EGenericType"},{"id":757,"eClass":"EGenericType"},{"id":758,"eClass":"EGenericType"},{"id":759,"eClass":"EGenericType"},{"id":760,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"additionalFields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":761,"derived":false},{"id":762,"eClass":"EGenericType"},{"id":763,"eClass":"EGenericType"},{"id":764,"eClass":"EGenericType"},{"id":765,"eClass":"EGenericType"},{"id":766,"eClass":"EGenericType"},{"id":767,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isMethodForCall","lowerBound":0,"id":768,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSomeMethodForCall","lowerBound":0,"id":769,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isBetterMethodForCall","lowerBound":0,"id":770,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArrayDimension","lowerBound":0,"id":771,"many":false,"required":false,"eClass":"EOperation"},{"id":772,"eClass":"EGenericType"},{"id":773,"eClass":"EGenericType"},{"id":774,"eClass":"EGenericType"},{"id":775,"eClass":"EGenericType"},{"id":776,"eClass":"EGenericType"},{"id":777,"eClass":"EGenericType"},{"id":778,"eClass":"EGenericType"},{"id":779,"eClass":"EGenericType"},{"id":780,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"methodCall","lowerBound":0,"id":781,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"needsPerfectMatch","lowerBound":0,"id":782,"many":false,"required":false,"eClass":"EParameter"},{"id":783,"eClass":"EGenericType"},{"id":784,"eClass":"EGenericType"},{"id":785,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"methodCall","lowerBound":0,"id":786,"many":false,"required":false,"eClass":"EParameter"},{"id":787,"eClass":"EGenericType"},{"id":788,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"otherMethod","lowerBound":0,"id":789,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"methodCall","lowerBound":0,"id":790,"many":false,"required":false,"eClass":"EParameter"},{"id":791,"eClass":"EGenericType"},{"id":792,"eClass":"EGenericType"},{"id":793,"eClass":"EGenericType"},{"id":794,"eClass":"EGenericType"},{"id":795,"eClass":"EGenericType"},{"id":796,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"anonymousClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":797,"derived":false},{"id":798,"eClass":"EGenericType"},{"id":799,"eClass":"EGenericType"},{"id":800,"eClass":"EGenericType"},{"id":801,"eClass":"EGenericType"},{"id":802,"eClass":"EGenericType"},{"id":803,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isHidden","lowerBound":0,"id":804,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isStatic","lowerBound":0,"id":805,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeModifier","lowerBound":0,"id":806,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"makePublic","lowerBound":0,"id":807,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"makePrivate","lowerBound":0,"id":808,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"makeProtected","lowerBound":0,"id":809,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getModifiers","lowerBound":0,"id":810,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeAllModifiers","lowerBound":0,"id":811,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasModifier","lowerBound":0,"id":812,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isPublic","lowerBound":0,"id":813,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isPrivate","lowerBound":0,"id":814,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isProtected","lowerBound":0,"id":815,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addModifier","lowerBound":0,"id":816,"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":"annotationsAndModifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":817,"derived":false},{"id":818,"eClass":"EGenericType"},{"id":819,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":820,"many":false,"required":false,"eClass":"EParameter"},{"id":821,"eClass":"EGenericType"},{"id":822,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"modifierType","lowerBound":0,"id":823,"many":false,"required":false,"eClass":"EParameter"},{"id":824,"eClass":"EGenericType"},{"id":825,"eClass":"EGenericType"},{"id":826,"eClass":"EGenericType"},{"id":827,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":828,"many":false,"required":false,"eClass":"EParameter"},{"id":829,"eClass":"EGenericType"},{"id":830,"eClass":"EGenericType"},{"id":831,"eClass":"EGenericType"},{"id":832,"eClass":"EGenericType"},{"id":833,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"newModifier","lowerBound":1,"id":834,"many":false,"required":true,"eClass":"EParameter"},{"id":835,"eClass":"EGenericType"},{"id":836,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":837,"derived":false},{"id":838,"eClass":"EGenericType"},{"id":839,"eClass":"EGenericType"},{"id":840,"eClass":"EGenericType"},{"id":841,"eClass":"EGenericType"},{"id":842,"eClass":"EGenericType"},{"id":843,"eClass":"EGenericType"},{"id":844,"eClass":"EGenericType"},{"id":845,"eClass":"EGenericType"},{"id":846,"eClass":"EGenericType"},{"id":847,"eClass":"EGenericType"},{"id":848,"eClass":"EGenericType"},{"id":849,"eClass":"EGenericType"},{"id":850,"eClass":"EGenericType"},{"id":851,"eClass":"EGenericType"},{"id":852,"eClass":"EGenericType"},{"id":853,"eClass":"EGenericType"},{"id":854,"eClass":"EGenericType"},{"id":855,"eClass":"EGenericType"},{"id":856,"eClass":"EGenericType"},{"id":857,"eClass":"EGenericType"},{"id":858,"eClass":"EGenericType"},{"id":859,"eClass":"EGenericType"},{"id":860,"eClass":"EGenericType"},{"id":861,"eClass":"EGenericType"},{"id":862,"eClass":"EGenericType"},{"id":863,"eClass":"EGenericType"},{"id":864,"eClass":"EGenericType"},{"id":865,"eClass":"EGenericType"},{"id":866,"eClass":"EGenericType"},{"id":867,"eClass":"EGenericType"},{"id":868,"eClass":"EGenericType"},{"id":869,"eClass":"EGenericType"},{"id":870,"eClass":"EGenericType"},{"id":871,"eClass":"EGenericType"},{"id":872,"eClass":"EGenericType"},{"id":873,"eClass":"EGenericType"},{"id":874,"eClass":"EGenericType"},{"id":875,"eClass":"EGenericType"},{"id":876,"eClass":"EGenericType"},{"id":877,"eClass":"EGenericType"},{"id":878,"eClass":"EGenericType"},{"id":879,"eClass":"EGenericType"},{"id":880,"eClass":"EGenericType"},{"id":881,"eClass":"EGenericType"},{"id":882,"eClass":"EGenericType"},{"id":883,"eClass":"EGenericType"},{"id":884,"eClass":"EGenericType"},{"id":885,"eClass":"EGenericType"},{"id":886,"eClass":"EGenericType"},{"id":887,"eClass":"EGenericType"},{"id":888,"eClass":"EGenericType"},{"id":889,"eClass":"EGenericType"},{"id":890,"eClass":"EGenericType"},{"id":891,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getReferencedType","lowerBound":0,"id":892,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPrevious","lowerBound":0,"id":893,"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":"next","changeable":true,"resolveProxies":true,"lowerBound":0,"id":894,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arraySelectors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":895,"derived":false},{"id":896,"eClass":"EGenericType"},{"id":897,"eClass":"EGenericType"},{"id":898,"eClass":"EGenericType"},{"id":899,"eClass":"EGenericType"},{"id":900,"eClass":"EGenericType"},{"id":901,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getArgumentTypes","lowerBound":0,"id":902,"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":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":903,"derived":false},{"id":904,"eClass":"EGenericType"},{"id":905,"eClass":"EGenericType"},{"id":906,"eClass":"EGenericType"},{"id":907,"eClass":"EGenericType"},{"container":false,"ordered":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":908,"derived":false},{"id":909,"eClass":"EGenericType"},{"id":910,"eClass":"EGenericType"},{"id":911,"eClass":"EGenericType"},{"id":912,"eClass":"EGenericType"},{"id":913,"eClass":"EGenericType"},{"id":914,"eClass":"EGenericType"},{"id":915,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primitiveType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":916,"derived":false},{"id":917,"eClass":"EGenericType"},{"id":918,"eClass":"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":919,"derived":false},{"id":920,"eClass":"EGenericType"},{"id":921,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"self","changeable":true,"resolveProxies":true,"lowerBound":1,"id":922,"derived":false},{"id":923,"eClass":"EGenericType"},{"id":924,"eClass":"EGenericType"},{"id":925,"eClass":"EGenericType"},{"id":926,"eClass":"EGenericType"},{"container":false,"ordered":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":927,"derived":false},{"id":928,"eClass":"EGenericType"},{"id":929,"eClass":"EGenericType"},{"id":930,"eClass":"EGenericType"},{"id":931,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":932,"derived":false},{"id":933,"eClass":"EGenericType"},{"id":934,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLocalVariable","lowerBound":1,"id":935,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":936,"derived":false},{"id":937,"eClass":"EGenericType"},{"id":938,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":939,"many":false,"required":true,"eClass":"EParameter"},{"id":940,"eClass":"EGenericType"},{"id":941,"eClass":"EGenericType"},{"container":false,"ordered":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":942,"derived":false},{"id":943,"eClass":"EGenericType"},{"id":944,"eClass":"EGenericType"},{"id":945,"eClass":"EGenericType"},{"id":946,"eClass":"EGenericType"},{"id":947,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"errorMessage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":948,"derived":false},{"id":949,"eClass":"EGenericType"},{"id":950,"eClass":"EGenericType"},{"id":951,"eClass":"EGenericType"},{"id":952,"eClass":"EGenericType"},{"id":953,"eClass":"EGenericType"},{"id":954,"eClass":"EGenericType"},{"id":955,"eClass":"EGenericType"},{"id":956,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":957,"derived":false},{"id":958,"eClass":"EGenericType"},{"id":959,"eClass":"EGenericType"},{"container":false,"ordered":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":960,"derived":false},{"id":961,"eClass":"EGenericType"},{"id":962,"eClass":"EGenericType"},{"id":963,"eClass":"EGenericType"},{"id":964,"eClass":"EGenericType"},{"id":965,"eClass":"EGenericType"},{"id":966,"eClass":"EGenericType"},{"id":967,"eClass":"EGenericType"},{"id":968,"eClass":"EGenericType"},{"container":false,"ordered":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":969,"derived":false},{"id":970,"eClass":"EGenericType"},{"id":971,"eClass":"EGenericType"},{"container":false,"ordered":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":972,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"updates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":973,"derived":false},{"id":974,"eClass":"EGenericType"},{"id":975,"eClass":"EGenericType"},{"id":976,"eClass":"EGenericType"},{"id":977,"eClass":"EGenericType"},{"id":978,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"next","changeable":true,"resolveProxies":true,"lowerBound":1,"id":979,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":980,"derived":false},{"id":981,"eClass":"EGenericType"},{"id":982,"eClass":"EGenericType"},{"id":983,"eClass":"EGenericType"},{"id":984,"eClass":"EGenericType"},{"container":false,"ordered":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":985,"derived":false},{"id":986,"eClass":"EGenericType"},{"id":987,"eClass":"EGenericType"},{"id":988,"eClass":"EGenericType"},{"id":989,"eClass":"EGenericType"},{"id":990,"eClass":"EGenericType"},{"container":false,"ordered":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":991,"derived":false},{"id":992,"eClass":"EGenericType"},{"id":993,"eClass":"EGenericType"},{"id":994,"eClass":"EGenericType"},{"id":995,"eClass":"EGenericType"},{"container":false,"ordered":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":996,"derived":false},{"id":997,"eClass":"EGenericType"},{"id":998,"eClass":"EGenericType"},{"container":false,"ordered":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":999,"derived":false},{"container":false,"ordered":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":1000,"derived":false},{"id":1001,"eClass":"EGenericType"},{"id":1002,"eClass":"EGenericType"},{"id":1003,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lockProvider","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1004,"derived":false},{"id":1005,"eClass":"EGenericType"},{"id":1006,"eClass":"EGenericType"},{"id":1007,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"throwable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1008,"derived":false},{"id":1009,"eClass":"EGenericType"},{"id":1010,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"catcheBlocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1011,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"finallyBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1012,"derived":false},{"id":1013,"eClass":"EGenericType"},{"id":1014,"eClass":"EGenericType"},{"id":1015,"eClass":"EGenericType"},{"id":1016,"eClass":"EGenericType"},{"container":false,"ordered":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":1017,"derived":false},{"id":1018,"eClass":"EGenericType"},{"id":1019,"eClass":"EGenericType"},{"id":1020,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"equalsType","lowerBound":0,"id":1021,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSuperType","lowerBound":0,"id":1022,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllMembers","lowerBound":0,"id":1023,"many":true,"required":false,"eClass":"EOperation"},{"id":1024,"eClass":"EGenericType"},{"id":1025,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"arrayDimension","lowerBound":0,"id":1026,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"otherType","lowerBound":0,"id":1027,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"otherArrayDimension","lowerBound":0,"id":1028,"many":false,"required":false,"eClass":"EParameter"},{"id":1029,"eClass":"EGenericType"},{"id":1030,"eClass":"EGenericType"},{"id":1031,"eClass":"EGenericType"},{"id":1032,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"arrayDimension","lowerBound":0,"id":1033,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"otherType","lowerBound":0,"id":1034,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"otherArrayType","lowerBound":0,"id":1035,"many":false,"required":false,"eClass":"EParameter"},{"id":1036,"eClass":"EGenericType"},{"id":1037,"eClass":"EGenericType"},{"id":1038,"eClass":"EGenericType"},{"id":1039,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1040,"many":false,"required":false,"eClass":"EParameter"},{"id":1041,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeReference","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1042,"derived":false},{"id":1043,"eClass":"EGenericType"},{"id":1044,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTarget","lowerBound":0,"id":1045,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBoundTarget","lowerBound":0,"id":1046,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPureClassifierReference","lowerBound":0,"id":1047,"many":false,"required":false,"eClass":"EOperation"},{"id":1048,"eClass":"EGenericType"},{"id":1049,"eClass":"EGenericType"},{"id":1050,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"reference","lowerBound":0,"id":1051,"many":false,"required":false,"eClass":"EParameter"},{"id":1052,"eClass":"EGenericType"},{"id":1053,"eClass":"EGenericType"},{"container":false,"ordered":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":1054,"derived":false},{"id":1055,"eClass":"EGenericType"},{"id":1056,"eClass":"EGenericType"},{"id":1057,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classifierReferences","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1058,"derived":false},{"id":1059,"eClass":"EGenericType"},{"id":1060,"eClass":"EGenericType"},{"id":1061,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllMembers","lowerBound":0,"id":1062,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"wrapPrimitiveType","lowerBound":0,"id":1063,"many":false,"required":false,"eClass":"EOperation"},{"id":1064,"eClass":"EGenericType"},{"id":1065,"eClass":"EGenericType"},{"id":1066,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1067,"many":false,"required":false,"eClass":"EParameter"},{"id":1068,"eClass":"EGenericType"},{"id":1069,"eClass":"EGenericType"},{"id":1070,"eClass":"EGenericType"},{"id":1071,"eClass":"EGenericType"},{"id":1072,"eClass":"EGenericType"},{"id":1073,"eClass":"EGenericType"},{"id":1074,"eClass":"EGenericType"},{"id":1075,"eClass":"EGenericType"},{"id":1076,"eClass":"EGenericType"},{"id":1077,"eClass":"EGenericType"},{"id":1078,"eClass":"EGenericType"},{"container":false,"ordered":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":1079,"derived":false},{"id":1080,"eClass":"EGenericType"},{"id":1081,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArrayDimension","lowerBound":0,"id":1082,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createMethodCallStatement","lowerBound":0,"id":1083,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createMethodCall","lowerBound":0,"id":1084,"many":false,"required":false,"eClass":"EOperation"},{"id":1085,"eClass":"EGenericType"},{"id":1086,"eClass":"EGenericType"},{"id":1087,"eClass":"EGenericType"},{"id":1088,"eClass":"EGenericType"},{"id":1089,"eClass":"EGenericType"},{"id":1090,"eClass":"EGenericType"},{"id":1091,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"methodName","lowerBound":1,"id":1092,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"arguments","lowerBound":0,"id":1093,"many":true,"required":false,"eClass":"EParameter"},{"id":1094,"eClass":"EGenericType"},{"id":1095,"eClass":"EGenericType"},{"id":1096,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"methodName","lowerBound":1,"id":1097,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"arguments","lowerBound":0,"id":1098,"many":true,"required":false,"eClass":"EParameter"},{"id":1099,"eClass":"EGenericType"},{"id":1100,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"additionalLocalVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1101,"derived":false},{"id":1102,"eClass":"EGenericType"},{"id":1103,"eClass":"EGenericType"},{"id":1104,"eClass":"EGenericType"},{"id":1105,"eClass":"EGenericType"},{"id":1106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArrayDimension","lowerBound":0,"id":1107,"many":false,"required":false,"eClass":"EOperation"},{"id":1108,"eClass":"EGenericType"},{"id":1109,"eClass":"EGenericType"},{"id":1110,"eClass":"EGenericType"},{"id":1111,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":0,"target":165},{"source":0,"target":166},{"source":0,"target":167},{"source":0,"target":168},{"source":0,"target":169},{"source":0,"target":170},{"source":0,"target":171},{"source":0,"target":172},{"source":0,"target":173},{"source":0,"target":174},{"source":0,"target":175},{"source":0,"target":176},{"source":0,"target":177},{"source":0,"target":178},{"source":0,"target":179},{"source":0,"target":180},{"source":0,"target":181},{"source":0,"target":182},{"source":0,"target":183},{"source":0,"target":184},{"source":0,"target":185},{"source":0,"target":186},{"source":0,"target":187},{"source":0,"target":188},{"source":0,"target":189},{"source":0,"target":190},{"source":0,"target":191},{"source":0,"target":192},{"source":0,"target":193},{"source":0,"target":194},{"source":0,"target":195},{"source":0,"target":196},{"source":0,"target":197},{"source":0,"target":198},{"source":0,"target":199},{"source":0,"target":200},{"source":0,"target":201},{"source":0,"target":202},{"source":0,"target":203},{"source":0,"target":204},{"source":0,"target":205},{"source":0,"target":206},{"source":0,"target":207},{"source":0,"target":208},{"source":0,"target":209},{"source":0,"target":210},{"source":0,"target":211},{"source":0,"target":212},{"source":0,"target":213},{"source":0,"target":214},{"source":0,"target":215},{"source":0,"target":216},{"source":0,"target":217},{"source":0,"target":218},{"source":0,"target":219},{"source":0,"target":220},{"source":0,"target":221},{"source":0,"target":222},{"source":0,"target":223},{"source":0,"target":224},{"source":0,"target":225},{"source":0,"target":226},{"source":0,"target":227},{"source":0,"target":228},{"source":0,"target":229},{"source":0,"target":230},{"source":0,"target":231},{"source":0,"target":232},{"source":0,"target":233},{"source":0,"target":234},{"source":0,"target":235},{"source":0,"target":236},{"source":0,"target":237},{"source":1,"target":0},{"source":1,"target":27},{"source":1,"target":238},{"source":1,"target":239},{"source":238,"target":2},{"source":238,"target":240},{"source":238,"target":1},{"source":240,"target":2},{"source":239,"target":27},{"source":2,"target":0},{"source":2,"target":177},{"source":2,"target":124},{"source":2,"target":29},{"source":2,"target":241},{"source":2,"target":242},{"source":2,"target":243},{"source":2,"target":244},{"source":2,"target":245},{"source":241,"target":19},{"source":241,"target":246},{"source":241,"target":2},{"source":246,"target":19},{"source":242,"target":3},{"source":242,"target":247},{"source":242,"target":2},{"source":247,"target":3},{"source":243,"target":177},{"source":244,"target":124},{"source":245,"target":29},{"source":3,"target":0},{"source":3,"target":27},{"source":3,"target":248},{"source":248,"target":27},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":249},{"source":4,"target":250},{"source":249,"target":7},{"source":249,"target":251},{"source":249,"target":4},{"source":251,"target":7},{"source":250,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":252},{"source":5,"target":253},{"source":252,"target":6},{"source":252,"target":254},{"source":252,"target":5},{"source":254,"target":6},{"source":253,"target":3},{"source":6,"target":0},{"source":6,"target":27},{"source":6,"target":255},{"source":6,"target":256},{"source":6,"target":257},{"source":255,"target":120},{"source":255,"target":258},{"source":255,"target":6},{"source":258,"target":120},{"source":256,"target":7},{"source":256,"target":259},{"source":256,"target":6},{"source":259,"target":7},{"source":257,"target":27},{"source":7,"target":0},{"source":7,"target":27},{"source":7,"target":260},{"source":260,"target":27},{"source":8,"target":0},{"source":8,"target":120},{"source":8,"target":261},{"source":8,"target":262},{"source":261,"target":35},{"source":261,"target":263},{"source":261,"target":8},{"source":263,"target":35},{"source":262,"target":120},{"source":9,"target":0},{"source":9,"target":27},{"source":9,"target":264},{"source":9,"target":265},{"source":9,"target":266},{"source":9,"target":267},{"source":264,"target":268},{"source":264,"target":9},{"source":265,"target":10},{"source":265,"target":269},{"source":265,"target":9},{"source":269,"target":10},{"source":266,"target":10},{"source":266,"target":270},{"source":266,"target":9},{"source":270,"target":10},{"source":267,"target":27},{"source":10,"target":0},{"source":10,"target":27},{"source":10,"target":271},{"source":271,"target":27},{"source":11,"target":0},{"source":11,"target":12},{"source":11,"target":7},{"source":11,"target":272},{"source":11,"target":273},{"source":11,"target":274},{"source":272,"target":12},{"source":272,"target":275},{"source":272,"target":11},{"source":275,"target":12},{"source":273,"target":12},{"source":274,"target":7},{"source":12,"target":0},{"source":12,"target":27},{"source":12,"target":276},{"source":276,"target":27},{"source":13,"target":0},{"source":13,"target":35},{"source":13,"target":177},{"source":13,"target":277},{"source":13,"target":278},{"source":277,"target":35},{"source":278,"target":177},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":220},{"source":14,"target":9},{"source":14,"target":279},{"source":14,"target":280},{"source":14,"target":281},{"source":14,"target":282},{"source":279,"target":35},{"source":279,"target":283},{"source":279,"target":14},{"source":283,"target":35},{"source":280,"target":13},{"source":281,"target":220},{"source":282,"target":9},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":284},{"source":15,"target":285},{"source":284,"target":11},{"source":284,"target":286},{"source":284,"target":15},{"source":286,"target":11},{"source":285,"target":13},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":287},{"source":287,"target":15},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":220},{"source":17,"target":9},{"source":17,"target":288},{"source":17,"target":289},{"source":17,"target":290},{"source":288,"target":15},{"source":289,"target":220},{"source":290,"target":9},{"source":18,"target":0},{"source":18,"target":27},{"source":18,"target":291},{"source":18,"target":292},{"source":291,"target":35},{"source":291,"target":293},{"source":291,"target":18},{"source":293,"target":35},{"source":292,"target":27},{"source":19,"target":0},{"source":19,"target":219},{"source":19,"target":179},{"source":19,"target":294},{"source":19,"target":295},{"source":19,"target":296},{"source":294,"target":20},{"source":294,"target":297},{"source":294,"target":19},{"source":297,"target":20},{"source":295,"target":219},{"source":296,"target":179},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":74},{"source":20,"target":114},{"source":20,"target":113},{"source":20,"target":195},{"source":20,"target":125},{"source":20,"target":298},{"source":20,"target":299},{"source":20,"target":300},{"source":20,"target":301},{"source":20,"target":302},{"source":20,"target":303},{"source":20,"target":304},{"source":20,"target":305},{"source":20,"target":306},{"source":20,"target":307},{"source":298,"target":20},{"source":298,"target":308},{"source":298,"target":20},{"source":308,"target":20},{"source":299,"target":20},{"source":299,"target":309},{"source":299,"target":20},{"source":309,"target":20},{"source":300,"target":222},{"source":300,"target":310},{"source":300,"target":20},{"source":310,"target":222},{"source":301,"target":113},{"source":301,"target":311},{"source":301,"target":20},{"source":301,"target":312},{"source":311,"target":113},{"source":312,"target":27},{"source":312,"target":313},{"source":312,"target":301},{"source":313,"target":27},{"source":302,"target":19},{"source":303,"target":74},{"source":304,"target":114},{"source":305,"target":113},{"source":306,"target":195},{"source":307,"target":125},{"source":21,"target":0},{"source":21,"target":27},{"source":21,"target":314},{"source":21,"target":315},{"source":314,"target":221},{"source":314,"target":316},{"source":314,"target":21},{"source":316,"target":221},{"source":315,"target":27},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":21},{"source":22,"target":317},{"source":22,"target":318},{"source":22,"target":319},{"source":22,"target":320},{"source":22,"target":321},{"source":22,"target":322},{"source":22,"target":323},{"source":317,"target":20},{"source":317,"target":324},{"source":317,"target":22},{"source":324,"target":20},{"source":318,"target":22},{"source":318,"target":325},{"source":318,"target":22},{"source":325,"target":22},{"source":319,"target":224},{"source":319,"target":326},{"source":319,"target":22},{"source":326,"target":224},{"source":320,"target":221},{"source":320,"target":327},{"source":320,"target":22},{"source":327,"target":221},{"source":321,"target":221},{"source":321,"target":328},{"source":321,"target":22},{"source":328,"target":221},{"source":322,"target":20},{"source":323,"target":21},{"source":23,"target":0},{"source":23,"target":20},{"source":23,"target":329},{"source":23,"target":330},{"source":23,"target":331},{"source":23,"target":332},{"source":329,"target":20},{"source":329,"target":333},{"source":329,"target":23},{"source":333,"target":20},{"source":330,"target":221},{"source":330,"target":334},{"source":330,"target":23},{"source":334,"target":221},{"source":331,"target":221},{"source":331,"target":335},{"source":331,"target":23},{"source":335,"target":221},{"source":332,"target":20},{"source":24,"target":0},{"source":24,"target":20},{"source":24,"target":21},{"source":24,"target":336},{"source":24,"target":337},{"source":24,"target":338},{"source":24,"target":339},{"source":24,"target":340},{"source":336,"target":20},{"source":336,"target":341},{"source":336,"target":24},{"source":341,"target":20},{"source":337,"target":122},{"source":337,"target":342},{"source":337,"target":24},{"source":337,"target":343},{"source":342,"target":122},{"source":343,"target":344},{"source":343,"target":337},{"source":338,"target":122},{"source":338,"target":345},{"source":338,"target":24},{"source":345,"target":122},{"source":339,"target":20},{"source":340,"target":21},{"source":25,"target":0},{"source":25,"target":20},{"source":25,"target":346},{"source":25,"target":347},{"source":346,"target":20},{"source":346,"target":348},{"source":346,"target":25},{"source":348,"target":20},{"source":347,"target":20},{"source":26,"target":0},{"source":26,"target":219},{"source":26,"target":114},{"source":26,"target":349},{"source":26,"target":350},{"source":26,"target":351},{"source":26,"target":352},{"source":26,"target":353},{"source":349,"target":20},{"source":349,"target":354},{"source":349,"target":26},{"source":354,"target":20},{"source":350,"target":20},{"source":350,"target":355},{"source":350,"target":26},{"source":355,"target":20},{"source":351,"target":113},{"source":351,"target":356},{"source":351,"target":26},{"source":351,"target":357},{"source":356,"target":113},{"source":357,"target":27},{"source":357,"target":358},{"source":357,"target":351},{"source":358,"target":27},{"source":352,"target":219},{"source":353,"target":114},{"source":27,"target":0},{"source":27,"target":359},{"source":27,"target":360},{"source":27,"target":361},{"source":27,"target":362},{"source":27,"target":363},{"source":27,"target":364},{"source":27,"target":365},{"source":27,"target":366},{"source":27,"target":367},{"source":27,"target":368},{"source":27,"target":369},{"source":27,"target":370},{"source":27,"target":371},{"source":27,"target":372},{"source":27,"target":373},{"source":27,"target":374},{"source":27,"target":375},{"source":27,"target":376},{"source":27,"target":377},{"source":27,"target":378},{"source":27,"target":379},{"source":27,"target":380},{"source":27,"target":381},{"source":27,"target":382},{"source":27,"target":383},{"source":27,"target":384},{"source":359,"target":20},{"source":359,"target":385},{"source":359,"target":27},{"source":359,"target":386},{"source":385,"target":20},{"source":386,"target":387},{"source":386,"target":359},{"source":360,"target":20},{"source":360,"target":388},{"source":360,"target":27},{"source":360,"target":389},{"source":388,"target":20},{"source":389,"target":390},{"source":389,"target":360},{"source":361,"target":20},{"source":361,"target":391},{"source":361,"target":27},{"source":361,"target":392},{"source":361,"target":393},{"source":391,"target":20},{"source":392,"target":394},{"source":392,"target":361},{"source":393,"target":395},{"source":393,"target":361},{"source":362,"target":20},{"source":362,"target":396},{"source":362,"target":27},{"source":362,"target":397},{"source":362,"target":398},{"source":396,"target":20},{"source":397,"target":399},{"source":397,"target":362},{"source":398,"target":400},{"source":398,"target":362},{"source":363,"target":22},{"source":363,"target":401},{"source":363,"target":27},{"source":363,"target":402},{"source":401,"target":22},{"source":402,"target":403},{"source":402,"target":363},{"source":364,"target":23},{"source":364,"target":404},{"source":364,"target":27},{"source":364,"target":405},{"source":404,"target":23},{"source":405,"target":406},{"source":405,"target":364},{"source":365,"target":22},{"source":365,"target":407},{"source":365,"target":27},{"source":407,"target":22},{"source":366,"target":22},{"source":366,"target":408},{"source":366,"target":27},{"source":408,"target":22},{"source":367,"target":22},{"source":367,"target":409},{"source":367,"target":27},{"source":409,"target":22},{"source":368,"target":23},{"source":368,"target":410},{"source":368,"target":27},{"source":410,"target":23},{"source":369,"target":2},{"source":369,"target":411},{"source":369,"target":27},{"source":411,"target":2},{"source":370,"target":26},{"source":370,"target":412},{"source":370,"target":27},{"source":412,"target":26},{"source":371,"target":20},{"source":371,"target":413},{"source":371,"target":27},{"source":413,"target":20},{"source":372,"target":31},{"source":372,"target":414},{"source":372,"target":27},{"source":414,"target":31},{"source":373,"target":415},{"source":373,"target":27},{"source":374,"target":20},{"source":374,"target":416},{"source":374,"target":27},{"source":416,"target":20},{"source":375,"target":417},{"source":375,"target":27},{"source":375,"target":418},{"source":418,"target":419},{"source":418,"target":375},{"source":376,"target":420},{"source":376,"target":27},{"source":376,"target":421},{"source":421,"target":422},{"source":421,"target":376},{"source":377,"target":423},{"source":377,"target":27},{"source":377,"target":424},{"source":377,"target":425},{"source":423,"target":424},{"source":425,"target":426},{"source":425,"target":377},{"source":426,"target":427},{"source":427,"target":424},{"source":378,"target":428},{"source":378,"target":27},{"source":378,"target":429},{"source":378,"target":430},{"source":428,"target":429},{"source":430,"target":431},{"source":430,"target":378},{"source":431,"target":432},{"source":432,"target":429},{"source":379,"target":433},{"source":379,"target":27},{"source":379,"target":434},{"source":434,"target":435},{"source":434,"target":379},{"source":380,"target":436},{"source":380,"target":27},{"source":380,"target":437},{"source":380,"target":438},{"source":436,"target":437},{"source":438,"target":439},{"source":438,"target":380},{"source":439,"target":440},{"source":440,"target":437},{"source":381,"target":441},{"source":381,"target":27},{"source":382,"target":27},{"source":382,"target":442},{"source":442,"target":195},{"source":442,"target":443},{"source":442,"target":382},{"source":443,"target":195},{"source":383,"target":27},{"source":383,"target":444},{"source":444,"target":195},{"source":444,"target":445},{"source":444,"target":383},{"source":445,"target":195},{"source":384,"target":446},{"source":384,"target":27},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":447},{"source":28,"target":448},{"source":447,"target":449},{"source":447,"target":28},{"source":448,"target":27},{"source":29,"target":0},{"source":29,"target":27},{"source":29,"target":450},{"source":29,"target":451},{"source":29,"target":452},{"source":29,"target":453},{"source":450,"target":454},{"source":450,"target":29},{"source":451,"target":20},{"source":451,"target":455},{"source":451,"target":29},{"source":455,"target":20},{"source":452,"target":456},{"source":452,"target":29},{"source":453,"target":27},{"source":30,"target":0},{"source":30,"target":28},{"source":30,"target":29},{"source":30,"target":81},{"source":30,"target":457},{"source":30,"target":458},{"source":30,"target":459},{"source":30,"target":460},{"source":457,"target":20},{"source":457,"target":461},{"source":457,"target":30},{"source":461,"target":20},{"source":458,"target":28},{"source":459,"target":29},{"source":460,"target":81},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":462},{"source":31,"target":463},{"source":31,"target":464},{"source":31,"target":465},{"source":462,"target":20},{"source":462,"target":466},{"source":462,"target":31},{"source":462,"target":467},{"source":466,"target":20},{"source":467,"target":468},{"source":467,"target":462},{"source":463,"target":20},{"source":463,"target":469},{"source":463,"target":31},{"source":469,"target":20},{"source":464,"target":20},{"source":464,"target":470},{"source":464,"target":31},{"source":470,"target":20},{"source":465,"target":30},{"source":32,"target":0},{"source":32,"target":30},{"source":32,"target":1},{"source":32,"target":471},{"source":32,"target":472},{"source":32,"target":473},{"source":32,"target":474},{"source":32,"target":475},{"source":471,"target":476},{"source":471,"target":32},{"source":472,"target":20},{"source":472,"target":477},{"source":472,"target":32},{"source":477,"target":20},{"source":473,"target":31},{"source":473,"target":478},{"source":473,"target":32},{"source":478,"target":31},{"source":474,"target":30},{"source":475,"target":1},{"source":33,"target":0},{"source":33,"target":30},{"source":33,"target":479},{"source":479,"target":30},{"source":34,"target":0},{"source":34,"target":194},{"source":34,"target":480},{"source":34,"target":481},{"source":480,"target":35},{"source":480,"target":482},{"source":480,"target":34},{"source":482,"target":35},{"source":481,"target":194},{"source":35,"target":0},{"source":35,"target":12},{"source":35,"target":7},{"source":35,"target":483},{"source":35,"target":484},{"source":35,"target":485},{"source":35,"target":486},{"source":35,"target":487},{"source":35,"target":488},{"source":483,"target":219},{"source":483,"target":489},{"source":483,"target":35},{"source":489,"target":219},{"source":484,"target":219},{"source":484,"target":490},{"source":484,"target":35},{"source":490,"target":219},{"source":485,"target":219},{"source":485,"target":491},{"source":485,"target":35},{"source":485,"target":492},{"source":491,"target":219},{"source":492,"target":493},{"source":492,"target":485},{"source":486,"target":494},{"source":486,"target":35},{"source":487,"target":12},{"source":488,"target":7},{"source":36,"target":0},{"source":36,"target":35},{"source":36,"target":495},{"source":36,"target":496},{"source":36,"target":497},{"source":36,"target":498},{"source":495,"target":37},{"source":495,"target":499},{"source":495,"target":36},{"source":499,"target":37},{"source":496,"target":140},{"source":496,"target":500},{"source":496,"target":36},{"source":500,"target":140},{"source":497,"target":35},{"source":497,"target":501},{"source":497,"target":36},{"source":501,"target":35},{"source":498,"target":35},{"source":37,"target":0},{"source":37,"target":35},{"source":37,"target":502},{"source":502,"target":35},{"source":38,"target":0},{"source":38,"target":37},{"source":38,"target":503},{"source":38,"target":504},{"source":38,"target":505},{"source":38,"target":506},{"source":503,"target":39},{"source":503,"target":507},{"source":503,"target":38},{"source":507,"target":39},{"source":504,"target":35},{"source":504,"target":508},{"source":504,"target":38},{"source":508,"target":35},{"source":505,"target":37},{"source":505,"target":509},{"source":505,"target":38},{"source":509,"target":37},{"source":506,"target":37},{"source":39,"target":0},{"source":39,"target":37},{"source":39,"target":510},{"source":510,"target":37},{"source":40,"target":0},{"source":40,"target":39},{"source":40,"target":511},{"source":40,"target":512},{"source":511,"target":41},{"source":511,"target":513},{"source":511,"target":40},{"source":513,"target":41},{"source":512,"target":39},{"source":41,"target":0},{"source":41,"target":39},{"source":41,"target":514},{"source":514,"target":39},{"source":42,"target":0},{"source":42,"target":41},{"source":42,"target":515},{"source":42,"target":516},{"source":515,"target":43},{"source":515,"target":517},{"source":515,"target":42},{"source":517,"target":43},{"source":516,"target":41},{"source":43,"target":0},{"source":43,"target":41},{"source":43,"target":518},{"source":518,"target":41},{"source":44,"target":0},{"source":44,"target":43},{"source":44,"target":519},{"source":44,"target":520},{"source":519,"target":45},{"source":519,"target":521},{"source":519,"target":44},{"source":521,"target":45},{"source":520,"target":43},{"source":45,"target":0},{"source":45,"target":43},{"source":45,"target":522},{"source":522,"target":43},{"source":46,"target":0},{"source":46,"target":45},{"source":46,"target":523},{"source":46,"target":524},{"source":523,"target":47},{"source":523,"target":525},{"source":523,"target":46},{"source":525,"target":47},{"source":524,"target":45},{"source":47,"target":0},{"source":47,"target":45},{"source":47,"target":526},{"source":526,"target":45},{"source":48,"target":0},{"source":48,"target":47},{"source":48,"target":527},{"source":48,"target":528},{"source":527,"target":49},{"source":527,"target":529},{"source":527,"target":48},{"source":529,"target":49},{"source":528,"target":47},{"source":49,"target":0},{"source":49,"target":47},{"source":49,"target":530},{"source":530,"target":47},{"source":50,"target":0},{"source":50,"target":49},{"source":50,"target":531},{"source":50,"target":532},{"source":50,"target":533},{"source":531,"target":141},{"source":531,"target":534},{"source":531,"target":50},{"source":534,"target":141},{"source":532,"target":51},{"source":532,"target":535},{"source":532,"target":50},{"source":535,"target":51},{"source":533,"target":49},{"source":51,"target":0},{"source":51,"target":49},{"source":51,"target":536},{"source":536,"target":49},{"source":52,"target":0},{"source":52,"target":9},{"source":52,"target":220},{"source":52,"target":51},{"source":52,"target":537},{"source":52,"target":538},{"source":52,"target":539},{"source":52,"target":540},{"source":537,"target":53},{"source":537,"target":541},{"source":537,"target":52},{"source":541,"target":53},{"source":538,"target":9},{"source":539,"target":220},{"source":540,"target":51},{"source":53,"target":0},{"source":53,"target":51},{"source":53,"target":542},{"source":542,"target":51},{"source":54,"target":0},{"source":54,"target":53},{"source":54,"target":543},{"source":54,"target":544},{"source":54,"target":545},{"source":543,"target":55},{"source":543,"target":546},{"source":543,"target":54},{"source":546,"target":55},{"source":544,"target":143},{"source":544,"target":547},{"source":544,"target":54},{"source":547,"target":143},{"source":545,"target":53},{"source":55,"target":0},{"source":55,"target":53},{"source":55,"target":548},{"source":548,"target":53},{"source":56,"target":0},{"source":56,"target":55},{"source":56,"target":549},{"source":56,"target":550},{"source":56,"target":551},{"source":549,"target":57},{"source":549,"target":552},{"source":549,"target":56},{"source":552,"target":57},{"source":550,"target":144},{"source":550,"target":553},{"source":550,"target":56},{"source":553,"target":144},{"source":551,"target":55},{"source":57,"target":0},{"source":57,"target":55},{"source":57,"target":554},{"source":554,"target":55},{"source":58,"target":0},{"source":58,"target":57},{"source":58,"target":555},{"source":58,"target":556},{"source":58,"target":557},{"source":555,"target":59},{"source":555,"target":558},{"source":555,"target":58},{"source":558,"target":59},{"source":556,"target":139},{"source":556,"target":559},{"source":556,"target":58},{"source":559,"target":139},{"source":557,"target":57},{"source":59,"target":0},{"source":59,"target":57},{"source":59,"target":560},{"source":560,"target":57},{"source":60,"target":0},{"source":60,"target":59},{"source":60,"target":561},{"source":60,"target":562},{"source":60,"target":563},{"source":561,"target":61},{"source":561,"target":564},{"source":561,"target":60},{"source":564,"target":61},{"source":562,"target":142},{"source":562,"target":565},{"source":562,"target":60},{"source":565,"target":142},{"source":563,"target":59},{"source":61,"target":0},{"source":61,"target":59},{"source":61,"target":566},{"source":566,"target":59},{"source":62,"target":0},{"source":62,"target":61},{"source":62,"target":567},{"source":62,"target":568},{"source":62,"target":569},{"source":567,"target":145},{"source":567,"target":570},{"source":567,"target":62},{"source":570,"target":145},{"source":568,"target":63},{"source":568,"target":571},{"source":568,"target":62},{"source":571,"target":63},{"source":569,"target":61},{"source":63,"target":0},{"source":63,"target":61},{"source":63,"target":572},{"source":572,"target":61},{"source":64,"target":0},{"source":64,"target":63},{"source":64,"target":573},{"source":64,"target":574},{"source":64,"target":575},{"source":573,"target":67},{"source":573,"target":576},{"source":573,"target":64},{"source":576,"target":67},{"source":574,"target":146},{"source":574,"target":577},{"source":574,"target":64},{"source":577,"target":146},{"source":575,"target":63},{"source":65,"target":0},{"source":65,"target":64},{"source":65,"target":578},{"source":578,"target":64},{"source":66,"target":0},{"source":66,"target":64},{"source":66,"target":579},{"source":579,"target":64},{"source":67,"target":0},{"source":67,"target":63},{"source":67,"target":580},{"source":580,"target":63},{"source":68,"target":0},{"source":68,"target":220},{"source":68,"target":9},{"source":68,"target":67},{"source":68,"target":581},{"source":68,"target":582},{"source":68,"target":583},{"source":68,"target":584},{"source":581,"target":61},{"source":581,"target":585},{"source":581,"target":68},{"source":585,"target":61},{"source":582,"target":220},{"source":583,"target":9},{"source":584,"target":67},{"source":69,"target":0},{"source":69,"target":67},{"source":69,"target":586},{"source":586,"target":67},{"source":70,"target":0},{"source":70,"target":177},{"source":70,"target":587},{"source":70,"target":588},{"source":587,"target":35},{"source":587,"target":589},{"source":587,"target":70},{"source":589,"target":35},{"source":588,"target":177},{"source":71,"target":0},{"source":71,"target":9},{"source":71,"target":590},{"source":590,"target":9},{"source":72,"target":0},{"source":72,"target":27},{"source":72,"target":591},{"source":72,"target":592},{"source":591,"target":71},{"source":591,"target":593},{"source":591,"target":72},{"source":593,"target":71},{"source":592,"target":27},{"source":73,"target":0},{"source":73,"target":27},{"source":73,"target":594},{"source":73,"target":595},{"source":594,"target":71},{"source":594,"target":596},{"source":594,"target":73},{"source":596,"target":71},{"source":595,"target":27},{"source":74,"target":0},{"source":74,"target":27},{"source":74,"target":597},{"source":74,"target":598},{"source":597,"target":78},{"source":597,"target":599},{"source":597,"target":74},{"source":599,"target":78},{"source":598,"target":27},{"source":75,"target":0},{"source":75,"target":71},{"source":75,"target":600},{"source":75,"target":601},{"source":600,"target":221},{"source":600,"target":602},{"source":600,"target":75},{"source":602,"target":221},{"source":601,"target":71},{"source":76,"target":0},{"source":76,"target":71},{"source":76,"target":220},{"source":76,"target":603},{"source":76,"target":604},{"source":603,"target":71},{"source":604,"target":220},{"source":77,"target":0},{"source":77,"target":71},{"source":77,"target":605},{"source":77,"target":606},{"source":605,"target":221},{"source":605,"target":607},{"source":605,"target":77},{"source":607,"target":221},{"source":606,"target":71},{"source":78,"target":0},{"source":78,"target":19},{"source":78,"target":608},{"source":78,"target":609},{"source":78,"target":610},{"source":78,"target":611},{"source":78,"target":612},{"source":608,"target":20},{"source":608,"target":613},{"source":608,"target":78},{"source":613,"target":20},{"source":609,"target":113},{"source":609,"target":614},{"source":609,"target":78},{"source":609,"target":615},{"source":614,"target":113},{"source":615,"target":27},{"source":615,"target":616},{"source":615,"target":609},{"source":616,"target":27},{"source":610,"target":219},{"source":610,"target":617},{"source":610,"target":78},{"source":610,"target":618},{"source":610,"target":619},{"source":617,"target":219},{"source":618,"target":221},{"source":618,"target":620},{"source":618,"target":610},{"source":620,"target":221},{"source":619,"target":177},{"source":619,"target":621},{"source":619,"target":610},{"source":621,"target":177},{"source":611,"target":221},{"source":611,"target":622},{"source":611,"target":78},{"source":622,"target":221},{"source":612,"target":19},{"source":79,"target":0},{"source":79,"target":71},{"source":79,"target":623},{"source":623,"target":71},{"source":80,"target":0},{"source":80,"target":29},{"source":80,"target":624},{"source":80,"target":625},{"source":80,"target":626},{"source":80,"target":627},{"source":624,"target":20},{"source":624,"target":628},{"source":624,"target":80},{"source":624,"target":629},{"source":628,"target":20},{"source":629,"target":630},{"source":629,"target":624},{"source":625,"target":20},{"source":625,"target":631},{"source":625,"target":80},{"source":631,"target":20},{"source":626,"target":28},{"source":626,"target":632},{"source":626,"target":80},{"source":632,"target":28},{"source":627,"target":29},{"source":81,"target":0},{"source":81,"target":27},{"source":81,"target":633},{"source":81,"target":634},{"source":81,"target":635},{"source":633,"target":20},{"source":633,"target":636},{"source":633,"target":81},{"source":636,"target":20},{"source":634,"target":80},{"source":634,"target":637},{"source":634,"target":81},{"source":637,"target":80},{"source":635,"target":27},{"source":82,"target":0},{"source":82,"target":80},{"source":82,"target":638},{"source":82,"target":639},{"source":638,"target":133},{"source":638,"target":640},{"source":638,"target":82},{"source":640,"target":133},{"source":639,"target":80},{"source":83,"target":0},{"source":83,"target":80},{"source":83,"target":641},{"source":83,"target":642},{"source":641,"target":20},{"source":641,"target":643},{"source":641,"target":83},{"source":643,"target":20},{"source":642,"target":80},{"source":84,"target":0},{"source":84,"target":80},{"source":84,"target":644},{"source":644,"target":80},{"source":85,"target":0},{"source":85,"target":82},{"source":85,"target":645},{"source":645,"target":82},{"source":86,"target":0},{"source":86,"target":82},{"source":86,"target":646},{"source":86,"target":647},{"source":646,"target":179},{"source":646,"target":648},{"source":646,"target":86},{"source":648,"target":179},{"source":647,"target":82},{"source":87,"target":0},{"source":87,"target":27},{"source":87,"target":649},{"source":87,"target":650},{"source":649,"target":35},{"source":649,"target":651},{"source":649,"target":87},{"source":651,"target":35},{"source":650,"target":27},{"source":88,"target":0},{"source":88,"target":177},{"source":88,"target":178},{"source":88,"target":652},{"source":88,"target":653},{"source":652,"target":177},{"source":653,"target":178},{"source":89,"target":0},{"source":89,"target":220},{"source":89,"target":88},{"source":89,"target":73},{"source":89,"target":654},{"source":89,"target":655},{"source":89,"target":656},{"source":89,"target":657},{"source":654,"target":26},{"source":654,"target":658},{"source":654,"target":89},{"source":658,"target":26},{"source":655,"target":220},{"source":656,"target":88},{"source":657,"target":73},{"source":90,"target":0},{"source":90,"target":88},{"source":90,"target":659},{"source":90,"target":660},{"source":659,"target":92},{"source":659,"target":661},{"source":659,"target":90},{"source":661,"target":92},{"source":660,"target":88},{"source":91,"target":0},{"source":91,"target":69},{"source":91,"target":662},{"source":91,"target":663},{"source":662,"target":219},{"source":662,"target":664},{"source":662,"target":91},{"source":662,"target":665},{"source":664,"target":219},{"source":665,"target":666},{"source":665,"target":662},{"source":663,"target":69},{"source":92,"target":0},{"source":92,"target":27},{"source":92,"target":667},{"source":667,"target":27},{"source":93,"target":0},{"source":93,"target":91},{"source":93,"target":668},{"source":93,"target":669},{"source":668,"target":670},{"source":668,"target":93},{"source":669,"target":91},{"source":94,"target":0},{"source":94,"target":91},{"source":94,"target":671},{"source":94,"target":672},{"source":671,"target":673},{"source":671,"target":94},{"source":672,"target":91},{"source":95,"target":0},{"source":95,"target":91},{"source":95,"target":674},{"source":674,"target":91},{"source":96,"target":0},{"source":96,"target":95},{"source":96,"target":675},{"source":96,"target":676},{"source":675,"target":677},{"source":675,"target":96},{"source":676,"target":95},{"source":97,"target":0},{"source":97,"target":95},{"source":97,"target":678},{"source":97,"target":679},{"source":678,"target":680},{"source":678,"target":97},{"source":679,"target":95},{"source":98,"target":0},{"source":98,"target":91},{"source":98,"target":681},{"source":681,"target":91},{"source":99,"target":0},{"source":99,"target":98},{"source":99,"target":682},{"source":99,"target":683},{"source":682,"target":684},{"source":682,"target":99},{"source":683,"target":98},{"source":100,"target":0},{"source":100,"target":98},{"source":100,"target":685},{"source":100,"target":686},{"source":685,"target":687},{"source":685,"target":100},{"source":686,"target":98},{"source":101,"target":0},{"source":101,"target":91},{"source":101,"target":688},{"source":688,"target":91},{"source":102,"target":0},{"source":102,"target":101},{"source":102,"target":689},{"source":102,"target":690},{"source":689,"target":691},{"source":689,"target":102},{"source":690,"target":101},{"source":103,"target":0},{"source":103,"target":101},{"source":103,"target":692},{"source":103,"target":693},{"source":692,"target":694},{"source":692,"target":103},{"source":693,"target":101},{"source":104,"target":0},{"source":104,"target":101},{"source":104,"target":695},{"source":104,"target":696},{"source":695,"target":697},{"source":695,"target":104},{"source":696,"target":101},{"source":105,"target":0},{"source":105,"target":91},{"source":105,"target":698},{"source":698,"target":91},{"source":106,"target":0},{"source":106,"target":105},{"source":106,"target":699},{"source":106,"target":700},{"source":699,"target":701},{"source":699,"target":106},{"source":700,"target":105},{"source":107,"target":0},{"source":107,"target":105},{"source":107,"target":702},{"source":107,"target":703},{"source":702,"target":704},{"source":702,"target":107},{"source":703,"target":105},{"source":108,"target":0},{"source":108,"target":105},{"source":108,"target":705},{"source":108,"target":706},{"source":705,"target":707},{"source":705,"target":108},{"source":706,"target":105},{"source":109,"target":0},{"source":109,"target":91},{"source":109,"target":708},{"source":708,"target":91},{"source":110,"target":0},{"source":110,"target":92},{"source":110,"target":709},{"source":709,"target":92},{"source":111,"target":0},{"source":111,"target":92},{"source":111,"target":710},{"source":710,"target":92},{"source":112,"target":0},{"source":112,"target":27},{"source":112,"target":711},{"source":112,"target":712},{"source":711,"target":223},{"source":711,"target":713},{"source":711,"target":112},{"source":713,"target":223},{"source":712,"target":27},{"source":113,"target":0},{"source":113,"target":28},{"source":113,"target":714},{"source":714,"target":28},{"source":114,"target":0},{"source":114,"target":27},{"source":114,"target":715},{"source":114,"target":716},{"source":114,"target":717},{"source":114,"target":718},{"source":114,"target":719},{"source":114,"target":720},{"source":114,"target":721},{"source":114,"target":722},{"source":114,"target":723},{"source":114,"target":724},{"source":114,"target":725},{"source":715,"target":20},{"source":715,"target":726},{"source":715,"target":114},{"source":715,"target":727},{"source":726,"target":20},{"source":727,"target":728},{"source":727,"target":715},{"source":716,"target":118},{"source":716,"target":729},{"source":716,"target":114},{"source":716,"target":730},{"source":729,"target":118},{"source":730,"target":731},{"source":730,"target":716},{"source":717,"target":119},{"source":717,"target":732},{"source":717,"target":114},{"source":717,"target":733},{"source":732,"target":119},{"source":733,"target":734},{"source":733,"target":717},{"source":718,"target":119},{"source":718,"target":735},{"source":718,"target":114},{"source":735,"target":119},{"source":719,"target":114},{"source":719,"target":736},{"source":736,"target":737},{"source":736,"target":719},{"source":720,"target":113},{"source":720,"target":738},{"source":720,"target":114},{"source":720,"target":739},{"source":738,"target":113},{"source":739,"target":740},{"source":739,"target":720},{"source":721,"target":118},{"source":721,"target":741},{"source":721,"target":114},{"source":721,"target":742},{"source":721,"target":743},{"source":741,"target":118},{"source":742,"target":744},{"source":742,"target":721},{"source":743,"target":745},{"source":743,"target":721},{"source":722,"target":118},{"source":722,"target":746},{"source":722,"target":114},{"source":746,"target":118},{"source":723,"target":113},{"source":723,"target":747},{"source":723,"target":114},{"source":747,"target":113},{"source":724,"target":113},{"source":724,"target":748},{"source":724,"target":114},{"source":748,"target":113},{"source":725,"target":27},{"source":115,"target":0},{"source":115,"target":179},{"source":115,"target":9},{"source":115,"target":87},{"source":115,"target":749},{"source":115,"target":750},{"source":115,"target":751},{"source":115,"target":752},{"source":749,"target":753},{"source":749,"target":115},{"source":750,"target":179},{"source":751,"target":9},{"source":752,"target":87},{"source":116,"target":0},{"source":116,"target":113},{"source":116,"target":192},{"source":116,"target":188},{"source":116,"target":74},{"source":116,"target":112},{"source":116,"target":125},{"source":116,"target":754},{"source":116,"target":755},{"source":116,"target":756},{"source":116,"target":757},{"source":116,"target":758},{"source":116,"target":759},{"source":754,"target":113},{"source":755,"target":192},{"source":756,"target":188},{"source":757,"target":74},{"source":758,"target":112},{"source":759,"target":125},{"source":117,"target":0},{"source":117,"target":113},{"source":117,"target":760},{"source":760,"target":113},{"source":118,"target":0},{"source":118,"target":113},{"source":118,"target":87},{"source":118,"target":235},{"source":118,"target":179},{"source":118,"target":125},{"source":118,"target":761},{"source":118,"target":762},{"source":118,"target":763},{"source":118,"target":764},{"source":118,"target":765},{"source":118,"target":766},{"source":761,"target":115},{"source":761,"target":767},{"source":761,"target":118},{"source":767,"target":115},{"source":762,"target":113},{"source":763,"target":87},{"source":764,"target":235},{"source":765,"target":179},{"source":766,"target":125},{"source":119,"target":0},{"source":119,"target":113},{"source":119,"target":220},{"source":119,"target":9},{"source":119,"target":74},{"source":119,"target":188},{"source":119,"target":179},{"source":119,"target":112},{"source":119,"target":125},{"source":119,"target":768},{"source":119,"target":769},{"source":119,"target":770},{"source":119,"target":771},{"source":119,"target":772},{"source":119,"target":773},{"source":119,"target":774},{"source":119,"target":775},{"source":119,"target":776},{"source":119,"target":777},{"source":119,"target":778},{"source":119,"target":779},{"source":768,"target":780},{"source":768,"target":119},{"source":768,"target":781},{"source":768,"target":782},{"source":781,"target":182},{"source":781,"target":783},{"source":781,"target":768},{"source":783,"target":182},{"source":782,"target":784},{"source":782,"target":768},{"source":769,"target":785},{"source":769,"target":119},{"source":769,"target":786},{"source":786,"target":182},{"source":786,"target":787},{"source":786,"target":769},{"source":787,"target":182},{"source":770,"target":788},{"source":770,"target":119},{"source":770,"target":789},{"source":770,"target":790},{"source":789,"target":119},{"source":789,"target":791},{"source":789,"target":770},{"source":791,"target":119},{"source":790,"target":182},{"source":790,"target":792},{"source":790,"target":770},{"source":792,"target":182},{"source":771,"target":793},{"source":771,"target":119},{"source":772,"target":113},{"source":773,"target":220},{"source":774,"target":9},{"source":775,"target":74},{"source":776,"target":188},{"source":777,"target":179},{"source":778,"target":112},{"source":779,"target":125},{"source":120,"target":0},{"source":120,"target":119},{"source":120,"target":794},{"source":794,"target":119},{"source":121,"target":0},{"source":121,"target":119},{"source":121,"target":192},{"source":121,"target":795},{"source":121,"target":796},{"source":795,"target":119},{"source":796,"target":192},{"source":122,"target":0},{"source":122,"target":179},{"source":122,"target":178},{"source":122,"target":1},{"source":122,"target":797},{"source":122,"target":798},{"source":122,"target":799},{"source":122,"target":800},{"source":797,"target":26},{"source":797,"target":801},{"source":797,"target":122},{"source":801,"target":26},{"source":798,"target":179},{"source":799,"target":178},{"source":800,"target":1},{"source":123,"target":0},{"source":123,"target":124},{"source":123,"target":802},{"source":802,"target":124},{"source":124,"target":0},{"source":124,"target":27},{"source":124,"target":803},{"source":803,"target":27},{"source":125,"target":0},{"source":125,"target":27},{"source":125,"target":804},{"source":125,"target":805},{"source":125,"target":806},{"source":125,"target":807},{"source":125,"target":808},{"source":125,"target":809},{"source":125,"target":810},{"source":125,"target":811},{"source":125,"target":812},{"source":125,"target":813},{"source":125,"target":814},{"source":125,"target":815},{"source":125,"target":816},{"source":125,"target":817},{"source":125,"target":818},{"source":804,"target":819},{"source":804,"target":125},{"source":804,"target":820},{"source":820,"target":27},{"source":820,"target":821},{"source":820,"target":804},{"source":821,"target":27},{"source":805,"target":822},{"source":805,"target":125},{"source":806,"target":125},{"source":806,"target":823},{"source":823,"target":824},{"source":823,"target":806},{"source":824,"target":825},{"source":807,"target":125},{"source":808,"target":125},{"source":809,"target":125},{"source":810,"target":123},{"source":810,"target":826},{"source":810,"target":125},{"source":826,"target":123},{"source":811,"target":125},{"source":812,"target":827},{"source":812,"target":125},{"source":812,"target":828},{"source":828,"target":829},{"source":828,"target":812},{"source":829,"target":830},{"source":813,"target":831},{"source":813,"target":125},{"source":814,"target":832},{"source":814,"target":125},{"source":815,"target":833},{"source":815,"target":125},{"source":816,"target":125},{"source":816,"target":834},{"source":834,"target":123},{"source":834,"target":835},{"source":834,"target":816},{"source":835,"target":123},{"source":817,"target":124},{"source":817,"target":836},{"source":817,"target":125},{"source":836,"target":124},{"source":818,"target":27},{"source":126,"target":0},{"source":126,"target":27},{"source":126,"target":837},{"source":126,"target":838},{"source":837,"target":123},{"source":837,"target":839},{"source":837,"target":126},{"source":839,"target":123},{"source":838,"target":27},{"source":127,"target":0},{"source":127,"target":123},{"source":127,"target":840},{"source":840,"target":123},{"source":128,"target":0},{"source":128,"target":123},{"source":128,"target":841},{"source":841,"target":123},{"source":129,"target":0},{"source":129,"target":123},{"source":129,"target":842},{"source":842,"target":123},{"source":130,"target":0},{"source":130,"target":123},{"source":130,"target":843},{"source":843,"target":123},{"source":131,"target":0},{"source":131,"target":123},{"source":131,"target":844},{"source":844,"target":123},{"source":132,"target":0},{"source":132,"target":123},{"source":132,"target":845},{"source":845,"target":123},{"source":133,"target":0},{"source":133,"target":123},{"source":133,"target":846},{"source":846,"target":123},{"source":134,"target":0},{"source":134,"target":123},{"source":134,"target":847},{"source":847,"target":123},{"source":135,"target":0},{"source":135,"target":123},{"source":135,"target":848},{"source":848,"target":123},{"source":136,"target":0},{"source":136,"target":123},{"source":136,"target":849},{"source":849,"target":123},{"source":137,"target":0},{"source":137,"target":123},{"source":137,"target":850},{"source":850,"target":123},{"source":138,"target":0},{"source":138,"target":27},{"source":138,"target":851},{"source":851,"target":27},{"source":139,"target":0},{"source":139,"target":138},{"source":139,"target":852},{"source":852,"target":138},{"source":140,"target":0},{"source":140,"target":138},{"source":140,"target":853},{"source":853,"target":138},{"source":141,"target":0},{"source":141,"target":138},{"source":141,"target":854},{"source":854,"target":138},{"source":142,"target":0},{"source":142,"target":138},{"source":142,"target":855},{"source":855,"target":138},{"source":143,"target":0},{"source":143,"target":138},{"source":143,"target":856},{"source":856,"target":138},{"source":144,"target":0},{"source":144,"target":138},{"source":144,"target":857},{"source":857,"target":138},{"source":145,"target":0},{"source":145,"target":138},{"source":145,"target":858},{"source":858,"target":138},{"source":146,"target":0},{"source":146,"target":138},{"source":146,"target":859},{"source":859,"target":138},{"source":147,"target":0},{"source":147,"target":140},{"source":147,"target":860},{"source":860,"target":140},{"source":148,"target":0},{"source":148,"target":140},{"source":148,"target":861},{"source":861,"target":140},{"source":149,"target":0},{"source":149,"target":140},{"source":149,"target":862},{"source":862,"target":140},{"source":150,"target":0},{"source":150,"target":140},{"source":150,"target":863},{"source":863,"target":140},{"source":151,"target":0},{"source":151,"target":140},{"source":151,"target":864},{"source":864,"target":140},{"source":152,"target":0},{"source":152,"target":140},{"source":152,"target":865},{"source":865,"target":140},{"source":153,"target":0},{"source":153,"target":140},{"source":153,"target":866},{"source":866,"target":140},{"source":154,"target":0},{"source":154,"target":140},{"source":154,"target":867},{"source":867,"target":140},{"source":155,"target":0},{"source":155,"target":140},{"source":155,"target":868},{"source":868,"target":140},{"source":156,"target":0},{"source":156,"target":140},{"source":156,"target":869},{"source":869,"target":140},{"source":157,"target":0},{"source":157,"target":140},{"source":157,"target":870},{"source":870,"target":140},{"source":158,"target":0},{"source":158,"target":140},{"source":158,"target":871},{"source":871,"target":140},{"source":159,"target":0},{"source":159,"target":141},{"source":159,"target":872},{"source":872,"target":141},{"source":160,"target":0},{"source":160,"target":141},{"source":160,"target":873},{"source":873,"target":141},{"source":161,"target":0},{"source":161,"target":143},{"source":161,"target":874},{"source":874,"target":143},{"source":162,"target":0},{"source":162,"target":143},{"source":162,"target":875},{"source":875,"target":143},{"source":163,"target":0},{"source":163,"target":143},{"source":163,"target":876},{"source":876,"target":143},{"source":164,"target":0},{"source":164,"target":143},{"source":164,"target":877},{"source":877,"target":143},{"source":165,"target":0},{"source":165,"target":139},{"source":165,"target":145},{"source":165,"target":878},{"source":165,"target":879},{"source":878,"target":139},{"source":879,"target":145},{"source":166,"target":0},{"source":166,"target":139},{"source":166,"target":145},{"source":166,"target":880},{"source":166,"target":881},{"source":880,"target":139},{"source":881,"target":145},{"source":167,"target":0},{"source":167,"target":142},{"source":167,"target":882},{"source":882,"target":142},{"source":168,"target":0},{"source":168,"target":142},{"source":168,"target":883},{"source":883,"target":142},{"source":169,"target":0},{"source":169,"target":142},{"source":169,"target":884},{"source":884,"target":142},{"source":170,"target":0},{"source":170,"target":145},{"source":170,"target":885},{"source":885,"target":145},{"source":171,"target":0},{"source":171,"target":146},{"source":171,"target":886},{"source":886,"target":146},{"source":172,"target":0},{"source":172,"target":145},{"source":172,"target":887},{"source":887,"target":145},{"source":173,"target":0},{"source":173,"target":146},{"source":173,"target":888},{"source":888,"target":146},{"source":174,"target":0},{"source":174,"target":144},{"source":174,"target":889},{"source":889,"target":144},{"source":175,"target":0},{"source":175,"target":144},{"source":175,"target":890},{"source":890,"target":144},{"source":176,"target":0},{"source":176,"target":144},{"source":176,"target":891},{"source":891,"target":144},{"source":177,"target":0},{"source":177,"target":69},{"source":177,"target":72},{"source":177,"target":892},{"source":177,"target":893},{"source":177,"target":894},{"source":177,"target":895},{"source":177,"target":896},{"source":177,"target":897},{"source":892,"target":219},{"source":892,"target":898},{"source":892,"target":177},{"source":898,"target":219},{"source":893,"target":177},{"source":893,"target":899},{"source":893,"target":177},{"source":899,"target":177},{"source":894,"target":177},{"source":894,"target":900},{"source":894,"target":177},{"source":900,"target":177},{"source":895,"target":18},{"source":895,"target":901},{"source":895,"target":177},{"source":901,"target":18},{"source":896,"target":69},{"source":897,"target":72},{"source":178,"target":0},{"source":178,"target":27},{"source":178,"target":902},{"source":178,"target":903},{"source":178,"target":904},{"source":902,"target":219},{"source":902,"target":905},{"source":902,"target":178},{"source":905,"target":219},{"source":903,"target":35},{"source":903,"target":906},{"source":903,"target":178},{"source":906,"target":35},{"source":904,"target":27},{"source":179,"target":0},{"source":179,"target":28},{"source":179,"target":907},{"source":907,"target":28},{"source":180,"target":0},{"source":180,"target":177},{"source":180,"target":908},{"source":180,"target":909},{"source":908,"target":179},{"source":908,"target":910},{"source":908,"target":180},{"source":910,"target":179},{"source":909,"target":177},{"source":181,"target":0},{"source":181,"target":180},{"source":181,"target":911},{"source":911,"target":180},{"source":182,"target":0},{"source":182,"target":180},{"source":182,"target":178},{"source":182,"target":73},{"source":182,"target":912},{"source":182,"target":913},{"source":182,"target":914},{"source":912,"target":180},{"source":913,"target":178},{"source":914,"target":73},{"source":183,"target":0},{"source":183,"target":177},{"source":183,"target":915},{"source":915,"target":177},{"source":184,"target":0},{"source":184,"target":177},{"source":184,"target":916},{"source":184,"target":917},{"source":916,"target":224},{"source":916,"target":918},{"source":916,"target":184},{"source":918,"target":224},{"source":917,"target":177},{"source":185,"target":0},{"source":185,"target":177},{"source":185,"target":919},{"source":185,"target":920},{"source":919,"target":921},{"source":919,"target":185},{"source":920,"target":177},{"source":186,"target":0},{"source":186,"target":177},{"source":186,"target":922},{"source":186,"target":923},{"source":922,"target":92},{"source":922,"target":924},{"source":922,"target":186},{"source":924,"target":92},{"source":923,"target":177},{"source":187,"target":0},{"source":187,"target":235},{"source":187,"target":125},{"source":187,"target":925},{"source":187,"target":926},{"source":925,"target":235},{"source":926,"target":125},{"source":188,"target":0},{"source":188,"target":27},{"source":188,"target":927},{"source":188,"target":928},{"source":927,"target":187},{"source":927,"target":929},{"source":927,"target":188},{"source":929,"target":187},{"source":928,"target":27},{"source":189,"target":0},{"source":189,"target":187},{"source":189,"target":930},{"source":930,"target":187},{"source":190,"target":0},{"source":190,"target":187},{"source":190,"target":931},{"source":931,"target":187},{"source":191,"target":0},{"source":191,"target":27},{"source":191,"target":932},{"source":191,"target":933},{"source":932,"target":195},{"source":932,"target":934},{"source":932,"target":191},{"source":934,"target":195},{"source":933,"target":27},{"source":192,"target":0},{"source":192,"target":27},{"source":192,"target":935},{"source":192,"target":936},{"source":192,"target":937},{"source":935,"target":236},{"source":935,"target":938},{"source":935,"target":192},{"source":935,"target":939},{"source":938,"target":236},{"source":939,"target":940},{"source":939,"target":935},{"source":936,"target":195},{"source":936,"target":941},{"source":936,"target":192},{"source":941,"target":195},{"source":937,"target":27},{"source":193,"target":0},{"source":193,"target":27},{"source":193,"target":942},{"source":193,"target":943},{"source":942,"target":35},{"source":942,"target":944},{"source":942,"target":193},{"source":944,"target":35},{"source":943,"target":27},{"source":194,"target":0},{"source":194,"target":27},{"source":194,"target":945},{"source":945,"target":27},{"source":195,"target":0},{"source":195,"target":27},{"source":195,"target":946},{"source":946,"target":27},{"source":196,"target":0},{"source":196,"target":192},{"source":196,"target":947},{"source":947,"target":192},{"source":197,"target":0},{"source":197,"target":195},{"source":197,"target":193},{"source":197,"target":948},{"source":197,"target":949},{"source":197,"target":950},{"source":948,"target":35},{"source":948,"target":951},{"source":948,"target":197},{"source":951,"target":35},{"source":949,"target":195},{"source":950,"target":193},{"source":198,"target":0},{"source":198,"target":209},{"source":198,"target":952},{"source":952,"target":209},{"source":199,"target":0},{"source":199,"target":113},{"source":199,"target":195},{"source":199,"target":192},{"source":199,"target":126},{"source":199,"target":953},{"source":199,"target":954},{"source":199,"target":955},{"source":199,"target":956},{"source":953,"target":113},{"source":954,"target":195},{"source":955,"target":192},{"source":956,"target":126},{"source":200,"target":0},{"source":200,"target":192},{"source":200,"target":957},{"source":200,"target":958},{"source":957,"target":189},{"source":957,"target":959},{"source":957,"target":200},{"source":959,"target":189},{"source":958,"target":192},{"source":201,"target":0},{"source":201,"target":195},{"source":201,"target":191},{"source":201,"target":193},{"source":201,"target":960},{"source":201,"target":961},{"source":201,"target":962},{"source":201,"target":963},{"source":960,"target":195},{"source":960,"target":964},{"source":960,"target":201},{"source":964,"target":195},{"source":961,"target":195},{"source":962,"target":191},{"source":963,"target":193},{"source":202,"target":0},{"source":202,"target":209},{"source":202,"target":965},{"source":965,"target":209},{"source":203,"target":0},{"source":203,"target":196},{"source":203,"target":966},{"source":966,"target":196},{"source":204,"target":0},{"source":204,"target":218},{"source":204,"target":967},{"source":967,"target":218},{"source":205,"target":0},{"source":205,"target":195},{"source":205,"target":968},{"source":968,"target":195},{"source":206,"target":0},{"source":206,"target":195},{"source":206,"target":969},{"source":206,"target":970},{"source":969,"target":35},{"source":969,"target":971},{"source":969,"target":206},{"source":971,"target":35},{"source":970,"target":195},{"source":207,"target":0},{"source":207,"target":195},{"source":207,"target":191},{"source":207,"target":193},{"source":207,"target":972},{"source":207,"target":973},{"source":207,"target":974},{"source":207,"target":975},{"source":207,"target":976},{"source":972,"target":194},{"source":972,"target":977},{"source":972,"target":207},{"source":977,"target":194},{"source":973,"target":35},{"source":973,"target":978},{"source":973,"target":207},{"source":978,"target":35},{"source":974,"target":195},{"source":975,"target":191},{"source":976,"target":193},{"source":208,"target":0},{"source":208,"target":195},{"source":208,"target":191},{"source":208,"target":979},{"source":208,"target":980},{"source":208,"target":981},{"source":208,"target":982},{"source":979,"target":189},{"source":979,"target":983},{"source":979,"target":208},{"source":983,"target":189},{"source":980,"target":35},{"source":980,"target":984},{"source":980,"target":208},{"source":984,"target":35},{"source":981,"target":195},{"source":982,"target":191},{"source":209,"target":0},{"source":209,"target":195},{"source":209,"target":985},{"source":209,"target":986},{"source":985,"target":210},{"source":985,"target":987},{"source":985,"target":209},{"source":987,"target":210},{"source":986,"target":195},{"source":210,"target":0},{"source":210,"target":195},{"source":210,"target":191},{"source":210,"target":28},{"source":210,"target":988},{"source":210,"target":989},{"source":210,"target":990},{"source":988,"target":195},{"source":989,"target":191},{"source":990,"target":28},{"source":211,"target":0},{"source":211,"target":195},{"source":211,"target":991},{"source":211,"target":992},{"source":991,"target":236},{"source":991,"target":993},{"source":991,"target":211},{"source":993,"target":236},{"source":992,"target":195},{"source":212,"target":0},{"source":212,"target":196},{"source":212,"target":193},{"source":212,"target":994},{"source":212,"target":995},{"source":994,"target":196},{"source":995,"target":193},{"source":213,"target":0},{"source":213,"target":195},{"source":213,"target":996},{"source":213,"target":997},{"source":996,"target":35},{"source":996,"target":998},{"source":996,"target":213},{"source":998,"target":35},{"source":997,"target":195},{"source":214,"target":0},{"source":214,"target":195},{"source":214,"target":999},{"source":214,"target":1000},{"source":214,"target":1001},{"source":999,"target":196},{"source":999,"target":1002},{"source":999,"target":214},{"source":1002,"target":196},{"source":1000,"target":35},{"source":1000,"target":1003},{"source":1000,"target":214},{"source":1003,"target":35},{"source":1001,"target":195},{"source":215,"target":0},{"source":215,"target":195},{"source":215,"target":192},{"source":215,"target":1004},{"source":215,"target":1005},{"source":215,"target":1006},{"source":1004,"target":35},{"source":1004,"target":1007},{"source":1004,"target":215},{"source":1007,"target":35},{"source":1005,"target":195},{"source":1006,"target":192},{"source":216,"target":0},{"source":216,"target":195},{"source":216,"target":1008},{"source":216,"target":1009},{"source":1008,"target":35},{"source":1008,"target":1010},{"source":1008,"target":216},{"source":1010,"target":35},{"source":1009,"target":195},{"source":217,"target":0},{"source":217,"target":195},{"source":217,"target":192},{"source":217,"target":1011},{"source":217,"target":1012},{"source":217,"target":1013},{"source":217,"target":1014},{"source":1011,"target":200},{"source":1011,"target":1015},{"source":1011,"target":217},{"source":1015,"target":200},{"source":1012,"target":199},{"source":1012,"target":1016},{"source":1012,"target":217},{"source":1016,"target":199},{"source":1013,"target":195},{"source":1014,"target":192},{"source":218,"target":0},{"source":218,"target":195},{"source":218,"target":191},{"source":218,"target":1017},{"source":218,"target":1018},{"source":218,"target":1019},{"source":1017,"target":35},{"source":1017,"target":1020},{"source":1017,"target":218},{"source":1020,"target":35},{"source":1018,"target":195},{"source":1019,"target":191},{"source":219,"target":0},{"source":219,"target":27},{"source":219,"target":1021},{"source":219,"target":1022},{"source":219,"target":1023},{"source":219,"target":1024},{"source":1021,"target":1025},{"source":1021,"target":219},{"source":1021,"target":1026},{"source":1021,"target":1027},{"source":1021,"target":1028},{"source":1026,"target":1029},{"source":1026,"target":1021},{"source":1027,"target":219},{"source":1027,"target":1030},{"source":1027,"target":1021},{"source":1030,"target":219},{"source":1028,"target":1031},{"source":1028,"target":1021},{"source":1022,"target":1032},{"source":1022,"target":219},{"source":1022,"target":1033},{"source":1022,"target":1034},{"source":1022,"target":1035},{"source":1033,"target":1036},{"source":1033,"target":1022},{"source":1034,"target":219},{"source":1034,"target":1037},{"source":1034,"target":1022},{"source":1037,"target":219},{"source":1035,"target":9},{"source":1035,"target":1038},{"source":1035,"target":1022},{"source":1038,"target":9},{"source":1023,"target":113},{"source":1023,"target":1039},{"source":1023,"target":219},{"source":1023,"target":1040},{"source":1039,"target":113},{"source":1040,"target":27},{"source":1040,"target":1041},{"source":1040,"target":1023},{"source":1041,"target":27},{"source":1024,"target":27},{"source":220,"target":0},{"source":220,"target":27},{"source":220,"target":1042},{"source":220,"target":1043},{"source":1042,"target":221},{"source":1042,"target":1044},{"source":1042,"target":220},{"source":1044,"target":221},{"source":1043,"target":27},{"source":221,"target":0},{"source":221,"target":27},{"source":221,"target":1045},{"source":221,"target":1046},{"source":221,"target":1047},{"source":221,"target":1048},{"source":1045,"target":219},{"source":1045,"target":1049},{"source":1045,"target":221},{"source":1049,"target":219},{"source":1046,"target":219},{"source":1046,"target":1050},{"source":1046,"target":221},{"source":1046,"target":1051},{"source":1050,"target":219},{"source":1051,"target":177},{"source":1051,"target":1052},{"source":1051,"target":1046},{"source":1052,"target":177},{"source":1047,"target":222},{"source":1047,"target":1053},{"source":1047,"target":221},{"source":1053,"target":222},{"source":1048,"target":27},{"source":222,"target":0},{"source":222,"target":221},{"source":222,"target":72},{"source":222,"target":1054},{"source":222,"target":1055},{"source":222,"target":1056},{"source":1054,"target":19},{"source":1054,"target":1057},{"source":1054,"target":222},{"source":1057,"target":19},{"source":1055,"target":221},{"source":1056,"target":72},{"source":223,"target":0},{"source":223,"target":221},{"source":223,"target":29},{"source":223,"target":1058},{"source":223,"target":1059},{"source":223,"target":1060},{"source":1058,"target":222},{"source":1058,"target":1061},{"source":1058,"target":223},{"source":1061,"target":222},{"source":1059,"target":221},{"source":1060,"target":29},{"source":224,"target":0},{"source":224,"target":219},{"source":224,"target":221},{"source":224,"target":1062},{"source":224,"target":1063},{"source":224,"target":1064},{"source":224,"target":1065},{"source":1062,"target":113},{"source":1062,"target":1066},{"source":1062,"target":224},{"source":1062,"target":1067},{"source":1066,"target":113},{"source":1067,"target":27},{"source":1067,"target":1068},{"source":1067,"target":1062},{"source":1068,"target":27},{"source":1063,"target":22},{"source":1063,"target":1069},{"source":1063,"target":224},{"source":1069,"target":22},{"source":1064,"target":219},{"source":1065,"target":221},{"source":225,"target":0},{"source":225,"target":224},{"source":225,"target":1070},{"source":1070,"target":224},{"source":226,"target":0},{"source":226,"target":224},{"source":226,"target":1071},{"source":1071,"target":224},{"source":227,"target":0},{"source":227,"target":224},{"source":227,"target":1072},{"source":1072,"target":224},{"source":228,"target":0},{"source":228,"target":224},{"source":228,"target":1073},{"source":1073,"target":224},{"source":229,"target":0},{"source":229,"target":224},{"source":229,"target":1074},{"source":1074,"target":224},{"source":230,"target":0},{"source":230,"target":224},{"source":230,"target":1075},{"source":1075,"target":224},{"source":231,"target":0},{"source":231,"target":224},{"source":231,"target":1076},{"source":1076,"target":224},{"source":232,"target":0},{"source":232,"target":224},{"source":232,"target":1077},{"source":1077,"target":224},{"source":233,"target":0},{"source":233,"target":224},{"source":233,"target":1078},{"source":1078,"target":224},{"source":234,"target":0},{"source":234,"target":179},{"source":234,"target":1079},{"source":234,"target":1080},{"source":1079,"target":234},{"source":1079,"target":1081},{"source":1079,"target":234},{"source":1081,"target":234},{"source":1080,"target":179},{"source":235,"target":0},{"source":235,"target":28},{"source":235,"target":220},{"source":235,"target":9},{"source":235,"target":179},{"source":235,"target":72},{"source":235,"target":1082},{"source":235,"target":1083},{"source":235,"target":1084},{"source":235,"target":1085},{"source":235,"target":1086},{"source":235,"target":1087},{"source":235,"target":1088},{"source":235,"target":1089},{"source":1082,"target":1090},{"source":1082,"target":235},{"source":1083,"target":195},{"source":1083,"target":1091},{"source":1083,"target":235},{"source":1083,"target":1092},{"source":1083,"target":1093},{"source":1091,"target":195},{"source":1092,"target":1094},{"source":1092,"target":1083},{"source":1093,"target":35},{"source":1093,"target":1095},{"source":1093,"target":1083},{"source":1095,"target":35},{"source":1084,"target":35},{"source":1084,"target":1096},{"source":1084,"target":235},{"source":1084,"target":1097},{"source":1084,"target":1098},{"source":1096,"target":35},{"source":1097,"target":1099},{"source":1097,"target":1084},{"source":1098,"target":35},{"source":1098,"target":1100},{"source":1098,"target":1084},{"source":1100,"target":35},{"source":1085,"target":28},{"source":1086,"target":220},{"source":1087,"target":9},{"source":1088,"target":179},{"source":1089,"target":72},{"source":236,"target":0},{"source":236,"target":235},{"source":236,"target":87},{"source":236,"target":194},{"source":236,"target":125},{"source":236,"target":1101},{"source":236,"target":1102},{"source":236,"target":1103},{"source":236,"target":1104},{"source":236,"target":1105},{"source":1101,"target":237},{"source":1101,"target":1106},{"source":1101,"target":236},{"source":1106,"target":237},{"source":1102,"target":235},{"source":1103,"target":87},{"source":1104,"target":194},{"source":1105,"target":125},{"source":237,"target":0},{"source":237,"target":179},{"source":237,"target":9},{"source":237,"target":87},{"source":237,"target":1107},{"source":237,"target":1108},{"source":237,"target":1109},{"source":237,"target":1110},{"source":1107,"target":1111},{"source":1107,"target":237},{"source":1108,"target":179},{"source":1109,"target":9},{"source":1110,"target":87}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/damenac/puzzle/plugins/fr.inria.diverse.puzzle.metrics/temp/State.ecore
state Node incoming outgoing Transition source target guard triggerEventName InitialNode FinalNode ConditionalNode condition State name duration StateMachine nodes transitions name module Condition expression TimeoutTransition
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="state" nsURI="http://state.modulob.dubmas.de/1.0" nsPrefix="de.dubmas.modulob"> <eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="#//Transition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="#//Transition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="#//Condition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="triggerEventName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Condition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateMachine"> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="module" eType="ecore:EClass ModulobSystem.ecore#//Module"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Condition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimeoutTransition" eSuperTypes="#//Transition"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"de.dubmas.modulob","nsURI":"http://state.modulob.dubmas.de/1.0","name":"state","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeoutTransition","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":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","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":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"triggerEventName","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"},{"container":false,"ordered":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":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":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":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","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":"transitions","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":"name","changeable":true,"lowerBound":0,"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":"module","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":10,"target":2},{"source":10,"target":12},{"source":10,"target":1},{"source":12,"target":2},{"source":11,"target":2},{"source":11,"target":13},{"source":11,"target":1},{"source":13,"target":2},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":14,"target":1},{"source":14,"target":18},{"source":14,"target":2},{"source":18,"target":1},{"source":15,"target":1},{"source":15,"target":19},{"source":15,"target":2},{"source":19,"target":1},{"source":16,"target":8},{"source":16,"target":20},{"source":16,"target":2},{"source":20,"target":8},{"source":17,"target":21},{"source":17,"target":2},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":22},{"source":22,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":23},{"source":23,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":24},{"source":5,"target":25},{"source":24,"target":8},{"source":24,"target":26},{"source":24,"target":5},{"source":26,"target":8},{"source":25,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":27},{"source":6,"target":28},{"source":6,"target":29},{"source":27,"target":30},{"source":27,"target":6},{"source":28,"target":31},{"source":28,"target":6},{"source":29,"target":1},{"source":7,"target":0},{"source":7,"target":32},{"source":7,"target":33},{"source":7,"target":34},{"source":7,"target":35},{"source":32,"target":1},{"source":32,"target":36},{"source":32,"target":7},{"source":36,"target":1},{"source":33,"target":2},{"source":33,"target":37},{"source":33,"target":7},{"source":37,"target":2},{"source":34,"target":38},{"source":34,"target":7},{"source":35,"target":39},{"source":35,"target":7},{"source":8,"target":0},{"source":8,"target":40},{"source":40,"target":41},{"source":40,"target":8},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":42},{"source":42,"target":2}],"multigraph":true}
ecore
relational
repo-ecore-all/data/gourch/rds2sql/rds2sql/metamodels/genericSql.ecore
genericsql NamedElement name comment Type int int bigInt bigInt boolean boolean byteArray byteArray date date double double varchar varchar undefined undefined DataBase tables Table primaryKey foreignKeys fields constraints database PrimaryKey primaryFields table ForeignKey foreignFields table refersTo Field notNull unique type autoIcrement false table size defaultValue specificType Check expression Unique Constraint constrainedFields
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="genericsql" nsURI="http://genericsql/1.0" nsPrefix="genericsql"> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Type"> <eLiterals name="int"/> <eLiterals name="bigInt" value="1"/> <eLiterals name="boolean" value="2"/> <eLiterals name="byteArray" value="3"/> <eLiterals name="date" value="4"/> <eLiterals name="double" value="5"/> <eLiterals name="varchar" value="6"/> <eLiterals name="undefined" value="7"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataBase" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="tables" lowerBound="1" upperBound="-1" eType="#//Table" containment="true" eOpposite="#//Table/database"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="primaryKey" eType="#//PrimaryKey" containment="true" eOpposite="#//PrimaryKey/table"/> <eStructuralFeatures xsi:type="ecore:EReference" name="foreignKeys" upperBound="-1" eType="#//ForeignKey" containment="true" eOpposite="#//ForeignKey/table"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" lowerBound="1" upperBound="-1" eType="#//Field" containment="true" eOpposite="#//Field/table"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1" eType="#//Constraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="database" lowerBound="1" eType="#//DataBase" eOpposite="#//DataBase/tables"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimaryKey" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="primaryFields" lowerBound="1" upperBound="-1" eType="#//Field"/> <eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="#//Table" eOpposite="#//Table/primaryKey"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForeignKey" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="foreignFields" upperBound="-1" eType="#//Field"/> <eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="#//Table" eOpposite="#//Table/foreignKeys"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refersTo" lowerBound="1" eType="#//PrimaryKey"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Field" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="notNull" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="autoIcrement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="table" lowerBound="1" eType="#//Table" eOpposite="#//Table/fields"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="specificType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Check" eSuperTypes="#//Constraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Unique" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="Constraint" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="constrainedFields" lowerBound="1" upperBound="-1" eType="#//Field"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"genericsql","nsURI":"http://genericsql/1.0","name":"genericsql","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Type","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataBase","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryKey","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForeignKey","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Check","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unique","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"name":"int","id":15,"value":0,"literal":"int","eClass":"EEnumLiteral"},{"name":"bigInt","id":16,"value":1,"literal":"bigInt","eClass":"EEnumLiteral"},{"name":"boolean","id":17,"value":2,"literal":"boolean","eClass":"EEnumLiteral"},{"name":"byteArray","id":18,"value":3,"literal":"byteArray","eClass":"EEnumLiteral"},{"name":"date","id":19,"value":4,"literal":"date","eClass":"EEnumLiteral"},{"name":"double","id":20,"value":5,"literal":"double","eClass":"EEnumLiteral"},{"name":"varchar","id":21,"value":6,"literal":"varchar","eClass":"EEnumLiteral"},{"name":"undefined","id":22,"value":7,"literal":"undefined","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":"tables","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"database","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"primaryKey","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":"foreignKeys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"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":"fields","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"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":"table","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"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":"primaryFields","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"foreignFields","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"refersTo","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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"notNull","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"lowerBound":0,"iD":false,"id":51,"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":52,"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":"autoIcrement","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","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":"defaultValue","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":"specificType","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"constrainedFields","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":11},{"source":1,"target":12},{"source":11,"target":13},{"source":11,"target":1},{"source":12,"target":14},{"source":12,"target":1},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":15,"target":2},{"source":16,"target":2},{"source":17,"target":2},{"source":18,"target":2},{"source":19,"target":2},{"source":20,"target":2},{"source":21,"target":2},{"source":22,"target":2},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":23},{"source":3,"target":24},{"source":23,"target":4},{"source":23,"target":25},{"source":23,"target":3},{"source":23,"target":26},{"source":25,"target":4},{"source":24,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":27},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":26},{"source":4,"target":31},{"source":27,"target":5},{"source":27,"target":32},{"source":27,"target":4},{"source":27,"target":33},{"source":32,"target":5},{"source":28,"target":6},{"source":28,"target":34},{"source":28,"target":4},{"source":28,"target":35},{"source":34,"target":6},{"source":29,"target":7},{"source":29,"target":36},{"source":29,"target":4},{"source":29,"target":37},{"source":36,"target":7},{"source":30,"target":10},{"source":30,"target":38},{"source":30,"target":4},{"source":38,"target":10},{"source":26,"target":3},{"source":26,"target":39},{"source":26,"target":4},{"source":26,"target":23},{"source":39,"target":3},{"source":31,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":40},{"source":5,"target":33},{"source":5,"target":41},{"source":40,"target":7},{"source":40,"target":42},{"source":40,"target":5},{"source":42,"target":7},{"source":33,"target":4},{"source":33,"target":43},{"source":33,"target":5},{"source":33,"target":27},{"source":43,"target":4},{"source":41,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":44},{"source":6,"target":35},{"source":6,"target":45},{"source":6,"target":46},{"source":44,"target":7},{"source":44,"target":47},{"source":44,"target":6},{"source":47,"target":7},{"source":35,"target":4},{"source":35,"target":48},{"source":35,"target":6},{"source":35,"target":28},{"source":48,"target":4},{"source":45,"target":5},{"source":45,"target":49},{"source":45,"target":6},{"source":49,"target":5},{"source":46,"target":1},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":50},{"source":7,"target":51},{"source":7,"target":52},{"source":7,"target":53},{"source":7,"target":37},{"source":7,"target":54},{"source":7,"target":55},{"source":7,"target":56},{"source":7,"target":57},{"source":50,"target":58},{"source":50,"target":7},{"source":51,"target":59},{"source":51,"target":7},{"source":52,"target":2},{"source":52,"target":60},{"source":52,"target":7},{"source":60,"target":2},{"source":53,"target":61},{"source":53,"target":7},{"source":37,"target":4},{"source":37,"target":62},{"source":37,"target":7},{"source":37,"target":29},{"source":62,"target":4},{"source":54,"target":63},{"source":54,"target":7},{"source":55,"target":64},{"source":55,"target":7},{"source":56,"target":65},{"source":56,"target":7},{"source":57,"target":1},{"source":8,"target":0},{"source":8,"target":10},{"source":8,"target":66},{"source":8,"target":67},{"source":66,"target":68},{"source":66,"target":8},{"source":67,"target":10},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":69},{"source":69,"target":10},{"source":10,"target":0},{"source":10,"target":70},{"source":70,"target":7},{"source":70,"target":71},{"source":70,"target":10},{"source":71,"target":7}],"multigraph":true}
ecore
drones
repo-ecore-all/data/Ppanganiban/idmDrone/plugin/sar.drone/model/generated/Drn.ecore
drn Root Model config libraries context assignement main Configuration name types devices connection Library name assignement Context name where limit Limit name Surface value InitialPosition InitialDirection value InitialPositionX value InitialPositionY value MaxLength MaxWidth MaxSpeed value MaxHeight Assignement name operandes Expression move repeatCST with then Movement RefPart variable_partie RefPartLib lib assignement And name rotate depx depy depz DepY_Impl name distanceCST tempsCST FORWARD BACKWARD DepX_Impl name distanceCST tempsCST LEFT RIGHT DepZ_Impl name distanceCST tempsCST UP DOWN DepXY_IMPL name tempsCST CERCLEXY rayonCST CARREXY coteCST DepYZ_IMPL name tempsCST CERCLEYZ rayonCST CARREYZ coteCST DepXZ_IMPL name tempsCST CERCLEXZ rayonCST CARREXZ coteCST DepXYZ_IMPL Flip name Rotate name angleCST tempsCST Wait name tempsCST TakeOff name Land name Device name declarations Declaration type typePrimitif name Definition left right real int bool text With name option RefDevice dev mode definitions TypeGeneric name elements Element name TypePrimitif boolType BOOLEAN realType REAL intType NUMBER stringType TEXT Mode OFF OFF ON ON EBool TRUE TRUE FALSE FALSE DirectionType FRONT FRONT BEHIND BEHIND LEFT LEFT RIGHT RIGHT Where INDOOR INDOOR OUTDOOR OUTBOOR ConnectionType name adress Bluetooth Wifi
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="drn" nsURI="http://www.drone.sar/Drn" nsPrefix="drn"> <eClassifiers xsi:type="ecore:EClass" name="Root"/> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Root"> <eStructuralFeatures xsi:type="ecore:EReference" name="config" eType="#//Configuration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="libraries" unique="false" upperBound="-1" eType="#//Library"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context" eType="#//Context" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignement" upperBound="-1" eType="#//Assignement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="main" eType="#//RefPart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Configuration" eSuperTypes="#//Root"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//TypeGeneric" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="devices" upperBound="-1" eType="#//Device" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connection" eType="#//ConnectionType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="#//Root"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignement" upperBound="-1" eType="#//Assignement" 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:EAttribute" name="where" eType="#//Where"/> <eStructuralFeatures xsi:type="ecore:EReference" name="limit" upperBound="-1" eType="#//Limit" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Limit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Surface" eSuperTypes="#//Limit"> <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="InitialPosition" eSuperTypes="#//Limit"/> <eClassifiers xsi:type="ecore:EClass" name="InitialDirection" eSuperTypes="#//InitialPosition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//DirectionType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitialPositionX" eSuperTypes="#//InitialPosition"> <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="InitialPositionY" eSuperTypes="#//InitialPosition"> <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="MaxLength" eSuperTypes="#//Surface"/> <eClassifiers xsi:type="ecore:EClass" name="MaxWidth" eSuperTypes="#//Surface"/> <eClassifiers xsi:type="ecore:EClass" name="MaxSpeed" eSuperTypes="#//Limit"> <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="MaxHeight" eSuperTypes="#//Surface"/> <eClassifiers xsi:type="ecore:EClass" name="Assignement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operandes" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="move" eType="#//Movement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="repeatCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="with" upperBound="-1" eType="#//With" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="then" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Movement"/> <eClassifiers xsi:type="ecore:EClass" name="RefPart" eSuperTypes="#//Movement"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable_partie" eType="#//Assignement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RefPartLib" eSuperTypes="#//Movement"> <eStructuralFeatures xsi:type="ecore:EReference" name="lib" eType="#//Library"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignement" eType="#//Assignement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#//Movement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rotate" upperBound="-1" eType="#//Rotate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="depx" upperBound="-1" eType="#//DepX_Impl" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="depy" upperBound="-1" eType="#//DepY_Impl" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="depz" upperBound="-1" eType="#//DepZ_Impl" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DepY_Impl" eSuperTypes="#//Movement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="distanceCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tempsCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FORWARD" eSuperTypes="#//DepY_Impl"/> <eClassifiers xsi:type="ecore:EClass" name="BACKWARD" eSuperTypes="#//DepY_Impl"/> <eClassifiers xsi:type="ecore:EClass" name="DepX_Impl" eSuperTypes="#//Movement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="distanceCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tempsCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LEFT" eSuperTypes="#//DepX_Impl"/> <eClassifiers xsi:type="ecore:EClass" name="RIGHT" eSuperTypes="#//DepX_Impl"/> <eClassifiers xsi:type="ecore:EClass" name="DepZ_Impl" eSuperTypes="#//Movement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="distanceCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tempsCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UP" eSuperTypes="#//DepZ_Impl"/> <eClassifiers xsi:type="ecore:EClass" name="DOWN" eSuperTypes="#//DepZ_Impl"/> <eClassifiers xsi:type="ecore:EClass" name="DepXY_IMPL" eSuperTypes="#//Movement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tempsCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CERCLEXY" eSuperTypes="#//DepXY_IMPL"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rayonCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CARREXY" eSuperTypes="#//DepXY_IMPL"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="coteCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DepYZ_IMPL" eSuperTypes="#//Movement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tempsCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CERCLEYZ" eSuperTypes="#//DepYZ_IMPL"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rayonCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CARREYZ" eSuperTypes="#//DepYZ_IMPL"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="coteCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DepXZ_IMPL" eSuperTypes="#//Movement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tempsCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CERCLEXZ" eSuperTypes="#//DepXZ_IMPL"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rayonCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CARREXZ" eSuperTypes="#//DepXZ_IMPL"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="coteCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DepXYZ_IMPL" eSuperTypes="#//Movement"/> <eClassifiers xsi:type="ecore:EClass" name="Flip" eSuperTypes="#//DepXYZ_IMPL"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rotate" eSuperTypes="#//Movement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="angleCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tempsCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Wait" eSuperTypes="#//Movement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tempsCST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TakeOff" eSuperTypes="#//Movement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Land" eSuperTypes="#//Movement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Device"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="declarations" upperBound="-1" eType="#//Declaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Declaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//TypeGeneric"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typePrimitif" eType="#//TypePrimitif"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Definition"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Declaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Element"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="real" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="int" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bool" eType="#//EBool"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="With"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="option" upperBound="-1" eType="#//RefDevice" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RefDevice"> <eStructuralFeatures xsi:type="ecore:EReference" name="dev" eType="#//Device"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" eType="#//Mode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definitions" upperBound="-1" eType="#//Definition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeGeneric"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//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:EEnum" name="TypePrimitif"> <eLiterals name="boolType" literal="BOOLEAN"/> <eLiterals name="realType" value="1" literal="REAL"/> <eLiterals name="intType" value="2" literal="NUMBER"/> <eLiterals name="stringType" value="3" literal="TEXT"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Mode"> <eLiterals name="OFF" literal="OFF"/> <eLiterals name="ON" value="1" literal="ON"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EBool"> <eLiterals name="TRUE" literal="TRUE"/> <eLiterals name="FALSE" value="1" literal="FALSE"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DirectionType"> <eLiterals name="FRONT" literal="FRONT"/> <eLiterals name="BEHIND" value="1" literal="BEHIND"/> <eLiterals name="LEFT" value="2" literal="LEFT"/> <eLiterals name="RIGHT" value="3" literal="RIGHT"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Where"> <eLiterals name="INDOOR" literal="INDOOR"/> <eLiterals name="OUTDOOR" value="1" literal="OUTBOOR"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConnectionType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="adress" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Bluetooth" eSuperTypes="#//ConnectionType"/> <eClassifiers xsi:type="ecore:EClass" name="Wifi" eSuperTypes="#//ConnectionType"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"drn","nsURI":"http://www.drone.sar/Drn","name":"drn","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":"Model","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Configuration","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Context","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Limit","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Surface","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialPosition","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialDirection","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialPositionX","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialPositionY","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MaxLength","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MaxWidth","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MaxSpeed","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MaxHeight","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignement","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":"Movement","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefPart","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefPartLib","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DepY_Impl","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FORWARD","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BACKWARD","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DepX_Impl","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LEFT","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RIGHT","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DepZ_Impl","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UP","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DOWN","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DepXY_IMPL","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CERCLEXY","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CARREXY","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DepYZ_IMPL","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CERCLEYZ","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CARREYZ","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DepXZ_IMPL","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CERCLEXZ","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CARREXZ","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DepXYZ_IMPL","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Flip","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rotate","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Wait","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TakeOff","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Land","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Declaration","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Definition","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"With","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefDevice","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeGeneric","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TypePrimitif","instanceClass":null,"id":53,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Mode","instanceClass":null,"id":54,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EBool","instanceClass":null,"id":55,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"DirectionType","instanceClass":null,"id":56,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Where","instanceClass":null,"id":57,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionType","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bluetooth","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Wifi","instanceClass":null,"abstract":false,"id":60,"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":"config","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":false,"name":"libraries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context","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":"assignement","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":"main","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"container":false,"ordered":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":73,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"devices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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":"assignement","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"where","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":"limit","changeable":true,"resolveProxies":true,"lowerBound":0,"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"},{"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":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":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":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":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"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":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operandes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"move","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"repeatCST","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"with","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"then","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":false,"ordered":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_partie","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":false,"unsettable":false,"transient":false,"unique":true,"name":"lib","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":"assignement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rotate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"depx","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"depy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"depz","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"distanceCST","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":"tempsCST","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"},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"distanceCST","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tempsCST","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"distanceCST","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tempsCST","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tempsCST","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"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":"rayonCST","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"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":"coteCST","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tempsCST","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"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":"rayonCST","changeable":true,"lowerBound":0,"iD":false,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"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":"coteCST","changeable":true,"lowerBound":0,"iD":false,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tempsCST","changeable":true,"lowerBound":0,"iD":false,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"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":"rayonCST","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"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":"coteCST","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":208,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"angleCST","changeable":true,"lowerBound":0,"iD":false,"id":209,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tempsCST","changeable":true,"lowerBound":0,"iD":false,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tempsCST","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"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},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"container":false,"ordered":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":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typePrimitif","changeable":true,"lowerBound":0,"iD":false,"id":231,"derived":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":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":"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":false,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"real","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"int","changeable":true,"lowerBound":0,"iD":false,"id":239,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bool","changeable":true,"lowerBound":0,"iD":false,"id":240,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":241,"derived":false},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":248,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"option","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":false,"unsettable":false,"transient":false,"unique":true,"name":"dev","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mode","changeable":true,"lowerBound":0,"iD":false,"id":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":"definitions","changeable":true,"resolveProxies":true,"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},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"name":"boolType","id":264,"value":0,"literal":"BOOLEAN","eClass":"EEnumLiteral"},{"name":"realType","id":265,"value":1,"literal":"REAL","eClass":"EEnumLiteral"},{"name":"intType","id":266,"value":2,"literal":"NUMBER","eClass":"EEnumLiteral"},{"name":"stringType","id":267,"value":3,"literal":"TEXT","eClass":"EEnumLiteral"},{"name":"OFF","id":268,"value":0,"literal":"OFF","eClass":"EEnumLiteral"},{"name":"ON","id":269,"value":1,"literal":"ON","eClass":"EEnumLiteral"},{"name":"TRUE","id":270,"value":0,"literal":"TRUE","eClass":"EEnumLiteral"},{"name":"FALSE","id":271,"value":1,"literal":"FALSE","eClass":"EEnumLiteral"},{"name":"FRONT","id":272,"value":0,"literal":"FRONT","eClass":"EEnumLiteral"},{"name":"BEHIND","id":273,"value":1,"literal":"BEHIND","eClass":"EEnumLiteral"},{"name":"LEFT","id":274,"value":2,"literal":"LEFT","eClass":"EEnumLiteral"},{"name":"RIGHT","id":275,"value":3,"literal":"RIGHT","eClass":"EEnumLiteral"},{"name":"INDOOR","id":276,"value":0,"literal":"INDOOR","eClass":"EEnumLiteral"},{"name":"OUTDOOR","id":277,"value":1,"literal":"OUTBOOR","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":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":"adress","changeable":true,"lowerBound":0,"iD":false,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":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":2,"target":0},{"source":2,"target":1},{"source":2,"target":61},{"source":2,"target":62},{"source":2,"target":63},{"source":2,"target":64},{"source":2,"target":65},{"source":2,"target":66},{"source":61,"target":3},{"source":61,"target":67},{"source":61,"target":2},{"source":67,"target":3},{"source":62,"target":4},{"source":62,"target":68},{"source":62,"target":2},{"source":68,"target":4},{"source":63,"target":5},{"source":63,"target":69},{"source":63,"target":2},{"source":69,"target":5},{"source":64,"target":16},{"source":64,"target":70},{"source":64,"target":2},{"source":70,"target":16},{"source":65,"target":19},{"source":65,"target":71},{"source":65,"target":2},{"source":71,"target":19},{"source":66,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":72},{"source":3,"target":73},{"source":3,"target":74},{"source":3,"target":75},{"source":3,"target":76},{"source":72,"target":77},{"source":72,"target":3},{"source":73,"target":51},{"source":73,"target":78},{"source":73,"target":3},{"source":78,"target":51},{"source":74,"target":46},{"source":74,"target":79},{"source":74,"target":3},{"source":79,"target":46},{"source":75,"target":58},{"source":75,"target":80},{"source":75,"target":3},{"source":80,"target":58},{"source":76,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":81},{"source":4,"target":82},{"source":4,"target":83},{"source":81,"target":84},{"source":81,"target":4},{"source":82,"target":16},{"source":82,"target":85},{"source":82,"target":4},{"source":85,"target":16},{"source":83,"target":1},{"source":5,"target":0},{"source":5,"target":86},{"source":5,"target":87},{"source":5,"target":88},{"source":86,"target":89},{"source":86,"target":5},{"source":87,"target":57},{"source":87,"target":90},{"source":87,"target":5},{"source":90,"target":57},{"source":88,"target":6},{"source":88,"target":91},{"source":88,"target":5},{"source":91,"target":6},{"source":6,"target":0},{"source":6,"target":92},{"source":92,"target":93},{"source":92,"target":6},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":94},{"source":7,"target":95},{"source":94,"target":96},{"source":94,"target":7},{"source":95,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":97},{"source":97,"target":6},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":98},{"source":9,"target":99},{"source":98,"target":56},{"source":98,"target":100},{"source":98,"target":9},{"source":100,"target":56},{"source":99,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":101},{"source":10,"target":102},{"source":101,"target":103},{"source":101,"target":10},{"source":102,"target":8},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":104},{"source":11,"target":105},{"source":104,"target":106},{"source":104,"target":11},{"source":105,"target":8},{"source":12,"target":0},{"source":12,"target":7},{"source":12,"target":107},{"source":107,"target":7},{"source":13,"target":0},{"source":13,"target":7},{"source":13,"target":108},{"source":108,"target":7},{"source":14,"target":0},{"source":14,"target":6},{"source":14,"target":109},{"source":14,"target":110},{"source":109,"target":111},{"source":109,"target":14},{"source":110,"target":6},{"source":15,"target":0},{"source":15,"target":7},{"source":15,"target":112},{"source":112,"target":7},{"source":16,"target":0},{"source":16,"target":113},{"source":16,"target":114},{"source":113,"target":115},{"source":113,"target":16},{"source":114,"target":17},{"source":114,"target":116},{"source":114,"target":16},{"source":116,"target":17},{"source":17,"target":0},{"source":17,"target":117},{"source":17,"target":118},{"source":17,"target":119},{"source":17,"target":120},{"source":117,"target":18},{"source":117,"target":121},{"source":117,"target":17},{"source":121,"target":18},{"source":118,"target":122},{"source":118,"target":17},{"source":119,"target":49},{"source":119,"target":123},{"source":119,"target":17},{"source":123,"target":49},{"source":120,"target":17},{"source":120,"target":124},{"source":120,"target":17},{"source":124,"target":17},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":125},{"source":19,"target":126},{"source":125,"target":16},{"source":125,"target":127},{"source":125,"target":19},{"source":127,"target":16},{"source":126,"target":18},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":128},{"source":20,"target":129},{"source":20,"target":130},{"source":128,"target":4},{"source":128,"target":131},{"source":128,"target":20},{"source":131,"target":4},{"source":129,"target":16},{"source":129,"target":132},{"source":129,"target":20},{"source":132,"target":16},{"source":130,"target":18},{"source":21,"target":0},{"source":21,"target":18},{"source":21,"target":133},{"source":21,"target":134},{"source":21,"target":135},{"source":21,"target":136},{"source":21,"target":137},{"source":21,"target":138},{"source":133,"target":139},{"source":133,"target":21},{"source":134,"target":42},{"source":134,"target":140},{"source":134,"target":21},{"source":140,"target":42},{"source":135,"target":25},{"source":135,"target":141},{"source":135,"target":21},{"source":141,"target":25},{"source":136,"target":22},{"source":136,"target":142},{"source":136,"target":21},{"source":142,"target":22},{"source":137,"target":28},{"source":137,"target":143},{"source":137,"target":21},{"source":143,"target":28},{"source":138,"target":18},{"source":22,"target":0},{"source":22,"target":18},{"source":22,"target":144},{"source":22,"target":145},{"source":22,"target":146},{"source":22,"target":147},{"source":144,"target":148},{"source":144,"target":22},{"source":145,"target":149},{"source":145,"target":22},{"source":146,"target":150},{"source":146,"target":22},{"source":147,"target":18},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":151},{"source":151,"target":22},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":152},{"source":152,"target":22},{"source":25,"target":0},{"source":25,"target":18},{"source":25,"target":153},{"source":25,"target":154},{"source":25,"target":155},{"source":25,"target":156},{"source":153,"target":157},{"source":153,"target":25},{"source":154,"target":158},{"source":154,"target":25},{"source":155,"target":159},{"source":155,"target":25},{"source":156,"target":18},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":160},{"source":160,"target":25},{"source":27,"target":0},{"source":27,"target":25},{"source":27,"target":161},{"source":161,"target":25},{"source":28,"target":0},{"source":28,"target":18},{"source":28,"target":162},{"source":28,"target":163},{"source":28,"target":164},{"source":28,"target":165},{"source":162,"target":166},{"source":162,"target":28},{"source":163,"target":167},{"source":163,"target":28},{"source":164,"target":168},{"source":164,"target":28},{"source":165,"target":18},{"source":29,"target":0},{"source":29,"target":28},{"source":29,"target":169},{"source":169,"target":28},{"source":30,"target":0},{"source":30,"target":28},{"source":30,"target":170},{"source":170,"target":28},{"source":31,"target":0},{"source":31,"target":18},{"source":31,"target":171},{"source":31,"target":172},{"source":31,"target":173},{"source":171,"target":174},{"source":171,"target":31},{"source":172,"target":175},{"source":172,"target":31},{"source":173,"target":18},{"source":32,"target":0},{"source":32,"target":31},{"source":32,"target":176},{"source":32,"target":177},{"source":176,"target":178},{"source":176,"target":32},{"source":177,"target":31},{"source":33,"target":0},{"source":33,"target":31},{"source":33,"target":179},{"source":33,"target":180},{"source":179,"target":181},{"source":179,"target":33},{"source":180,"target":31},{"source":34,"target":0},{"source":34,"target":18},{"source":34,"target":182},{"source":34,"target":183},{"source":34,"target":184},{"source":182,"target":185},{"source":182,"target":34},{"source":183,"target":186},{"source":183,"target":34},{"source":184,"target":18},{"source":35,"target":0},{"source":35,"target":34},{"source":35,"target":187},{"source":35,"target":188},{"source":187,"target":189},{"source":187,"target":35},{"source":188,"target":34},{"source":36,"target":0},{"source":36,"target":34},{"source":36,"target":190},{"source":36,"target":191},{"source":190,"target":192},{"source":190,"target":36},{"source":191,"target":34},{"source":37,"target":0},{"source":37,"target":18},{"source":37,"target":193},{"source":37,"target":194},{"source":37,"target":195},{"source":193,"target":196},{"source":193,"target":37},{"source":194,"target":197},{"source":194,"target":37},{"source":195,"target":18},{"source":38,"target":0},{"source":38,"target":37},{"source":38,"target":198},{"source":38,"target":199},{"source":198,"target":200},{"source":198,"target":38},{"source":199,"target":37},{"source":39,"target":0},{"source":39,"target":37},{"source":39,"target":201},{"source":39,"target":202},{"source":201,"target":203},{"source":201,"target":39},{"source":202,"target":37},{"source":40,"target":0},{"source":40,"target":18},{"source":40,"target":204},{"source":204,"target":18},{"source":41,"target":0},{"source":41,"target":40},{"source":41,"target":205},{"source":41,"target":206},{"source":205,"target":207},{"source":205,"target":41},{"source":206,"target":40},{"source":42,"target":0},{"source":42,"target":18},{"source":42,"target":208},{"source":42,"target":209},{"source":42,"target":210},{"source":42,"target":211},{"source":208,"target":212},{"source":208,"target":42},{"source":209,"target":213},{"source":209,"target":42},{"source":210,"target":214},{"source":210,"target":42},{"source":211,"target":18},{"source":43,"target":0},{"source":43,"target":18},{"source":43,"target":215},{"source":43,"target":216},{"source":43,"target":217},{"source":215,"target":218},{"source":215,"target":43},{"source":216,"target":219},{"source":216,"target":43},{"source":217,"target":18},{"source":44,"target":0},{"source":44,"target":18},{"source":44,"target":220},{"source":44,"target":221},{"source":220,"target":222},{"source":220,"target":44},{"source":221,"target":18},{"source":45,"target":0},{"source":45,"target":18},{"source":45,"target":223},{"source":45,"target":224},{"source":223,"target":225},{"source":223,"target":45},{"source":224,"target":18},{"source":46,"target":0},{"source":46,"target":226},{"source":46,"target":227},{"source":226,"target":228},{"source":226,"target":46},{"source":227,"target":47},{"source":227,"target":229},{"source":227,"target":46},{"source":229,"target":47},{"source":47,"target":0},{"source":47,"target":230},{"source":47,"target":231},{"source":47,"target":232},{"source":230,"target":51},{"source":230,"target":233},{"source":230,"target":47},{"source":233,"target":51},{"source":231,"target":53},{"source":231,"target":234},{"source":231,"target":47},{"source":234,"target":53},{"source":232,"target":235},{"source":232,"target":47},{"source":48,"target":0},{"source":48,"target":236},{"source":48,"target":237},{"source":48,"target":238},{"source":48,"target":239},{"source":48,"target":240},{"source":48,"target":241},{"source":236,"target":47},{"source":236,"target":242},{"source":236,"target":48},{"source":242,"target":47},{"source":237,"target":52},{"source":237,"target":243},{"source":237,"target":48},{"source":243,"target":52},{"source":238,"target":244},{"source":238,"target":48},{"source":239,"target":245},{"source":239,"target":48},{"source":240,"target":55},{"source":240,"target":246},{"source":240,"target":48},{"source":246,"target":55},{"source":241,"target":247},{"source":241,"target":48},{"source":49,"target":0},{"source":49,"target":248},{"source":49,"target":249},{"source":248,"target":250},{"source":248,"target":49},{"source":249,"target":50},{"source":249,"target":251},{"source":249,"target":49},{"source":251,"target":50},{"source":50,"target":0},{"source":50,"target":252},{"source":50,"target":253},{"source":50,"target":254},{"source":252,"target":46},{"source":252,"target":255},{"source":252,"target":50},{"source":255,"target":46},{"source":253,"target":54},{"source":253,"target":256},{"source":253,"target":50},{"source":256,"target":54},{"source":254,"target":48},{"source":254,"target":257},{"source":254,"target":50},{"source":257,"target":48},{"source":51,"target":0},{"source":51,"target":258},{"source":51,"target":259},{"source":258,"target":260},{"source":258,"target":51},{"source":259,"target":52},{"source":259,"target":261},{"source":259,"target":51},{"source":261,"target":52},{"source":52,"target":0},{"source":52,"target":262},{"source":262,"target":263},{"source":262,"target":52},{"source":53,"target":0},{"source":53,"target":264},{"source":53,"target":265},{"source":53,"target":266},{"source":53,"target":267},{"source":264,"target":53},{"source":265,"target":53},{"source":266,"target":53},{"source":267,"target":53},{"source":54,"target":0},{"source":54,"target":268},{"source":54,"target":269},{"source":268,"target":54},{"source":269,"target":54},{"source":55,"target":0},{"source":55,"target":270},{"source":55,"target":271},{"source":270,"target":55},{"source":271,"target":55},{"source":56,"target":0},{"source":56,"target":272},{"source":56,"target":273},{"source":56,"target":274},{"source":56,"target":275},{"source":272,"target":56},{"source":273,"target":56},{"source":274,"target":56},{"source":275,"target":56},{"source":57,"target":0},{"source":57,"target":276},{"source":57,"target":277},{"source":276,"target":57},{"source":277,"target":57},{"source":58,"target":0},{"source":58,"target":278},{"source":58,"target":279},{"source":278,"target":280},{"source":278,"target":58},{"source":279,"target":281},{"source":279,"target":58},{"source":59,"target":0},{"source":59,"target":58},{"source":59,"target":282},{"source":282,"target":58},{"source":60,"target":0},{"source":60,"target":58},{"source":60,"target":283},{"source":283,"target":58}],"multigraph":true}
ecore
tree
repo-ecore-all/data/MahsaPanahandeh/MUPPIT/src/MyTool/Model/Tree.ecore
TreeDsl Tree children parent label
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="TreeDsl" nsURI="TreeDsl" nsPrefix=""> <eClassifiers xsi:type="ecore:EClass" name="Tree"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//Tree" containment="true" eOpposite="#//Tree/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Tree" eOpposite="#//Tree/children"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"","nsURI":"TreeDsl","name":"TreeDsl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tree","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":4,"derived":false},{"id":5,"eClass":"EGenericType"},{"id":6,"eClass":"EGenericType"},{"id":7,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":3},{"source":1,"target":4},{"source":2,"target":1},{"source":2,"target":5},{"source":2,"target":1},{"source":2,"target":3},{"source":5,"target":1},{"source":3,"target":1},{"source":3,"target":6},{"source":3,"target":1},{"source":3,"target":2},{"source":6,"target":1},{"source":4,"target":7},{"source":4,"target":1}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/MatiasVara/BCOoLExamples/languages/tfsmwithonenter/org.gemoc.sample.tfsm.model/model/tfsm.ecore
tfsm TFSM init changeCurrentState newState ownedStates initialState localEvents localClock ownedTransitions currentState State onEnter onLeave owningFSM outgoingTransitions incomingTransitions OnEnterAction Transition fire source target ownedGuard generatedEvents action NamedElement name Guard TemporalGuard onClock afterDuration EventGuard triggeringEvent FSMEvent occurs sollicitingTransitions FSMClock ticks numberOfTicks TimedSystem init tfsms globalClocks globalEvents EvaluateGuard evaluate condition
<?xml version="1.0" encoding="ASCII"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="tfsm" nsURI="http://www.gemoc.org/sample/tfsm" nsPrefix="org.gemoc.sample.tfsm"> <eClassifiers xsi:type="ecore:EClass" name="TFSM" eSuperTypes="#//NamedElement"> <eOperations name="init" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="dynamic"/> </eOperations> <eOperations name="changeCurrentState"> <eAnnotations source="dynamic"/> <eParameters name="newState" eType="#//State"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedStates" upperBound="-1" eType="#//State" containment="true" eOpposite="#//State/owningFSM"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialState" lowerBound="1" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localEvents" upperBound="-1" eType="#//FSMEvent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localClock" lowerBound="1" eType="#//FSMClock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTransitions" upperBound="-1" eType="#//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="currentState" eType="#//State"> <eAnnotations source="dynamic"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//NamedElement"> <eOperations name="onEnter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="dynamic"/> </eOperations> <eOperations name="onLeave" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="dynamic"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="owningFSM" lowerBound="1" eType="#//TFSM" eOpposite="#//TFSM/ownedStates"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingTransitions" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incomingTransitions" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/target"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="OnEnterAction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//NamedElement"> <eOperations name="fire" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="dynamic"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//State" eOpposite="#//State/outgoingTransitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//State" eOpposite="#//State/incomingTransitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedGuard" lowerBound="1" eType="#//Guard" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generatedEvents" upperBound="-1" eType="#//FSMEvent"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="action" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Guard" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="TemporalGuard" eSuperTypes="#//Guard"> <eStructuralFeatures xsi:type="ecore:EReference" name="onClock" lowerBound="1" eType="#//FSMClock"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="afterDuration" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventGuard" eSuperTypes="#//Guard"> <eStructuralFeatures xsi:type="ecore:EReference" name="triggeringEvent" lowerBound="1" eType="#//FSMEvent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FSMEvent" eSuperTypes="#//NamedElement"> <eOperations name="occurs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="dynamic"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="sollicitingTransitions" upperBound="-1" eType="#//Transition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FSMClock" eSuperTypes="#//NamedElement"> <eOperations name="ticks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="dynamic"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfTicks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="dynamic"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimedSystem" eSuperTypes="#//NamedElement"> <eOperations name="init" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tfsms" upperBound="-1" eType="#//TFSM" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="globalClocks" upperBound="-1" eType="#//FSMClock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="globalEvents" upperBound="-1" eType="#//FSMEvent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EvaluateGuard" eSuperTypes="#//Guard"> <eOperations name="evaluate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="dynamic"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"org.gemoc.sample.tfsm","nsURI":"http://www.gemoc.org/sample/tfsm","name":"tfsm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TFSM","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guard","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemporalGuard","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventGuard","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FSMEvent","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FSMClock","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimedSystem","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvaluateGuard","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"init","lowerBound":0,"id":12,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"changeCurrentState","lowerBound":0,"id":13,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedStates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initialState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localEvents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localClock","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"currentState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"newState","lowerBound":0,"id":22,"many":false,"required":false,"eClass":"EParameter"},{"id":23,"eClass":"EGenericType"},{"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":"owningFSM","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"onEnter","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"onLeave","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"incomingTransitions","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":"OnEnterAction","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"fire","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedGuard","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"generatedEvents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"action","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"},{"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":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"onClock","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"afterDuration","changeable":true,"lowerBound":1,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"triggeringEvent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"occurs","lowerBound":0,"id":67,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sollicitingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ticks","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberOfTicks","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,"unique":true,"name":"init","lowerBound":0,"id":77,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tfsms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"globalClocks","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":"globalEvents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":86,"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":"condition","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":1,"target":0},{"source":1,"target":4},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":12,"target":21},{"source":12,"target":1},{"source":13,"target":1},{"source":13,"target":22},{"source":22,"target":2},{"source":22,"target":23},{"source":22,"target":13},{"source":23,"target":2},{"source":14,"target":2},{"source":14,"target":24},{"source":14,"target":1},{"source":14,"target":25},{"source":24,"target":2},{"source":15,"target":2},{"source":15,"target":26},{"source":15,"target":1},{"source":26,"target":2},{"source":16,"target":8},{"source":16,"target":27},{"source":16,"target":1},{"source":27,"target":8},{"source":17,"target":9},{"source":17,"target":28},{"source":17,"target":1},{"source":28,"target":9},{"source":18,"target":3},{"source":18,"target":29},{"source":18,"target":1},{"source":29,"target":3},{"source":19,"target":2},{"source":19,"target":30},{"source":19,"target":1},{"source":30,"target":2},{"source":20,"target":4},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":25},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":31,"target":37},{"source":31,"target":2},{"source":32,"target":38},{"source":32,"target":2},{"source":25,"target":1},{"source":25,"target":39},{"source":25,"target":2},{"source":25,"target":14},{"source":39,"target":1},{"source":33,"target":3},{"source":33,"target":40},{"source":33,"target":2},{"source":33,"target":41},{"source":40,"target":3},{"source":34,"target":3},{"source":34,"target":42},{"source":34,"target":2},{"source":34,"target":43},{"source":42,"target":3},{"source":35,"target":44},{"source":35,"target":2},{"source":36,"target":4},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":45},{"source":3,"target":41},{"source":3,"target":43},{"source":3,"target":46},{"source":3,"target":47},{"source":3,"target":48},{"source":3,"target":49},{"source":45,"target":50},{"source":45,"target":3},{"source":41,"target":2},{"source":41,"target":51},{"source":41,"target":3},{"source":41,"target":33},{"source":51,"target":2},{"source":43,"target":2},{"source":43,"target":52},{"source":43,"target":3},{"source":43,"target":34},{"source":52,"target":2},{"source":46,"target":5},{"source":46,"target":53},{"source":46,"target":3},{"source":53,"target":5},{"source":47,"target":8},{"source":47,"target":54},{"source":47,"target":3},{"source":54,"target":8},{"source":48,"target":55},{"source":48,"target":3},{"source":49,"target":4},{"source":4,"target":0},{"source":4,"target":56},{"source":56,"target":57},{"source":56,"target":4},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":58},{"source":58,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":59},{"source":6,"target":60},{"source":6,"target":61},{"source":59,"target":9},{"source":59,"target":62},{"source":59,"target":6},{"source":62,"target":9},{"source":60,"target":63},{"source":60,"target":6},{"source":61,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":64},{"source":7,"target":65},{"source":64,"target":8},{"source":64,"target":66},{"source":64,"target":7},{"source":66,"target":8},{"source":65,"target":5},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":67},{"source":8,"target":68},{"source":8,"target":69},{"source":67,"target":70},{"source":67,"target":8},{"source":68,"target":3},{"source":68,"target":71},{"source":68,"target":8},{"source":71,"target":3},{"source":69,"target":4},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":72},{"source":9,"target":73},{"source":9,"target":74},{"source":72,"target":75},{"source":72,"target":9},{"source":73,"target":76},{"source":73,"target":9},{"source":74,"target":4},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":77},{"source":10,"target":78},{"source":10,"target":79},{"source":10,"target":80},{"source":10,"target":81},{"source":77,"target":82},{"source":77,"target":10},{"source":78,"target":1},{"source":78,"target":83},{"source":78,"target":10},{"source":83,"target":1},{"source":79,"target":9},{"source":79,"target":84},{"source":79,"target":10},{"source":84,"target":9},{"source":80,"target":8},{"source":80,"target":85},{"source":80,"target":10},{"source":85,"target":8},{"source":81,"target":4},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":86},{"source":11,"target":87},{"source":11,"target":88},{"source":86,"target":89},{"source":86,"target":11},{"source":87,"target":90},{"source":87,"target":11},{"source":88,"target":5}],"multigraph":true}
ecore
modelling
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsER2MOFclass2.ecore
UML2 Class isActive ownedReception Component Reception AssociationClass Node Activity ProtocolStateMachine ExecutionEnvironment Behavior Interaction Stereotype Device StateMachine
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2"> <eClassifiers xsi:type="ecore:EClass" name="Class"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isActive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedReception" upperBound="-1" eType="#//Reception" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Reception"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":13,"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":"isActive","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedReception","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":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":16},{"source":14,"target":1},{"source":15,"target":3},{"source":15,"target":17},{"source":15,"target":1},{"source":17,"target":3},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":18},{"source":18,"target":1},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":19},{"source":19,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":20},{"source":20,"target":1},{"source":6,"target":0},{"source":6,"target":9},{"source":6,"target":21},{"source":21,"target":9},{"source":7,"target":0},{"source":7,"target":13},{"source":7,"target":22},{"source":22,"target":13},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":23},{"source":23,"target":5},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":24},{"source":24,"target":1},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":25},{"source":25,"target":9},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":26},{"source":26,"target":1},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":27},{"source":27,"target":5},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":28},{"source":28,"target":9}],"multigraph":true}
ecore
gpl
repo-ecore-all/data/wicaksana/bdd-model-transformation/01/Assets/psample.ecore
psample Package Name typedelement Object Name Class member primitivetype Member PrimitiveTypeVariable Interface Function Variable Visibility private private protected protected public public PrimitiveTypes int int bool bool string string double double Type TypedElement
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="psample" nsURI="http://www.example.org/psample" nsPrefix="psample"> <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="typedelement" upperBound="-1" eType="#//TypedElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Object" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" upperBound="-1" eType="#//Member" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="primitivetype" upperBound="-1" eType="#//PrimitiveTypeVariable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Member" abstract="true" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeVariable" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="#//Member"/> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//Member"/> <eClassifiers xsi:type="ecore:EEnum" name="Visibility"> <eLiterals name="private"/> <eLiterals name="protected" value="1"/> <eLiterals name="public" value="2" literal="public"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PrimitiveTypes"> <eLiterals name="int"/> <eLiterals name="bool" value="1"/> <eLiterals name="string" value="2"/> <eLiterals name="double" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//Object"/> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="#//Object"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"psample","nsURI":"http://www.example.org/psample","name":"psample","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":"Object","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Member","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeVariable","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","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,"instanceClassName":null,"name":"Visibility","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PrimitiveTypes","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typedelement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"member","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":"primitivetype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"name":"private","id":29,"value":0,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":30,"value":1,"literal":"protected","eClass":"EEnumLiteral"},{"name":"public","id":31,"value":2,"literal":"public","eClass":"EEnumLiteral"},{"name":"int","id":32,"value":0,"literal":"int","eClass":"EEnumLiteral"},{"name":"bool","id":33,"value":1,"literal":"bool","eClass":"EEnumLiteral"},{"name":"string","id":34,"value":2,"literal":"string","eClass":"EEnumLiteral"},{"name":"double","id":35,"value":3,"literal":"double","eClass":"EEnumLiteral"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":1,"target":0},{"source":1,"target":13},{"source":1,"target":14},{"source":13,"target":15},{"source":13,"target":1},{"source":14,"target":12},{"source":14,"target":16},{"source":14,"target":1},{"source":16,"target":12},{"source":2,"target":0},{"source":2,"target":17},{"source":17,"target":18},{"source":17,"target":2},{"source":3,"target":0},{"source":3,"target":12},{"source":3,"target":19},{"source":3,"target":20},{"source":3,"target":21},{"source":19,"target":4},{"source":19,"target":22},{"source":19,"target":3},{"source":22,"target":4},{"source":20,"target":5},{"source":20,"target":23},{"source":20,"target":3},{"source":23,"target":5},{"source":21,"target":12},{"source":4,"target":0},{"source":4,"target":11},{"source":4,"target":24},{"source":24,"target":11},{"source":5,"target":0},{"source":5,"target":11},{"source":5,"target":25},{"source":25,"target":11},{"source":6,"target":0},{"source":6,"target":12},{"source":6,"target":26},{"source":26,"target":12},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":27},{"source":27,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":28},{"source":28,"target":4},{"source":9,"target":0},{"source":9,"target":29},{"source":9,"target":30},{"source":9,"target":31},{"source":29,"target":9},{"source":30,"target":9},{"source":31,"target":9},{"source":10,"target":0},{"source":10,"target":32},{"source":10,"target":33},{"source":10,"target":34},{"source":10,"target":35},{"source":32,"target":10},{"source":33,"target":10},{"source":34,"target":10},{"source":35,"target":10},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":36},{"source":36,"target":2},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":37},{"source":37,"target":2}],"multigraph":true}
ecore
metamodelling
repo-ecore-all/data/dzonekl/netxstudio/model/com.netxforge.netxstudio.models.export/src/models/Ecore.ecore
ecore EAttribute iD eAttributeType EAnnotation source details eModelElement contents references EClass isSuperTypeOf someClass getFeatureCount getEStructuralFeature featureID getFeatureID feature getEStructuralFeature featureName getOperationCount getEOperation operationID getOperationID operation getOverride operation abstract interface eSuperTypes eOperations eAllAttributes eAllReferences eReferences eAttributes eAllContainments eAllOperations eAllStructuralFeatures eAllSuperTypes eIDAttribute eStructuralFeatures eGenericSuperTypes eAllGenericSuperTypes EClassifier isInstance object getClassifierID instanceClassName instanceClass defaultValue instanceTypeName ePackage eTypeParameters EDataType serializable true EEnum getEEnumLiteral name getEEnumLiteral value getEEnumLiteralByLiteral literal eLiterals EEnumLiteral value instance literal eEnum EFactory create eClass createFromString eDataType literalValue convertToString eDataType instanceValue ePackage EModelElement getEAnnotation source eAnnotations ENamedElement name EObject eClass eIsProxy eResource eContainer eContainingFeature eContainmentFeature eContents eAllContents eCrossReferences eGet feature eGet feature resolve eSet feature newValue eIsSet feature eUnset feature eInvoke operation arguments EOperation getOperationID isOverrideOf someOperation eContainingClass eTypeParameters eParameters eExceptions eGenericExceptions EPackage getEClassifier name nsURI nsPrefix eFactoryInstance eClassifiers eSubpackages eSuperPackage EParameter eOperation EReference containment container resolveProxies true eOpposite eReferenceType eKeys EStructuralFeature getFeatureID getContainerClass changeable true volatile transient defaultValueLiteral defaultValue unsettable derived eContainingClass ETypedElement ordered true unique true lowerBound upperBound 1 many required eType eGenericType EBigDecimal java.math.BigDecimal java.math.BigDecimal EBigInteger java.math.BigInteger java.math.BigInteger EBoolean boolean boolean EBooleanObject java.lang.Boolean java.lang.Boolean EByte byte byte EByteArray byte[] byte[] EByteObject java.lang.Byte java.lang.Byte EChar char char ECharacterObject java.lang.Character java.lang.Character EDate java.util.Date java.util.Date EDiagnosticChain org.eclipse.emf.common.util.DiagnosticChain org.eclipse.emf.common.util.DiagnosticChain EDouble double double EDoubleObject java.lang.Double java.lang.Double EEList org.eclipse.emf.common.util.EList org.eclipse.emf.common.util.EList E EEnumerator org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator EFeatureMap org.eclipse.emf.ecore.util.FeatureMap org.eclipse.emf.ecore.util.FeatureMap EFeatureMapEntry org.eclipse.emf.ecore.util.FeatureMap$Entry org.eclipse.emf.ecore.util.FeatureMap$Entry EFloat float float EFloatObject java.lang.Float java.lang.Float EInt int int EIntegerObject java.lang.Integer java.lang.Integer EJavaClass java.lang.Class java.lang.Class T EJavaObject java.lang.Object java.lang.Object ELong long long ELongObject java.lang.Long java.lang.Long EMap java.util.Map java.util.Map K V EResource org.eclipse.emf.ecore.resource.Resource org.eclipse.emf.ecore.resource.Resource EResourceSet org.eclipse.emf.ecore.resource.ResourceSet org.eclipse.emf.ecore.resource.ResourceSet EShort short short EShortObject java.lang.Short java.lang.Short EString java.lang.String java.lang.String EStringToStringMapEntry java.util.Map$Entry java.util.Map$Entry key value ETreeIterator org.eclipse.emf.common.util.TreeIterator org.eclipse.emf.common.util.TreeIterator E EGenericType eUpperBound eTypeArguments eRawType eLowerBound eTypeParameter eClassifier ETypeParameter eBounds EInvocationTargetException java.lang.reflect.InvocationTargetException java.lang.reflect.InvocationTargetException
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ecore" nsURI="http://www.eclipse.org/emf/2002/Ecore" nsPrefix="ecore"> <eClassifiers xsi:type="ecore:EClass" name="EAttribute" eSuperTypes="#//EStructuralFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentTransient"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAttributeType" lowerBound="1" eType="#//EDataType" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EAnnotation" eSuperTypes="#//EModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedSourceURI"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="details" upperBound="-1" eType="#//EStringToStringMapEntry" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eModelElement" eType="#//EModelElement" transient="true" resolveProxies="false" eOpposite="#//EModelElement/eAnnotations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="#//EObject" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1" eType="#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClass" eSuperTypes="#//EClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="InterfaceIsAbstract AtMostOneID UniqueFeatureNames UniqueOperationSignatures NoCircularSuperTypes WellFormedMapEntryClass ConsistentSuperTypes DisjointFeatureAndOperationSignatures"/> </eAnnotations> <eOperations name="isSuperTypeOf" eType="#//EBoolean"> <eParameters name="someClass" eType="#//EClass"/> </eOperations> <eOperations name="getFeatureCount" eType="#//EInt"/> <eOperations name="getEStructuralFeature" eType="#//EStructuralFeature"> <eParameters name="featureID" eType="#//EInt"/> </eOperations> <eOperations name="getFeatureID" eType="#//EInt"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="getEStructuralFeature" eType="#//EStructuralFeature"> <eParameters name="featureName" eType="#//EString"/> </eOperations> <eOperations name="getOperationCount" eType="#//EInt"/> <eOperations name="getEOperation" eType="#//EOperation"> <eParameters name="operationID" eType="#//EInt"/> </eOperations> <eOperations name="getOperationID" eType="#//EInt"> <eParameters name="operation" eType="#//EOperation"/> </eOperations> <eOperations name="getOverride" eType="#//EOperation"> <eParameters name="operation" eType="#//EOperation"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interface" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSuperTypes" upperBound="-1" eType="#//EClass" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eOperations" upperBound="-1" eType="#//EOperation" containment="true" resolveProxies="false" eOpposite="#//EOperation/eContainingClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllAttributes" upperBound="-1" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllReferences" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eReferences" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAttributes" upperBound="-1" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllContainments" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllOperations" upperBound="-1" eType="#//EOperation" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllStructuralFeatures" upperBound="-1" eType="#//EStructuralFeature" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllSuperTypes" upperBound="-1" eType="#//EClass" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eIDAttribute" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eStructuralFeatures" upperBound="-1" eType="#//EStructuralFeature" containment="true" resolveProxies="false" eOpposite="#//EStructuralFeature/eContainingClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eGenericSuperTypes" upperBound="-1" eType="#//EGenericType" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllGenericSuperTypes" upperBound="-1" eType="#//EGenericType" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClassifier" abstract="true" eSuperTypes="#//ENamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedInstanceTypeName UniqueTypeParameterNames"/> </eAnnotations> <eOperations name="isInstance" eType="#//EBoolean"> <eParameters name="object" eType="#//EJavaObject"/> </eOperations> <eOperations name="getClassifierID" eType="#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClassName" eType="#//EString" volatile="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClass" changeable="false" volatile="true" transient="true" derived="true"> <eGenericType eClassifier="#//EJavaClass"> <eTypeArguments/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="#//EJavaObject" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceTypeName" eType="#//EString" volatile="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" eType="#//EPackage" changeable="false" transient="true" eOpposite="#//EPackage/eClassifiers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameters" upperBound="-1" eType="#//ETypeParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EDataType" eSuperTypes="#//EClassifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serializable" eType="#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EEnum" eSuperTypes="#//EDataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueEnumeratorNames UniqueEnumeratorLiterals"/> </eAnnotations> <eOperations name="getEEnumLiteral" eType="#//EEnumLiteral"> <eParameters name="name" eType="#//EString"/> </eOperations> <eOperations name="getEEnumLiteral" eType="#//EEnumLiteral"> <eParameters name="value" eType="#//EInt"/> </eOperations> <eOperations name="getEEnumLiteralByLiteral" eType="#//EEnumLiteral"> <eParameters name="literal" eType="#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eLiterals" upperBound="-1" eType="#//EEnumLiteral" containment="true" resolveProxies="false" eOpposite="#//EEnumLiteral/eEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EEnumLiteral" eSuperTypes="#//ENamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instance" eType="#//EEnumerator" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eEnum" eType="#//EEnum" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EEnum/eLiterals"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EFactory" eSuperTypes="#//EModelElement"> <eOperations name="create" eType="#//EObject"> <eParameters name="eClass" eType="#//EClass"/> </eOperations> <eOperations name="createFromString" eType="#//EJavaObject"> <eParameters name="eDataType" eType="#//EDataType"/> <eParameters name="literalValue" eType="#//EString"/> </eOperations> <eOperations name="convertToString" eType="#//EString"> <eParameters name="eDataType" eType="#//EDataType"/> <eParameters name="instanceValue" eType="#//EJavaObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" lowerBound="1" eType="#//EPackage" transient="true" resolveProxies="false" eOpposite="#//EPackage/eFactoryInstance"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EModelElement" abstract="true"> <eOperations name="getEAnnotation" eType="#//EAnnotation"> <eParameters name="source" eType="#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eAnnotations" upperBound="-1" eType="#//EAnnotation" containment="true" resolveProxies="false" eOpposite="#//EAnnotation/eModelElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ENamedElement" abstract="true" eSuperTypes="#//EModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedName"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EObject"> <eOperations name="eClass" eType="#//EClass"/> <eOperations name="eIsProxy" eType="#//EBoolean"/> <eOperations name="eResource" eType="#//EResource"/> <eOperations name="eContainer" eType="#//EObject"/> <eOperations name="eContainingFeature" eType="#//EStructuralFeature"/> <eOperations name="eContainmentFeature" eType="#//EReference"/> <eOperations name="eContents"> <eGenericType eClassifier="#//EEList"> <eTypeArguments eClassifier="#//EObject"/> </eGenericType> </eOperations> <eOperations name="eAllContents"> <eGenericType eClassifier="#//ETreeIterator"> <eTypeArguments eClassifier="#//EObject"/> </eGenericType> </eOperations> <eOperations name="eCrossReferences"> <eGenericType eClassifier="#//EEList"> <eTypeArguments eClassifier="#//EObject"/> </eGenericType> </eOperations> <eOperations name="eGet" eType="#//EJavaObject"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="eGet" eType="#//EJavaObject"> <eParameters name="feature" eType="#//EStructuralFeature"/> <eParameters name="resolve" eType="#//EBoolean"/> </eOperations> <eOperations name="eSet"> <eParameters name="feature" eType="#//EStructuralFeature"/> <eParameters name="newValue" eType="#//EJavaObject"/> </eOperations> <eOperations name="eIsSet" eType="#//EBoolean"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="eUnset"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="eInvoke" eType="#//EJavaObject" eExceptions="#//EInvocationTargetException"> <eParameters name="operation" eType="#//EOperation"/> <eParameters name="arguments"> <eGenericType eClassifier="#//EEList"> <eTypeArguments/> </eGenericType> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EOperation" eSuperTypes="#//ETypedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueParameterNames UniqueTypeParameterNames NoRepeatingVoid"/> </eAnnotations> <eOperations name="getOperationID" eType="#//EInt"/> <eOperations name="isOverrideOf" eType="#//EBoolean"> <eParameters name="someOperation" eType="#//EOperation"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="#//EClass" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EClass/eOperations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameters" upperBound="-1" eType="#//ETypeParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eParameters" upperBound="-1" eType="#//EParameter" containment="true" resolveProxies="false" eOpposite="#//EParameter/eOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eExceptions" upperBound="-1" eType="#//EClassifier" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eGenericExceptions" upperBound="-1" eType="#//EGenericType" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EPackage" eSuperTypes="#//ENamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedNsURI WellFormedNsPrefix UniqueSubpackageNames UniqueClassifierNames UniqueNsURIs"/> </eAnnotations> <eOperations name="getEClassifier" eType="#//EClassifier"> <eParameters name="name" eType="#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsURI" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsPrefix" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eFactoryInstance" lowerBound="1" eType="#//EFactory" transient="true" resolveProxies="false" eOpposite="#//EFactory/ePackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eClassifiers" upperBound="-1" eType="#//EClassifier" containment="true" eOpposite="#//EClassifier/ePackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSubpackages" upperBound="-1" eType="#//EPackage" containment="true" eOpposite="#//EPackage/eSuperPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSuperPackage" eType="#//EPackage" changeable="false" transient="true" eOpposite="#//EPackage/eSubpackages"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EParameter" eSuperTypes="#//ETypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="eOperation" eType="#//EOperation" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EOperation/eParameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EReference" eSuperTypes="#//EStructuralFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentOpposite SingleContainer ConsistentKeys ConsistentUnique ConsistentContainer"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="containment" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="container" eType="#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolveProxies" eType="#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eOpposite" eType="#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eReferenceType" lowerBound="1" eType="#//EClass" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eKeys" upperBound="-1" eType="#//EAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EStructuralFeature" abstract="true" eSuperTypes="#//ETypedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ValidDefaultValueLiteral"/> </eAnnotations> <eOperations name="getFeatureID" eType="#//EInt"/> <eOperations name="getContainerClass"> <eGenericType eClassifier="#//EJavaClass"> <eTypeArguments/> </eGenericType> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeable" eType="#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="volatile" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transient" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValueLiteral" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="#//EJavaObject" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unsettable" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="derived" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="#//EClass" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EClass/eStructuralFeatures"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETypedElement" abstract="true" eSuperTypes="#//ENamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ValidLowerBound ValidUpperBound ConsistentBounds ValidType"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordered" eType="#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eType" eType="#//EClassifier" volatile="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eGenericType" eType="#//EGenericType" volatile="true" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBigDecimal" instanceClassName="java.math.BigDecimal"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#decimal"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBigInteger" instanceClassName="java.math.BigInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#integer"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBoolean" instanceClassName="boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#boolean"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBooleanObject" instanceClassName="java.lang.Boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EBoolean"/> <details key="name" value="EBoolean:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByte" instanceClassName="byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#byte"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByteArray" instanceClassName="byte[]"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#hexBinary"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByteObject" instanceClassName="java.lang.Byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EByte"/> <details key="name" value="EByte:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EChar" instanceClassName="char"/> <eClassifiers xsi:type="ecore:EDataType" name="ECharacterObject" instanceClassName="java.lang.Character"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EChar"/> <details key="name" value="EChar:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EDate" instanceClassName="java.util.Date"/> <eClassifiers xsi:type="ecore:EDataType" name="EDiagnosticChain" instanceClassName="org.eclipse.emf.common.util.DiagnosticChain" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EDouble" instanceClassName="double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#double"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EDoubleObject" instanceClassName="java.lang.Double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EDouble"/> <details key="name" value="EDouble:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EEList" instanceClassName="org.eclipse.emf.common.util.EList" serializable="false"> <eTypeParameters name="E"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EEnumerator" instanceClassName="org.eclipse.emf.common.util.Enumerator" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFeatureMap" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFeatureMapEntry" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap$Entry" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFloat" instanceClassName="float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#float"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EFloatObject" instanceClassName="java.lang.Float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EFloat"/> <details key="name" value="EFloat:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EInt" instanceClassName="int"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#int"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EIntegerObject" instanceClassName="java.lang.Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EInt"/> <details key="name" value="EInt:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EJavaClass" instanceClassName="java.lang.Class"> <eTypeParameters name="T"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EJavaObject" instanceClassName="java.lang.Object"/> <eClassifiers xsi:type="ecore:EDataType" name="ELong" instanceClassName="long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#long"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ELongObject" instanceClassName="java.lang.Long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="ELong"/> <details key="name" value="ELong:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EMap" instanceClassName="java.util.Map" serializable="false"> <eTypeParameters name="K"/> <eTypeParameters name="V"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EResource" instanceClassName="org.eclipse.emf.ecore.resource.Resource" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EResourceSet" instanceClassName="org.eclipse.emf.ecore.resource.ResourceSet" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EShort" instanceClassName="short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#short"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EShortObject" instanceClassName="java.lang.Short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EShort"/> <details key="name" value="EShort:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EString" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#string"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EStringToStringMapEntry" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ETreeIterator" instanceClassName="org.eclipse.emf.common.util.TreeIterator" serializable="false"> <eTypeParameters name="E"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EGenericType"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentType ConsistentBounds ConsistentArguments"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="eUpperBound" eType="#//EGenericType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeArguments" upperBound="-1" eType="#//EGenericType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eRawType" lowerBound="1" eType="#//EClassifier" changeable="false" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eLowerBound" eType="#//EGenericType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameter" eType="#//ETypeParameter" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eClassifier" eType="#//EClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETypeParameter" eSuperTypes="#//ENamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="eBounds" upperBound="-1" eType="#//EGenericType" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EInvocationTargetException" instanceClassName="java.lang.reflect.InvocationTargetException" serializable="false"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"ecore","nsURI":"http://www.eclipse.org/emf/2002/Ecore","name":"ecore","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAttribute","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAnnotation","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClassifier","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EDataType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnum","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnumLiteral","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EFactory","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EModelElement","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ENamedElement","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EObject","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EOperation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EPackage","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EParameter","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EReference","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EStructuralFeature","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypedElement","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.math.BigDecimal","defaultValue":null,"instanceClassName":"java.math.BigDecimal","name":"EBigDecimal","instanceClass":"java.math.BigDecimal","id":18,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigInteger","defaultValue":null,"instanceClassName":"java.math.BigInteger","name":"EBigInteger","instanceClass":"java.math.BigInteger","id":19,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"EBoolean","instanceClass":"boolean","id":20,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"EBooleanObject","instanceClass":"java.lang.Boolean","id":21,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte","defaultValue":0,"instanceClassName":"byte","name":"EByte","instanceClass":"byte","id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte[]","defaultValue":null,"instanceClassName":"byte[]","name":"EByteArray","instanceClass":"[B","id":23,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Byte","defaultValue":null,"instanceClassName":"java.lang.Byte","name":"EByteObject","instanceClass":"java.lang.Byte","id":24,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"char","defaultValue":"\u0000","instanceClassName":"char","name":"EChar","instanceClass":"char","id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Character","defaultValue":null,"instanceClassName":"java.lang.Character","name":"ECharacterObject","instanceClass":"java.lang.Character","id":26,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"EDate","instanceClass":"java.util.Date","id":27,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.DiagnosticChain","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.DiagnosticChain","name":"EDiagnosticChain","instanceClass":"org.eclipse.emf.common.util.DiagnosticChain","id":28,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"EDouble","instanceClass":"double","id":29,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"EDoubleObject","instanceClass":"java.lang.Double","id":30,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.EList","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.EList","name":"EEList","instanceClass":"org.eclipse.emf.common.util.EList","id":31,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"EEnumerator","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":32,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.util.FeatureMap","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.util.FeatureMap","name":"EFeatureMap","instanceClass":"org.eclipse.emf.ecore.util.FeatureMap","id":33,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.util.FeatureMap$Entry","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.util.FeatureMap$Entry","name":"EFeatureMapEntry","instanceClass":"org.eclipse.emf.ecore.util.FeatureMap$Entry","id":34,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"float","defaultValue":0.0,"instanceClassName":"float","name":"EFloat","instanceClass":"float","id":35,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"EFloatObject","instanceClass":"java.lang.Float","id":36,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"EInt","instanceClass":"int","id":37,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"EIntegerObject","instanceClass":"java.lang.Integer","id":38,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Class","defaultValue":null,"instanceClassName":"java.lang.Class","name":"EJavaClass","instanceClass":"java.lang.Class","id":39,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EJavaObject","instanceClass":"java.lang.Object","id":40,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"long","defaultValue":0,"instanceClassName":"long","name":"ELong","instanceClass":"long","id":41,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Long","defaultValue":null,"instanceClassName":"java.lang.Long","name":"ELongObject","instanceClass":"java.lang.Long","id":42,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map","defaultValue":null,"instanceClassName":"java.util.Map","name":"EMap","instanceClass":"java.util.Map","id":43,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.Resource","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.Resource","name":"EResource","instanceClass":"org.eclipse.emf.ecore.resource.Resource","id":44,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.ResourceSet","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.ResourceSet","name":"EResourceSet","instanceClass":"org.eclipse.emf.ecore.resource.ResourceSet","id":45,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"short","defaultValue":0,"instanceClassName":"short","name":"EShort","instanceClass":"short","id":46,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Short","defaultValue":null,"instanceClassName":"java.lang.Short","name":"EShortObject","instanceClass":"java.lang.Short","id":47,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"EString","instanceClass":"java.lang.String","id":48,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EStringToStringMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.common.util.TreeIterator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.TreeIterator","name":"ETreeIterator","instanceClass":"org.eclipse.emf.common.util.TreeIterator","id":50,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EGenericType","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypeParameter","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.reflect.InvocationTargetException","defaultValue":null,"instanceClassName":"java.lang.reflect.InvocationTargetException","name":"EInvocationTargetException","instanceClass":"java.lang.reflect.InvocationTargetException","id":53,"serializable":false,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iD","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAttributeType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":55,"derived":true},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"details","changeable":true,"resolveProxies":false,"lowerBound":0,"id":60,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eModelElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":false,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eAnnotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSuperTypeOf","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureCount","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":73,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureID","lowerBound":0,"id":74,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperationCount","lowerBound":0,"id":76,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEOperation","lowerBound":0,"id":77,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperationID","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOverride","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eSuperTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eOperations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllAttributes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":84,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllReferences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":85,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eReferences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":86,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAttributes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":87,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllContainments","changeable":false,"resolveProxies":true,"lowerBound":0,"id":88,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllOperations","changeable":false,"resolveProxies":true,"lowerBound":0,"id":89,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllStructuralFeatures","changeable":false,"resolveProxies":true,"lowerBound":0,"id":90,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllSuperTypes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":91,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eIDAttribute","changeable":false,"resolveProxies":false,"lowerBound":0,"id":92,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eStructuralFeatures","changeable":true,"resolveProxies":false,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"eGenericSuperTypes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllGenericSuperTypes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":95,"derived":true},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"someClass","lowerBound":0,"id":98,"many":false,"required":false,"eClass":"EParameter"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureID","lowerBound":0,"id":102,"many":false,"required":false,"eClass":"EParameter"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":105,"many":false,"required":false,"eClass":"EParameter"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureName","lowerBound":0,"id":108,"many":false,"required":false,"eClass":"EParameter"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operationID","lowerBound":0,"id":112,"many":false,"required":false,"eClass":"EParameter"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":115,"many":false,"required":false,"eClass":"EParameter"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":118,"many":false,"required":false,"eClass":"EParameter"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eContainingClass","changeable":false,"resolveProxies":false,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eContainingClass","changeable":false,"resolveProxies":false,"lowerBound":0,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isInstance","lowerBound":0,"id":138,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getClassifierID","lowerBound":0,"id":139,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"instanceClassName","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"instanceClass","changeable":false,"lowerBound":0,"iD":false,"id":141,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"defaultValue","changeable":false,"lowerBound":0,"iD":false,"id":142,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"instanceTypeName","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ePackage","changeable":false,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":148,"many":false,"required":false,"eClass":"EParameter"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eClassifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"serializable","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":162,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":163,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteralByLiteral","lowerBound":0,"id":164,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eLiterals","changeable":true,"resolveProxies":false,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":168,"many":false,"required":false,"eClass":"EParameter"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":171,"many":false,"required":false,"eClass":"EParameter"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"literal","lowerBound":0,"id":174,"many":false,"required":false,"eClass":"EParameter"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eEnum","changeable":false,"resolveProxies":false,"lowerBound":0,"id":177,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"instance","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":186,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createFromString","lowerBound":0,"id":187,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"convertToString","lowerBound":0,"id":188,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ePackage","changeable":true,"resolveProxies":false,"lowerBound":1,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":192,"many":false,"required":false,"eClass":"EParameter"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eDataType","lowerBound":0,"id":195,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"literalValue","lowerBound":0,"id":196,"many":false,"required":false,"eClass":"EParameter"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eDataType","lowerBound":0,"id":200,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"instanceValue","lowerBound":0,"id":201,"many":false,"required":false,"eClass":"EParameter"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eFactoryInstance","changeable":true,"resolveProxies":false,"lowerBound":1,"id":205,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getEAnnotation","lowerBound":0,"id":206,"many":false,"required":false,"eClass":"EOperation"},{"id":207,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":208,"many":false,"required":false,"eClass":"EParameter"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":214,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eIsProxy","lowerBound":0,"id":215,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eResource","lowerBound":0,"id":216,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainer","lowerBound":0,"id":217,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainingFeature","lowerBound":0,"id":218,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainmentFeature","lowerBound":0,"id":219,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContents","lowerBound":0,"id":220,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eAllContents","lowerBound":0,"id":221,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eCrossReferences","lowerBound":0,"id":222,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eGet","lowerBound":0,"id":223,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eGet","lowerBound":0,"id":224,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eSet","lowerBound":0,"id":225,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eIsSet","lowerBound":0,"id":226,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eUnset","lowerBound":0,"id":227,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eInvoke","lowerBound":0,"id":228,"many":false,"required":false,"eClass":"EOperation"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":242,"many":false,"required":false,"eClass":"EParameter"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":245,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolve","lowerBound":0,"id":246,"many":false,"required":false,"eClass":"EParameter"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":249,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"newValue","lowerBound":0,"id":250,"many":false,"required":false,"eClass":"EParameter"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":254,"many":false,"required":false,"eClass":"EParameter"},{"id":255,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":256,"many":false,"required":false,"eClass":"EParameter"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":259,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"arguments","lowerBound":0,"id":260,"many":false,"required":false,"eClass":"EParameter"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperationID","lowerBound":0,"id":265,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isOverrideOf","lowerBound":0,"id":266,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eParameters","changeable":true,"resolveProxies":false,"lowerBound":0,"id":268,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eExceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"eGenericExceptions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"someOperation","lowerBound":0,"id":274,"many":false,"required":false,"eClass":"EParameter"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eOperation","changeable":false,"resolveProxies":false,"lowerBound":0,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEClassifier","lowerBound":0,"id":282,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nsURI","changeable":true,"lowerBound":0,"iD":false,"id":283,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nsPrefix","changeable":true,"lowerBound":0,"iD":false,"id":284,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eSubpackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eSuperPackage","changeable":false,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":289,"many":false,"required":false,"eClass":"EParameter"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"containment","changeable":true,"lowerBound":0,"iD":false,"id":299,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"container","changeable":false,"lowerBound":0,"iD":false,"id":300,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"resolveProxies","changeable":true,"lowerBound":0,"iD":false,"id":301,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eOpposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eReferenceType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":303,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eKeys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureID","lowerBound":0,"id":312,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainerClass","lowerBound":0,"id":313,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"changeable","changeable":true,"lowerBound":0,"iD":false,"id":314,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"volatile","changeable":true,"lowerBound":0,"iD":false,"id":315,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"transient","changeable":true,"lowerBound":0,"iD":false,"id":316,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValueLiteral","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"defaultValue","changeable":false,"lowerBound":0,"iD":false,"id":318,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unsettable","changeable":true,"lowerBound":0,"iD":false,"id":319,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"derived","changeable":true,"lowerBound":0,"iD":false,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"ordered","changeable":true,"lowerBound":0,"iD":false,"id":333,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"lowerBound":0,"iD":false,"id":334,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"lowerBound":0,"iD":false,"id":335,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":0,"iD":false,"id":336,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"many","changeable":false,"lowerBound":0,"iD":false,"id":337,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"required","changeable":false,"lowerBound":0,"iD":false,"id":338,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":339,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"eGenericType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"name":"E","id":350,"eClass":"ETypeParameter"},{"name":"T","id":351,"eClass":"ETypeParameter"},{"name":"K","id":352,"eClass":"ETypeParameter"},{"name":"V","id":353,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":354,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"name":"E","id":358,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eUpperBound","changeable":true,"resolveProxies":false,"lowerBound":0,"id":359,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypeArguments","changeable":true,"resolveProxies":false,"lowerBound":0,"id":360,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eRawType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":361,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eLowerBound","changeable":true,"resolveProxies":false,"lowerBound":0,"id":362,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eTypeParameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":363,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":false},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eBounds","changeable":true,"resolveProxies":false,"lowerBound":0,"id":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":54},{"source":1,"target":55},{"source":1,"target":56},{"source":54,"target":20},{"source":54,"target":57},{"source":54,"target":1},{"source":57,"target":20},{"source":55,"target":5},{"source":55,"target":58},{"source":55,"target":1},{"source":58,"target":5},{"source":56,"target":16},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":59},{"source":2,"target":60},{"source":2,"target":61},{"source":2,"target":62},{"source":2,"target":63},{"source":2,"target":64},{"source":59,"target":48},{"source":59,"target":65},{"source":59,"target":2},{"source":65,"target":48},{"source":60,"target":49},{"source":60,"target":66},{"source":60,"target":2},{"source":66,"target":49},{"source":61,"target":9},{"source":61,"target":67},{"source":61,"target":2},{"source":61,"target":68},{"source":67,"target":9},{"source":62,"target":11},{"source":62,"target":69},{"source":62,"target":2},{"source":69,"target":11},{"source":63,"target":11},{"source":63,"target":70},{"source":63,"target":2},{"source":70,"target":11},{"source":64,"target":9},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":71},{"source":3,"target":72},{"source":3,"target":73},{"source":3,"target":74},{"source":3,"target":75},{"source":3,"target":76},{"source":3,"target":77},{"source":3,"target":78},{"source":3,"target":79},{"source":3,"target":80},{"source":3,"target":81},{"source":3,"target":82},{"source":3,"target":83},{"source":3,"target":84},{"source":3,"target":85},{"source":3,"target":86},{"source":3,"target":87},{"source":3,"target":88},{"source":3,"target":89},{"source":3,"target":90},{"source":3,"target":91},{"source":3,"target":92},{"source":3,"target":93},{"source":3,"target":94},{"source":3,"target":95},{"source":3,"target":96},{"source":71,"target":20},{"source":71,"target":97},{"source":71,"target":3},{"source":71,"target":98},{"source":97,"target":20},{"source":98,"target":3},{"source":98,"target":99},{"source":98,"target":71},{"source":99,"target":3},{"source":72,"target":37},{"source":72,"target":100},{"source":72,"target":3},{"source":100,"target":37},{"source":73,"target":16},{"source":73,"target":101},{"source":73,"target":3},{"source":73,"target":102},{"source":101,"target":16},{"source":102,"target":37},{"source":102,"target":103},{"source":102,"target":73},{"source":103,"target":37},{"source":74,"target":37},{"source":74,"target":104},{"source":74,"target":3},{"source":74,"target":105},{"source":104,"target":37},{"source":105,"target":16},{"source":105,"target":106},{"source":105,"target":74},{"source":106,"target":16},{"source":75,"target":16},{"source":75,"target":107},{"source":75,"target":3},{"source":75,"target":108},{"source":107,"target":16},{"source":108,"target":48},{"source":108,"target":109},{"source":108,"target":75},{"source":109,"target":48},{"source":76,"target":37},{"source":76,"target":110},{"source":76,"target":3},{"source":110,"target":37},{"source":77,"target":12},{"source":77,"target":111},{"source":77,"target":3},{"source":77,"target":112},{"source":111,"target":12},{"source":112,"target":37},{"source":112,"target":113},{"source":112,"target":77},{"source":113,"target":37},{"source":78,"target":37},{"source":78,"target":114},{"source":78,"target":3},{"source":78,"target":115},{"source":114,"target":37},{"source":115,"target":12},{"source":115,"target":116},{"source":115,"target":78},{"source":116,"target":12},{"source":79,"target":12},{"source":79,"target":117},{"source":79,"target":3},{"source":79,"target":118},{"source":117,"target":12},{"source":118,"target":12},{"source":118,"target":119},{"source":118,"target":79},{"source":119,"target":12},{"source":80,"target":20},{"source":80,"target":120},{"source":80,"target":3},{"source":120,"target":20},{"source":81,"target":20},{"source":81,"target":121},{"source":81,"target":3},{"source":121,"target":20},{"source":82,"target":3},{"source":82,"target":122},{"source":82,"target":3},{"source":122,"target":3},{"source":83,"target":12},{"source":83,"target":123},{"source":83,"target":3},{"source":83,"target":124},{"source":123,"target":12},{"source":84,"target":1},{"source":84,"target":125},{"source":84,"target":3},{"source":125,"target":1},{"source":85,"target":15},{"source":85,"target":126},{"source":85,"target":3},{"source":126,"target":15},{"source":86,"target":15},{"source":86,"target":127},{"source":86,"target":3},{"source":127,"target":15},{"source":87,"target":1},{"source":87,"target":128},{"source":87,"target":3},{"source":128,"target":1},{"source":88,"target":15},{"source":88,"target":129},{"source":88,"target":3},{"source":129,"target":15},{"source":89,"target":12},{"source":89,"target":130},{"source":89,"target":3},{"source":130,"target":12},{"source":90,"target":16},{"source":90,"target":131},{"source":90,"target":3},{"source":131,"target":16},{"source":91,"target":3},{"source":91,"target":132},{"source":91,"target":3},{"source":132,"target":3},{"source":92,"target":1},{"source":92,"target":133},{"source":92,"target":3},{"source":133,"target":1},{"source":93,"target":16},{"source":93,"target":134},{"source":93,"target":3},{"source":93,"target":135},{"source":134,"target":16},{"source":94,"target":51},{"source":94,"target":136},{"source":94,"target":3},{"source":136,"target":51},{"source":95,"target":51},{"source":95,"target":137},{"source":95,"target":3},{"source":137,"target":51},{"source":96,"target":4},{"source":4,"target":0},{"source":4,"target":10},{"source":4,"target":138},{"source":4,"target":139},{"source":4,"target":140},{"source":4,"target":141},{"source":4,"target":142},{"source":4,"target":143},{"source":4,"target":144},{"source":4,"target":145},{"source":4,"target":146},{"source":138,"target":20},{"source":138,"target":147},{"source":138,"target":4},{"source":138,"target":148},{"source":147,"target":20},{"source":148,"target":40},{"source":148,"target":149},{"source":148,"target":138},{"source":149,"target":40},{"source":139,"target":37},{"source":139,"target":150},{"source":139,"target":4},{"source":150,"target":37},{"source":140,"target":48},{"source":140,"target":151},{"source":140,"target":4},{"source":151,"target":48},{"source":141,"target":39},{"source":141,"target":152},{"source":141,"target":4},{"source":152,"target":153},{"source":152,"target":39},{"source":142,"target":40},{"source":142,"target":154},{"source":142,"target":4},{"source":154,"target":40},{"source":143,"target":48},{"source":143,"target":155},{"source":143,"target":4},{"source":155,"target":48},{"source":144,"target":13},{"source":144,"target":156},{"source":144,"target":4},{"source":144,"target":157},{"source":156,"target":13},{"source":145,"target":52},{"source":145,"target":158},{"source":145,"target":4},{"source":158,"target":52},{"source":146,"target":10},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":159},{"source":5,"target":160},{"source":159,"target":20},{"source":159,"target":161},{"source":159,"target":5},{"source":161,"target":20},{"source":160,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":162},{"source":6,"target":163},{"source":6,"target":164},{"source":6,"target":165},{"source":6,"target":166},{"source":162,"target":7},{"source":162,"target":167},{"source":162,"target":6},{"source":162,"target":168},{"source":167,"target":7},{"source":168,"target":48},{"source":168,"target":169},{"source":168,"target":162},{"source":169,"target":48},{"source":163,"target":7},{"source":163,"target":170},{"source":163,"target":6},{"source":163,"target":171},{"source":170,"target":7},{"source":171,"target":37},{"source":171,"target":172},{"source":171,"target":163},{"source":172,"target":37},{"source":164,"target":7},{"source":164,"target":173},{"source":164,"target":6},{"source":164,"target":174},{"source":173,"target":7},{"source":174,"target":48},{"source":174,"target":175},{"source":174,"target":164},{"source":175,"target":48},{"source":165,"target":7},{"source":165,"target":176},{"source":165,"target":6},{"source":165,"target":177},{"source":176,"target":7},{"source":166,"target":5},{"source":7,"target":0},{"source":7,"target":10},{"source":7,"target":178},{"source":7,"target":179},{"source":7,"target":180},{"source":7,"target":177},{"source":7,"target":181},{"source":178,"target":37},{"source":178,"target":182},{"source":178,"target":7},{"source":182,"target":37},{"source":179,"target":32},{"source":179,"target":183},{"source":179,"target":7},{"source":183,"target":32},{"source":180,"target":48},{"source":180,"target":184},{"source":180,"target":7},{"source":184,"target":48},{"source":177,"target":6},{"source":177,"target":185},{"source":177,"target":7},{"source":177,"target":165},{"source":185,"target":6},{"source":181,"target":10},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":186},{"source":8,"target":187},{"source":8,"target":188},{"source":8,"target":189},{"source":8,"target":190},{"source":186,"target":11},{"source":186,"target":191},{"source":186,"target":8},{"source":186,"target":192},{"source":191,"target":11},{"source":192,"target":3},{"source":192,"target":193},{"source":192,"target":186},{"source":193,"target":3},{"source":187,"target":40},{"source":187,"target":194},{"source":187,"target":8},{"source":187,"target":195},{"source":187,"target":196},{"source":194,"target":40},{"source":195,"target":5},{"source":195,"target":197},{"source":195,"target":187},{"source":197,"target":5},{"source":196,"target":48},{"source":196,"target":198},{"source":196,"target":187},{"source":198,"target":48},{"source":188,"target":48},{"source":188,"target":199},{"source":188,"target":8},{"source":188,"target":200},{"source":188,"target":201},{"source":199,"target":48},{"source":200,"target":5},{"source":200,"target":202},{"source":200,"target":188},{"source":202,"target":5},{"source":201,"target":40},{"source":201,"target":203},{"source":201,"target":188},{"source":203,"target":40},{"source":189,"target":13},{"source":189,"target":204},{"source":189,"target":8},{"source":189,"target":205},{"source":204,"target":13},{"source":190,"target":9},{"source":9,"target":0},{"source":9,"target":206},{"source":9,"target":68},{"source":206,"target":2},{"source":206,"target":207},{"source":206,"target":9},{"source":206,"target":208},{"source":207,"target":2},{"source":208,"target":48},{"source":208,"target":209},{"source":208,"target":206},{"source":209,"target":48},{"source":68,"target":2},{"source":68,"target":210},{"source":68,"target":9},{"source":68,"target":61},{"source":210,"target":2},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":211},{"source":10,"target":212},{"source":211,"target":48},{"source":211,"target":213},{"source":211,"target":10},{"source":213,"target":48},{"source":212,"target":9},{"source":11,"target":0},{"source":11,"target":214},{"source":11,"target":215},{"source":11,"target":216},{"source":11,"target":217},{"source":11,"target":218},{"source":11,"target":219},{"source":11,"target":220},{"source":11,"target":221},{"source":11,"target":222},{"source":11,"target":223},{"source":11,"target":224},{"source":11,"target":225},{"source":11,"target":226},{"source":11,"target":227},{"source":11,"target":228},{"source":214,"target":3},{"source":214,"target":229},{"source":214,"target":11},{"source":229,"target":3},{"source":215,"target":20},{"source":215,"target":230},{"source":215,"target":11},{"source":230,"target":20},{"source":216,"target":44},{"source":216,"target":231},{"source":216,"target":11},{"source":231,"target":44},{"source":217,"target":11},{"source":217,"target":232},{"source":217,"target":11},{"source":232,"target":11},{"source":218,"target":16},{"source":218,"target":233},{"source":218,"target":11},{"source":233,"target":16},{"source":219,"target":15},{"source":219,"target":234},{"source":219,"target":11},{"source":234,"target":15},{"source":220,"target":31},{"source":220,"target":235},{"source":220,"target":11},{"source":235,"target":236},{"source":235,"target":31},{"source":236,"target":11},{"source":221,"target":50},{"source":221,"target":237},{"source":221,"target":11},{"source":237,"target":238},{"source":237,"target":50},{"source":238,"target":11},{"source":222,"target":31},{"source":222,"target":239},{"source":222,"target":11},{"source":239,"target":240},{"source":239,"target":31},{"source":240,"target":11},{"source":223,"target":40},{"source":223,"target":241},{"source":223,"target":11},{"source":223,"target":242},{"source":241,"target":40},{"source":242,"target":16},{"source":242,"target":243},{"source":242,"target":223},{"source":243,"target":16},{"source":224,"target":40},{"source":224,"target":244},{"source":224,"target":11},{"source":224,"target":245},{"source":224,"target":246},{"source":244,"target":40},{"source":245,"target":16},{"source":245,"target":247},{"source":245,"target":224},{"source":247,"target":16},{"source":246,"target":20},{"source":246,"target":248},{"source":246,"target":224},{"source":248,"target":20},{"source":225,"target":11},{"source":225,"target":249},{"source":225,"target":250},{"source":249,"target":16},{"source":249,"target":251},{"source":249,"target":225},{"source":251,"target":16},{"source":250,"target":40},{"source":250,"target":252},{"source":250,"target":225},{"source":252,"target":40},{"source":226,"target":20},{"source":226,"target":253},{"source":226,"target":11},{"source":226,"target":254},{"source":253,"target":20},{"source":254,"target":16},{"source":254,"target":255},{"source":254,"target":226},{"source":255,"target":16},{"source":227,"target":11},{"source":227,"target":256},{"source":256,"target":16},{"source":256,"target":257},{"source":256,"target":227},{"source":257,"target":16},{"source":228,"target":40},{"source":228,"target":258},{"source":228,"target":11},{"source":228,"target":259},{"source":228,"target":260},{"source":228,"target":53},{"source":228,"target":261},{"source":258,"target":40},{"source":259,"target":12},{"source":259,"target":262},{"source":259,"target":228},{"source":262,"target":12},{"source":260,"target":31},{"source":260,"target":263},{"source":260,"target":228},{"source":263,"target":264},{"source":263,"target":31},{"source":261,"target":53},{"source":12,"target":0},{"source":12,"target":17},{"source":12,"target":265},{"source":12,"target":266},{"source":12,"target":124},{"source":12,"target":267},{"source":12,"target":268},{"source":12,"target":269},{"source":12,"target":270},{"source":12,"target":271},{"source":265,"target":37},{"source":265,"target":272},{"source":265,"target":12},{"source":272,"target":37},{"source":266,"target":20},{"source":266,"target":273},{"source":266,"target":12},{"source":266,"target":274},{"source":273,"target":20},{"source":274,"target":12},{"source":274,"target":275},{"source":274,"target":266},{"source":275,"target":12},{"source":124,"target":3},{"source":124,"target":276},{"source":124,"target":12},{"source":124,"target":83},{"source":276,"target":3},{"source":267,"target":52},{"source":267,"target":277},{"source":267,"target":12},{"source":277,"target":52},{"source":268,"target":14},{"source":268,"target":278},{"source":268,"target":12},{"source":268,"target":279},{"source":278,"target":14},{"source":269,"target":4},{"source":269,"target":280},{"source":269,"target":12},{"source":280,"target":4},{"source":270,"target":51},{"source":270,"target":281},{"source":270,"target":12},{"source":281,"target":51},{"source":271,"target":17},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":282},{"source":13,"target":283},{"source":13,"target":284},{"source":13,"target":205},{"source":13,"target":157},{"source":13,"target":285},{"source":13,"target":286},{"source":13,"target":287},{"source":282,"target":4},{"source":282,"target":288},{"source":282,"target":13},{"source":282,"target":289},{"source":288,"target":4},{"source":289,"target":48},{"source":289,"target":290},{"source":289,"target":282},{"source":290,"target":48},{"source":283,"target":48},{"source":283,"target":291},{"source":283,"target":13},{"source":291,"target":48},{"source":284,"target":48},{"source":284,"target":292},{"source":284,"target":13},{"source":292,"target":48},{"source":205,"target":8},{"source":205,"target":293},{"source":205,"target":13},{"source":205,"target":189},{"source":293,"target":8},{"source":157,"target":4},{"source":157,"target":294},{"source":157,"target":13},{"source":157,"target":144},{"source":294,"target":4},{"source":285,"target":13},{"source":285,"target":295},{"source":285,"target":13},{"source":285,"target":286},{"source":295,"target":13},{"source":286,"target":13},{"source":286,"target":296},{"source":286,"target":13},{"source":286,"target":285},{"source":296,"target":13},{"source":287,"target":10},{"source":14,"target":0},{"source":14,"target":17},{"source":14,"target":279},{"source":14,"target":297},{"source":279,"target":12},{"source":279,"target":298},{"source":279,"target":14},{"source":279,"target":268},{"source":298,"target":12},{"source":297,"target":17},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":299},{"source":15,"target":300},{"source":15,"target":301},{"source":15,"target":302},{"source":15,"target":303},{"source":15,"target":304},{"source":15,"target":305},{"source":299,"target":20},{"source":299,"target":306},{"source":299,"target":15},{"source":306,"target":20},{"source":300,"target":20},{"source":300,"target":307},{"source":300,"target":15},{"source":307,"target":20},{"source":301,"target":20},{"source":301,"target":308},{"source":301,"target":15},{"source":308,"target":20},{"source":302,"target":15},{"source":302,"target":309},{"source":302,"target":15},{"source":309,"target":15},{"source":303,"target":3},{"source":303,"target":310},{"source":303,"target":15},{"source":310,"target":3},{"source":304,"target":1},{"source":304,"target":311},{"source":304,"target":15},{"source":311,"target":1},{"source":305,"target":16},{"source":16,"target":0},{"source":16,"target":17},{"source":16,"target":312},{"source":16,"target":313},{"source":16,"target":314},{"source":16,"target":315},{"source":16,"target":316},{"source":16,"target":317},{"source":16,"target":318},{"source":16,"target":319},{"source":16,"target":320},{"source":16,"target":135},{"source":16,"target":321},{"source":312,"target":37},{"source":312,"target":322},{"source":312,"target":16},{"source":322,"target":37},{"source":313,"target":39},{"source":313,"target":323},{"source":313,"target":16},{"source":323,"target":324},{"source":323,"target":39},{"source":314,"target":20},{"source":314,"target":325},{"source":314,"target":16},{"source":325,"target":20},{"source":315,"target":20},{"source":315,"target":326},{"source":315,"target":16},{"source":326,"target":20},{"source":316,"target":20},{"source":316,"target":327},{"source":316,"target":16},{"source":327,"target":20},{"source":317,"target":48},{"source":317,"target":328},{"source":317,"target":16},{"source":328,"target":48},{"source":318,"target":40},{"source":318,"target":329},{"source":318,"target":16},{"source":329,"target":40},{"source":319,"target":20},{"source":319,"target":330},{"source":319,"target":16},{"source":330,"target":20},{"source":320,"target":20},{"source":320,"target":331},{"source":320,"target":16},{"source":331,"target":20},{"source":135,"target":3},{"source":135,"target":332},{"source":135,"target":16},{"source":135,"target":93},{"source":332,"target":3},{"source":321,"target":17},{"source":17,"target":0},{"source":17,"target":10},{"source":17,"target":333},{"source":17,"target":334},{"source":17,"target":335},{"source":17,"target":336},{"source":17,"target":337},{"source":17,"target":338},{"source":17,"target":339},{"source":17,"target":340},{"source":17,"target":341},{"source":333,"target":20},{"source":333,"target":342},{"source":333,"target":17},{"source":342,"target":20},{"source":334,"target":20},{"source":334,"target":343},{"source":334,"target":17},{"source":343,"target":20},{"source":335,"target":37},{"source":335,"target":344},{"source":335,"target":17},{"source":344,"target":37},{"source":336,"target":37},{"source":336,"target":345},{"source":336,"target":17},{"source":345,"target":37},{"source":337,"target":20},{"source":337,"target":346},{"source":337,"target":17},{"source":346,"target":20},{"source":338,"target":20},{"source":338,"target":347},{"source":338,"target":17},{"source":347,"target":20},{"source":339,"target":4},{"source":339,"target":348},{"source":339,"target":17},{"source":348,"target":4},{"source":340,"target":51},{"source":340,"target":349},{"source":340,"target":17},{"source":349,"target":51},{"source":341,"target":10},{"source":18,"target":0},{"source":19,"target":0},{"source":20,"target":0},{"source":21,"target":0},{"source":22,"target":0},{"source":23,"target":0},{"source":24,"target":0},{"source":25,"target":0},{"source":26,"target":0},{"source":27,"target":0},{"source":28,"target":0},{"source":29,"target":0},{"source":30,"target":0},{"source":31,"target":0},{"source":31,"target":350},{"source":32,"target":0},{"source":33,"target":0},{"source":34,"target":0},{"source":35,"target":0},{"source":36,"target":0},{"source":37,"target":0},{"source":38,"target":0},{"source":39,"target":0},{"source":39,"target":351},{"source":40,"target":0},{"source":41,"target":0},{"source":42,"target":0},{"source":43,"target":0},{"source":43,"target":352},{"source":43,"target":353},{"source":44,"target":0},{"source":45,"target":0},{"source":46,"target":0},{"source":47,"target":0},{"source":48,"target":0},{"source":49,"target":0},{"source":49,"target":354},{"source":49,"target":355},{"source":354,"target":48},{"source":354,"target":356},{"source":354,"target":49},{"source":356,"target":48},{"source":355,"target":48},{"source":355,"target":357},{"source":355,"target":49},{"source":357,"target":48},{"source":50,"target":0},{"source":50,"target":358},{"source":51,"target":0},{"source":51,"target":359},{"source":51,"target":360},{"source":51,"target":361},{"source":51,"target":362},{"source":51,"target":363},{"source":51,"target":364},{"source":359,"target":51},{"source":359,"target":365},{"source":359,"target":51},{"source":365,"target":51},{"source":360,"target":51},{"source":360,"target":366},{"source":360,"target":51},{"source":366,"target":51},{"source":361,"target":4},{"source":361,"target":367},{"source":361,"target":51},{"source":367,"target":4},{"source":362,"target":51},{"source":362,"target":368},{"source":362,"target":51},{"source":368,"target":51},{"source":363,"target":52},{"source":363,"target":369},{"source":363,"target":51},{"source":369,"target":52},{"source":364,"target":4},{"source":364,"target":370},{"source":364,"target":51},{"source":370,"target":4},{"source":52,"target":0},{"source":52,"target":10},{"source":52,"target":371},{"source":52,"target":372},{"source":371,"target":51},{"source":371,"target":373},{"source":371,"target":52},{"source":373,"target":51},{"source":372,"target":10},{"source":53,"target":0}],"multigraph":true}
ecore
modelling
repo-ecore-all/data/sunwuliang/SlicingProject1.0/slices/SlicedUML2InsDataSet2.ecore
UML2 AggregationKind composite composite none none shared shared VisibilityKind package package private private protected protected public public ParameterDirectionKind in in inout inout out out return return VariableAction InitialNode AnyTrigger LiteralInteger Substitution LinkAction ActivityPartition RemoveVariableValueAction ClearStructuralFeatureAction ExtensionEnd TimeExpression Pseudostate InterruptibleActivityRegion InteractionFragment InformationItem ReadSelfAction result TimeTrigger Manifestation ConnectableElement SignalTrigger AcceptCallAction CallBehaviorAction DurationConstraint CreateLinkObjectAction RaiseExceptionAction ClassifierTemplateParameter BehavioralFeature CombinedFragment Behavior specification ownedParameterSet ProtocolConformance TemplateParameter InformationFlow ProfileApplication StructuredActivityNode LiteralBoolean ValueSpecification LiteralString Implementation AssociationClass StructuredClassifier Stereotype OutputPin ReadExtentAction ConnectionPointReference DirectedRelationship Region Interaction ForkNode ReadLinkObjectEndAction ConditionalNode DeployedArtifact SendObjectAction InvocationAction TimeObservationAction Relationship DeploymentTarget Class isActive nestedClassifier ownedReception InputPin DurationObservationAction Property isComposite isDerived isDerivedUnion aggregation subsettedProperty association qualifier EventOccurrence ReclassifyObjectAction Stop TemplateParameterSubstitution Operation isQuery ownedParameter bodyCondition Constraint constrainedElement Deployment Device EnumerationLiteral CentralBufferNode ReplyAction Type BroadcastSignalAction Extension GeneralizationSet generalization LiteralNull Continuation Gate ParameterableClassifier Enumeration Feature isStatic featuringClassifier Parameter direction TemplateBinding InteractionOccurrence MultiplicityElement isOrdered isUnique lower upper ObjectFlow ApplyFunctionAction InstanceValue Trigger Slot definingFeature DestroyLinkAction Lifeline ActivityNode ConnectableElementTemplateParameter BehavioredClassifier ownedBehavior classifierBehavior MessageEnd JoinNode ElementImport visibility importedElement Profile Dependency Clause FlowFinalNode ExpansionRegion StructuralFeatureAction structuralFeature CreateLinkAction DataType ExecutionEnvironment Element owner StateMachine InteractionOperand TemplateSignature ParameterSet RedefinableTemplateSignature Include ReadLinkAction CreateObjectAction classifier result ReadIsClassifiedObjectAction ProtocolStateMachine AcceptEventAction SendSignalAction StructuralFeature isReadOnly Port PackageImport visibility Usage ParameterableElement QualifierValue qualifier ReadVariableAction ExecutableNode Comment WriteVariableAction LoopNode DurationInterval Collaboration ConnectorEnd Abstraction Artifact LinkEndCreationData ReadStructuralFeatureAction IntervalConstraint ExecutionOccurrence NamedElement name visibility TemplateableElement ObjectNode RedefinableElement FinalNode Duration ClearAssociationAction PackageMerge Realization MergeNode PrimitiveType Model Pin Action context_ InteractionConstraint ActivityParameterNode ExpansionNode Generalization general Vertex CommunicationPath Namespace member ExtensionPoint CollaborationOccurrence CallAction ControlNode WriteLinkAction AddVariableValueAction FinalState OperationTemplateParameter Interval TestIdentityAction first second Node Package Connector LiteralSpecification RemoveStructuralFeatureValueAction EncapsulatedClassifier GeneralOrdering DataStoreNode StringExpression State ControlFlow LiteralUnlimitedNatural MessageTrigger UseCase TimeInterval PrimitiveFunction ActivityEdge ValuePin Expression ChangeTrigger Variable Permission InstanceSpecification slot classifier Signal ExceptionHandler Association ownedEnd memberEnd CallOperationAction ClearVariableAction Classifier isAbstract feature inheritedMember generalization StartOwnedBehaviorAction TypedElement type Component Message DestroyObjectAction target PackageableElement ActivityGroup StateInvariant ProtocolTransition WriteStructuralFeatureAction value Activity ActivityFinalNode Extend DecisionNode TemplateableClassifier DeploymentSpecification CallTrigger OpaqueExpression bodies language behavior LinkEndData value end qualifier Transition Reception ReadLinkObjectEndQualifierAction AddStructuralFeatureValueAction TimeConstraint Actor PartDecomposition Interface
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2"> <eClassifiers xsi:type="ecore:EEnum" name="AggregationKind"> <eLiterals name="composite" value="1" literal="composite"/> <eLiterals name="none" value="2" literal="none"/> <eLiterals name="shared" value="3" literal="shared"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eLiterals name="package" value="1" literal="package"/> <eLiterals name="private" value="2" literal="private"/> <eLiterals name="protected" value="3" literal="protected"/> <eLiterals name="public" value="4" literal="public"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ParameterDirectionKind"> <eLiterals name="in" value="1" literal="in"/> <eLiterals name="inout" value="2" literal="inout"/> <eLiterals name="out" value="3" literal="out"/> <eLiterals name="return" value="4" literal="return"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement #//ActivityGroup"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="InterruptibleActivityRegion" eSuperTypes="#//ActivityGroup"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" lowerBound="1" eType="#//OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement #//ParameterableElement"/> <eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/> <eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ClassifierTemplateParameter" eSuperTypes="#//TemplateParameter"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"> <eStructuralFeatures xsi:type="ecore:EReference" name="specification" eType="#//BehavioralFeature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameterSet" upperBound="-1" eType="#//ParameterSet" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProtocolConformance" eSuperTypes="#//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateParameter" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement #//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="ProfileApplication" eSuperTypes="#//PackageImport"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace #//ActivityGroup"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement #//ParameterableElement"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="DirectedRelationship" eSuperTypes="#//Relationship"/> <eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Relationship" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isActive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedClassifier" upperBound="-1" eType="#//Classifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedReception" upperBound="-1" eType="#//Reception" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isComposite" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerived" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerivedUnion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aggregation" eType="#//AggregationKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subsettedProperty" upperBound="-1" eType="#//Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="association" eType="#//Association"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" upperBound="-1" eType="#//Property" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateParameterSubstitution" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement #//MultiplicityElement #//ParameterableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isQuery" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyCondition" eType="#//Constraint"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="constrainedElement" upperBound="-1" eType="#//Element"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" upperBound="-1" eType="#//Generalization"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isStatic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featuringClassifier" upperBound="-1" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement #//MultiplicityElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="#//ParameterDirectionKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateBinding" eSuperTypes="#//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="MultiplicityElement" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Slot" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="definingFeature" lowerBound="1" eType="#//StructuralFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectableElementTemplateParameter" eSuperTypes="#//TemplateParameter"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBehavior" upperBound="-1" eType="#//Behavior" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classifierBehavior" eType="#//Behavior"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ElementImport" eSuperTypes="#//DirectedRelationship"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importedElement" lowerBound="1" eType="#//PackageableElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement #//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="Clause" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="structuralFeature" lowerBound="1" eType="#//StructuralFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//Element"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateSignature" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement #//TemplateSignature"/> <eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement #//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" lowerBound="1" eType="#//Classifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="result" lowerBound="1" eType="#//OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement #//MultiplicityElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReadOnly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="PackageImport" eSuperTypes="#//DirectedRelationship"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableElement" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="QualifierValue" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" lowerBound="1" eType="#//Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//TemplateableElement"/> <eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectorEnd" eSuperTypes="#//MultiplicityElement"/> <eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="LinkEndCreationData" eSuperTypes="#//LinkEndData"/> <eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" eSuperTypes="#//TemplateableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateableElement" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="PackageMerge" eSuperTypes="#//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode #//MultiplicityElement"/> <eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="context_" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="Generalization" eSuperTypes="#//DirectedRelationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="general" lowerBound="1" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/> <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="ExtensionPoint" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="OperationTemplateParameter" eSuperTypes="#//TemplateParameter"/> <eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="first" lowerBound="1" eType="#//InputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="second" lowerBound="1" eType="#//InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/> <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="LiteralSpecification" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/> <eClassifiers xsi:type="ecore:EClass" name="StringExpression" eSuperTypes="#//TemplateableElement"/> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement #//MultiplicityElement"/> <eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"> <eStructuralFeatures xsi:type="ecore:EReference" name="slot" upperBound="-1" eType="#//Slot" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" upperBound="-1" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ExceptionHandler" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier #//Relationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEnd" upperBound="-1" eType="#//Property" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="memberEnd" lowerBound="2" upperBound="-1" eType="#//Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" upperBound="-1" eType="#//Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inheritedMember" upperBound="-1" eType="#//NamedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" upperBound="-1" eType="#//Generalization" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement #//ParameterableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityGroup" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/> <eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement #//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/> <eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bodies" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="behavior" eType="#//Behavior"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkEndData" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//InputPin"/> <eStructuralFeatures xsi:type="ecore:EReference" name="end" lowerBound="1" eType="#//Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" upperBound="-1" eType="#//QualifierValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"AggregationKind","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterDirectionKind","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterruptibleActivityRegion","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierTemplateParameter","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolConformance","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameter","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProfileApplication","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","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":"AssociationClass","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectedRelationship","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","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":"Class","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameterSubstitution","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","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":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateBinding","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityElement","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Slot","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElementTemplateParameter","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementImport","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clause","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateSignature","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageImport","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableElement","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifierValue","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectorEnd","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkEndCreationData","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableElement","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageMerge","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationTemplateParameter","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExpression","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","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":"ChangeTrigger","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionHandler","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityGroup","instanceClass":null,"abstract":false,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkEndData","instanceClass":null,"abstract":false,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":229,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":230,"interface":false,"eClass":"EClass"},{"name":"composite","id":231,"value":1,"literal":"composite","eClass":"EEnumLiteral"},{"name":"none","id":232,"value":2,"literal":"none","eClass":"EEnumLiteral"},{"name":"shared","id":233,"value":3,"literal":"shared","eClass":"EEnumLiteral"},{"name":"package","id":234,"value":1,"literal":"package","eClass":"EEnumLiteral"},{"name":"private","id":235,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":236,"value":3,"literal":"protected","eClass":"EEnumLiteral"},{"name":"public","id":237,"value":4,"literal":"public","eClass":"EEnumLiteral"},{"name":"in","id":238,"value":1,"literal":"in","eClass":"EEnumLiteral"},{"name":"inout","id":239,"value":2,"literal":"inout","eClass":"EEnumLiteral"},{"name":"out","id":240,"value":3,"literal":"out","eClass":"EEnumLiteral"},{"name":"return","id":241,"value":4,"literal":"return","eClass":"EEnumLiteral"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"container":false,"ordered":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":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":275,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParameterSet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isActive","changeable":true,"lowerBound":0,"iD":false,"id":314,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedReception","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isComposite","changeable":true,"lowerBound":0,"iD":false,"id":324,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDerived","changeable":true,"lowerBound":0,"iD":false,"id":325,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDerivedUnion","changeable":true,"lowerBound":0,"iD":false,"id":326,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aggregation","changeable":true,"lowerBound":0,"iD":false,"id":327,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subsettedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"container":false,"ordered":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":329,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":330,"derived":false},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isQuery","changeable":true,"lowerBound":0,"iD":false,"id":346,"derived":false},{"container":false,"ordered":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":347,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bodyCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":348,"derived":false},{"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"},{"container":false,"ordered":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":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"},{"container":false,"ordered":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":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"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":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":"featuringClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":376,"derived":false},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":0,"iD":false,"id":380,"derived":false},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":387,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isUnique","changeable":true,"lowerBound":0,"iD":false,"id":388,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lower","changeable":true,"lowerBound":0,"iD":false,"id":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":"upper","changeable":true,"lowerBound":0,"iD":false,"id":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definingFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedBehavior","changeable":true,"resolveProxies":true,"lowerBound":0,"id":407,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classifierBehavior","changeable":true,"resolveProxies":true,"lowerBound":0,"id":408,"derived":false},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"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":414,"derived":false},{"container":false,"ordered":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":415,"derived":false},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"structuralFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":425,"derived":false},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":431,"derived":false},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"container":false,"ordered":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":443,"derived":false},{"container":false,"ordered":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":444,"derived":false},{"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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isReadOnly","changeable":true,"lowerBound":0,"iD":false,"id":452,"derived":false},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":458,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":463,"derived":false},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":482,"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":483,"derived":false},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"container":false,"ordered":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":501,"derived":false},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"container":false,"ordered":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":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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":512,"derived":false},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":true,"lowerBound":1,"id":524,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"second","changeable":true,"resolveProxies":true,"lowerBound":1,"id":525,"derived":false},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"container":false,"ordered":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":557,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":558,"derived":false},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"id":565,"eClass":"EGenericType"},{"container":false,"ordered":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":566,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"memberEnd","changeable":true,"resolveProxies":true,"lowerBound":2,"id":567,"derived":false},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"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":574,"derived":false},{"container":false,"ordered":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":575,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inheritedMember","changeable":true,"resolveProxies":true,"lowerBound":0,"id":576,"derived":false},{"container":false,"ordered":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":577,"derived":false},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"id":585,"eClass":"EGenericType"},{"container":false,"ordered":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":586,"derived":false},{"id":587,"eClass":"EGenericType"},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":591,"derived":false},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"id":595,"eClass":"EGenericType"},{"id":596,"eClass":"EGenericType"},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"container":false,"ordered":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":599,"derived":false},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"id":602,"eClass":"EGenericType"},{"id":603,"eClass":"EGenericType"},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"id":609,"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":"bodies","changeable":true,"lowerBound":0,"iD":false,"id":610,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":0,"iD":false,"id":611,"derived":false},{"container":false,"ordered":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":612,"derived":false},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"container":false,"ordered":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":617,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"end","changeable":true,"resolveProxies":true,"lowerBound":1,"id":618,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":619,"derived":false},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"id":623,"eClass":"EGenericType"},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"id":626,"eClass":"EGenericType"},{"id":627,"eClass":"EGenericType"},{"id":628,"eClass":"EGenericType"},{"id":629,"eClass":"EGenericType"},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":0,"target":165},{"source":0,"target":166},{"source":0,"target":167},{"source":0,"target":168},{"source":0,"target":169},{"source":0,"target":170},{"source":0,"target":171},{"source":0,"target":172},{"source":0,"target":173},{"source":0,"target":174},{"source":0,"target":175},{"source":0,"target":176},{"source":0,"target":177},{"source":0,"target":178},{"source":0,"target":179},{"source":0,"target":180},{"source":0,"target":181},{"source":0,"target":182},{"source":0,"target":183},{"source":0,"target":184},{"source":0,"target":185},{"source":0,"target":186},{"source":0,"target":187},{"source":0,"target":188},{"source":0,"target":189},{"source":0,"target":190},{"source":0,"target":191},{"source":0,"target":192},{"source":0,"target":193},{"source":0,"target":194},{"source":0,"target":195},{"source":0,"target":196},{"source":0,"target":197},{"source":0,"target":198},{"source":0,"target":199},{"source":0,"target":200},{"source":0,"target":201},{"source":0,"target":202},{"source":0,"target":203},{"source":0,"target":204},{"source":0,"target":205},{"source":0,"target":206},{"source":0,"target":207},{"source":0,"target":208},{"source":0,"target":209},{"source":0,"target":210},{"source":0,"target":211},{"source":0,"target":212},{"source":0,"target":213},{"source":0,"target":214},{"source":0,"target":215},{"source":0,"target":216},{"source":0,"target":217},{"source":0,"target":218},{"source":0,"target":219},{"source":0,"target":220},{"source":0,"target":221},{"source":0,"target":222},{"source":0,"target":223},{"source":0,"target":224},{"source":0,"target":225},{"source":0,"target":226},{"source":0,"target":227},{"source":0,"target":228},{"source":0,"target":229},{"source":0,"target":230},{"source":1,"target":0},{"source":1,"target":231},{"source":1,"target":232},{"source":1,"target":233},{"source":231,"target":1},{"source":232,"target":1},{"source":233,"target":1},{"source":2,"target":0},{"source":2,"target":234},{"source":2,"target":235},{"source":2,"target":236},{"source":2,"target":237},{"source":234,"target":2},{"source":235,"target":2},{"source":236,"target":2},{"source":237,"target":2},{"source":3,"target":0},{"source":3,"target":238},{"source":3,"target":239},{"source":3,"target":240},{"source":3,"target":241},{"source":238,"target":3},{"source":239,"target":3},{"source":240,"target":3},{"source":241,"target":3},{"source":4,"target":0},{"source":4,"target":157},{"source":4,"target":242},{"source":242,"target":157},{"source":5,"target":0},{"source":5,"target":168},{"source":5,"target":243},{"source":243,"target":168},{"source":6,"target":0},{"source":6,"target":187},{"source":6,"target":244},{"source":244,"target":187},{"source":7,"target":0},{"source":7,"target":178},{"source":7,"target":245},{"source":245,"target":178},{"source":8,"target":0},{"source":8,"target":152},{"source":8,"target":246},{"source":246,"target":152},{"source":9,"target":0},{"source":9,"target":157},{"source":9,"target":247},{"source":247,"target":157},{"source":10,"target":0},{"source":10,"target":144},{"source":10,"target":210},{"source":10,"target":248},{"source":10,"target":249},{"source":248,"target":144},{"source":249,"target":210},{"source":11,"target":0},{"source":11,"target":133},{"source":11,"target":250},{"source":250,"target":133},{"source":12,"target":0},{"source":12,"target":107},{"source":12,"target":251},{"source":251,"target":107},{"source":13,"target":0},{"source":13,"target":63},{"source":13,"target":252},{"source":252,"target":63},{"source":14,"target":0},{"source":14,"target":39},{"source":14,"target":253},{"source":253,"target":39},{"source":15,"target":0},{"source":15,"target":162},{"source":15,"target":254},{"source":254,"target":162},{"source":16,"target":0},{"source":16,"target":210},{"source":16,"target":255},{"source":255,"target":210},{"source":17,"target":0},{"source":17,"target":144},{"source":17,"target":256},{"source":256,"target":144},{"source":18,"target":0},{"source":18,"target":203},{"source":18,"target":257},{"source":257,"target":203},{"source":19,"target":0},{"source":19,"target":157},{"source":19,"target":258},{"source":19,"target":259},{"source":258,"target":45},{"source":258,"target":260},{"source":258,"target":19},{"source":260,"target":45},{"source":259,"target":157},{"source":20,"target":0},{"source":20,"target":92},{"source":20,"target":261},{"source":261,"target":92},{"source":21,"target":0},{"source":21,"target":138},{"source":21,"target":262},{"source":262,"target":138},{"source":22,"target":0},{"source":22,"target":144},{"source":22,"target":128},{"source":22,"target":263},{"source":22,"target":264},{"source":263,"target":144},{"source":264,"target":128},{"source":23,"target":0},{"source":23,"target":187},{"source":23,"target":265},{"source":265,"target":187},{"source":24,"target":0},{"source":24,"target":122},{"source":24,"target":266},{"source":266,"target":122},{"source":25,"target":0},{"source":25,"target":167},{"source":25,"target":267},{"source":267,"target":167},{"source":26,"target":0},{"source":26,"target":142},{"source":26,"target":268},{"source":268,"target":142},{"source":27,"target":0},{"source":27,"target":108},{"source":27,"target":269},{"source":269,"target":108},{"source":28,"target":0},{"source":28,"target":157},{"source":28,"target":270},{"source":270,"target":157},{"source":29,"target":0},{"source":29,"target":34},{"source":29,"target":271},{"source":271,"target":34},{"source":30,"target":0},{"source":30,"target":164},{"source":30,"target":84},{"source":30,"target":272},{"source":30,"target":273},{"source":272,"target":164},{"source":273,"target":84},{"source":31,"target":0},{"source":31,"target":17},{"source":31,"target":274},{"source":274,"target":17},{"source":32,"target":0},{"source":32,"target":60},{"source":32,"target":275},{"source":32,"target":276},{"source":32,"target":277},{"source":275,"target":30},{"source":275,"target":278},{"source":275,"target":32},{"source":278,"target":30},{"source":276,"target":115},{"source":276,"target":279},{"source":276,"target":32},{"source":279,"target":115},{"source":277,"target":60},{"source":33,"target":0},{"source":33,"target":48},{"source":33,"target":280},{"source":280,"target":48},{"source":34,"target":0},{"source":34,"target":111},{"source":34,"target":281},{"source":281,"target":111},{"source":35,"target":0},{"source":35,"target":209},{"source":35,"target":48},{"source":35,"target":282},{"source":35,"target":283},{"source":282,"target":209},{"source":283,"target":48},{"source":36,"target":0},{"source":36,"target":126},{"source":36,"target":284},{"source":284,"target":126},{"source":37,"target":0},{"source":37,"target":157},{"source":37,"target":164},{"source":37,"target":210},{"source":37,"target":285},{"source":37,"target":286},{"source":37,"target":287},{"source":285,"target":157},{"source":286,"target":164},{"source":287,"target":210},{"source":38,"target":0},{"source":38,"target":178},{"source":38,"target":288},{"source":288,"target":178},{"source":39,"target":0},{"source":39,"target":205},{"source":39,"target":128},{"source":39,"target":289},{"source":39,"target":290},{"source":289,"target":205},{"source":290,"target":128},{"source":40,"target":0},{"source":40,"target":178},{"source":40,"target":291},{"source":291,"target":178},{"source":41,"target":0},{"source":41,"target":152},{"source":41,"target":292},{"source":292,"target":152},{"source":42,"target":0},{"source":42,"target":60},{"source":42,"target":200},{"source":42,"target":293},{"source":42,"target":294},{"source":293,"target":60},{"source":294,"target":200},{"source":43,"target":0},{"source":43,"target":203},{"source":43,"target":295},{"source":295,"target":203},{"source":44,"target":0},{"source":44,"target":60},{"source":44,"target":296},{"source":296,"target":60},{"source":45,"target":0},{"source":45,"target":156},{"source":45,"target":297},{"source":297,"target":156},{"source":46,"target":0},{"source":46,"target":157},{"source":46,"target":298},{"source":298,"target":157},{"source":47,"target":0},{"source":47,"target":162},{"source":47,"target":299},{"source":299,"target":162},{"source":48,"target":0},{"source":48,"target":58},{"source":48,"target":300},{"source":300,"target":58},{"source":49,"target":0},{"source":49,"target":164},{"source":49,"target":147},{"source":49,"target":301},{"source":49,"target":302},{"source":301,"target":164},{"source":302,"target":147},{"source":50,"target":0},{"source":50,"target":32},{"source":50,"target":17},{"source":50,"target":303},{"source":50,"target":304},{"source":303,"target":32},{"source":304,"target":17},{"source":51,"target":0},{"source":51,"target":168},{"source":51,"target":305},{"source":305,"target":168},{"source":52,"target":0},{"source":52,"target":157},{"source":52,"target":306},{"source":306,"target":157},{"source":53,"target":0},{"source":53,"target":37},{"source":53,"target":307},{"source":307,"target":37},{"source":54,"target":0},{"source":54,"target":144},{"source":54,"target":308},{"source":308,"target":144},{"source":55,"target":0},{"source":55,"target":56},{"source":55,"target":309},{"source":309,"target":56},{"source":56,"target":0},{"source":56,"target":157},{"source":56,"target":310},{"source":310,"target":157},{"source":57,"target":0},{"source":57,"target":213},{"source":57,"target":311},{"source":311,"target":213},{"source":58,"target":0},{"source":58,"target":111},{"source":58,"target":312},{"source":312,"target":111},{"source":59,"target":0},{"source":59,"target":144},{"source":59,"target":313},{"source":313,"target":144},{"source":60,"target":0},{"source":60,"target":98},{"source":60,"target":180},{"source":60,"target":314},{"source":60,"target":315},{"source":60,"target":316},{"source":60,"target":317},{"source":60,"target":318},{"source":314,"target":319},{"source":314,"target":60},{"source":315,"target":203},{"source":315,"target":320},{"source":315,"target":60},{"source":320,"target":203},{"source":316,"target":224},{"source":316,"target":321},{"source":316,"target":60},{"source":321,"target":224},{"source":317,"target":98},{"source":318,"target":180},{"source":61,"target":0},{"source":61,"target":156},{"source":61,"target":322},{"source":322,"target":156},{"source":62,"target":0},{"source":62,"target":213},{"source":62,"target":323},{"source":323,"target":213},{"source":63,"target":0},{"source":63,"target":124},{"source":63,"target":22},{"source":63,"target":59},{"source":63,"target":324},{"source":63,"target":325},{"source":63,"target":326},{"source":63,"target":327},{"source":63,"target":328},{"source":63,"target":329},{"source":63,"target":330},{"source":63,"target":331},{"source":63,"target":332},{"source":63,"target":333},{"source":324,"target":334},{"source":324,"target":63},{"source":325,"target":335},{"source":325,"target":63},{"source":326,"target":336},{"source":326,"target":63},{"source":327,"target":1},{"source":327,"target":337},{"source":327,"target":63},{"source":337,"target":1},{"source":328,"target":63},{"source":328,"target":338},{"source":328,"target":63},{"source":338,"target":63},{"source":329,"target":200},{"source":329,"target":339},{"source":329,"target":63},{"source":339,"target":200},{"source":330,"target":63},{"source":330,"target":340},{"source":330,"target":63},{"source":340,"target":63},{"source":331,"target":124},{"source":332,"target":22},{"source":333,"target":59},{"source":64,"target":0},{"source":64,"target":17},{"source":64,"target":99},{"source":64,"target":341},{"source":64,"target":342},{"source":341,"target":17},{"source":342,"target":99},{"source":65,"target":0},{"source":65,"target":157},{"source":65,"target":343},{"source":343,"target":157},{"source":66,"target":0},{"source":66,"target":64},{"source":66,"target":344},{"source":344,"target":64},{"source":67,"target":0},{"source":67,"target":111},{"source":67,"target":345},{"source":345,"target":111},{"source":68,"target":0},{"source":68,"target":30},{"source":68,"target":205},{"source":68,"target":88},{"source":68,"target":128},{"source":68,"target":346},{"source":68,"target":347},{"source":68,"target":348},{"source":68,"target":349},{"source":68,"target":350},{"source":68,"target":351},{"source":68,"target":352},{"source":346,"target":353},{"source":346,"target":68},{"source":347,"target":85},{"source":347,"target":354},{"source":347,"target":68},{"source":354,"target":85},{"source":348,"target":69},{"source":348,"target":355},{"source":348,"target":68},{"source":355,"target":69},{"source":349,"target":30},{"source":350,"target":205},{"source":351,"target":88},{"source":352,"target":128},{"source":69,"target":0},{"source":69,"target":209},{"source":69,"target":356},{"source":69,"target":357},{"source":356,"target":111},{"source":356,"target":358},{"source":356,"target":69},{"source":358,"target":111},{"source":357,"target":209},{"source":70,"target":0},{"source":70,"target":103},{"source":70,"target":359},{"source":359,"target":103},{"source":71,"target":0},{"source":71,"target":175},{"source":71,"target":360},{"source":360,"target":175},{"source":72,"target":0},{"source":72,"target":197},{"source":72,"target":361},{"source":361,"target":197},{"source":73,"target":0},{"source":73,"target":146},{"source":73,"target":362},{"source":362,"target":146},{"source":74,"target":0},{"source":74,"target":157},{"source":74,"target":363},{"source":363,"target":157},{"source":75,"target":0},{"source":75,"target":209},{"source":75,"target":364},{"source":364,"target":209},{"source":76,"target":0},{"source":76,"target":56},{"source":76,"target":365},{"source":365,"target":56},{"source":77,"target":0},{"source":77,"target":200},{"source":77,"target":366},{"source":366,"target":200},{"source":78,"target":0},{"source":78,"target":209},{"source":78,"target":367},{"source":78,"target":368},{"source":367,"target":161},{"source":367,"target":369},{"source":367,"target":78},{"source":369,"target":161},{"source":368,"target":209},{"source":79,"target":0},{"source":79,"target":178},{"source":79,"target":370},{"source":370,"target":178},{"source":80,"target":0},{"source":80,"target":17},{"source":80,"target":371},{"source":371,"target":17},{"source":81,"target":0},{"source":81,"target":99},{"source":81,"target":372},{"source":372,"target":99},{"source":82,"target":0},{"source":82,"target":203},{"source":82,"target":373},{"source":373,"target":203},{"source":83,"target":0},{"source":83,"target":109},{"source":83,"target":374},{"source":374,"target":109},{"source":84,"target":0},{"source":84,"target":147},{"source":84,"target":375},{"source":84,"target":376},{"source":84,"target":377},{"source":375,"target":378},{"source":375,"target":84},{"source":376,"target":203},{"source":376,"target":379},{"source":376,"target":84},{"source":379,"target":203},{"source":377,"target":147},{"source":85,"target":0},{"source":85,"target":22},{"source":85,"target":205},{"source":85,"target":88},{"source":85,"target":380},{"source":85,"target":381},{"source":85,"target":382},{"source":85,"target":383},{"source":380,"target":3},{"source":380,"target":384},{"source":380,"target":85},{"source":384,"target":3},{"source":381,"target":22},{"source":382,"target":205},{"source":383,"target":88},{"source":86,"target":0},{"source":86,"target":48},{"source":86,"target":385},{"source":385,"target":48},{"source":87,"target":0},{"source":87,"target":17},{"source":87,"target":386},{"source":386,"target":17},{"source":88,"target":0},{"source":88,"target":111},{"source":88,"target":387},{"source":88,"target":388},{"source":88,"target":389},{"source":88,"target":390},{"source":88,"target":391},{"source":387,"target":392},{"source":387,"target":88},{"source":388,"target":393},{"source":388,"target":88},{"source":389,"target":394},{"source":389,"target":88},{"source":390,"target":395},{"source":390,"target":88},{"source":391,"target":111},{"source":89,"target":0},{"source":89,"target":191},{"source":89,"target":396},{"source":396,"target":191},{"source":90,"target":0},{"source":90,"target":157},{"source":90,"target":397},{"source":397,"target":157},{"source":91,"target":0},{"source":91,"target":39},{"source":91,"target":398},{"source":398,"target":39},{"source":92,"target":0},{"source":92,"target":144},{"source":92,"target":399},{"source":399,"target":144},{"source":93,"target":0},{"source":93,"target":111},{"source":93,"target":400},{"source":93,"target":401},{"source":400,"target":124},{"source":400,"target":402},{"source":400,"target":93},{"source":402,"target":124},{"source":401,"target":111},{"source":94,"target":0},{"source":94,"target":169},{"source":94,"target":403},{"source":403,"target":169},{"source":95,"target":0},{"source":95,"target":144},{"source":95,"target":404},{"source":404,"target":144},{"source":96,"target":0},{"source":96,"target":147},{"source":96,"target":405},{"source":405,"target":147},{"source":97,"target":0},{"source":97,"target":34},{"source":97,"target":406},{"source":406,"target":34},{"source":98,"target":0},{"source":98,"target":203},{"source":98,"target":407},{"source":98,"target":408},{"source":98,"target":409},{"source":407,"target":32},{"source":407,"target":410},{"source":407,"target":98},{"source":410,"target":32},{"source":408,"target":32},{"source":408,"target":411},{"source":408,"target":98},{"source":411,"target":32},{"source":409,"target":203},{"source":99,"target":0},{"source":99,"target":144},{"source":99,"target":412},{"source":412,"target":144},{"source":100,"target":0},{"source":100,"target":168},{"source":100,"target":413},{"source":413,"target":168},{"source":101,"target":0},{"source":101,"target":48},{"source":101,"target":414},{"source":101,"target":415},{"source":101,"target":416},{"source":414,"target":2},{"source":414,"target":417},{"source":414,"target":101},{"source":417,"target":2},{"source":415,"target":209},{"source":415,"target":418},{"source":415,"target":101},{"source":418,"target":209},{"source":416,"target":48},{"source":102,"target":0},{"source":102,"target":176},{"source":102,"target":419},{"source":419,"target":176},{"source":103,"target":0},{"source":103,"target":209},{"source":103,"target":48},{"source":103,"target":420},{"source":103,"target":421},{"source":420,"target":209},{"source":421,"target":48},{"source":104,"target":0},{"source":104,"target":111},{"source":104,"target":422},{"source":422,"target":111},{"source":105,"target":0},{"source":105,"target":148},{"source":105,"target":423},{"source":423,"target":148},{"source":106,"target":0},{"source":106,"target":37},{"source":106,"target":424},{"source":424,"target":37},{"source":107,"target":0},{"source":107,"target":157},{"source":107,"target":425},{"source":107,"target":426},{"source":425,"target":124},{"source":425,"target":427},{"source":425,"target":107},{"source":427,"target":124},{"source":426,"target":157},{"source":108,"target":0},{"source":108,"target":169},{"source":108,"target":428},{"source":428,"target":169},{"source":109,"target":0},{"source":109,"target":203},{"source":109,"target":429},{"source":429,"target":203},{"source":110,"target":0},{"source":110,"target":175},{"source":110,"target":430},{"source":430,"target":175},{"source":111,"target":0},{"source":111,"target":431},{"source":431,"target":111},{"source":431,"target":432},{"source":431,"target":111},{"source":432,"target":111},{"source":112,"target":0},{"source":112,"target":32},{"source":112,"target":433},{"source":433,"target":32},{"source":113,"target":0},{"source":113,"target":164},{"source":113,"target":17},{"source":113,"target":434},{"source":113,"target":435},{"source":434,"target":164},{"source":435,"target":17},{"source":114,"target":0},{"source":114,"target":111},{"source":114,"target":436},{"source":436,"target":111},{"source":115,"target":0},{"source":115,"target":144},{"source":115,"target":437},{"source":437,"target":144},{"source":116,"target":0},{"source":116,"target":147},{"source":116,"target":114},{"source":116,"target":438},{"source":116,"target":439},{"source":438,"target":147},{"source":439,"target":114},{"source":117,"target":0},{"source":117,"target":144},{"source":117,"target":48},{"source":117,"target":440},{"source":117,"target":441},{"source":440,"target":144},{"source":441,"target":48},{"source":118,"target":0},{"source":118,"target":9},{"source":118,"target":442},{"source":442,"target":9},{"source":119,"target":0},{"source":119,"target":157},{"source":119,"target":443},{"source":119,"target":444},{"source":119,"target":445},{"source":443,"target":203},{"source":443,"target":446},{"source":443,"target":119},{"source":446,"target":203},{"source":444,"target":45},{"source":444,"target":447},{"source":444,"target":119},{"source":447,"target":45},{"source":445,"target":157},{"source":120,"target":0},{"source":120,"target":157},{"source":120,"target":448},{"source":448,"target":157},{"source":121,"target":0},{"source":121,"target":112},{"source":121,"target":449},{"source":449,"target":112},{"source":122,"target":0},{"source":122,"target":157},{"source":122,"target":450},{"source":450,"target":157},{"source":123,"target":0},{"source":123,"target":56},{"source":123,"target":451},{"source":451,"target":56},{"source":124,"target":0},{"source":124,"target":84},{"source":124,"target":205},{"source":124,"target":88},{"source":124,"target":452},{"source":124,"target":453},{"source":124,"target":454},{"source":124,"target":455},{"source":452,"target":456},{"source":452,"target":124},{"source":453,"target":84},{"source":454,"target":205},{"source":455,"target":88},{"source":125,"target":0},{"source":125,"target":63},{"source":125,"target":457},{"source":457,"target":63},{"source":126,"target":0},{"source":126,"target":48},{"source":126,"target":458},{"source":126,"target":459},{"source":458,"target":2},{"source":458,"target":460},{"source":458,"target":126},{"source":460,"target":2},{"source":459,"target":48},{"source":127,"target":0},{"source":127,"target":103},{"source":127,"target":461},{"source":461,"target":103},{"source":128,"target":0},{"source":128,"target":111},{"source":128,"target":462},{"source":462,"target":111},{"source":129,"target":0},{"source":129,"target":111},{"source":129,"target":463},{"source":129,"target":464},{"source":463,"target":63},{"source":463,"target":465},{"source":463,"target":129},{"source":465,"target":63},{"source":464,"target":111},{"source":130,"target":0},{"source":130,"target":4},{"source":130,"target":466},{"source":466,"target":4},{"source":131,"target":0},{"source":131,"target":96},{"source":131,"target":467},{"source":467,"target":96},{"source":132,"target":0},{"source":132,"target":145},{"source":132,"target":468},{"source":468,"target":145},{"source":133,"target":0},{"source":133,"target":4},{"source":133,"target":469},{"source":469,"target":4},{"source":134,"target":0},{"source":134,"target":37},{"source":134,"target":470},{"source":470,"target":37},{"source":135,"target":0},{"source":135,"target":173},{"source":135,"target":471},{"source":471,"target":173},{"source":136,"target":0},{"source":136,"target":98},{"source":136,"target":43},{"source":136,"target":472},{"source":136,"target":473},{"source":472,"target":98},{"source":473,"target":43},{"source":137,"target":0},{"source":137,"target":88},{"source":137,"target":474},{"source":474,"target":88},{"source":138,"target":0},{"source":138,"target":103},{"source":138,"target":475},{"source":475,"target":103},{"source":139,"target":0},{"source":139,"target":203},{"source":139,"target":54},{"source":139,"target":476},{"source":139,"target":477},{"source":476,"target":203},{"source":477,"target":54},{"source":140,"target":0},{"source":140,"target":222},{"source":140,"target":478},{"source":478,"target":222},{"source":141,"target":0},{"source":141,"target":107},{"source":141,"target":479},{"source":479,"target":107},{"source":142,"target":0},{"source":142,"target":69},{"source":142,"target":480},{"source":480,"target":69},{"source":143,"target":0},{"source":143,"target":17},{"source":143,"target":481},{"source":481,"target":17},{"source":144,"target":0},{"source":144,"target":145},{"source":144,"target":482},{"source":144,"target":483},{"source":144,"target":484},{"source":482,"target":485},{"source":482,"target":144},{"source":483,"target":2},{"source":483,"target":486},{"source":483,"target":144},{"source":486,"target":2},{"source":484,"target":145},{"source":145,"target":0},{"source":145,"target":111},{"source":145,"target":487},{"source":487,"target":111},{"source":146,"target":0},{"source":146,"target":96},{"source":146,"target":205},{"source":146,"target":488},{"source":146,"target":489},{"source":488,"target":96},{"source":489,"target":205},{"source":147,"target":0},{"source":147,"target":144},{"source":147,"target":490},{"source":490,"target":144},{"source":148,"target":0},{"source":148,"target":168},{"source":148,"target":491},{"source":491,"target":168},{"source":149,"target":0},{"source":149,"target":39},{"source":149,"target":492},{"source":492,"target":39},{"source":150,"target":0},{"source":150,"target":157},{"source":150,"target":493},{"source":493,"target":157},{"source":151,"target":0},{"source":151,"target":48},{"source":151,"target":494},{"source":494,"target":48},{"source":152,"target":0},{"source":152,"target":138},{"source":152,"target":495},{"source":495,"target":138},{"source":153,"target":0},{"source":153,"target":168},{"source":153,"target":496},{"source":496,"target":168},{"source":154,"target":0},{"source":154,"target":109},{"source":154,"target":497},{"source":497,"target":109},{"source":155,"target":0},{"source":155,"target":176},{"source":155,"target":498},{"source":498,"target":176},{"source":156,"target":0},{"source":156,"target":146},{"source":156,"target":88},{"source":156,"target":499},{"source":156,"target":500},{"source":499,"target":146},{"source":500,"target":88},{"source":157,"target":0},{"source":157,"target":131},{"source":157,"target":501},{"source":157,"target":502},{"source":501,"target":203},{"source":501,"target":503},{"source":501,"target":157},{"source":503,"target":203},{"source":502,"target":131},{"source":158,"target":0},{"source":158,"target":69},{"source":158,"target":504},{"source":504,"target":69},{"source":159,"target":0},{"source":159,"target":146},{"source":159,"target":505},{"source":505,"target":146},{"source":160,"target":0},{"source":160,"target":146},{"source":160,"target":506},{"source":506,"target":146},{"source":161,"target":0},{"source":161,"target":48},{"source":161,"target":507},{"source":161,"target":508},{"source":507,"target":203},{"source":507,"target":509},{"source":507,"target":161},{"source":509,"target":203},{"source":508,"target":48},{"source":162,"target":0},{"source":162,"target":144},{"source":162,"target":510},{"source":510,"target":144},{"source":163,"target":0},{"source":163,"target":200},{"source":163,"target":511},{"source":511,"target":200},{"source":164,"target":0},{"source":164,"target":144},{"source":164,"target":512},{"source":164,"target":513},{"source":512,"target":144},{"source":512,"target":514},{"source":512,"target":164},{"source":514,"target":144},{"source":513,"target":144},{"source":165,"target":0},{"source":165,"target":147},{"source":165,"target":515},{"source":515,"target":147},{"source":166,"target":0},{"source":166,"target":144},{"source":166,"target":516},{"source":516,"target":144},{"source":167,"target":0},{"source":167,"target":56},{"source":167,"target":517},{"source":517,"target":56},{"source":168,"target":0},{"source":168,"target":96},{"source":168,"target":518},{"source":518,"target":96},{"source":169,"target":0},{"source":169,"target":9},{"source":169,"target":519},{"source":519,"target":9},{"source":170,"target":0},{"source":170,"target":133},{"source":170,"target":520},{"source":520,"target":133},{"source":171,"target":0},{"source":171,"target":184},{"source":171,"target":521},{"source":521,"target":184},{"source":172,"target":0},{"source":172,"target":34},{"source":172,"target":522},{"source":522,"target":34},{"source":173,"target":0},{"source":173,"target":39},{"source":173,"target":523},{"source":523,"target":39},{"source":174,"target":0},{"source":174,"target":157},{"source":174,"target":524},{"source":174,"target":525},{"source":174,"target":526},{"source":524,"target":61},{"source":524,"target":527},{"source":524,"target":174},{"source":527,"target":61},{"source":525,"target":61},{"source":525,"target":528},{"source":525,"target":174},{"source":528,"target":61},{"source":526,"target":157},{"source":175,"target":0},{"source":175,"target":60},{"source":175,"target":59},{"source":175,"target":529},{"source":175,"target":530},{"source":529,"target":60},{"source":530,"target":59},{"source":176,"target":0},{"source":176,"target":164},{"source":176,"target":209},{"source":176,"target":531},{"source":176,"target":532},{"source":531,"target":164},{"source":532,"target":209},{"source":177,"target":0},{"source":177,"target":84},{"source":177,"target":533},{"source":533,"target":84},{"source":178,"target":0},{"source":178,"target":39},{"source":178,"target":534},{"source":534,"target":39},{"source":179,"target":0},{"source":179,"target":213},{"source":179,"target":535},{"source":535,"target":213},{"source":180,"target":0},{"source":180,"target":43},{"source":180,"target":536},{"source":536,"target":43},{"source":181,"target":0},{"source":181,"target":144},{"source":181,"target":537},{"source":537,"target":144},{"source":182,"target":0},{"source":182,"target":73},{"source":182,"target":538},{"source":538,"target":73},{"source":183,"target":0},{"source":183,"target":145},{"source":183,"target":539},{"source":539,"target":145},{"source":184,"target":0},{"source":184,"target":164},{"source":184,"target":147},{"source":184,"target":162},{"source":184,"target":540},{"source":184,"target":541},{"source":184,"target":542},{"source":540,"target":164},{"source":541,"target":147},{"source":542,"target":162},{"source":185,"target":0},{"source":185,"target":191},{"source":185,"target":543},{"source":543,"target":191},{"source":186,"target":0},{"source":186,"target":178},{"source":186,"target":544},{"source":544,"target":178},{"source":187,"target":0},{"source":187,"target":92},{"source":187,"target":545},{"source":545,"target":92},{"source":188,"target":0},{"source":188,"target":98},{"source":188,"target":546},{"source":546,"target":98},{"source":189,"target":0},{"source":189,"target":173},{"source":189,"target":547},{"source":547,"target":173},{"source":190,"target":0},{"source":190,"target":209},{"source":190,"target":548},{"source":548,"target":209},{"source":191,"target":0},{"source":191,"target":147},{"source":191,"target":549},{"source":549,"target":147},{"source":192,"target":0},{"source":192,"target":61},{"source":192,"target":550},{"source":550,"target":61},{"source":193,"target":0},{"source":193,"target":221},{"source":193,"target":551},{"source":551,"target":221},{"source":194,"target":0},{"source":194,"target":92},{"source":194,"target":552},{"source":552,"target":92},{"source":195,"target":0},{"source":195,"target":22},{"source":195,"target":205},{"source":195,"target":88},{"source":195,"target":553},{"source":195,"target":554},{"source":195,"target":555},{"source":553,"target":22},{"source":554,"target":205},{"source":555,"target":88},{"source":196,"target":0},{"source":196,"target":103},{"source":196,"target":556},{"source":556,"target":103},{"source":197,"target":0},{"source":197,"target":209},{"source":197,"target":59},{"source":197,"target":54},{"source":197,"target":557},{"source":197,"target":558},{"source":197,"target":559},{"source":197,"target":560},{"source":197,"target":561},{"source":557,"target":93},{"source":557,"target":562},{"source":557,"target":197},{"source":562,"target":93},{"source":558,"target":203},{"source":558,"target":563},{"source":558,"target":197},{"source":563,"target":203},{"source":559,"target":209},{"source":560,"target":59},{"source":561,"target":54},{"source":198,"target":0},{"source":198,"target":203},{"source":198,"target":564},{"source":564,"target":203},{"source":199,"target":0},{"source":199,"target":111},{"source":199,"target":565},{"source":565,"target":111},{"source":200,"target":0},{"source":200,"target":203},{"source":200,"target":58},{"source":200,"target":566},{"source":200,"target":567},{"source":200,"target":568},{"source":200,"target":569},{"source":566,"target":63},{"source":566,"target":570},{"source":566,"target":200},{"source":570,"target":63},{"source":567,"target":63},{"source":567,"target":571},{"source":567,"target":200},{"source":571,"target":63},{"source":568,"target":203},{"source":569,"target":58},{"source":201,"target":0},{"source":201,"target":167},{"source":201,"target":572},{"source":572,"target":167},{"source":202,"target":0},{"source":202,"target":4},{"source":202,"target":573},{"source":573,"target":4},{"source":203,"target":0},{"source":203,"target":164},{"source":203,"target":75},{"source":203,"target":147},{"source":203,"target":574},{"source":203,"target":575},{"source":203,"target":576},{"source":203,"target":577},{"source":203,"target":578},{"source":203,"target":579},{"source":203,"target":580},{"source":574,"target":581},{"source":574,"target":203},{"source":575,"target":84},{"source":575,"target":582},{"source":575,"target":203},{"source":582,"target":84},{"source":576,"target":144},{"source":576,"target":583},{"source":576,"target":203},{"source":583,"target":144},{"source":577,"target":161},{"source":577,"target":584},{"source":577,"target":203},{"source":584,"target":161},{"source":578,"target":164},{"source":579,"target":75},{"source":580,"target":147},{"source":204,"target":0},{"source":204,"target":157},{"source":204,"target":585},{"source":585,"target":157},{"source":205,"target":0},{"source":205,"target":144},{"source":205,"target":586},{"source":205,"target":587},{"source":586,"target":75},{"source":586,"target":588},{"source":586,"target":205},{"source":588,"target":75},{"source":587,"target":144},{"source":206,"target":0},{"source":206,"target":60},{"source":206,"target":589},{"source":589,"target":60},{"source":207,"target":0},{"source":207,"target":144},{"source":207,"target":590},{"source":590,"target":144},{"source":208,"target":0},{"source":208,"target":157},{"source":208,"target":591},{"source":208,"target":592},{"source":591,"target":61},{"source":591,"target":593},{"source":591,"target":208},{"source":593,"target":61},{"source":592,"target":157},{"source":209,"target":0},{"source":209,"target":144},{"source":209,"target":128},{"source":209,"target":594},{"source":209,"target":595},{"source":594,"target":144},{"source":595,"target":128},{"source":210,"target":0},{"source":210,"target":111},{"source":210,"target":596},{"source":596,"target":111},{"source":211,"target":0},{"source":211,"target":17},{"source":211,"target":597},{"source":597,"target":17},{"source":212,"target":0},{"source":212,"target":223},{"source":212,"target":598},{"source":598,"target":223},{"source":213,"target":0},{"source":213,"target":107},{"source":213,"target":599},{"source":213,"target":600},{"source":599,"target":61},{"source":599,"target":601},{"source":599,"target":213},{"source":601,"target":61},{"source":600,"target":107},{"source":214,"target":0},{"source":214,"target":32},{"source":214,"target":602},{"source":602,"target":32},{"source":215,"target":0},{"source":215,"target":148},{"source":215,"target":603},{"source":603,"target":148},{"source":216,"target":0},{"source":216,"target":144},{"source":216,"target":48},{"source":216,"target":604},{"source":216,"target":605},{"source":604,"target":144},{"source":605,"target":48},{"source":217,"target":0},{"source":217,"target":168},{"source":217,"target":606},{"source":606,"target":168},{"source":218,"target":0},{"source":218,"target":203},{"source":218,"target":607},{"source":607,"target":203},{"source":219,"target":0},{"source":219,"target":139},{"source":219,"target":608},{"source":608,"target":139},{"source":220,"target":0},{"source":220,"target":187},{"source":220,"target":609},{"source":609,"target":187},{"source":221,"target":0},{"source":221,"target":39},{"source":221,"target":610},{"source":221,"target":611},{"source":221,"target":612},{"source":221,"target":613},{"source":610,"target":614},{"source":610,"target":221},{"source":611,"target":615},{"source":611,"target":221},{"source":612,"target":32},{"source":612,"target":616},{"source":612,"target":221},{"source":616,"target":32},{"source":613,"target":39},{"source":222,"target":0},{"source":222,"target":111},{"source":222,"target":617},{"source":222,"target":618},{"source":222,"target":619},{"source":222,"target":620},{"source":617,"target":61},{"source":617,"target":621},{"source":617,"target":222},{"source":621,"target":61},{"source":618,"target":63},{"source":618,"target":622},{"source":618,"target":222},{"source":622,"target":63},{"source":619,"target":129},{"source":619,"target":623},{"source":619,"target":222},{"source":623,"target":129},{"source":620,"target":111},{"source":223,"target":0},{"source":223,"target":147},{"source":223,"target":624},{"source":624,"target":147},{"source":224,"target":0},{"source":224,"target":30},{"source":224,"target":625},{"source":625,"target":30},{"source":225,"target":0},{"source":225,"target":157},{"source":225,"target":626},{"source":626,"target":157},{"source":226,"target":0},{"source":226,"target":213},{"source":226,"target":627},{"source":627,"target":213},{"source":227,"target":0},{"source":227,"target":142},{"source":227,"target":628},{"source":628,"target":142},{"source":228,"target":0},{"source":228,"target":203},{"source":228,"target":629},{"source":629,"target":203},{"source":229,"target":0},{"source":229,"target":87},{"source":229,"target":630},{"source":630,"target":87},{"source":230,"target":0},{"source":230,"target":203},{"source":230,"target":631},{"source":631,"target":203}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset-mtl/repos/mariliaafreire/marilia-doc-projects/ExpEngineLanguage/model/jpdl31.ecore
jpdl31 ActionType mixed any acceptPropagatedEvents true async class configType field expression name refName AssignmentType actorId expression pooledActors BooleanType yes yes no no true true false false on on off off BooleanTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator CancelTimerType name ConditionType mixed group any expression ConfigType field field bean bean constructor constructor configurationProperty configuration-property ConfigTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator ConfigTypeType field field bean bean constructor constructor configurationProperty configuration-property ConfigTypeType1 field field bean bean constructor constructor configurationProperty configuration-property ConfigTypeTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator ConfigTypeTypeObject1 org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator CreateTimerType action script duedate name repeat transition DecisionType group handler event exceptionHandler transition async false expression name Delegation mixed any class configType field DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation action assignment cancelTimer controller createTimer decision endState event exceptionHandler fork join node processDefinition processState script startState state superState swimlane task taskNode timer transition variable questionnaires plan metrics EndStateType group event exceptionHandler name EventType actionElements action script createTimer cancelTimer type ExceptionHandlerType group action script exceptionClass ForkType group script event exceptionHandler timer transition async false name JoinType nodeContentElements event exceptionHandler timer transition async false name NodeType action script createTimer cancelTimer nodeContentElements event exceptionHandler timer transition async false name description PriorityType java.lang.Object java.lang.Object PriorityTypeMember0 highest highest high high normal normal low low lowest lowest PriorityTypeMember0Object org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator PriorityTypeMember1 int int PriorityTypeMember1Object java.lang.Integer java.lang.Integer ProcessDefinitionType group swimlane startState node state taskNode superState processState fork join decision endState action script createTimer cancelTimer event exceptionHandler task name quantity ProcessStateType group subProcess variable event exceptionHandler timer transition async false name ScriptType mixed any acceptPropagatedEvents true name SignalType unsynchronized unsynchronized never never first first firstWait first-wait last last lastWait last-wait SignalTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator StartStateType group task transition event exceptionHandler name StateType nodeContentElements event exceptionHandler timer transition async false name SubProcessType name version SuperStateType group node state taskNode superState processState fork join decision endState event exceptionHandler timer transition async false name SwimlaneType assignment name TaskNodeType task event exceptionHandler timer transition async false createTasks true group endTasks false name signal last description artefacts metrics TaskType group assignment controller event timer blocking false description duedate name priority normal signalling true swimlane artefacts metricInfo TimerType action script duedate name repeat transition TransitionType group action script createTimer cancelTimer exceptionHandler name to TransitionType1 group condition action script createTimer cancelTimer exceptionHandler name to TypeType java.lang.Object java.lang.Object TypeTypeMember0 java.lang.String java.lang.String TypeTypeMember1 nodeEnter node-enter nodeLeave node-leave processStart process-start processEnd process-end taskCreate task-create taskAssign task-assign taskStart task-start taskEnd task-end beforeSignal before-signal afterSignal after-signal superstateEnter superstate-enter superstateLeave superstate-leave timerCreate timer-create subprocessCreated subprocess-created subprocessEnd subprocess-end TypeTypeMember1Object org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator VariableType any access read,write mappedName name Artefact name type description ArtefactType input input output output inoutput inoutput Model elements MetricType time time collectedData collectedData quest quest artefact artefact MetricInfo metricReferenced name Hyphotesis formalizes description fromGoal type id relationOp treatment dependentVariable Subhypotheses relationOp treatment dependentVariable DependentVariable measureBy name description Factor levels name isTreament Level name Metric name description type relatesTo refname RelationOperator equal equal morethan morethan lessthan lessthan moreequalthan moreequalthan lessequalthan lessequalthan different different Questionnaire question name type processes Question description type required option EReference0 Alternative description AnswerType comboBox comboBox checkBox checkBox text text paragraphText paragraphText Goal id description hypotheses ExperimentalPlan goals hypothesis design Design factors DoE parameters test depVariable Parameter key value StatisticalTest DoEType LS LS CRD CRD RCBD RCBD other other HypothesisType null_ null_ alternative alternative QuestionnaireType Pre Pre Post Post
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="jpdl31" nsURI="urn:jbpm.org:jpdl-3.1" nsPrefix="expl"> <eClassifiers xsi:type="ecore:EClass" name="ActionType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="action_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##any"/> <details key="name" value=":1"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="acceptPropagatedEvents" eType="#//BooleanType" defaultValueLiteral="true" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="accept-propagated-events"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="async" 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="async"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" 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="class"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="configType" eType="#//ConfigTypeType1" defaultValueLiteral="field" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="config-type"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" 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="expression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refName" 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="ref-name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssignmentType" eSuperTypes="#//Delegation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="assignment_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actorId" 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="actor-id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" 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="expression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pooledActors" 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="pooled-actors"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BooleanType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="booleanType"/> </eAnnotations> <eLiterals name="yes"/> <eLiterals name="no" value="1"/> <eLiterals name="true" value="2"/> <eLiterals name="false" value="3"/> <eLiterals name="on" value="4"/> <eLiterals name="off" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="BooleanTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="booleanType:Object"/> <details key="baseType" value="booleanType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CancelTimerType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="cancel-timer_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="condition_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##any"/> <details key="name" value=":2"/> <details key="processing" value="lax"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" 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="expression"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ConfigType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="configType"/> </eAnnotations> <eLiterals name="field"/> <eLiterals name="bean" value="1"/> <eLiterals name="constructor" value="2"/> <eLiterals name="configurationProperty" value="3" literal="configuration-property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ConfigTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="configType:Object"/> <details key="baseType" value="configType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ConfigTypeType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="config-type_._1_._type"/> </eAnnotations> <eLiterals name="field"/> <eLiterals name="bean" value="1"/> <eLiterals name="constructor" value="2"/> <eLiterals name="configurationProperty" value="3" literal="configuration-property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ConfigTypeType1"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="config-type_._type"/> </eAnnotations> <eLiterals name="field"/> <eLiterals name="bean" value="1"/> <eLiterals name="constructor" value="2"/> <eLiterals name="configurationProperty" value="3" literal="configuration-property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ConfigTypeTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="config-type_._1_._type:Object"/> <details key="baseType" value="config-type_._1_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ConfigTypeTypeObject1" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="config-type_._type:Object"/> <details key="baseType" value="config-type_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CreateTimerType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="create-timer_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//ActionType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="action"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="script" eType="#//ScriptType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="script"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duedate" 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="duedate"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="repeat" 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="repeat"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transition" 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="transition"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DecisionType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="decision_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="handler" upperBound="-1" eType="#//Delegation" 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="handler"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="event" upperBound="-1" eType="#//EventType" 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="event"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionHandler" upperBound="-1" eType="#//ExceptionHandlerType" 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="exception-handler"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1" eType="#//TransitionType1" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="transition"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="async" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="async"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" 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="expression"/> </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="Delegation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="delegation"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##any"/> <details key="name" value=":1"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" 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="class"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="configType" eType="#//ConfigTypeType" defaultValueLiteral="field" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="config-type"/> </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="action" upperBound="-2" eType="#//ActionType" 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="action"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="assignment" upperBound="-2" eType="#//AssignmentType" 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="assignment"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="cancelTimer" upperBound="-2" eType="#//CancelTimerType" 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="cancel-timer"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="controller" upperBound="-2" eType="#//Delegation" 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="controller"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="createTimer" upperBound="-2" eType="#//CreateTimerType" 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="create-timer"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="decision" upperBound="-2" eType="#//DecisionType" 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="decision"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="endState" upperBound="-2" eType="#//EndStateType" 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="end-state"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="event" upperBound="-2" eType="#//EventType" 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="event"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionHandler" upperBound="-2" eType="#//ExceptionHandlerType" 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="exception-handler"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="fork" upperBound="-2" eType="#//ForkType" 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="fork"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="join" upperBound="-2" eType="#//JoinType" 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="join"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="node" upperBound="-2" eType="#//NodeType" 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="node"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="processDefinition" upperBound="-1" eType="#//ProcessDefinitionType" 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="process-definition"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="processState" upperBound="-2" eType="#//ProcessStateType" 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="process-state"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="script" upperBound="-2" eType="#//ScriptType" 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="script"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="startState" upperBound="-2" eType="#//StartStateType" 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="start-state"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="state" upperBound="-2" eType="#//StateType" 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="state"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="superState" upperBound="-2" eType="#//SuperStateType" 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="super-state"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="swimlane" upperBound="-2" eType="#//SwimlaneType" 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="swimlane"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="task" upperBound="-2" eType="#//TaskType" 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="task"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="taskNode" upperBound="-2" eType="#//TaskNodeType" 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="task-node"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="timer" upperBound="-2" eType="#//TimerType" 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="timer"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-2" eType="#//TransitionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="transition"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" upperBound="-2" eType="#//VariableType" 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="variable"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="questionnaires" upperBound="-1" eType="#//Questionnaire" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="plan" lowerBound="1" upperBound="-1" eType="#//ExperimentalPlan" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metrics" upperBound="-1" eType="#//Metric" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EndStateType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="end-state_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="event" upperBound="-1" eType="#//EventType" 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="event"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionHandler" upperBound="-1" eType="#//ExceptionHandlerType" 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="exception-handler"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </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="EventType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="event_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actionElements" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="ActionElements:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="action" upperBound="-1" eType="#//ActionType" 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="action"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#ActionElements:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="script" upperBound="-1" eType="#//ScriptType" 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="script"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#ActionElements:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="createTimer" upperBound="-1" eType="#//CreateTimerType" 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="create-timer"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#ActionElements:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="cancelTimer" upperBound="-1" eType="#//CancelTimerType" 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="cancel-timer"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#ActionElements:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//TypeType"> <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="ExceptionHandlerType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="exception-handler_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="action" upperBound="-1" eType="#//ActionType" 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="action"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="script" upperBound="-1" eType="#//ScriptType" 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="script"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exceptionClass" 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="exception-class"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForkType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="fork_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="script" upperBound="-1" eType="#//ScriptType" 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="script"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="event" upperBound="-1" eType="#//EventType" 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="event"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionHandler" upperBound="-1" eType="#//ExceptionHandlerType" 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="exception-handler"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="timer" upperBound="-1" eType="#//TimerType" 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="timer"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1" eType="#//TransitionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="transition"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="async" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="async"/> </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="JoinType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="join_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nodeContentElements" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="NodeContentElements:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="event" upperBound="-1" eType="#//EventType" 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="event"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#NodeContentElements:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionHandler" upperBound="-1" eType="#//ExceptionHandlerType" 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="exception-handler"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#NodeContentElements:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="timer" upperBound="-1" eType="#//TimerType" 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="timer"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#NodeContentElements:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1" eType="#//TransitionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="transition"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#NodeContentElements:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="async" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="async"/> </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="NodeType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="node_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//ActionType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="action"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="script" eType="#//ScriptType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="script"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="createTimer" eType="#//CreateTimerType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="create-timer"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="cancelTimer" eType="#//CancelTimerType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="cancel-timer"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nodeContentElements" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="NodeContentElements:4"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="event" upperBound="-1" eType="#//EventType" 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="event"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#NodeContentElements:4"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionHandler" upperBound="-1" eType="#//ExceptionHandlerType" 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="exception-handler"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#NodeContentElements:4"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="timer" upperBound="-1" eType="#//TimerType" 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="timer"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#NodeContentElements:4"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1" eType="#//TransitionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="transition"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#NodeContentElements:4"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="async" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="async"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="PriorityType" instanceClassName="java.lang.Object"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="priorityType"/> <details key="memberTypes" value="priorityType_._member_._0 priorityType_._member_._1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PriorityTypeMember0"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="priorityType_._member_._0"/> </eAnnotations> <eLiterals name="highest"/> <eLiterals name="high" value="1"/> <eLiterals name="normal" value="2"/> <eLiterals name="low" value="3"/> <eLiterals name="lowest" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="PriorityTypeMember0Object" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="priorityType_._member_._0:Object"/> <details key="baseType" value="priorityType_._member_._0"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="PriorityTypeMember1" instanceClassName="int"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="priorityType_._member_._1"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#int"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="PriorityTypeMember1Object" instanceClassName="java.lang.Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="priorityType_._member_._1:Object"/> <details key="baseType" value="priorityType_._member_._1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessDefinitionType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="process-definition_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="swimlane" upperBound="-1" eType="#//SwimlaneType" 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="swimlane"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="startState" upperBound="-1" eType="#//StartStateType" 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="start-state"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="node" upperBound="-1" eType="#//NodeType" 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="node"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="state" upperBound="-1" eType="#//StateType" 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="state"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="taskNode" upperBound="-1" eType="#//TaskNodeType" 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="task-node"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="superState" upperBound="-1" eType="#//SuperStateType" 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="super-state"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="processState" upperBound="-1" eType="#//ProcessStateType" 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="process-state"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="fork" upperBound="-1" eType="#//ForkType" 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="fork"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="join" upperBound="-1" eType="#//JoinType" 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="join"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="decision" upperBound="-1" eType="#//DecisionType" 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="decision"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="endState" upperBound="-1" eType="#//EndStateType" 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="end-state"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="action" upperBound="-1" eType="#//ActionType" 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="action"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="script" upperBound="-1" eType="#//ScriptType" 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="script"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="createTimer" upperBound="-1" eType="#//CreateTimerType" 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="create-timer"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="cancelTimer" upperBound="-1" eType="#//CancelTimerType" 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="cancel-timer"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="event" upperBound="-1" eType="#//EventType" 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="event"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionHandler" upperBound="-1" eType="#//ExceptionHandlerType" 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="exception-handler"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="task" upperBound="-1" eType="#//TaskType" 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="task"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="quantity" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessStateType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="process-state_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="subProcess" upperBound="-1" eType="#//SubProcessType" 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="sub-process"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" upperBound="-1" eType="#//VariableType" 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="variable"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="event" upperBound="-1" eType="#//EventType" 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="event"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionHandler" upperBound="-1" eType="#//ExceptionHandlerType" 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="exception-handler"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="timer" upperBound="-1" eType="#//TimerType" 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="timer"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1" eType="#//TransitionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="transition"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="async" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="async"/> </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="ScriptType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="script_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##any"/> <details key="name" value=":1"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="acceptPropagatedEvents" eType="#//BooleanType" defaultValueLiteral="true" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="accept-propagated-events"/> </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:EEnum" name="SignalType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="signal_._type"/> </eAnnotations> <eLiterals name="unsynchronized"/> <eLiterals name="never" value="1"/> <eLiterals name="first" value="2"/> <eLiterals name="firstWait" value="3" literal="first-wait"/> <eLiterals name="last" value="4"/> <eLiterals name="lastWait" value="5" literal="last-wait"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="SignalTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="signal_._type:Object"/> <details key="baseType" value="signal_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StartStateType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="start-state_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="task" upperBound="-1" eType="#//TaskType" 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="task"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1" eType="#//TransitionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="transition"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="event" upperBound="-1" eType="#//EventType" 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="event"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionHandler" upperBound="-1" eType="#//ExceptionHandlerType" 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="exception-handler"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </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="StateType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="state_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nodeContentElements" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="NodeContentElements:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="event" upperBound="-1" eType="#//EventType" 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="event"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#NodeContentElements:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionHandler" upperBound="-1" eType="#//ExceptionHandlerType" 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="exception-handler"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#NodeContentElements:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="timer" upperBound="-1" eType="#//TimerType" 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="timer"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#NodeContentElements:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1" eType="#//TransitionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="transition"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#NodeContentElements:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="async" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="async"/> </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="SubProcessType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="sub-process_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" 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="version"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperStateType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="super-state_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="node" upperBound="-1" eType="#//NodeType" 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="node"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="state" upperBound="-1" eType="#//StateType" 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="state"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="taskNode" upperBound="-1" eType="#//TaskNodeType" 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="task-node"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="superState" upperBound="-1" eType="#//SuperStateType" 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="super-state"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="processState" upperBound="-1" eType="#//ProcessStateType" 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="process-state"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="fork" upperBound="-1" eType="#//ForkType" 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="fork"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="join" upperBound="-1" eType="#//JoinType" 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="join"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="decision" upperBound="-1" eType="#//DecisionType" 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="decision"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="endState" upperBound="-1" eType="#//EndStateType" 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="end-state"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="event" upperBound="-1" eType="#//EventType" 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="event"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionHandler" upperBound="-1" eType="#//ExceptionHandlerType" 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="exception-handler"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="timer" upperBound="-1" eType="#//TimerType" 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="timer"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1" eType="#//TransitionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="transition"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="async" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="async"/> </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="SwimlaneType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="swimlane_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="assignment" eType="#//AssignmentType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="assignment"/> <details key="namespace" value="##targetNamespace"/> </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="TaskNodeType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="task-node_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="task" upperBound="-1" eType="#//TaskType" 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="task"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="event" upperBound="-1" eType="#//EventType" 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="event"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionHandler" upperBound="-1" eType="#//ExceptionHandlerType" 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="exception-handler"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="timer" upperBound="-1" eType="#//TimerType" 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="timer"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1" eType="#//TransitionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="transition"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="async" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="async"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createTasks" eType="#//BooleanType" defaultValueLiteral="true" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="create-tasks"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endTasks" eType="#//BooleanType" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="end-tasks"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signal" eType="#//SignalType" defaultValueLiteral="last" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="signal"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="artefacts" upperBound="-1" eType="#//Artefact" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metrics" upperBound="-1" eType="#//MetricInfo" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="task_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="assignment" upperBound="-1" eType="#//AssignmentType" 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="assignment"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="controller" upperBound="-1" eType="#//Delegation" 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="controller"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="event" upperBound="-1" eType="#//EventType" 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="event"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="timer" upperBound="-1" eType="#//TimerType" 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="timer"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blocking" eType="#//BooleanType" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="blocking"/> </eAnnotations> </eStructuralFeatures> <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="attribute"/> <details key="name" value="description"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duedate" 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="duedate"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="#//PriorityType" defaultValueLiteral="normal" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="priority"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signalling" eType="#//BooleanType" defaultValueLiteral="true" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="signalling"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="swimlane" 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="swimlane"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="artefacts" upperBound="-1" eType="#//Artefact" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metricInfo" upperBound="-1" eType="#//MetricInfo" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimerType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="timer_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//ActionType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="action"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="script" eType="#//ScriptType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="script"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duedate" 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="duedate"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="repeat" 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="repeat"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transition" 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="transition"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransitionType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="transition_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="action" upperBound="-1" eType="#//ActionType" 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="action"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="script" upperBound="-1" eType="#//ScriptType" 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="script"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="createTimer" upperBound="-1" eType="#//CreateTimerType" 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="create-timer"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="cancelTimer" upperBound="-1" eType="#//CancelTimerType" 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="cancel-timer"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionHandler" upperBound="-1" eType="#//ExceptionHandlerType" 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="exception-handler"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="to" 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="to"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransitionType1"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="transition_._1_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" upperBound="-1" eType="#//ConditionType" 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="condition"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="action" upperBound="-1" eType="#//ActionType" 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="action"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="script" upperBound="-1" eType="#//ScriptType" 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="script"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="createTimer" upperBound="-1" eType="#//CreateTimerType" 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="create-timer"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="cancelTimer" upperBound="-1" eType="#//CancelTimerType" 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="cancel-timer"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionHandler" upperBound="-1" eType="#//ExceptionHandlerType" 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="exception-handler"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="to" 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="to"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="TypeType" instanceClassName="java.lang.Object"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="type_._type"/> <details key="memberTypes" value="type_._type_._member_._0 type_._type_._member_._1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="TypeTypeMember0" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="type_._type_._member_._0"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TypeTypeMember1"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="type_._type_._member_._1"/> </eAnnotations> <eLiterals name="nodeEnter" literal="node-enter"/> <eLiterals name="nodeLeave" value="1" literal="node-leave"/> <eLiterals name="processStart" value="2" literal="process-start"/> <eLiterals name="processEnd" value="3" literal="process-end"/> <eLiterals name="taskCreate" value="4" literal="task-create"/> <eLiterals name="taskAssign" value="5" literal="task-assign"/> <eLiterals name="taskStart" value="6" literal="task-start"/> <eLiterals name="taskEnd" value="7" literal="task-end"/> <eLiterals name="beforeSignal" value="8" literal="before-signal"/> <eLiterals name="afterSignal" value="9" literal="after-signal"/> <eLiterals name="superstateEnter" value="10" literal="superstate-enter"/> <eLiterals name="superstateLeave" value="11" literal="superstate-leave"/> <eLiterals name="timerCreate" value="12" literal="timer-create"/> <eLiterals name="subprocessCreated" value="13" literal="subprocess-created"/> <eLiterals name="subprocessEnd" value="14" literal="subprocess-end"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="TypeTypeMember1Object" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="type_._type_._member_._1:Object"/> <details key="baseType" value="type_._type_._member_._1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="variable_._type"/> <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="##any"/> <details key="name" value=":0"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="access" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="read,write" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="access"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mappedName" 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="mapped-name"/> </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="Artefact"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ArtefactType"> <eLiterals name="input" literal="input"/> <eLiterals name="output" value="1" literal="output"/> <eLiterals name="inoutput" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//DocumentRoot" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MetricType"> <eLiterals name="time"/> <eLiterals name="collectedData" value="1"/> <eLiterals name="quest" value="2"/> <eLiterals name="artefact" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetricInfo"> <eStructuralFeatures xsi:type="ecore:EReference" name="metricReferenced" eType="#//Metric"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Hyphotesis"> <eStructuralFeatures xsi:type="ecore:EReference" name="formalizes" upperBound="-1" eType="#//Subhypotheses" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fromGoal" lowerBound="1" eType="#//Goal"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//HypothesisType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relationOp" eType="#//RelationOperator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="treatment" upperBound="-1" eType="#//Level"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dependentVariable" eType="#//DependentVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Subhypotheses"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relationOp" eType="#//RelationOperator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="treatment" eType="#//Level"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dependentVariable" eType="#//DependentVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DependentVariable"> <eStructuralFeatures xsi:type="ecore:EReference" name="measureBy" upperBound="-1" eType="#//Metric"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Factor"> <eStructuralFeatures xsi:type="ecore:EReference" name="levels" upperBound="-1" eType="#//Level" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isTreament" eType="#//BooleanType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Level"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Metric"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//MetricType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relatesTo" upperBound="-1" eType="#//ProcessDefinitionType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refname" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RelationOperator"> <eLiterals name="equal"/> <eLiterals name="morethan" value="1"/> <eLiterals name="lessthan" value="2"/> <eLiterals name="moreequalthan" value="3"/> <eLiterals name="lessequalthan" value="4"/> <eLiterals name="different" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Questionnaire"> <eStructuralFeatures xsi:type="ecore:EReference" name="question" upperBound="-1" eType="#//Question" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//QuestionnaireType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processes" upperBound="-1" eType="#//ProcessDefinitionType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Question"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//AnswerType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="#//BooleanType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="option" upperBound="-1" eType="#//Alternative" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="EReference0" eType="#//Question"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Alternative"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AnswerType"> <eLiterals name="comboBox"/> <eLiterals name="checkBox" value="1"/> <eLiterals name="text" value="2"/> <eLiterals name="paragraphText" value="3" literal="paragraphText"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Goal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hypotheses" upperBound="-1" eType="#//Hyphotesis" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExperimentalPlan"> <eStructuralFeatures xsi:type="ecore:EReference" name="goals" upperBound="-1" eType="#//Goal" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hypothesis" lowerBound="1" upperBound="-1" eType="#//Hyphotesis" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="design" lowerBound="1" eType="#//Design" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Design"> <eStructuralFeatures xsi:type="ecore:EReference" name="factors" lowerBound="1" upperBound="-1" eType="#//Factor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="DoE" eType="#//DoEType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="test" upperBound="-1" eType="#//StatisticalTest"/> <eStructuralFeatures xsi:type="ecore:EReference" name="depVariable" lowerBound="1" upperBound="-1" eType="#//DependentVariable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StatisticalTest"/> <eClassifiers xsi:type="ecore:EEnum" name="DoEType"> <eLiterals name="LS"/> <eLiterals name="CRD" value="1"/> <eLiterals name="RCBD" value="2"/> <eLiterals name="other" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="HypothesisType"> <eLiterals name="null_" literal="null_"/> <eLiterals name="alternative" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="QuestionnaireType"> <eLiterals name="Pre"/> <eLiterals name="Post" value="1"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"expl","nsURI":"urn:jbpm.org:jpdl-3.1","name":"jpdl31","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"BooleanTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CancelTimerType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConfigType","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ConfigTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":8,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConfigTypeType","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConfigTypeType1","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ConfigTypeTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":11,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ConfigTypeTypeObject1","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":12,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateTimerType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Delegation","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndStateType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionHandlerType","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkType","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinType","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeType","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"PriorityType","instanceClass":"java.lang.Object","id":23,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"PriorityTypeMember0","instanceClass":null,"id":24,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"PriorityTypeMember0Object","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"PriorityTypeMember1","instanceClass":"int","id":26,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"PriorityTypeMember1Object","instanceClass":"java.lang.Integer","id":27,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessDefinitionType","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessStateType","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScriptType","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SignalType","instanceClass":null,"id":31,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"SignalTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":32,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartStateType","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateType","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubProcessType","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperStateType","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwimlaneType","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskNodeType","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskType","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimerType","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionType","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionType1","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"TypeType","instanceClass":"java.lang.Object","id":43,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"TypeTypeMember0","instanceClass":"java.lang.String","id":44,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"TypeTypeMember1","instanceClass":null,"id":45,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"TypeTypeMember1Object","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":46,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableType","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artefact","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ArtefactType","instanceClass":null,"id":49,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MetricType","instanceClass":null,"id":51,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetricInfo","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Hyphotesis","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subhypotheses","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DependentVariable","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Factor","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Level","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metric","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RelationOperator","instanceClass":null,"id":59,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Questionnaire","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Question","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Alternative","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AnswerType","instanceClass":null,"id":63,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Goal","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExperimentalPlan","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Design","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatisticalTest","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DoEType","instanceClass":null,"id":69,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"HypothesisType","instanceClass":null,"id":70,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"QuestionnaireType","instanceClass":null,"id":71,"serializable":true,"eClass":"EEnum"},{"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":72,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":true},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":true,"name":"acceptPropagatedEvents","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":"async","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"field","unsettable":true,"transient":false,"unique":true,"name":"configType","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":"expression","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refName","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actorId","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":"expression","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pooledActors","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"},{"name":"yes","id":97,"value":0,"literal":"yes","eClass":"EEnumLiteral"},{"name":"no","id":98,"value":1,"literal":"no","eClass":"EEnumLiteral"},{"name":"true","id":99,"value":2,"literal":"true","eClass":"EEnumLiteral"},{"name":"false","id":100,"value":3,"literal":"false","eClass":"EEnumLiteral"},{"name":"on","id":101,"value":4,"literal":"on","eClass":"EEnumLiteral"},{"name":"off","id":102,"value":5,"literal":"off","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":103,"derived":false},{"id":104,"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":105,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"name":"field","id":113,"value":0,"literal":"field","eClass":"EEnumLiteral"},{"name":"bean","id":114,"value":1,"literal":"bean","eClass":"EEnumLiteral"},{"name":"constructor","id":115,"value":2,"literal":"constructor","eClass":"EEnumLiteral"},{"name":"configurationProperty","id":116,"value":3,"literal":"configuration-property","eClass":"EEnumLiteral"},{"name":"field","id":117,"value":0,"literal":"field","eClass":"EEnumLiteral"},{"name":"bean","id":118,"value":1,"literal":"bean","eClass":"EEnumLiteral"},{"name":"constructor","id":119,"value":2,"literal":"constructor","eClass":"EEnumLiteral"},{"name":"configurationProperty","id":120,"value":3,"literal":"configuration-property","eClass":"EEnumLiteral"},{"name":"field","id":121,"value":0,"literal":"field","eClass":"EEnumLiteral"},{"name":"bean","id":122,"value":1,"literal":"bean","eClass":"EEnumLiteral"},{"name":"constructor","id":123,"value":2,"literal":"constructor","eClass":"EEnumLiteral"},{"name":"configurationProperty","id":124,"value":3,"literal":"configuration-property","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":"action","changeable":true,"resolveProxies":false,"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":"script","changeable":true,"resolveProxies":false,"lowerBound":0,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"duedate","changeable":true,"lowerBound":1,"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":"name","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":"repeat","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":"transition","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"handler","changeable":true,"resolveProxies":false,"lowerBound":0,"id":138,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"event","changeable":true,"resolveProxies":false,"lowerBound":0,"id":139,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"exceptionHandler","changeable":true,"resolveProxies":false,"lowerBound":0,"id":140,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"transition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":141,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":"false","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"async","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":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":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":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":153,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"field","unsettable":true,"transient":false,"unique":true,"name":"configType","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"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":161,"derived":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":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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":163,"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":"action","changeable":true,"resolveProxies":false,"lowerBound":0,"id":164,"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":"assignment","changeable":true,"resolveProxies":false,"lowerBound":0,"id":165,"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":"cancelTimer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":166,"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":"controller","changeable":true,"resolveProxies":false,"lowerBound":0,"id":167,"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":"createTimer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":168,"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":"decision","changeable":true,"resolveProxies":false,"lowerBound":0,"id":169,"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":"endState","changeable":true,"resolveProxies":false,"lowerBound":0,"id":170,"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":"event","changeable":true,"resolveProxies":false,"lowerBound":0,"id":171,"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":"exceptionHandler","changeable":true,"resolveProxies":false,"lowerBound":0,"id":172,"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":"fork","changeable":true,"resolveProxies":false,"lowerBound":0,"id":173,"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":"join","changeable":true,"resolveProxies":false,"lowerBound":0,"id":174,"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":"node","changeable":true,"resolveProxies":false,"lowerBound":0,"id":175,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"processDefinition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":176,"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":"processState","changeable":true,"resolveProxies":false,"lowerBound":0,"id":177,"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":"script","changeable":true,"resolveProxies":false,"lowerBound":0,"id":178,"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":"startState","changeable":true,"resolveProxies":false,"lowerBound":0,"id":179,"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":"state","changeable":true,"resolveProxies":false,"lowerBound":0,"id":180,"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":"superState","changeable":true,"resolveProxies":false,"lowerBound":0,"id":181,"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":"swimlane","changeable":true,"resolveProxies":false,"lowerBound":0,"id":182,"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":"task","changeable":true,"resolveProxies":false,"lowerBound":0,"id":183,"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":"taskNode","changeable":true,"resolveProxies":false,"lowerBound":0,"id":184,"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":"timer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":185,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"transition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":186,"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":"variable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":187,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"questionnaires","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"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":"plan","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"metrics","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"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":221,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"event","changeable":true,"resolveProxies":false,"lowerBound":0,"id":222,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"exceptionHandler","changeable":true,"resolveProxies":false,"lowerBound":0,"id":223,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"actionElements","changeable":true,"lowerBound":0,"iD":false,"id":229,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"action","changeable":true,"resolveProxies":false,"lowerBound":0,"id":230,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"script","changeable":true,"resolveProxies":false,"lowerBound":0,"id":231,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"createTimer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":232,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"cancelTimer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":233,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":241,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"action","changeable":true,"resolveProxies":false,"lowerBound":0,"id":242,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"script","changeable":true,"resolveProxies":false,"lowerBound":0,"id":243,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exceptionClass","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"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"script","changeable":true,"resolveProxies":false,"lowerBound":0,"id":250,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"event","changeable":true,"resolveProxies":false,"lowerBound":0,"id":251,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"exceptionHandler","changeable":true,"resolveProxies":false,"lowerBound":0,"id":252,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"timer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":253,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"transition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":254,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":"false","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"async","changeable":true,"lowerBound":0,"iD":false,"id":255,"derived":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":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":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"nodeContentElements","changeable":true,"lowerBound":0,"iD":false,"id":265,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"event","changeable":true,"resolveProxies":false,"lowerBound":0,"id":266,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"exceptionHandler","changeable":true,"resolveProxies":false,"lowerBound":0,"id":267,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"timer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":268,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"transition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":269,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":"false","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"async","changeable":true,"lowerBound":0,"iD":false,"id":270,"derived":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":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"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":"action","changeable":true,"resolveProxies":false,"lowerBound":0,"id":279,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"script","changeable":true,"resolveProxies":false,"lowerBound":0,"id":280,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"createTimer","changeable":true,"resolveProxies":false,"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":"cancelTimer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":282,"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":"nodeContentElements","changeable":true,"lowerBound":0,"iD":false,"id":283,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"event","changeable":true,"resolveProxies":false,"lowerBound":0,"id":284,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"exceptionHandler","changeable":true,"resolveProxies":false,"lowerBound":0,"id":285,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"timer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":286,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"transition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":287,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":"false","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"async","changeable":true,"lowerBound":0,"iD":false,"id":288,"derived":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":289,"derived":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":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"name":"highest","id":303,"value":0,"literal":"highest","eClass":"EEnumLiteral"},{"name":"high","id":304,"value":1,"literal":"high","eClass":"EEnumLiteral"},{"name":"normal","id":305,"value":2,"literal":"normal","eClass":"EEnumLiteral"},{"name":"low","id":306,"value":3,"literal":"low","eClass":"EEnumLiteral"},{"name":"lowest","id":307,"value":4,"literal":"lowest","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":"group","changeable":true,"lowerBound":0,"iD":false,"id":308,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"swimlane","changeable":true,"resolveProxies":false,"lowerBound":0,"id":309,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"startState","changeable":true,"resolveProxies":false,"lowerBound":0,"id":310,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"node","changeable":true,"resolveProxies":false,"lowerBound":0,"id":311,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"state","changeable":true,"resolveProxies":false,"lowerBound":0,"id":312,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"taskNode","changeable":true,"resolveProxies":false,"lowerBound":0,"id":313,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"superState","changeable":true,"resolveProxies":false,"lowerBound":0,"id":314,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"processState","changeable":true,"resolveProxies":false,"lowerBound":0,"id":315,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"fork","changeable":true,"resolveProxies":false,"lowerBound":0,"id":316,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"join","changeable":true,"resolveProxies":false,"lowerBound":0,"id":317,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"decision","changeable":true,"resolveProxies":false,"lowerBound":0,"id":318,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"endState","changeable":true,"resolveProxies":false,"lowerBound":0,"id":319,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"action","changeable":true,"resolveProxies":false,"lowerBound":0,"id":320,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"script","changeable":true,"resolveProxies":false,"lowerBound":0,"id":321,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"createTimer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":322,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"cancelTimer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":323,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"event","changeable":true,"resolveProxies":false,"lowerBound":0,"id":324,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"exceptionHandler","changeable":true,"resolveProxies":false,"lowerBound":0,"id":325,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"task","changeable":true,"resolveProxies":false,"lowerBound":0,"id":326,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":327,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"quantity","changeable":true,"lowerBound":0,"iD":false,"id":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":350,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"subProcess","changeable":true,"resolveProxies":false,"lowerBound":0,"id":351,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"variable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":352,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"event","changeable":true,"resolveProxies":false,"lowerBound":0,"id":353,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"exceptionHandler","changeable":true,"resolveProxies":false,"lowerBound":0,"id":354,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"timer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":355,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"transition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":356,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":"false","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"async","changeable":true,"lowerBound":0,"iD":false,"id":357,"derived":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":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"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":368,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":369,"derived":true},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":true,"name":"acceptPropagatedEvents","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"name":"unsynchronized","id":376,"value":0,"literal":"unsynchronized","eClass":"EEnumLiteral"},{"name":"never","id":377,"value":1,"literal":"never","eClass":"EEnumLiteral"},{"name":"first","id":378,"value":2,"literal":"first","eClass":"EEnumLiteral"},{"name":"firstWait","id":379,"value":3,"literal":"first-wait","eClass":"EEnumLiteral"},{"name":"last","id":380,"value":4,"literal":"last","eClass":"EEnumLiteral"},{"name":"lastWait","id":381,"value":5,"literal":"last-wait","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":"group","changeable":true,"lowerBound":0,"iD":false,"id":382,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"task","changeable":true,"resolveProxies":false,"lowerBound":0,"id":383,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"transition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":384,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"event","changeable":true,"resolveProxies":false,"lowerBound":0,"id":385,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"exceptionHandler","changeable":true,"resolveProxies":false,"lowerBound":0,"id":386,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":387,"derived":false},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"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":"nodeContentElements","changeable":true,"lowerBound":0,"iD":false,"id":394,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"event","changeable":true,"resolveProxies":false,"lowerBound":0,"id":395,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"exceptionHandler","changeable":true,"resolveProxies":false,"lowerBound":0,"id":396,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"timer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":397,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"transition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":398,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":"false","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"async","changeable":true,"lowerBound":0,"iD":false,"id":399,"derived":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":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"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":408,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":409,"derived":false},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":412,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"node","changeable":true,"resolveProxies":false,"lowerBound":0,"id":413,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"state","changeable":true,"resolveProxies":false,"lowerBound":0,"id":414,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"taskNode","changeable":true,"resolveProxies":false,"lowerBound":0,"id":415,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"superState","changeable":true,"resolveProxies":false,"lowerBound":0,"id":416,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"processState","changeable":true,"resolveProxies":false,"lowerBound":0,"id":417,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"fork","changeable":true,"resolveProxies":false,"lowerBound":0,"id":418,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"join","changeable":true,"resolveProxies":false,"lowerBound":0,"id":419,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"decision","changeable":true,"resolveProxies":false,"lowerBound":0,"id":420,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"endState","changeable":true,"resolveProxies":false,"lowerBound":0,"id":421,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"event","changeable":true,"resolveProxies":false,"lowerBound":0,"id":422,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"exceptionHandler","changeable":true,"resolveProxies":false,"lowerBound":0,"id":423,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"timer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":424,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"transition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":425,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":"false","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"async","changeable":true,"lowerBound":0,"iD":false,"id":426,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assignment","changeable":true,"resolveProxies":false,"lowerBound":0,"id":444,"derived":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":445,"derived":false},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"task","changeable":true,"resolveProxies":false,"lowerBound":0,"id":448,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"event","changeable":true,"resolveProxies":false,"lowerBound":0,"id":449,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"exceptionHandler","changeable":true,"resolveProxies":false,"lowerBound":0,"id":450,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"timer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":451,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"transition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":452,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":"false","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"async","changeable":true,"lowerBound":0,"iD":false,"id":453,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":true,"name":"createTasks","changeable":true,"lowerBound":0,"iD":false,"id":454,"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":"group","changeable":true,"lowerBound":0,"iD":false,"id":455,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"endTasks","changeable":true,"lowerBound":0,"iD":false,"id":456,"derived":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":457,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"last","unsettable":true,"transient":false,"unique":true,"name":"signal","changeable":true,"lowerBound":0,"iD":false,"id":458,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":459,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"artefacts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":460,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metrics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":461,"derived":false},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":476,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"assignment","changeable":true,"resolveProxies":false,"lowerBound":0,"id":477,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"controller","changeable":true,"resolveProxies":false,"lowerBound":0,"id":478,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"event","changeable":true,"resolveProxies":false,"lowerBound":0,"id":479,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"timer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":480,"derived":true},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"blocking","changeable":true,"lowerBound":0,"iD":false,"id":481,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":482,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"duedate","changeable":true,"lowerBound":0,"iD":false,"id":483,"derived":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":484,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"normal","unsettable":true,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":0,"iD":false,"id":485,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":true,"name":"signalling","changeable":true,"lowerBound":0,"iD":false,"id":486,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"swimlane","changeable":true,"lowerBound":0,"iD":false,"id":487,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"artefacts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":488,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metricInfo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":489,"derived":false},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"container":false,"ordered":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":false,"lowerBound":0,"id":504,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"script","changeable":true,"resolveProxies":false,"lowerBound":0,"id":505,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"duedate","changeable":true,"lowerBound":1,"iD":false,"id":506,"derived":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":507,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"repeat","changeable":true,"lowerBound":0,"iD":false,"id":508,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"transition","changeable":true,"lowerBound":0,"iD":false,"id":509,"derived":false},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":516,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"action","changeable":true,"resolveProxies":false,"lowerBound":0,"id":517,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"script","changeable":true,"resolveProxies":false,"lowerBound":0,"id":518,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"createTimer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":519,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"cancelTimer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":520,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"exceptionHandler","changeable":true,"resolveProxies":false,"lowerBound":0,"id":521,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":522,"derived":false},{"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":523,"derived":false},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":532,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"condition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":533,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"action","changeable":true,"resolveProxies":false,"lowerBound":0,"id":534,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"script","changeable":true,"resolveProxies":false,"lowerBound":0,"id":535,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"createTimer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":536,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"cancelTimer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":537,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"exceptionHandler","changeable":true,"resolveProxies":false,"lowerBound":0,"id":538,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":539,"derived":false},{"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":540,"derived":false},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"name":"nodeEnter","id":550,"value":0,"literal":"node-enter","eClass":"EEnumLiteral"},{"name":"nodeLeave","id":551,"value":1,"literal":"node-leave","eClass":"EEnumLiteral"},{"name":"processStart","id":552,"value":2,"literal":"process-start","eClass":"EEnumLiteral"},{"name":"processEnd","id":553,"value":3,"literal":"process-end","eClass":"EEnumLiteral"},{"name":"taskCreate","id":554,"value":4,"literal":"task-create","eClass":"EEnumLiteral"},{"name":"taskAssign","id":555,"value":5,"literal":"task-assign","eClass":"EEnumLiteral"},{"name":"taskStart","id":556,"value":6,"literal":"task-start","eClass":"EEnumLiteral"},{"name":"taskEnd","id":557,"value":7,"literal":"task-end","eClass":"EEnumLiteral"},{"name":"beforeSignal","id":558,"value":8,"literal":"before-signal","eClass":"EEnumLiteral"},{"name":"afterSignal","id":559,"value":9,"literal":"after-signal","eClass":"EEnumLiteral"},{"name":"superstateEnter","id":560,"value":10,"literal":"superstate-enter","eClass":"EEnumLiteral"},{"name":"superstateLeave","id":561,"value":11,"literal":"superstate-leave","eClass":"EEnumLiteral"},{"name":"timerCreate","id":562,"value":12,"literal":"timer-create","eClass":"EEnumLiteral"},{"name":"subprocessCreated","id":563,"value":13,"literal":"subprocess-created","eClass":"EEnumLiteral"},{"name":"subprocessEnd","id":564,"value":14,"literal":"subprocess-end","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":"any","changeable":true,"lowerBound":0,"iD":false,"id":565,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"read,write","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"read,write","unsettable":true,"transient":false,"unique":true,"name":"access","changeable":true,"lowerBound":0,"iD":false,"id":566,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mappedName","changeable":true,"lowerBound":0,"iD":false,"id":567,"derived":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":568,"derived":false},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":573,"derived":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":574,"derived":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":575,"derived":false},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"name":"input","id":579,"value":0,"literal":"input","eClass":"EEnumLiteral"},{"name":"output","id":580,"value":1,"literal":"output","eClass":"EEnumLiteral"},{"name":"inoutput","id":581,"value":2,"literal":"inoutput","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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":582,"derived":false},{"id":583,"eClass":"EGenericType"},{"name":"time","id":584,"value":0,"literal":"time","eClass":"EEnumLiteral"},{"name":"collectedData","id":585,"value":1,"literal":"collectedData","eClass":"EEnumLiteral"},{"name":"quest","id":586,"value":2,"literal":"quest","eClass":"EEnumLiteral"},{"name":"artefact","id":587,"value":3,"literal":"artefact","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":"metricReferenced","changeable":true,"resolveProxies":true,"lowerBound":0,"id":588,"derived":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":589,"derived":false},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formalizes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":592,"derived":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":593,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fromGoal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":594,"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":595,"derived":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":596,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"relationOp","changeable":true,"lowerBound":0,"iD":false,"id":597,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"treatment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":598,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dependentVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":599,"derived":false},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"id":602,"eClass":"EGenericType"},{"id":603,"eClass":"EGenericType"},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"relationOp","changeable":true,"lowerBound":0,"iD":false,"id":608,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"treatment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":609,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dependentVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":610,"derived":false},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"measureBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":614,"derived":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":615,"derived":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":616,"derived":false},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"levels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":620,"derived":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":621,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isTreament","changeable":true,"lowerBound":0,"iD":false,"id":622,"derived":false},{"id":623,"eClass":"EGenericType"},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":626,"derived":false},{"id":627,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":628,"derived":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":629,"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":630,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relatesTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":631,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refname","changeable":true,"lowerBound":0,"iD":false,"id":632,"derived":false},{"id":633,"eClass":"EGenericType"},{"id":634,"eClass":"EGenericType"},{"id":635,"eClass":"EGenericType"},{"id":636,"eClass":"EGenericType"},{"id":637,"eClass":"EGenericType"},{"name":"equal","id":638,"value":0,"literal":"equal","eClass":"EEnumLiteral"},{"name":"morethan","id":639,"value":1,"literal":"morethan","eClass":"EEnumLiteral"},{"name":"lessthan","id":640,"value":2,"literal":"lessthan","eClass":"EEnumLiteral"},{"name":"moreequalthan","id":641,"value":3,"literal":"moreequalthan","eClass":"EEnumLiteral"},{"name":"lessequalthan","id":642,"value":4,"literal":"lessequalthan","eClass":"EEnumLiteral"},{"name":"different","id":643,"value":5,"literal":"different","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":"question","changeable":true,"resolveProxies":true,"lowerBound":0,"id":644,"derived":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":645,"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":646,"derived":false},{"container":false,"ordered":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":647,"derived":false},{"id":648,"eClass":"EGenericType"},{"id":649,"eClass":"EGenericType"},{"id":650,"eClass":"EGenericType"},{"id":651,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":652,"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":653,"derived":false},{"ordered":true,"upperBound":1,"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":654,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"option","changeable":true,"resolveProxies":true,"lowerBound":0,"id":655,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"EReference0","changeable":true,"resolveProxies":true,"lowerBound":0,"id":656,"derived":false},{"id":657,"eClass":"EGenericType"},{"id":658,"eClass":"EGenericType"},{"id":659,"eClass":"EGenericType"},{"id":660,"eClass":"EGenericType"},{"id":661,"eClass":"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":662,"derived":false},{"id":663,"eClass":"EGenericType"},{"name":"comboBox","id":664,"value":0,"literal":"comboBox","eClass":"EEnumLiteral"},{"name":"checkBox","id":665,"value":1,"literal":"checkBox","eClass":"EEnumLiteral"},{"name":"text","id":666,"value":2,"literal":"text","eClass":"EEnumLiteral"},{"name":"paragraphText","id":667,"value":3,"literal":"paragraphText","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":668,"derived":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":669,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hypotheses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":670,"derived":false},{"id":671,"eClass":"EGenericType"},{"id":672,"eClass":"EGenericType"},{"id":673,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"goals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":674,"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":"hypothesis","changeable":true,"resolveProxies":true,"lowerBound":1,"id":675,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"design","changeable":true,"resolveProxies":true,"lowerBound":1,"id":676,"derived":false},{"id":677,"eClass":"EGenericType"},{"id":678,"eClass":"EGenericType"},{"id":679,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"factors","changeable":true,"resolveProxies":true,"lowerBound":1,"id":680,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"DoE","changeable":true,"lowerBound":0,"iD":false,"id":681,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":682,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"test","changeable":true,"resolveProxies":true,"lowerBound":0,"id":683,"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":"depVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":684,"derived":false},{"id":685,"eClass":"EGenericType"},{"id":686,"eClass":"EGenericType"},{"id":687,"eClass":"EGenericType"},{"id":688,"eClass":"EGenericType"},{"id":689,"eClass":"EGenericType"},{"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":690,"derived":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":691,"derived":false},{"id":692,"eClass":"EGenericType"},{"id":693,"eClass":"EGenericType"},{"name":"LS","id":694,"value":0,"literal":"LS","eClass":"EEnumLiteral"},{"name":"CRD","id":695,"value":1,"literal":"CRD","eClass":"EEnumLiteral"},{"name":"RCBD","id":696,"value":2,"literal":"RCBD","eClass":"EEnumLiteral"},{"name":"other","id":697,"value":3,"literal":"other","eClass":"EEnumLiteral"},{"name":"null_","id":698,"value":0,"literal":"null_","eClass":"EEnumLiteral"},{"name":"alternative","id":699,"value":1,"literal":"alternative","eClass":"EEnumLiteral"},{"name":"Pre","id":700,"value":0,"literal":"Pre","eClass":"EEnumLiteral"},{"name":"Post","id":701,"value":1,"literal":"Post","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":1,"target":0},{"source":1,"target":72},{"source":1,"target":73},{"source":1,"target":74},{"source":1,"target":75},{"source":1,"target":76},{"source":1,"target":77},{"source":1,"target":78},{"source":1,"target":79},{"source":1,"target":80},{"source":72,"target":81},{"source":72,"target":1},{"source":73,"target":82},{"source":73,"target":1},{"source":74,"target":3},{"source":74,"target":83},{"source":74,"target":1},{"source":83,"target":3},{"source":75,"target":84},{"source":75,"target":1},{"source":76,"target":85},{"source":76,"target":1},{"source":77,"target":10},{"source":77,"target":86},{"source":77,"target":1},{"source":86,"target":10},{"source":78,"target":87},{"source":78,"target":1},{"source":79,"target":88},{"source":79,"target":1},{"source":80,"target":89},{"source":80,"target":1},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":90},{"source":2,"target":91},{"source":2,"target":92},{"source":2,"target":93},{"source":90,"target":94},{"source":90,"target":2},{"source":91,"target":95},{"source":91,"target":2},{"source":92,"target":96},{"source":92,"target":2},{"source":93,"target":15},{"source":3,"target":0},{"source":3,"target":97},{"source":3,"target":98},{"source":3,"target":99},{"source":3,"target":100},{"source":3,"target":101},{"source":3,"target":102},{"source":97,"target":3},{"source":98,"target":3},{"source":99,"target":3},{"source":100,"target":3},{"source":101,"target":3},{"source":102,"target":3},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":103},{"source":103,"target":104},{"source":103,"target":5},{"source":6,"target":0},{"source":6,"target":105},{"source":6,"target":106},{"source":6,"target":107},{"source":6,"target":108},{"source":105,"target":109},{"source":105,"target":6},{"source":106,"target":110},{"source":106,"target":6},{"source":107,"target":111},{"source":107,"target":6},{"source":108,"target":112},{"source":108,"target":6},{"source":7,"target":0},{"source":7,"target":113},{"source":7,"target":114},{"source":7,"target":115},{"source":7,"target":116},{"source":113,"target":7},{"source":114,"target":7},{"source":115,"target":7},{"source":116,"target":7},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":117},{"source":9,"target":118},{"source":9,"target":119},{"source":9,"target":120},{"source":117,"target":9},{"source":118,"target":9},{"source":119,"target":9},{"source":120,"target":9},{"source":10,"target":0},{"source":10,"target":121},{"source":10,"target":122},{"source":10,"target":123},{"source":10,"target":124},{"source":121,"target":10},{"source":122,"target":10},{"source":123,"target":10},{"source":124,"target":10},{"source":11,"target":0},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":125},{"source":13,"target":126},{"source":13,"target":127},{"source":13,"target":128},{"source":13,"target":129},{"source":13,"target":130},{"source":125,"target":1},{"source":125,"target":131},{"source":125,"target":13},{"source":131,"target":1},{"source":126,"target":30},{"source":126,"target":132},{"source":126,"target":13},{"source":132,"target":30},{"source":127,"target":133},{"source":127,"target":13},{"source":128,"target":134},{"source":128,"target":13},{"source":129,"target":135},{"source":129,"target":13},{"source":130,"target":136},{"source":130,"target":13},{"source":14,"target":0},{"source":14,"target":137},{"source":14,"target":138},{"source":14,"target":139},{"source":14,"target":140},{"source":14,"target":141},{"source":14,"target":142},{"source":14,"target":143},{"source":14,"target":144},{"source":137,"target":145},{"source":137,"target":14},{"source":138,"target":15},{"source":138,"target":146},{"source":138,"target":14},{"source":146,"target":15},{"source":139,"target":18},{"source":139,"target":147},{"source":139,"target":14},{"source":147,"target":18},{"source":140,"target":19},{"source":140,"target":148},{"source":140,"target":14},{"source":148,"target":19},{"source":141,"target":42},{"source":141,"target":149},{"source":141,"target":14},{"source":149,"target":42},{"source":142,"target":150},{"source":142,"target":14},{"source":143,"target":151},{"source":143,"target":14},{"source":144,"target":152},{"source":144,"target":14},{"source":15,"target":0},{"source":15,"target":153},{"source":15,"target":154},{"source":15,"target":155},{"source":15,"target":156},{"source":153,"target":157},{"source":153,"target":15},{"source":154,"target":158},{"source":154,"target":15},{"source":155,"target":159},{"source":155,"target":15},{"source":156,"target":9},{"source":156,"target":160},{"source":156,"target":15},{"source":160,"target":9},{"source":16,"target":0},{"source":16,"target":161},{"source":16,"target":162},{"source":16,"target":163},{"source":16,"target":164},{"source":16,"target":165},{"source":16,"target":166},{"source":16,"target":167},{"source":16,"target":168},{"source":16,"target":169},{"source":16,"target":170},{"source":16,"target":171},{"source":16,"target":172},{"source":16,"target":173},{"source":16,"target":174},{"source":16,"target":175},{"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":16,"target":182},{"source":16,"target":183},{"source":16,"target":184},{"source":16,"target":185},{"source":16,"target":186},{"source":16,"target":187},{"source":16,"target":188},{"source":16,"target":189},{"source":16,"target":190},{"source":161,"target":191},{"source":161,"target":16},{"source":162,"target":192},{"source":162,"target":16},{"source":163,"target":193},{"source":163,"target":16},{"source":164,"target":1},{"source":164,"target":194},{"source":164,"target":16},{"source":194,"target":1},{"source":165,"target":2},{"source":165,"target":195},{"source":165,"target":16},{"source":195,"target":2},{"source":166,"target":5},{"source":166,"target":196},{"source":166,"target":16},{"source":196,"target":5},{"source":167,"target":15},{"source":167,"target":197},{"source":167,"target":16},{"source":197,"target":15},{"source":168,"target":13},{"source":168,"target":198},{"source":168,"target":16},{"source":198,"target":13},{"source":169,"target":14},{"source":169,"target":199},{"source":169,"target":16},{"source":199,"target":14},{"source":170,"target":17},{"source":170,"target":200},{"source":170,"target":16},{"source":200,"target":17},{"source":171,"target":18},{"source":171,"target":201},{"source":171,"target":16},{"source":201,"target":18},{"source":172,"target":19},{"source":172,"target":202},{"source":172,"target":16},{"source":202,"target":19},{"source":173,"target":20},{"source":173,"target":203},{"source":173,"target":16},{"source":203,"target":20},{"source":174,"target":21},{"source":174,"target":204},{"source":174,"target":16},{"source":204,"target":21},{"source":175,"target":22},{"source":175,"target":205},{"source":175,"target":16},{"source":205,"target":22},{"source":176,"target":28},{"source":176,"target":206},{"source":176,"target":16},{"source":206,"target":28},{"source":177,"target":29},{"source":177,"target":207},{"source":177,"target":16},{"source":207,"target":29},{"source":178,"target":30},{"source":178,"target":208},{"source":178,"target":16},{"source":208,"target":30},{"source":179,"target":33},{"source":179,"target":209},{"source":179,"target":16},{"source":209,"target":33},{"source":180,"target":34},{"source":180,"target":210},{"source":180,"target":16},{"source":210,"target":34},{"source":181,"target":36},{"source":181,"target":211},{"source":181,"target":16},{"source":211,"target":36},{"source":182,"target":37},{"source":182,"target":212},{"source":182,"target":16},{"source":212,"target":37},{"source":183,"target":39},{"source":183,"target":213},{"source":183,"target":16},{"source":213,"target":39},{"source":184,"target":38},{"source":184,"target":214},{"source":184,"target":16},{"source":214,"target":38},{"source":185,"target":40},{"source":185,"target":215},{"source":185,"target":16},{"source":215,"target":40},{"source":186,"target":41},{"source":186,"target":216},{"source":186,"target":16},{"source":216,"target":41},{"source":187,"target":47},{"source":187,"target":217},{"source":187,"target":16},{"source":217,"target":47},{"source":188,"target":60},{"source":188,"target":218},{"source":188,"target":16},{"source":218,"target":60},{"source":189,"target":65},{"source":189,"target":219},{"source":189,"target":16},{"source":219,"target":65},{"source":190,"target":58},{"source":190,"target":220},{"source":190,"target":16},{"source":220,"target":58},{"source":17,"target":0},{"source":17,"target":221},{"source":17,"target":222},{"source":17,"target":223},{"source":17,"target":224},{"source":221,"target":225},{"source":221,"target":17},{"source":222,"target":18},{"source":222,"target":226},{"source":222,"target":17},{"source":226,"target":18},{"source":223,"target":19},{"source":223,"target":227},{"source":223,"target":17},{"source":227,"target":19},{"source":224,"target":228},{"source":224,"target":17},{"source":18,"target":0},{"source":18,"target":229},{"source":18,"target":230},{"source":18,"target":231},{"source":18,"target":232},{"source":18,"target":233},{"source":18,"target":234},{"source":229,"target":235},{"source":229,"target":18},{"source":230,"target":1},{"source":230,"target":236},{"source":230,"target":18},{"source":236,"target":1},{"source":231,"target":30},{"source":231,"target":237},{"source":231,"target":18},{"source":237,"target":30},{"source":232,"target":13},{"source":232,"target":238},{"source":232,"target":18},{"source":238,"target":13},{"source":233,"target":5},{"source":233,"target":239},{"source":233,"target":18},{"source":239,"target":5},{"source":234,"target":43},{"source":234,"target":240},{"source":234,"target":18},{"source":240,"target":43},{"source":19,"target":0},{"source":19,"target":241},{"source":19,"target":242},{"source":19,"target":243},{"source":19,"target":244},{"source":241,"target":245},{"source":241,"target":19},{"source":242,"target":1},{"source":242,"target":246},{"source":242,"target":19},{"source":246,"target":1},{"source":243,"target":30},{"source":243,"target":247},{"source":243,"target":19},{"source":247,"target":30},{"source":244,"target":248},{"source":244,"target":19},{"source":20,"target":0},{"source":20,"target":249},{"source":20,"target":250},{"source":20,"target":251},{"source":20,"target":252},{"source":20,"target":253},{"source":20,"target":254},{"source":20,"target":255},{"source":20,"target":256},{"source":249,"target":257},{"source":249,"target":20},{"source":250,"target":30},{"source":250,"target":258},{"source":250,"target":20},{"source":258,"target":30},{"source":251,"target":18},{"source":251,"target":259},{"source":251,"target":20},{"source":259,"target":18},{"source":252,"target":19},{"source":252,"target":260},{"source":252,"target":20},{"source":260,"target":19},{"source":253,"target":40},{"source":253,"target":261},{"source":253,"target":20},{"source":261,"target":40},{"source":254,"target":41},{"source":254,"target":262},{"source":254,"target":20},{"source":262,"target":41},{"source":255,"target":263},{"source":255,"target":20},{"source":256,"target":264},{"source":256,"target":20},{"source":21,"target":0},{"source":21,"target":265},{"source":21,"target":266},{"source":21,"target":267},{"source":21,"target":268},{"source":21,"target":269},{"source":21,"target":270},{"source":21,"target":271},{"source":265,"target":272},{"source":265,"target":21},{"source":266,"target":18},{"source":266,"target":273},{"source":266,"target":21},{"source":273,"target":18},{"source":267,"target":19},{"source":267,"target":274},{"source":267,"target":21},{"source":274,"target":19},{"source":268,"target":40},{"source":268,"target":275},{"source":268,"target":21},{"source":275,"target":40},{"source":269,"target":41},{"source":269,"target":276},{"source":269,"target":21},{"source":276,"target":41},{"source":270,"target":277},{"source":270,"target":21},{"source":271,"target":278},{"source":271,"target":21},{"source":22,"target":0},{"source":22,"target":279},{"source":22,"target":280},{"source":22,"target":281},{"source":22,"target":282},{"source":22,"target":283},{"source":22,"target":284},{"source":22,"target":285},{"source":22,"target":286},{"source":22,"target":287},{"source":22,"target":288},{"source":22,"target":289},{"source":22,"target":290},{"source":279,"target":1},{"source":279,"target":291},{"source":279,"target":22},{"source":291,"target":1},{"source":280,"target":30},{"source":280,"target":292},{"source":280,"target":22},{"source":292,"target":30},{"source":281,"target":13},{"source":281,"target":293},{"source":281,"target":22},{"source":293,"target":13},{"source":282,"target":5},{"source":282,"target":294},{"source":282,"target":22},{"source":294,"target":5},{"source":283,"target":295},{"source":283,"target":22},{"source":284,"target":18},{"source":284,"target":296},{"source":284,"target":22},{"source":296,"target":18},{"source":285,"target":19},{"source":285,"target":297},{"source":285,"target":22},{"source":297,"target":19},{"source":286,"target":40},{"source":286,"target":298},{"source":286,"target":22},{"source":298,"target":40},{"source":287,"target":41},{"source":287,"target":299},{"source":287,"target":22},{"source":299,"target":41},{"source":288,"target":300},{"source":288,"target":22},{"source":289,"target":301},{"source":289,"target":22},{"source":290,"target":302},{"source":290,"target":22},{"source":23,"target":0},{"source":24,"target":0},{"source":24,"target":303},{"source":24,"target":304},{"source":24,"target":305},{"source":24,"target":306},{"source":24,"target":307},{"source":303,"target":24},{"source":304,"target":24},{"source":305,"target":24},{"source":306,"target":24},{"source":307,"target":24},{"source":25,"target":0},{"source":26,"target":0},{"source":27,"target":0},{"source":28,"target":0},{"source":28,"target":308},{"source":28,"target":309},{"source":28,"target":310},{"source":28,"target":311},{"source":28,"target":312},{"source":28,"target":313},{"source":28,"target":314},{"source":28,"target":315},{"source":28,"target":316},{"source":28,"target":317},{"source":28,"target":318},{"source":28,"target":319},{"source":28,"target":320},{"source":28,"target":321},{"source":28,"target":322},{"source":28,"target":323},{"source":28,"target":324},{"source":28,"target":325},{"source":28,"target":326},{"source":28,"target":327},{"source":28,"target":328},{"source":308,"target":329},{"source":308,"target":28},{"source":309,"target":37},{"source":309,"target":330},{"source":309,"target":28},{"source":330,"target":37},{"source":310,"target":33},{"source":310,"target":331},{"source":310,"target":28},{"source":331,"target":33},{"source":311,"target":22},{"source":311,"target":332},{"source":311,"target":28},{"source":332,"target":22},{"source":312,"target":34},{"source":312,"target":333},{"source":312,"target":28},{"source":333,"target":34},{"source":313,"target":38},{"source":313,"target":334},{"source":313,"target":28},{"source":334,"target":38},{"source":314,"target":36},{"source":314,"target":335},{"source":314,"target":28},{"source":335,"target":36},{"source":315,"target":29},{"source":315,"target":336},{"source":315,"target":28},{"source":336,"target":29},{"source":316,"target":20},{"source":316,"target":337},{"source":316,"target":28},{"source":337,"target":20},{"source":317,"target":21},{"source":317,"target":338},{"source":317,"target":28},{"source":338,"target":21},{"source":318,"target":14},{"source":318,"target":339},{"source":318,"target":28},{"source":339,"target":14},{"source":319,"target":17},{"source":319,"target":340},{"source":319,"target":28},{"source":340,"target":17},{"source":320,"target":1},{"source":320,"target":341},{"source":320,"target":28},{"source":341,"target":1},{"source":321,"target":30},{"source":321,"target":342},{"source":321,"target":28},{"source":342,"target":30},{"source":322,"target":13},{"source":322,"target":343},{"source":322,"target":28},{"source":343,"target":13},{"source":323,"target":5},{"source":323,"target":344},{"source":323,"target":28},{"source":344,"target":5},{"source":324,"target":18},{"source":324,"target":345},{"source":324,"target":28},{"source":345,"target":18},{"source":325,"target":19},{"source":325,"target":346},{"source":325,"target":28},{"source":346,"target":19},{"source":326,"target":39},{"source":326,"target":347},{"source":326,"target":28},{"source":347,"target":39},{"source":327,"target":348},{"source":327,"target":28},{"source":328,"target":349},{"source":328,"target":28},{"source":29,"target":0},{"source":29,"target":350},{"source":29,"target":351},{"source":29,"target":352},{"source":29,"target":353},{"source":29,"target":354},{"source":29,"target":355},{"source":29,"target":356},{"source":29,"target":357},{"source":29,"target":358},{"source":350,"target":359},{"source":350,"target":29},{"source":351,"target":35},{"source":351,"target":360},{"source":351,"target":29},{"source":360,"target":35},{"source":352,"target":47},{"source":352,"target":361},{"source":352,"target":29},{"source":361,"target":47},{"source":353,"target":18},{"source":353,"target":362},{"source":353,"target":29},{"source":362,"target":18},{"source":354,"target":19},{"source":354,"target":363},{"source":354,"target":29},{"source":363,"target":19},{"source":355,"target":40},{"source":355,"target":364},{"source":355,"target":29},{"source":364,"target":40},{"source":356,"target":41},{"source":356,"target":365},{"source":356,"target":29},{"source":365,"target":41},{"source":357,"target":366},{"source":357,"target":29},{"source":358,"target":367},{"source":358,"target":29},{"source":30,"target":0},{"source":30,"target":368},{"source":30,"target":369},{"source":30,"target":370},{"source":30,"target":371},{"source":368,"target":372},{"source":368,"target":30},{"source":369,"target":373},{"source":369,"target":30},{"source":370,"target":3},{"source":370,"target":374},{"source":370,"target":30},{"source":374,"target":3},{"source":371,"target":375},{"source":371,"target":30},{"source":31,"target":0},{"source":31,"target":376},{"source":31,"target":377},{"source":31,"target":378},{"source":31,"target":379},{"source":31,"target":380},{"source":31,"target":381},{"source":376,"target":31},{"source":377,"target":31},{"source":378,"target":31},{"source":379,"target":31},{"source":380,"target":31},{"source":381,"target":31},{"source":32,"target":0},{"source":33,"target":0},{"source":33,"target":382},{"source":33,"target":383},{"source":33,"target":384},{"source":33,"target":385},{"source":33,"target":386},{"source":33,"target":387},{"source":382,"target":388},{"source":382,"target":33},{"source":383,"target":39},{"source":383,"target":389},{"source":383,"target":33},{"source":389,"target":39},{"source":384,"target":41},{"source":384,"target":390},{"source":384,"target":33},{"source":390,"target":41},{"source":385,"target":18},{"source":385,"target":391},{"source":385,"target":33},{"source":391,"target":18},{"source":386,"target":19},{"source":386,"target":392},{"source":386,"target":33},{"source":392,"target":19},{"source":387,"target":393},{"source":387,"target":33},{"source":34,"target":0},{"source":34,"target":394},{"source":34,"target":395},{"source":34,"target":396},{"source":34,"target":397},{"source":34,"target":398},{"source":34,"target":399},{"source":34,"target":400},{"source":394,"target":401},{"source":394,"target":34},{"source":395,"target":18},{"source":395,"target":402},{"source":395,"target":34},{"source":402,"target":18},{"source":396,"target":19},{"source":396,"target":403},{"source":396,"target":34},{"source":403,"target":19},{"source":397,"target":40},{"source":397,"target":404},{"source":397,"target":34},{"source":404,"target":40},{"source":398,"target":41},{"source":398,"target":405},{"source":398,"target":34},{"source":405,"target":41},{"source":399,"target":406},{"source":399,"target":34},{"source":400,"target":407},{"source":400,"target":34},{"source":35,"target":0},{"source":35,"target":408},{"source":35,"target":409},{"source":408,"target":410},{"source":408,"target":35},{"source":409,"target":411},{"source":409,"target":35},{"source":36,"target":0},{"source":36,"target":412},{"source":36,"target":413},{"source":36,"target":414},{"source":36,"target":415},{"source":36,"target":416},{"source":36,"target":417},{"source":36,"target":418},{"source":36,"target":419},{"source":36,"target":420},{"source":36,"target":421},{"source":36,"target":422},{"source":36,"target":423},{"source":36,"target":424},{"source":36,"target":425},{"source":36,"target":426},{"source":36,"target":427},{"source":412,"target":428},{"source":412,"target":36},{"source":413,"target":22},{"source":413,"target":429},{"source":413,"target":36},{"source":429,"target":22},{"source":414,"target":34},{"source":414,"target":430},{"source":414,"target":36},{"source":430,"target":34},{"source":415,"target":38},{"source":415,"target":431},{"source":415,"target":36},{"source":431,"target":38},{"source":416,"target":36},{"source":416,"target":432},{"source":416,"target":36},{"source":432,"target":36},{"source":417,"target":29},{"source":417,"target":433},{"source":417,"target":36},{"source":433,"target":29},{"source":418,"target":20},{"source":418,"target":434},{"source":418,"target":36},{"source":434,"target":20},{"source":419,"target":21},{"source":419,"target":435},{"source":419,"target":36},{"source":435,"target":21},{"source":420,"target":14},{"source":420,"target":436},{"source":420,"target":36},{"source":436,"target":14},{"source":421,"target":17},{"source":421,"target":437},{"source":421,"target":36},{"source":437,"target":17},{"source":422,"target":18},{"source":422,"target":438},{"source":422,"target":36},{"source":438,"target":18},{"source":423,"target":19},{"source":423,"target":439},{"source":423,"target":36},{"source":439,"target":19},{"source":424,"target":40},{"source":424,"target":440},{"source":424,"target":36},{"source":440,"target":40},{"source":425,"target":41},{"source":425,"target":441},{"source":425,"target":36},{"source":441,"target":41},{"source":426,"target":442},{"source":426,"target":36},{"source":427,"target":443},{"source":427,"target":36},{"source":37,"target":0},{"source":37,"target":444},{"source":37,"target":445},{"source":444,"target":2},{"source":444,"target":446},{"source":444,"target":37},{"source":446,"target":2},{"source":445,"target":447},{"source":445,"target":37},{"source":38,"target":0},{"source":38,"target":448},{"source":38,"target":449},{"source":38,"target":450},{"source":38,"target":451},{"source":38,"target":452},{"source":38,"target":453},{"source":38,"target":454},{"source":38,"target":455},{"source":38,"target":456},{"source":38,"target":457},{"source":38,"target":458},{"source":38,"target":459},{"source":38,"target":460},{"source":38,"target":461},{"source":448,"target":39},{"source":448,"target":462},{"source":448,"target":38},{"source":462,"target":39},{"source":449,"target":18},{"source":449,"target":463},{"source":449,"target":38},{"source":463,"target":18},{"source":450,"target":19},{"source":450,"target":464},{"source":450,"target":38},{"source":464,"target":19},{"source":451,"target":40},{"source":451,"target":465},{"source":451,"target":38},{"source":465,"target":40},{"source":452,"target":41},{"source":452,"target":466},{"source":452,"target":38},{"source":466,"target":41},{"source":453,"target":467},{"source":453,"target":38},{"source":454,"target":3},{"source":454,"target":468},{"source":454,"target":38},{"source":468,"target":3},{"source":455,"target":469},{"source":455,"target":38},{"source":456,"target":3},{"source":456,"target":470},{"source":456,"target":38},{"source":470,"target":3},{"source":457,"target":471},{"source":457,"target":38},{"source":458,"target":31},{"source":458,"target":472},{"source":458,"target":38},{"source":472,"target":31},{"source":459,"target":473},{"source":459,"target":38},{"source":460,"target":48},{"source":460,"target":474},{"source":460,"target":38},{"source":474,"target":48},{"source":461,"target":52},{"source":461,"target":475},{"source":461,"target":38},{"source":475,"target":52},{"source":39,"target":0},{"source":39,"target":476},{"source":39,"target":477},{"source":39,"target":478},{"source":39,"target":479},{"source":39,"target":480},{"source":39,"target":481},{"source":39,"target":482},{"source":39,"target":483},{"source":39,"target":484},{"source":39,"target":485},{"source":39,"target":486},{"source":39,"target":487},{"source":39,"target":488},{"source":39,"target":489},{"source":476,"target":490},{"source":476,"target":39},{"source":477,"target":2},{"source":477,"target":491},{"source":477,"target":39},{"source":491,"target":2},{"source":478,"target":15},{"source":478,"target":492},{"source":478,"target":39},{"source":492,"target":15},{"source":479,"target":18},{"source":479,"target":493},{"source":479,"target":39},{"source":493,"target":18},{"source":480,"target":40},{"source":480,"target":494},{"source":480,"target":39},{"source":494,"target":40},{"source":481,"target":3},{"source":481,"target":495},{"source":481,"target":39},{"source":495,"target":3},{"source":482,"target":496},{"source":482,"target":39},{"source":483,"target":497},{"source":483,"target":39},{"source":484,"target":498},{"source":484,"target":39},{"source":485,"target":23},{"source":485,"target":499},{"source":485,"target":39},{"source":499,"target":23},{"source":486,"target":3},{"source":486,"target":500},{"source":486,"target":39},{"source":500,"target":3},{"source":487,"target":501},{"source":487,"target":39},{"source":488,"target":48},{"source":488,"target":502},{"source":488,"target":39},{"source":502,"target":48},{"source":489,"target":52},{"source":489,"target":503},{"source":489,"target":39},{"source":503,"target":52},{"source":40,"target":0},{"source":40,"target":504},{"source":40,"target":505},{"source":40,"target":506},{"source":40,"target":507},{"source":40,"target":508},{"source":40,"target":509},{"source":504,"target":1},{"source":504,"target":510},{"source":504,"target":40},{"source":510,"target":1},{"source":505,"target":30},{"source":505,"target":511},{"source":505,"target":40},{"source":511,"target":30},{"source":506,"target":512},{"source":506,"target":40},{"source":507,"target":513},{"source":507,"target":40},{"source":508,"target":514},{"source":508,"target":40},{"source":509,"target":515},{"source":509,"target":40},{"source":41,"target":0},{"source":41,"target":516},{"source":41,"target":517},{"source":41,"target":518},{"source":41,"target":519},{"source":41,"target":520},{"source":41,"target":521},{"source":41,"target":522},{"source":41,"target":523},{"source":516,"target":524},{"source":516,"target":41},{"source":517,"target":1},{"source":517,"target":525},{"source":517,"target":41},{"source":525,"target":1},{"source":518,"target":30},{"source":518,"target":526},{"source":518,"target":41},{"source":526,"target":30},{"source":519,"target":13},{"source":519,"target":527},{"source":519,"target":41},{"source":527,"target":13},{"source":520,"target":5},{"source":520,"target":528},{"source":520,"target":41},{"source":528,"target":5},{"source":521,"target":19},{"source":521,"target":529},{"source":521,"target":41},{"source":529,"target":19},{"source":522,"target":530},{"source":522,"target":41},{"source":523,"target":531},{"source":523,"target":41},{"source":42,"target":0},{"source":42,"target":532},{"source":42,"target":533},{"source":42,"target":534},{"source":42,"target":535},{"source":42,"target":536},{"source":42,"target":537},{"source":42,"target":538},{"source":42,"target":539},{"source":42,"target":540},{"source":532,"target":541},{"source":532,"target":42},{"source":533,"target":6},{"source":533,"target":542},{"source":533,"target":42},{"source":542,"target":6},{"source":534,"target":1},{"source":534,"target":543},{"source":534,"target":42},{"source":543,"target":1},{"source":535,"target":30},{"source":535,"target":544},{"source":535,"target":42},{"source":544,"target":30},{"source":536,"target":13},{"source":536,"target":545},{"source":536,"target":42},{"source":545,"target":13},{"source":537,"target":5},{"source":537,"target":546},{"source":537,"target":42},{"source":546,"target":5},{"source":538,"target":19},{"source":538,"target":547},{"source":538,"target":42},{"source":547,"target":19},{"source":539,"target":548},{"source":539,"target":42},{"source":540,"target":549},{"source":540,"target":42},{"source":43,"target":0},{"source":44,"target":0},{"source":45,"target":0},{"source":45,"target":550},{"source":45,"target":551},{"source":45,"target":552},{"source":45,"target":553},{"source":45,"target":554},{"source":45,"target":555},{"source":45,"target":556},{"source":45,"target":557},{"source":45,"target":558},{"source":45,"target":559},{"source":45,"target":560},{"source":45,"target":561},{"source":45,"target":562},{"source":45,"target":563},{"source":45,"target":564},{"source":550,"target":45},{"source":551,"target":45},{"source":552,"target":45},{"source":553,"target":45},{"source":554,"target":45},{"source":555,"target":45},{"source":556,"target":45},{"source":557,"target":45},{"source":558,"target":45},{"source":559,"target":45},{"source":560,"target":45},{"source":561,"target":45},{"source":562,"target":45},{"source":563,"target":45},{"source":564,"target":45},{"source":46,"target":0},{"source":47,"target":0},{"source":47,"target":565},{"source":47,"target":566},{"source":47,"target":567},{"source":47,"target":568},{"source":565,"target":569},{"source":565,"target":47},{"source":566,"target":570},{"source":566,"target":47},{"source":567,"target":571},{"source":567,"target":47},{"source":568,"target":572},{"source":568,"target":47},{"source":48,"target":0},{"source":48,"target":573},{"source":48,"target":574},{"source":48,"target":575},{"source":573,"target":576},{"source":573,"target":48},{"source":574,"target":577},{"source":574,"target":48},{"source":575,"target":578},{"source":575,"target":48},{"source":49,"target":0},{"source":49,"target":579},{"source":49,"target":580},{"source":49,"target":581},{"source":579,"target":49},{"source":580,"target":49},{"source":581,"target":49},{"source":50,"target":0},{"source":50,"target":582},{"source":582,"target":16},{"source":582,"target":583},{"source":582,"target":50},{"source":583,"target":16},{"source":51,"target":0},{"source":51,"target":584},{"source":51,"target":585},{"source":51,"target":586},{"source":51,"target":587},{"source":584,"target":51},{"source":585,"target":51},{"source":586,"target":51},{"source":587,"target":51},{"source":52,"target":0},{"source":52,"target":588},{"source":52,"target":589},{"source":588,"target":58},{"source":588,"target":590},{"source":588,"target":52},{"source":590,"target":58},{"source":589,"target":591},{"source":589,"target":52},{"source":53,"target":0},{"source":53,"target":592},{"source":53,"target":593},{"source":53,"target":594},{"source":53,"target":595},{"source":53,"target":596},{"source":53,"target":597},{"source":53,"target":598},{"source":53,"target":599},{"source":592,"target":54},{"source":592,"target":600},{"source":592,"target":53},{"source":600,"target":54},{"source":593,"target":601},{"source":593,"target":53},{"source":594,"target":64},{"source":594,"target":602},{"source":594,"target":53},{"source":602,"target":64},{"source":595,"target":70},{"source":595,"target":603},{"source":595,"target":53},{"source":603,"target":70},{"source":596,"target":604},{"source":596,"target":53},{"source":597,"target":59},{"source":597,"target":605},{"source":597,"target":53},{"source":605,"target":59},{"source":598,"target":57},{"source":598,"target":606},{"source":598,"target":53},{"source":606,"target":57},{"source":599,"target":55},{"source":599,"target":607},{"source":599,"target":53},{"source":607,"target":55},{"source":54,"target":0},{"source":54,"target":608},{"source":54,"target":609},{"source":54,"target":610},{"source":608,"target":59},{"source":608,"target":611},{"source":608,"target":54},{"source":611,"target":59},{"source":609,"target":57},{"source":609,"target":612},{"source":609,"target":54},{"source":612,"target":57},{"source":610,"target":55},{"source":610,"target":613},{"source":610,"target":54},{"source":613,"target":55},{"source":55,"target":0},{"source":55,"target":614},{"source":55,"target":615},{"source":55,"target":616},{"source":614,"target":58},{"source":614,"target":617},{"source":614,"target":55},{"source":617,"target":58},{"source":615,"target":618},{"source":615,"target":55},{"source":616,"target":619},{"source":616,"target":55},{"source":56,"target":0},{"source":56,"target":620},{"source":56,"target":621},{"source":56,"target":622},{"source":620,"target":57},{"source":620,"target":623},{"source":620,"target":56},{"source":623,"target":57},{"source":621,"target":624},{"source":621,"target":56},{"source":622,"target":3},{"source":622,"target":625},{"source":622,"target":56},{"source":625,"target":3},{"source":57,"target":0},{"source":57,"target":626},{"source":626,"target":627},{"source":626,"target":57},{"source":58,"target":0},{"source":58,"target":628},{"source":58,"target":629},{"source":58,"target":630},{"source":58,"target":631},{"source":58,"target":632},{"source":628,"target":633},{"source":628,"target":58},{"source":629,"target":634},{"source":629,"target":58},{"source":630,"target":51},{"source":630,"target":635},{"source":630,"target":58},{"source":635,"target":51},{"source":631,"target":28},{"source":631,"target":636},{"source":631,"target":58},{"source":636,"target":28},{"source":632,"target":637},{"source":632,"target":58},{"source":59,"target":0},{"source":59,"target":638},{"source":59,"target":639},{"source":59,"target":640},{"source":59,"target":641},{"source":59,"target":642},{"source":59,"target":643},{"source":638,"target":59},{"source":639,"target":59},{"source":640,"target":59},{"source":641,"target":59},{"source":642,"target":59},{"source":643,"target":59},{"source":60,"target":0},{"source":60,"target":644},{"source":60,"target":645},{"source":60,"target":646},{"source":60,"target":647},{"source":644,"target":61},{"source":644,"target":648},{"source":644,"target":60},{"source":648,"target":61},{"source":645,"target":649},{"source":645,"target":60},{"source":646,"target":71},{"source":646,"target":650},{"source":646,"target":60},{"source":650,"target":71},{"source":647,"target":28},{"source":647,"target":651},{"source":647,"target":60},{"source":651,"target":28},{"source":61,"target":0},{"source":61,"target":652},{"source":61,"target":653},{"source":61,"target":654},{"source":61,"target":655},{"source":61,"target":656},{"source":652,"target":657},{"source":652,"target":61},{"source":653,"target":63},{"source":653,"target":658},{"source":653,"target":61},{"source":658,"target":63},{"source":654,"target":3},{"source":654,"target":659},{"source":654,"target":61},{"source":659,"target":3},{"source":655,"target":62},{"source":655,"target":660},{"source":655,"target":61},{"source":660,"target":62},{"source":656,"target":61},{"source":656,"target":661},{"source":656,"target":61},{"source":661,"target":61},{"source":62,"target":0},{"source":62,"target":662},{"source":662,"target":663},{"source":662,"target":62},{"source":63,"target":0},{"source":63,"target":664},{"source":63,"target":665},{"source":63,"target":666},{"source":63,"target":667},{"source":664,"target":63},{"source":665,"target":63},{"source":666,"target":63},{"source":667,"target":63},{"source":64,"target":0},{"source":64,"target":668},{"source":64,"target":669},{"source":64,"target":670},{"source":668,"target":671},{"source":668,"target":64},{"source":669,"target":672},{"source":669,"target":64},{"source":670,"target":53},{"source":670,"target":673},{"source":670,"target":64},{"source":673,"target":53},{"source":65,"target":0},{"source":65,"target":674},{"source":65,"target":675},{"source":65,"target":676},{"source":674,"target":64},{"source":674,"target":677},{"source":674,"target":65},{"source":677,"target":64},{"source":675,"target":53},{"source":675,"target":678},{"source":675,"target":65},{"source":678,"target":53},{"source":676,"target":66},{"source":676,"target":679},{"source":676,"target":65},{"source":679,"target":66},{"source":66,"target":0},{"source":66,"target":680},{"source":66,"target":681},{"source":66,"target":682},{"source":66,"target":683},{"source":66,"target":684},{"source":680,"target":56},{"source":680,"target":685},{"source":680,"target":66},{"source":685,"target":56},{"source":681,"target":69},{"source":681,"target":686},{"source":681,"target":66},{"source":686,"target":69},{"source":682,"target":67},{"source":682,"target":687},{"source":682,"target":66},{"source":687,"target":67},{"source":683,"target":68},{"source":683,"target":688},{"source":683,"target":66},{"source":688,"target":68},{"source":684,"target":55},{"source":684,"target":689},{"source":684,"target":66},{"source":689,"target":55},{"source":67,"target":0},{"source":67,"target":690},{"source":67,"target":691},{"source":690,"target":692},{"source":690,"target":67},{"source":691,"target":693},{"source":691,"target":67},{"source":68,"target":0},{"source":69,"target":0},{"source":69,"target":694},{"source":69,"target":695},{"source":69,"target":696},{"source":69,"target":697},{"source":694,"target":69},{"source":695,"target":69},{"source":696,"target":69},{"source":697,"target":69},{"source":70,"target":0},{"source":70,"target":698},{"source":70,"target":699},{"source":698,"target":70},{"source":699,"target":70},{"source":71,"target":0},{"source":71,"target":700},{"source":71,"target":701},{"source":700,"target":71},{"source":701,"target":71}],"multigraph":true}
ecore
modelling
repo-ecore-all/data/sunwuliang/SlicingProject1.0/slices/SlicedUML2InsMATLABisAbstractDefined.ecore
UML2 Component Stereotype TemplateableClassifier Enumeration Collaboration ProtocolStateMachine ParameterableClassifier Device Node Signal StateMachine Interaction CommunicationPath Activity Behavior BehavioredClassifier Extension PrimitiveType StructuredClassifier DeploymentSpecification Association UseCase Class EncapsulatedClassifier Artifact ExecutionEnvironment InformationItem Interface Actor Classifier isAbstract AssociationClass DataType
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2"> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/> <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="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","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":"Signal","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":1,"target":0},{"source":1,"target":23},{"source":1,"target":33},{"source":33,"target":23},{"source":2,"target":0},{"source":2,"target":23},{"source":2,"target":34},{"source":34,"target":23},{"source":3,"target":0},{"source":3,"target":30},{"source":3,"target":35},{"source":35,"target":30},{"source":4,"target":0},{"source":4,"target":32},{"source":4,"target":36},{"source":36,"target":32},{"source":5,"target":0},{"source":5,"target":16},{"source":5,"target":19},{"source":5,"target":37},{"source":5,"target":38},{"source":37,"target":16},{"source":38,"target":19},{"source":6,"target":0},{"source":6,"target":11},{"source":6,"target":39},{"source":39,"target":11},{"source":7,"target":0},{"source":7,"target":30},{"source":7,"target":40},{"source":40,"target":30},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":41},{"source":41,"target":9},{"source":9,"target":0},{"source":9,"target":23},{"source":9,"target":42},{"source":42,"target":23},{"source":10,"target":0},{"source":10,"target":30},{"source":10,"target":43},{"source":43,"target":30},{"source":11,"target":0},{"source":11,"target":15},{"source":11,"target":44},{"source":44,"target":15},{"source":12,"target":0},{"source":12,"target":15},{"source":12,"target":45},{"source":45,"target":15},{"source":13,"target":0},{"source":13,"target":21},{"source":13,"target":46},{"source":46,"target":21},{"source":14,"target":0},{"source":14,"target":15},{"source":14,"target":47},{"source":47,"target":15},{"source":15,"target":0},{"source":15,"target":23},{"source":15,"target":48},{"source":48,"target":23},{"source":16,"target":0},{"source":16,"target":30},{"source":16,"target":49},{"source":49,"target":30},{"source":17,"target":0},{"source":17,"target":21},{"source":17,"target":50},{"source":50,"target":21},{"source":18,"target":0},{"source":18,"target":32},{"source":18,"target":51},{"source":51,"target":32},{"source":19,"target":0},{"source":19,"target":30},{"source":19,"target":52},{"source":52,"target":30},{"source":20,"target":0},{"source":20,"target":25},{"source":20,"target":53},{"source":53,"target":25},{"source":21,"target":0},{"source":21,"target":30},{"source":21,"target":54},{"source":54,"target":30},{"source":22,"target":0},{"source":22,"target":16},{"source":22,"target":55},{"source":55,"target":16},{"source":23,"target":0},{"source":23,"target":16},{"source":23,"target":24},{"source":23,"target":56},{"source":23,"target":57},{"source":56,"target":16},{"source":57,"target":24},{"source":24,"target":0},{"source":24,"target":19},{"source":24,"target":58},{"source":58,"target":19},{"source":25,"target":0},{"source":25,"target":30},{"source":25,"target":59},{"source":59,"target":30},{"source":26,"target":0},{"source":26,"target":9},{"source":26,"target":60},{"source":60,"target":9},{"source":27,"target":0},{"source":27,"target":30},{"source":27,"target":61},{"source":61,"target":30},{"source":28,"target":0},{"source":28,"target":30},{"source":28,"target":62},{"source":62,"target":30},{"source":29,"target":0},{"source":29,"target":30},{"source":29,"target":63},{"source":63,"target":30},{"source":30,"target":0},{"source":30,"target":64},{"source":64,"target":65},{"source":64,"target":30},{"source":31,"target":0},{"source":31,"target":23},{"source":31,"target":21},{"source":31,"target":66},{"source":31,"target":67},{"source":66,"target":23},{"source":67,"target":21},{"source":32,"target":0},{"source":32,"target":30},{"source":32,"target":68},{"source":68,"target":30}],"multigraph":true}
ecore
types
repo-ecore-all/data/huybuidac20593/yakindu/BASE/branches/Xtext_TS/org.yakindu.base.types/model/types.ecore
types Package member Type constraints scheme Feature owningType Operation parameters Property Parameter owningOperation TypedElement type typeArguments Event EnumerationType enumerator PrimitiveType baseType ComplexType getAllFeatures features superTypes Enumerator owningEnumeration literalValue TypeConstraint value TypeParameter bound ParameterizedType parameter PackageMember RangeConstraint assignableTo constraint lowerBound upperBound Integer Real Boolean String Void
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="types" nsURI="http://www.yakindu.org/base/types/2.0.0" nsPrefix="types"> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="base.ecore#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" upperBound="-1" eType="#//PackageMember" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//PackageMember"> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1" eType="#//TypeConstraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scheme" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true" eSuperTypes="#//TypedElement base.ecore#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="owningType" eType="#//ComplexType" eOpposite="#//ComplexType/features"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//Feature"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true" eOpposite="#//Parameter/owningOperation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//TypedElement base.ecore#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="owningOperation" eType="#//Operation" eOpposite="#//Operation/parameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Event" eSuperTypes="#//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="EnumerationType" eSuperTypes="#//PrimitiveType"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumerator" upperBound="-1" eType="#//Enumerator" containment="true" eOpposite="#//Enumerator/owningEnumeration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="baseType" eType="#//PrimitiveType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComplexType" eSuperTypes="#//ParameterizedType"> <eOperations name="getAllFeatures" upperBound="-1" eType="#//Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature" containment="true" eOpposite="#//Feature/owningType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superTypes" upperBound="-1" eType="#//ComplexType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enumerator" eSuperTypes="base.ecore#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="owningEnumeration" eType="#//EnumerationType" eOpposite="#//EnumerationType/enumerator"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literalValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeConstraint"> <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="TypeParameter" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="bound" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterizedType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" upperBound="-1" eType="#//TypeParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageMember" eSuperTypes="base.ecore#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="RangeConstraint" eSuperTypes="#//TypeConstraint"> <eOperations name="assignableTo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="constraint" eType="#//RangeConstraint"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Integer" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Real" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Boolean" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="String" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Void" eSuperTypes="#//PrimitiveType"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"types","nsURI":"http://www.yakindu.org/base/types/2.0.0","name":"types","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":"Type","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"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":"TypedElement","instanceClass":null,"abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplexType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumerator","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeConstraint","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeParameter","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterizedType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageMember","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeConstraint","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Real","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Void","instanceClass":null,"abstract":false,"id":22,"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":"member","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":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scheme","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","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":"parameters","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumerator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningEnumeration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllFeatures","lowerBound":0,"id":56,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"superTypes","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"literalValue","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bound","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"assignableTo","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"constraint","lowerBound":0,"id":80,"many":false,"required":false,"eClass":"EParameter"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":1,"target":0},{"source":1,"target":23},{"source":1,"target":24},{"source":23,"target":16},{"source":23,"target":25},{"source":23,"target":1},{"source":25,"target":16},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":26,"target":13},{"source":26,"target":29},{"source":26,"target":2},{"source":29,"target":13},{"source":27,"target":30},{"source":27,"target":2},{"source":28,"target":16},{"source":3,"target":0},{"source":3,"target":7},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":31,"target":11},{"source":31,"target":34},{"source":31,"target":3},{"source":31,"target":35},{"source":34,"target":11},{"source":32,"target":7},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":36},{"source":4,"target":37},{"source":36,"target":6},{"source":36,"target":38},{"source":36,"target":4},{"source":36,"target":39},{"source":38,"target":6},{"source":37,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":40},{"source":40,"target":3},{"source":6,"target":0},{"source":6,"target":7},{"source":6,"target":39},{"source":6,"target":41},{"source":6,"target":42},{"source":39,"target":4},{"source":39,"target":43},{"source":39,"target":6},{"source":39,"target":36},{"source":43,"target":4},{"source":41,"target":7},{"source":7,"target":0},{"source":7,"target":44},{"source":7,"target":45},{"source":44,"target":2},{"source":44,"target":46},{"source":44,"target":7},{"source":46,"target":2},{"source":45,"target":2},{"source":45,"target":47},{"source":45,"target":7},{"source":47,"target":2},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":48},{"source":48,"target":3},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":49},{"source":9,"target":50},{"source":49,"target":12},{"source":49,"target":51},{"source":49,"target":9},{"source":49,"target":52},{"source":51,"target":12},{"source":50,"target":10},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":53},{"source":10,"target":54},{"source":53,"target":10},{"source":53,"target":55},{"source":53,"target":10},{"source":55,"target":10},{"source":54,"target":2},{"source":11,"target":0},{"source":11,"target":15},{"source":11,"target":56},{"source":11,"target":35},{"source":11,"target":57},{"source":11,"target":58},{"source":56,"target":3},{"source":56,"target":59},{"source":56,"target":11},{"source":59,"target":3},{"source":35,"target":3},{"source":35,"target":60},{"source":35,"target":11},{"source":35,"target":31},{"source":60,"target":3},{"source":57,"target":11},{"source":57,"target":61},{"source":57,"target":11},{"source":61,"target":11},{"source":58,"target":15},{"source":12,"target":0},{"source":12,"target":52},{"source":12,"target":62},{"source":12,"target":63},{"source":52,"target":9},{"source":52,"target":64},{"source":52,"target":12},{"source":52,"target":49},{"source":64,"target":9},{"source":62,"target":65},{"source":62,"target":12},{"source":13,"target":0},{"source":13,"target":66},{"source":66,"target":67},{"source":66,"target":13},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":68},{"source":14,"target":69},{"source":68,"target":2},{"source":68,"target":70},{"source":68,"target":14},{"source":70,"target":2},{"source":69,"target":2},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":71},{"source":15,"target":72},{"source":71,"target":14},{"source":71,"target":73},{"source":71,"target":15},{"source":73,"target":14},{"source":72,"target":2},{"source":16,"target":0},{"source":16,"target":74},{"source":17,"target":0},{"source":17,"target":13},{"source":17,"target":75},{"source":17,"target":76},{"source":17,"target":77},{"source":17,"target":78},{"source":75,"target":79},{"source":75,"target":17},{"source":75,"target":80},{"source":80,"target":17},{"source":80,"target":81},{"source":80,"target":75},{"source":81,"target":17},{"source":76,"target":82},{"source":76,"target":17},{"source":77,"target":83},{"source":77,"target":17},{"source":78,"target":13},{"source":18,"target":0},{"source":18,"target":10},{"source":18,"target":84},{"source":84,"target":10},{"source":19,"target":0},{"source":19,"target":10},{"source":19,"target":85},{"source":85,"target":10},{"source":20,"target":0},{"source":20,"target":10},{"source":20,"target":86},{"source":86,"target":10},{"source":21,"target":0},{"source":21,"target":10},{"source":21,"target":87},{"source":87,"target":10},{"source":22,"target":0},{"source":22,"target":10},{"source":22,"target":88},{"source":88,"target":10}],"multigraph":true}
ecore
class-diagram
repo-ecore-all/data/Pourfex/IMT_Model_To_Model_To_SQL-HTML/tp.fil/bin/tp/fil/resources/Data.ecore
Data Model classes name Class attributes name Attribute name type visibility Type name isReference
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Data" nsURI="http://data" nsPrefix="data"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1" eType="#//Class" 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="Class"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" 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="Attribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReference" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"data","nsURI":"http://data","name":"Data","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","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":"Type","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"id":8,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isReference","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":5,"target":2},{"source":5,"target":7},{"source":5,"target":1},{"source":7,"target":2},{"source":6,"target":8},{"source":6,"target":1},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":10},{"source":9,"target":3},{"source":9,"target":11},{"source":9,"target":2},{"source":11,"target":3},{"source":10,"target":12},{"source":10,"target":2},{"source":3,"target":0},{"source":3,"target":13},{"source":3,"target":14},{"source":3,"target":15},{"source":13,"target":16},{"source":13,"target":3},{"source":14,"target":4},{"source":14,"target":17},{"source":14,"target":3},{"source":17,"target":4},{"source":15,"target":18},{"source":15,"target":3},{"source":4,"target":0},{"source":4,"target":19},{"source":4,"target":20},{"source":19,"target":21},{"source":19,"target":4},{"source":20,"target":22},{"source":20,"target":4}],"multigraph":true}
ecore
library
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/MDEGroup/MDEForge/mdeforge/githubmetamodels/library07.ecore
library Author name books Book title author Employee name shelves Library shelves name authors employees Shelf name books
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="library" nsURI="http:///org/eclipse/gmf/examples/library.ecore" nsPrefix="org.eclipse.gmf.examples.eclipsecon.library"> <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:EReference" name="books" upperBound="-1" eType="#//Book" eOpposite="#//Book/author"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Book"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="author" lowerBound="1" eType="#//Author" eOpposite="#//Author/books"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Employee"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="shelves" upperBound="-1" eType="#//Shelf"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Library"> <eStructuralFeatures xsi:type="ecore:EReference" name="shelves" upperBound="-1" eType="#//Shelf" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="authors" upperBound="-1" eType="#//Author" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="employees" upperBound="-1" eType="#//Employee" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Shelf"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="#//Book" containment="true" resolveProxies="false"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"org.eclipse.gmf.examples.eclipsecon.library","nsURI":"http:///org/eclipse/gmf/examples/library.ecore","name":"library","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Author","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Employee","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Shelf","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":1,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"shelves","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":"shelves","changeable":true,"resolveProxies":false,"lowerBound":0,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"container":false,"ordered":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":false,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"employees","changeable":true,"resolveProxies":false,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":false,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":6,"target":8},{"source":6,"target":1},{"source":7,"target":2},{"source":7,"target":9},{"source":7,"target":1},{"source":7,"target":10},{"source":9,"target":2},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":10},{"source":11,"target":12},{"source":11,"target":2},{"source":10,"target":1},{"source":10,"target":13},{"source":10,"target":2},{"source":10,"target":7},{"source":13,"target":1},{"source":3,"target":0},{"source":3,"target":14},{"source":3,"target":15},{"source":14,"target":16},{"source":14,"target":3},{"source":15,"target":5},{"source":15,"target":17},{"source":15,"target":3},{"source":17,"target":5},{"source":4,"target":0},{"source":4,"target":18},{"source":4,"target":19},{"source":4,"target":20},{"source":4,"target":21},{"source":18,"target":5},{"source":18,"target":22},{"source":18,"target":4},{"source":22,"target":5},{"source":19,"target":23},{"source":19,"target":4},{"source":20,"target":1},{"source":20,"target":24},{"source":20,"target":4},{"source":24,"target":1},{"source":21,"target":3},{"source":21,"target":25},{"source":21,"target":4},{"source":25,"target":3},{"source":5,"target":0},{"source":5,"target":26},{"source":5,"target":27},{"source":26,"target":28},{"source":26,"target":5},{"source":27,"target":2},{"source":27,"target":29},{"source":27,"target":5},{"source":29,"target":2}],"multigraph":true}
ecore
simple-pl
repo-ecore-all/data/wijtserekker/flinktodink/metamodels/flinkie/flinkie2.ecore
flinkie2 Node Init declstats node DeclStat variable BooleanEvaluation assignstats true false boolexpr Question text options assignstats Message text assignstats node Option text assignstats node EIntOneOp MIN MIN EIntTwoOp SUB SUB ADD ADD MUL MUL DIV DIV IntExpr OneOpInt operator MIN intexpr TwoOpInt operator SUB left right Number value Variable name AssignStat variableexpr intexpr FlowChart nodes initialisation BracExprInt intexpr VariableExpr variable OneOpBool operator NOT boolexpr TwoOpBool operator AND left right BoolVal value BoolExpr BracExprBool boolexpr Comparison operator EQ right left EBoolVal TRUE TRUE FALSE FALSE EBoolTwoOp AND AND OR OR XOR XOR ECompOp EQ EQ LE LE GT GT NE NE GE GE LT LT EBoolOneOp NOT NOT
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="flinkie2" nsURI="http://www.example.org/flinkie" nsPrefix="flinkie2"> <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="Node" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="Init"> <eStructuralFeatures xsi:type="ecore:EReference" name="declstats" upperBound="-1" eType="#//DeclStat" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="node" lowerBound="1" eType="#//Node"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeclStat"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="#//Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanEvaluation" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="assignstats" upperBound="-1" eType="#//AssignStat" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="true" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="false" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="boolexpr" lowerBound="1" eType="#//BoolExpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Question" eSuperTypes="#//Node"> <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="options" lowerBound="1" upperBound="-1" eType="#//Option" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignstats" upperBound="-1" eType="#//AssignStat" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//Node"> <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="assignstats" upperBound="-1" eType="#//AssignStat" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="node" eType="#//Node"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Option"> <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="assignstats" upperBound="-1" eType="#//AssignStat" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="node" eType="#//Node"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EIntOneOp"> <eLiterals name="MIN"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EIntTwoOp"> <eLiterals name="SUB"/> <eLiterals name="ADD" value="1"/> <eLiterals name="MUL" value="2"/> <eLiterals name="DIV" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntExpr" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="OneOpInt" eSuperTypes="#//IntExpr"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//EIntOneOp" defaultValueLiteral="MIN"/> <eStructuralFeatures xsi:type="ecore:EReference" name="intexpr" lowerBound="1" eType="#//IntExpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TwoOpInt" eSuperTypes="#//IntExpr"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//EIntTwoOp" defaultValueLiteral="SUB"/> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//IntExpr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//IntExpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Number" eSuperTypes="#//IntExpr"> <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="Variable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssignStat"> <eStructuralFeatures xsi:type="ecore:EReference" name="variableexpr" lowerBound="1" eType="#//VariableExpr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="intexpr" lowerBound="1" eType="#//IntExpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlowChart"> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialisation" lowerBound="1" eType="#//Init" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BracExprInt" eSuperTypes="#//IntExpr"> <eStructuralFeatures xsi:type="ecore:EReference" name="intexpr" lowerBound="1" eType="#//IntExpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableExpr" eSuperTypes="#//IntExpr"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="#//Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OneOpBool" eSuperTypes="#//BoolExpr"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//EBoolOneOp" defaultValueLiteral="NOT"/> <eStructuralFeatures xsi:type="ecore:EReference" name="boolexpr" lowerBound="1" eType="#//BoolExpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TwoOpBool" eSuperTypes="#//BoolExpr"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//EBoolTwoOp" defaultValueLiteral="AND"/> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//BoolExpr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//BoolExpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BoolVal" eSuperTypes="#//BoolExpr"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BoolExpr" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="BracExprBool" eSuperTypes="#//BoolExpr"> <eStructuralFeatures xsi:type="ecore:EReference" name="boolexpr" lowerBound="1" eType="#//BoolExpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comparison" eSuperTypes="#//BoolExpr"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//ECompOp" defaultValueLiteral="EQ"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//IntExpr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//IntExpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EBoolVal"> <eLiterals name="TRUE"/> <eLiterals name="FALSE" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EBoolTwoOp"> <eLiterals name="AND"/> <eLiterals name="OR" value="1"/> <eLiterals name="XOR" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ECompOp"> <eLiterals name="EQ"/> <eLiterals name="LE" value="4"/> <eLiterals name="GT" value="1"/> <eLiterals name="NE" value="5"/> <eLiterals name="GE" value="3"/> <eLiterals name="LT" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EBoolOneOp"> <eLiterals name="NOT"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"flinkie2","nsURI":"http://www.example.org/flinkie","name":"flinkie2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":1,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Init","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeclStat","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanEvaluation","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Question","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Option","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EIntOneOp","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EIntTwoOp","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntExpr","instanceClass":null,"abstract":true,"id":10,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OneOpInt","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TwoOpInt","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Number","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignStat","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowChart","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BracExprInt","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExpr","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OneOpBool","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TwoOpBool","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolVal","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolExpr","instanceClass":null,"abstract":true,"id":22,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BracExprBool","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comparison","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EBoolVal","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EBoolTwoOp","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ECompOp","instanceClass":null,"id":27,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EBoolOneOp","instanceClass":null,"id":28,"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":"declstats","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":"node","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assignstats","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":"true","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"false","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":"boolexpr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"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":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"options","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assignstats","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":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":"assignstats","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"node","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"},{"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":58,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assignstats","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":"node","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"name":"MIN","id":64,"value":0,"literal":"MIN","eClass":"EEnumLiteral"},{"name":"SUB","id":65,"value":0,"literal":"SUB","eClass":"EEnumLiteral"},{"name":"ADD","id":66,"value":1,"literal":"ADD","eClass":"EEnumLiteral"},{"name":"MUL","id":67,"value":2,"literal":"MUL","eClass":"EEnumLiteral"},{"name":"DIV","id":68,"value":3,"literal":"DIV","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"MIN","unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"intexpr","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,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"SUB","unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","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"},{"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":81,"derived":false},{"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variableexpr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"intexpr","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":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"initialisation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"intexpr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"NOT","unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"boolexpr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"AND","unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"boolexpr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"EQ","unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"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":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"name":"TRUE","id":125,"value":0,"literal":"TRUE","eClass":"EEnumLiteral"},{"name":"FALSE","id":126,"value":1,"literal":"FALSE","eClass":"EEnumLiteral"},{"name":"AND","id":127,"value":0,"literal":"AND","eClass":"EEnumLiteral"},{"name":"OR","id":128,"value":1,"literal":"OR","eClass":"EEnumLiteral"},{"name":"XOR","id":129,"value":2,"literal":"XOR","eClass":"EEnumLiteral"},{"name":"EQ","id":130,"value":0,"literal":"EQ","eClass":"EEnumLiteral"},{"name":"LE","id":131,"value":4,"literal":"LE","eClass":"EEnumLiteral"},{"name":"GT","id":132,"value":1,"literal":"GT","eClass":"EEnumLiteral"},{"name":"NE","id":133,"value":5,"literal":"NE","eClass":"EEnumLiteral"},{"name":"GE","id":134,"value":3,"literal":"GE","eClass":"EEnumLiteral"},{"name":"LT","id":135,"value":2,"literal":"LT","eClass":"EEnumLiteral"},{"name":"NOT","id":136,"value":0,"literal":"NOT","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":1,"target":0},{"source":2,"target":0},{"source":2,"target":29},{"source":2,"target":30},{"source":29,"target":3},{"source":29,"target":31},{"source":29,"target":2},{"source":31,"target":3},{"source":30,"target":1},{"source":30,"target":32},{"source":30,"target":2},{"source":32,"target":1},{"source":3,"target":0},{"source":3,"target":33},{"source":33,"target":14},{"source":33,"target":34},{"source":33,"target":3},{"source":34,"target":14},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":35,"target":15},{"source":35,"target":40},{"source":35,"target":4},{"source":40,"target":15},{"source":36,"target":1},{"source":36,"target":41},{"source":36,"target":4},{"source":41,"target":1},{"source":37,"target":1},{"source":37,"target":42},{"source":37,"target":4},{"source":42,"target":1},{"source":38,"target":22},{"source":38,"target":43},{"source":38,"target":4},{"source":43,"target":22},{"source":39,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":44,"target":48},{"source":44,"target":5},{"source":45,"target":7},{"source":45,"target":49},{"source":45,"target":5},{"source":49,"target":7},{"source":46,"target":15},{"source":46,"target":50},{"source":46,"target":5},{"source":50,"target":15},{"source":47,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":51},{"source":6,"target":52},{"source":6,"target":53},{"source":6,"target":54},{"source":51,"target":55},{"source":51,"target":6},{"source":52,"target":15},{"source":52,"target":56},{"source":52,"target":6},{"source":56,"target":15},{"source":53,"target":1},{"source":53,"target":57},{"source":53,"target":6},{"source":57,"target":1},{"source":54,"target":1},{"source":7,"target":0},{"source":7,"target":58},{"source":7,"target":59},{"source":7,"target":60},{"source":58,"target":61},{"source":58,"target":7},{"source":59,"target":15},{"source":59,"target":62},{"source":59,"target":7},{"source":62,"target":15},{"source":60,"target":1},{"source":60,"target":63},{"source":60,"target":7},{"source":63,"target":1},{"source":8,"target":0},{"source":8,"target":64},{"source":64,"target":8},{"source":9,"target":0},{"source":9,"target":65},{"source":9,"target":66},{"source":9,"target":67},{"source":9,"target":68},{"source":65,"target":9},{"source":66,"target":9},{"source":67,"target":9},{"source":68,"target":9},{"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":8},{"source":69,"target":72},{"source":69,"target":11},{"source":72,"target":8},{"source":70,"target":10},{"source":70,"target":73},{"source":70,"target":11},{"source":73,"target":10},{"source":71,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":74},{"source":12,"target":75},{"source":12,"target":76},{"source":12,"target":77},{"source":74,"target":9},{"source":74,"target":78},{"source":74,"target":12},{"source":78,"target":9},{"source":75,"target":10},{"source":75,"target":79},{"source":75,"target":12},{"source":79,"target":10},{"source":76,"target":10},{"source":76,"target":80},{"source":76,"target":12},{"source":80,"target":10},{"source":77,"target":10},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":81},{"source":13,"target":82},{"source":81,"target":83},{"source":81,"target":13},{"source":82,"target":10},{"source":14,"target":0},{"source":14,"target":84},{"source":84,"target":85},{"source":84,"target":14},{"source":15,"target":0},{"source":15,"target":86},{"source":15,"target":87},{"source":86,"target":18},{"source":86,"target":88},{"source":86,"target":15},{"source":88,"target":18},{"source":87,"target":10},{"source":87,"target":89},{"source":87,"target":15},{"source":89,"target":10},{"source":16,"target":0},{"source":16,"target":90},{"source":16,"target":91},{"source":90,"target":1},{"source":90,"target":92},{"source":90,"target":16},{"source":92,"target":1},{"source":91,"target":2},{"source":91,"target":93},{"source":91,"target":16},{"source":93,"target":2},{"source":17,"target":0},{"source":17,"target":10},{"source":17,"target":94},{"source":17,"target":95},{"source":94,"target":10},{"source":94,"target":96},{"source":94,"target":17},{"source":96,"target":10},{"source":95,"target":10},{"source":18,"target":0},{"source":18,"target":10},{"source":18,"target":97},{"source":18,"target":98},{"source":97,"target":14},{"source":97,"target":99},{"source":97,"target":18},{"source":99,"target":14},{"source":98,"target":10},{"source":19,"target":0},{"source":19,"target":22},{"source":19,"target":100},{"source":19,"target":101},{"source":19,"target":102},{"source":100,"target":28},{"source":100,"target":103},{"source":100,"target":19},{"source":103,"target":28},{"source":101,"target":22},{"source":101,"target":104},{"source":101,"target":19},{"source":104,"target":22},{"source":102,"target":22},{"source":20,"target":0},{"source":20,"target":22},{"source":20,"target":105},{"source":20,"target":106},{"source":20,"target":107},{"source":20,"target":108},{"source":105,"target":26},{"source":105,"target":109},{"source":105,"target":20},{"source":109,"target":26},{"source":106,"target":22},{"source":106,"target":110},{"source":106,"target":20},{"source":110,"target":22},{"source":107,"target":22},{"source":107,"target":111},{"source":107,"target":20},{"source":111,"target":22},{"source":108,"target":22},{"source":21,"target":0},{"source":21,"target":22},{"source":21,"target":112},{"source":21,"target":113},{"source":112,"target":114},{"source":112,"target":21},{"source":113,"target":22},{"source":22,"target":0},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":115},{"source":23,"target":116},{"source":115,"target":22},{"source":115,"target":117},{"source":115,"target":23},{"source":117,"target":22},{"source":116,"target":22},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":118},{"source":24,"target":119},{"source":24,"target":120},{"source":24,"target":121},{"source":118,"target":27},{"source":118,"target":122},{"source":118,"target":24},{"source":122,"target":27},{"source":119,"target":10},{"source":119,"target":123},{"source":119,"target":24},{"source":123,"target":10},{"source":120,"target":10},{"source":120,"target":124},{"source":120,"target":24},{"source":124,"target":10},{"source":121,"target":22},{"source":25,"target":0},{"source":25,"target":125},{"source":25,"target":126},{"source":125,"target":25},{"source":126,"target":25},{"source":26,"target":0},{"source":26,"target":127},{"source":26,"target":128},{"source":26,"target":129},{"source":127,"target":26},{"source":128,"target":26},{"source":129,"target":26},{"source":27,"target":0},{"source":27,"target":130},{"source":27,"target":131},{"source":27,"target":132},{"source":27,"target":133},{"source":27,"target":134},{"source":27,"target":135},{"source":130,"target":27},{"source":131,"target":27},{"source":132,"target":27},{"source":133,"target":27},{"source":134,"target":27},{"source":135,"target":27},{"source":28,"target":0},{"source":28,"target":136},{"source":136,"target":28}],"multigraph":true}
ecore
testing
repo-ecore-all/data/puppetlabs/geppetto/com.puppetlabs.geppetto.junitresult/model/Junitresult.ecore
junitresult Testsuite properties testcases system_out system_err hostname timestamp time id package disabled skipped Property name value Testcase skipped name classname time system_out system_err status assertions failures errors Error Failure NegativeResult message type value Testrun project started ignored AbstractAggregatedTest name tests failures errors testsuites Testsuites time disabled JunitResult Skipped
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="junitresult" nsURI="http://www.puppetlabs.com/geppetto/1.0.0/Junitresult" nsPrefix="junitresult"> <eClassifiers xsi:type="ecore:EClass" name="Testsuite" eSuperTypes="#//AbstractAggregatedTest"> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//Property" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="testcases" upperBound="-1" eType="#//Testcase" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="system_out" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="system_err" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hostname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timestamp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Id used by a testsuite when testsuite is part of a junitreport."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="package" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Package is used by a testsuite when testsuite is part of a junitreport."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="disabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="skipped" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property"> <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="Testcase"> <eStructuralFeatures xsi:type="ecore:EReference" name="skipped" eType="#//Skipped" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="system_out" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="system_err" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="assertions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="failures" upperBound="-1" eType="#//Failure" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="errors" upperBound="-1" eType="#//Error" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Error" eSuperTypes="#//NegativeResult"/> <eClassifiers xsi:type="ecore:EClass" name="Failure" eSuperTypes="#//NegativeResult"/> <eClassifiers xsi:type="ecore:EClass" name="NegativeResult" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" 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="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Testrun" eSuperTypes="#//AbstractAggregatedTest"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Testrun is the document root when the content is created as an export from an Eclipse JUnit run. (Don't know if this is used or supported elsewhere)."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="project" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="started" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ignored" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractAggregatedTest" abstract="true" eSuperTypes="#//JunitResult"> <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="tests" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="failures" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="errors" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="testsuites" upperBound="-1" eType="#//Testsuite" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Testsuites" eSuperTypes="#//AbstractAggregatedTest"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The document root of a junitreport."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="disabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JunitResult" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="Skipped" eSuperTypes="#//NegativeResult"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"junitresult","nsURI":"http://www.puppetlabs.com/geppetto/1.0.0/Junitresult","name":"junitresult","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Testsuite","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Testcase","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Error","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Failure","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NegativeResult","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Testrun","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractAggregatedTest","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Testsuites","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JunitResult","instanceClass":null,"abstract":true,"id":10,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Skipped","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","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":"testcases","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":"system_out","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":"system_err","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":"hostname","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":"timestamp","changeable":true,"lowerBound":0,"iD":false,"id":17,"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":"time","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":"id","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":"package","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"disabled","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":"skipped","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"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"},{"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},{"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":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":"skipped","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"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":"classname","changeable":true,"lowerBound":0,"iD":false,"id":41,"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":"time","changeable":true,"lowerBound":0,"iD":false,"id":42,"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":"system_out","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"system_err","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","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":"assertions","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":"failures","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":"errors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"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":"message","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"project","changeable":true,"lowerBound":1,"iD":false,"id":67,"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":"started","changeable":true,"lowerBound":1,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ignored","changeable":true,"lowerBound":1,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"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":"tests","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"failures","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"errors","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":"testsuites","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"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"time","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"disabled","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":8},{"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":12,"target":2},{"source":12,"target":24},{"source":12,"target":1},{"source":24,"target":2},{"source":13,"target":3},{"source":13,"target":25},{"source":13,"target":1},{"source":25,"target":3},{"source":14,"target":26},{"source":14,"target":1},{"source":15,"target":27},{"source":15,"target":1},{"source":16,"target":28},{"source":16,"target":1},{"source":17,"target":29},{"source":17,"target":1},{"source":18,"target":30},{"source":18,"target":1},{"source":19,"target":31},{"source":19,"target":1},{"source":20,"target":32},{"source":20,"target":1},{"source":21,"target":33},{"source":21,"target":1},{"source":22,"target":34},{"source":22,"target":1},{"source":23,"target":8},{"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":39},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":47},{"source":3,"target":48},{"source":39,"target":11},{"source":39,"target":49},{"source":39,"target":3},{"source":49,"target":11},{"source":40,"target":50},{"source":40,"target":3},{"source":41,"target":51},{"source":41,"target":3},{"source":42,"target":52},{"source":42,"target":3},{"source":43,"target":53},{"source":43,"target":3},{"source":44,"target":54},{"source":44,"target":3},{"source":45,"target":55},{"source":45,"target":3},{"source":46,"target":56},{"source":46,"target":3},{"source":47,"target":5},{"source":47,"target":57},{"source":47,"target":3},{"source":57,"target":5},{"source":48,"target":4},{"source":48,"target":58},{"source":48,"target":3},{"source":58,"target":4},{"source":4,"target":0},{"source":4,"target":6},{"source":4,"target":59},{"source":59,"target":6},{"source":5,"target":0},{"source":5,"target":6},{"source":5,"target":60},{"source":60,"target":6},{"source":6,"target":0},{"source":6,"target":61},{"source":6,"target":62},{"source":6,"target":63},{"source":61,"target":64},{"source":61,"target":6},{"source":62,"target":65},{"source":62,"target":6},{"source":63,"target":66},{"source":63,"target":6},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":67},{"source":7,"target":68},{"source":7,"target":69},{"source":7,"target":70},{"source":67,"target":71},{"source":67,"target":7},{"source":68,"target":72},{"source":68,"target":7},{"source":69,"target":73},{"source":69,"target":7},{"source":70,"target":8},{"source":8,"target":0},{"source":8,"target":10},{"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":74,"target":80},{"source":74,"target":8},{"source":75,"target":81},{"source":75,"target":8},{"source":76,"target":82},{"source":76,"target":8},{"source":77,"target":83},{"source":77,"target":8},{"source":78,"target":1},{"source":78,"target":84},{"source":78,"target":8},{"source":84,"target":1},{"source":79,"target":10},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":85},{"source":9,"target":86},{"source":9,"target":87},{"source":85,"target":88},{"source":85,"target":9},{"source":86,"target":89},{"source":86,"target":9},{"source":87,"target":8},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":6},{"source":11,"target":90},{"source":90,"target":6}],"multigraph":true}
ecore
library
repo-ecore-all/data/mickaelistria/EMF/tests/org.eclipse.emf.test.common/models/crossresourcecontainment.SimpleLib/SimpleLib.ecore
lib Library name books address writers cafeteria Book title Address postalCode Person name library Cafeteria name library
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="lib" nsURI="http:///org.eclipse.emf.test.models/SimpleLib" nsPrefix="org.eclipse.emf.test.models.lib"> <eClassifiers xsi:type="ecore:EClass" name="Library"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="#//Book" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="address" lowerBound="1" eType="#//Address" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="writers" upperBound="-1" eType="#//Person" containment="true" eOpposite="#//Person/library"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cafeteria" eType="#//Cafeteria" containment="true" eOpposite="#//Cafeteria/library"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Book"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Address"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="postalCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Person"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="library" eType="#//Library" transient="true" eOpposite="#//Library/writers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Cafeteria"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="library" lowerBound="1" eType="#//Library" transient="true" eOpposite="#//Library/cafeteria"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"org.eclipse.emf.test.models.lib","nsURI":"http:///org.eclipse.emf.test.models/SimpleLib","name":"lib","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Address","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cafeteria","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"writers","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":"cafeteria","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"library","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"library","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"title","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"postalCode","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"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"},{"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},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":6,"target":11},{"source":6,"target":1},{"source":7,"target":2},{"source":7,"target":12},{"source":7,"target":1},{"source":12,"target":2},{"source":8,"target":3},{"source":8,"target":13},{"source":8,"target":1},{"source":13,"target":3},{"source":9,"target":4},{"source":9,"target":14},{"source":9,"target":1},{"source":9,"target":15},{"source":14,"target":4},{"source":10,"target":5},{"source":10,"target":16},{"source":10,"target":1},{"source":10,"target":17},{"source":16,"target":5},{"source":2,"target":0},{"source":2,"target":18},{"source":18,"target":19},{"source":18,"target":2},{"source":3,"target":0},{"source":3,"target":20},{"source":20,"target":21},{"source":20,"target":3},{"source":4,"target":0},{"source":4,"target":22},{"source":4,"target":15},{"source":22,"target":23},{"source":22,"target":4},{"source":15,"target":1},{"source":15,"target":24},{"source":15,"target":4},{"source":15,"target":9},{"source":24,"target":1},{"source":5,"target":0},{"source":5,"target":25},{"source":5,"target":17},{"source":25,"target":26},{"source":25,"target":5},{"source":17,"target":1},{"source":17,"target":27},{"source":17,"target":5},{"source":17,"target":10},{"source":27,"target":1}],"multigraph":true}
ecore
petrinet
repo-ecore-all/data/leodejevga/Modellgetriebene-Softwareentwicklung/3/org.xtext.example.petrinet/model/generated/PetriNetz.ecore
petriNetz Petrinet name places transitions arcs Place name tokens out in Token Transition name in out Arc weight PTArc src trg TPArc trg src
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="petriNetz" nsURI="http://www.xtext.org/example/mydsl/PetriNetz" nsPrefix="petriNetz"> <eClassifiers xsi:type="ecore:EClass" name="Petrinet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="places" upperBound="-1" eType="#//Place" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arcs" upperBound="-1" eType="#//Arc" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Place"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tokens" upperBound="-1" eType="#//Token" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="out" upperBound="-1" eType="#//PTArc" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="in" upperBound="-1" eType="#//TPArc" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Token"/> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="in" upperBound="-1" eType="#//PTArc" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="out" upperBound="-1" eType="#//TPArc" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Arc"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PTArc" eSuperTypes="#//Arc"> <eStructuralFeatures xsi:type="ecore:EReference" name="src" eType="#//Place"/> <eStructuralFeatures xsi:type="ecore:EReference" name="trg" eType="#//Transition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TPArc" eSuperTypes="#//Arc"> <eStructuralFeatures xsi:type="ecore:EReference" name="trg" eType="#//Place"/> <eStructuralFeatures xsi:type="ecore:EReference" name="src" eType="#//Transition"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"petriNetz","nsURI":"http://www.xtext.org/example/mydsl/PetriNetz","name":"petriNetz","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Petrinet","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Token","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PTArc","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TPArc","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"places","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","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":"arcs","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tokens","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"out","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":"in","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"container":false,"ordered":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":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":"out","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":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":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"src","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":false,"unsettable":false,"transient":false,"unique":true,"name":"trg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"trg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"src","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":8,"target":12},{"source":8,"target":1},{"source":9,"target":2},{"source":9,"target":13},{"source":9,"target":1},{"source":13,"target":2},{"source":10,"target":4},{"source":10,"target":14},{"source":10,"target":1},{"source":14,"target":4},{"source":11,"target":5},{"source":11,"target":15},{"source":11,"target":1},{"source":15,"target":5},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":16,"target":20},{"source":16,"target":2},{"source":17,"target":3},{"source":17,"target":21},{"source":17,"target":2},{"source":21,"target":3},{"source":18,"target":6},{"source":18,"target":22},{"source":18,"target":2},{"source":22,"target":6},{"source":19,"target":7},{"source":19,"target":23},{"source":19,"target":2},{"source":23,"target":7},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":26},{"source":24,"target":27},{"source":24,"target":4},{"source":25,"target":6},{"source":25,"target":28},{"source":25,"target":4},{"source":28,"target":6},{"source":26,"target":7},{"source":26,"target":29},{"source":26,"target":4},{"source":29,"target":7},{"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":6,"target":34},{"source":32,"target":2},{"source":32,"target":35},{"source":32,"target":6},{"source":35,"target":2},{"source":33,"target":4},{"source":33,"target":36},{"source":33,"target":6},{"source":36,"target":4},{"source":34,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":37},{"source":7,"target":38},{"source":7,"target":39},{"source":37,"target":2},{"source":37,"target":40},{"source":37,"target":7},{"source":40,"target":2},{"source":38,"target":4},{"source":38,"target":41},{"source":38,"target":7},{"source":41,"target":4},{"source":39,"target":5}],"multigraph":true}
ecore
modelmanagement
repo-ecore-all/data/SebastienBerger/IDM/.metadata/.plugins/org.eclipse.pde.core/Eclipse Application/org.eclipse.osgi/13/0/.cp/lib/kermeta.ecore
kermeta DummyClass language DummyClass behavior Assignment target value isCast Expression staticType CallExpression parameters name staticTypeVariableBindings Block statement rescueBlock CallVariable isAtpre CallFeature target isAtpre staticProperty staticOperation staticEnumLiteral CallSuperOperation CallResult CallValue Conditional thenBody elseBody condition Raise expression Rescue body exceptionType exceptionName TypeReference Literal EmptyExpression JavaStaticCall parameters jclass jmethod LambdaExpression parameters body LambdaParameter name type IntegerLiteral value StringLiteral value BooleanLiteral value TypeLiteral typeref VoidLiteral Loop initialization body stopCondition SelfExpression VariableDecl initialization identifier type structure String java.lang.String java.lang.String Boolean boolean boolean Class _new ownedAttribute ownedOperation superClass isAbstract false name Object tag ownedTags Model contents ModelType _new includedTypeDefinition Integer int int Operation isAbstract raisedException ownedParameter pre post body superOperation owningClass typeParameter Property opposite isReadOnly false default isComposite false isDerived false isID getterBody setterBody isGetterAbstract isSetterAbstract owningClass Type typeContainer TypeContainer containedType EnumerationLiteral enumeration TypeVariableBinding variable type MultiplicityElement isOrdered false isUnique true lower upper TypeDefinition isAspect DataType Enumeration ownedLiteral NamedElement name Package nestedPackage nestingPackage uri Parameter operation PrimitiveType instanceType TypedElement type UnlimitedNatural int int Tag name value object Constraint body stereotype language invOwner preOwner postOwner ConstraintLanguage kermeta kermeta ocl ocl ClassDefinition inv isAbstract ownedAttribute ownedOperation superType ConstraintType inv inv pre pre post post ModelingUnit packages requires usings referencedModelingUnits includeFilters excludeFilters Require uri Using qualifiedName Filter qualifiedName GenericTypeDefinition typeParameter ParameterizedType virtualTypeBinding typeParamBinding typeDefinition TypeVariable supertype ObjectTypeVariable ModelTypeVariable virtualType VirtualType classDefinition modelType typeParamBinding ProductType type FunctionType left right VoidType TypeDefinitionContainer ownedTypeDefinition
<?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="kermeta" nsURI="http://www.kermeta.org/kermeta/1_2_0//kermeta" nsPrefix="kermeta"> <eClassifiers xsi:type="ecore:EClass" name="DummyClass" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This class is used to workaround an EMF bug, it doesn't really belong to Kermeta metamodel"/> </eAnnotations> </eClassifiers> <eSubpackages name="language" nsURI="http://www.kermeta.org/kermeta/1_2_0//kermeta/language" nsPrefix="kermeta_language"> <eClassifiers xsi:type="ecore:EClass" name="DummyClass" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This class is used to workaround an EMF bug, it doesn't really belong to Kermeta metamodel"/> </eAnnotations> </eClassifiers> <eSubpackages name="behavior" nsURI="http://www.kermeta.org/kermeta/1_2_0//kermeta/language/behavior" nsPrefix="kermeta_language_behavior"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains all the classes that define the behavior of Kermeta (i.e the model representation&#xA;of operation bodies). It is the definition, in kermeta language, of the behavior part of the kermeta &#xA;metamodel, viewed as a model.&#xA;You can also find some information about the behavior package here : &lt;a href=&quot;http://www.kermeta.org/documents/manual/html.single&quot;>KermetaManual&lt;/a>&#xA;&lt;img src=&quot;platform:/plugin/fr.irisa.triskell.kermeta.documentation/src/figures/language_behavior_package.png&quot;>&#xA;&lt;img src=&quot;platform:/plugin/fr.irisa.triskell.kermeta.documentation/src/figures/language_behavior_visitable_package.png&quot;>"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//language/behavior/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Assignment is the model-element representation of the assignment statement &lt;code>x := y&lt;/code>&#xA;&lt;img alt=&quot;&quot; src=&quot;http://www.kermeta.org/docs/html.single/KerMeta-Manual/KerMeta-Manual_figures/kermeta_assign_expressions.png&quot;/>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//language/behavior/CallExpression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Target of the assignment, as a CallExpression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Value to be assigned, as a KerMeta expression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isCast" eType="#//language/structure/Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Boolean stating whether current assignment corresponds to a cast operation "/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//language/structure/Object #//language/structure/TypeContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The base class for every entity used to define a behavior in operation body."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="staticType" eType="#//language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Type of the Expression (set by type checking)"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallExpression" abstract="true" eSuperTypes="#//language/behavior/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Any callable expression inherits this class, e.g : &#xA; - variable call&#xA; - feature call ( &lt;code>a.b&lt;/code> : b is a feature call)&#xA;&#xA;&lt;img alt=&quot;&quot; height=&quot;90%&quot; width=&quot;90%&quot; src=&quot;http://www.kermeta.org/docs/html.single/KerMeta-Manual/KerMeta-Manual_figures/kermeta_call_expressions.png&quot; />"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Kermeta calls can embedd expressions as parameters"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A call must be named"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="staticTypeVariableBindings" upperBound="-1" eType="#//language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To be written"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//language/behavior/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Block is the model-element representation for the &lt;code>do...end&lt;/code> block."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" upperBound="-1" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="List of statements composing the block"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="rescueBlock" upperBound="-1" eType="#//language/behavior/Rescue" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="List of rescues defined for the block"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallVariable" eSuperTypes="#//language/behavior/CallExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="We call &quot;CallVariable&quot; the use of a variable in a statement.&#xA;in &lt;code>i := j + 1&lt;/code>, i and j are 2 CallVariables."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAtpre" eType="#//language/structure/Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Tells whether this CallVariable represents a call to @pre in a postcondition"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallFeature" eSuperTypes="#//language/behavior/CallExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="CallFeature is the model element that refers to the use of a feature, i.e either &#xA;a property or an operation in a statement. In &lt;code>stdio.writeln(&quot;hello&quot;)&lt;/code>, &#xA;&lt;code>writeln&lt;/code> is a CallFeature."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Target Expression (the owner of the feature)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAtpre" eType="#//language/structure/Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Tells whether this CallFeature represents a call to @pre in a postcondition"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="staticProperty" eType="#//language/structure/Property"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The object which will be returned (property case)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="staticOperation" eType="#//language/structure/Operation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The method which will be executed (operation case)&#xA;and the result value passed to the caller"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="staticEnumLiteral" eType="#//language/structure/EnumerationLiteral"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To be written"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallSuperOperation" eSuperTypes="#//language/behavior/CallExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This class represents a call to the operataion in the parent class&#xA;&#x9;In the following example, the type of super(element) is CallSuperOperation:&#xA;&#xA;class ParentClass {&#xA; operation op(element : Integer) : Integer is do&#xA; result := element + 1&#xA; end&#xA;}&#xA; *&#xA;class ChildClass {&#xA; method op(element : Integer) : Integer is do&#xA; result := super(element)&#xA; end&#xA;}"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallResult" eSuperTypes="#//language/behavior/CallVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This class represents a call to the special internal variable &quot;result&quot; that is used to store the return value of any operation "/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallValue" eSuperTypes="#//language/behavior/CallExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="CallValue refers to the use of the &lt;code>value&lt;/code> reserved keyword. This keyword is&#xA;only used in the body of the &lt;code>setter&lt;/code> part of derived properties."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Conditional" eSuperTypes="#//language/behavior/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Condition is the model-element representation for the &lt;code>&lt;/code> "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="thenBody" lowerBound="1" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Then part of the conditional statement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="elseBody" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Optional else part of the conditional statement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Condition expression of conditional statement"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Raise" eSuperTypes="#//language/behavior/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Refers to raise exception block"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To be written #######################"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rescue" eSuperTypes="#//language/structure/Object"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Refers to rescue exception block"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" upperBound="-1" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Body of the rescue block, specified as a KerMeta expression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionType" lowerBound="1" eType="#//language/behavior/TypeReference" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Type of the cathed exception"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exceptionName" eType="#//language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Name of the catched exception"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeReference" eSuperTypes="#//language/structure/MultiplicityElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TypeReference refers to the type used in a variable declaration"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Literal" abstract="true" eSuperTypes="#//language/behavior/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Literal refers to String values, Integer values, etc."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmptyExpression" eSuperTypes="#//language/behavior/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="As suggested by its name, this class represents an expression that do nothing. Like a &quot;nop&quot;"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JavaStaticCall" eSuperTypes="#//language/behavior/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This class represent a call to an extern Java operation. &#xA;This Java operation must be static and have at least one RuntimeO"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Parameters of the Java static call provided as KerMeta expressions"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jclass" eType="#//language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Qualified name of the targeted Java class"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jmethod" eType="#//language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Name of the Java method to be launched in the identified Java class"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LambdaExpression" eSuperTypes="#//language/behavior/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Refers to lambda expression definition (&lt;code>function { e | stdio.writeln(e.toString) }&lt;/code>)&#xA;&lt;img alt=&quot;&quot; src=&quot;http://www.kermeta.org/docs/html.single/KerMeta-Manual/KerMeta-Manual_figures/kermeta_lambda_expressions.png&quot;/>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//language/behavior/LambdaParameter" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Parameters of the lambda expression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Body of the lambda expression providede as a KerMeta expression"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LambdaParameter" eSuperTypes="#//language/structure/Object"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Refers to parameter definition in lambda expression"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Name of the lambda parameter"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//language/behavior/TypeReference" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To be written ################################"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerLiteral" eSuperTypes="#//language/behavior/Literal"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This expression is a literal representing an Integer value"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//language/structure/Integer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The concrete value represented by this literal"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//language/behavior/Literal"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This expression is a literal representing a String value, typically : &quot;my string&quot;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The concrete value represented by this literal"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//language/behavior/Literal"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This expression is a literal representing a Boolean value, typically : true or false keyword"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//language/structure/Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The concrete value represented by this literal"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeLiteral" eSuperTypes="#//language/behavior/Literal"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This expression is a literal representing a Type.&#xA;for example, in &#xA; Integer.new&#xA;Integer is a type literal representing the type kermeta::standard::Integer"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="typeref" lowerBound="1" eType="#//language/behavior/TypeReference" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The type refered by this literal"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VoidLiteral" eSuperTypes="#//language/behavior/Literal"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This class is used to represent the special expression void"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Loop" eSuperTypes="#//language/behavior/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Loop refers to &lt;code>from var x : X init a until booleanCondition loop ... end&lt;/code>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="initialization" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Initialization expression for the loop"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Body of the loop"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="stopCondition" lowerBound="1" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Stop condition of the loop, is interpreted as a Bollean value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelfExpression" eSuperTypes="#//language/behavior/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Refers to &lt;code>self&lt;/code> use"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDecl" eSuperTypes="#//language/behavior/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="refers to variable declaration &lt;code>var x : X init a&lt;/code>&#xA;&lt;img alt=&quot;&quot; src=&quot;http://www.kermeta.org/docs/html.single/KerMeta-Manual/KerMeta-Manual_figures/kermeta_var_expressions.png&quot;/>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="initialization" lowerBound="1" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Initialization expression for the variable&#xA;Default value is &lt;code>void&lt;/code> ????"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="#//language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Initialization expression for the variable&#xA;Default value is &lt;code>void&lt;/code> ????"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//language/behavior/TypeReference" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Type of the declared variable"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="structure" nsURI="http://www.kermeta.org/kermeta/1_2_0//kermeta/language/structure" nsPrefix="kermeta_language_structure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains all the abstract classes used in the reflection mechanism. Implements the &lt;b>derived&#xA;properties&lt;/b> contained in the classes; declares the abstract operations.&#xA;Concrete implementation is in kermeta.language.structure.&#xA;&lt;img src=&quot;platform:/plugin/fr.irisa.triskell.kermeta.documentation/src/figures/reflection_package.png&quot;>"/> </eAnnotations> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//language/structure/ParameterizedType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Returns the Attributes, References, and derived Properties owned by&#xA;the ClassDefinition of this Class."/> </eAnnotations> <eOperations name="_new" eType="#//language/structure/Object"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttribute" upperBound="-1" eType="#//language/structure/Property" changeable="false" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Returns the Attributes, References, and derived Properties owned by&#xA;the ClassDefinition of this Class."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperation" upperBound="-1" eType="#//language/structure/Operation" changeable="false" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Returns the Operations owned by the ClassDefinition of this Class."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="superClass" upperBound="-1" eType="#//language/structure/Class" changeable="false" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Returns the Classes of which the ClassDefinition of this Class inherits."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="#//language/structure/Boolean" changeable="false" defaultValueLiteral="false" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Returns a Boolean stating whether ClassDefinition of this Class is abstract."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//language/structure/String" changeable="false" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Returns the name of the ClassDefinition of this Class"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Object"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Object definition: all entities of Kermeta metamodel explicitly inherit from Object"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="tag" upperBound="-1" eType="#//language/structure/Tag" eOpposite="#//language/structure/Tag/object"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An Object can be tagged by a Tag. &#xA;They are typically used to put comments/documentation on the object"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTags" upperBound="-1" eType="#//language/structure/Tag" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An object can contains a Tag. &#xA;Be careful, owning a tag doesn't means that the tag applies to the Object&#xA;To know which Tags apply to the object use the &quot;tag&quot; reference"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//language/structure/Object"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Is the holder of a set of model elements (Object) that are compatible with the ModelType that has &#xA;instantiated this Model."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="#//language/structure/Object" changeable="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contents of this model..."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelType" eSuperTypes="#//language/structure/Type #//language/structure/TypeDefinition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Type of a model, consisting of a set of included type definitions"/> </eAnnotations> <eOperations name="_new" eType="#//language/structure/Model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="includedTypeDefinition" upperBound="-1" eType="#//language/structure/TypeDefinition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To be written"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//language/structure/MultiplicityElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Every one knows what an operation is."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="#//language/structure/Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Boolean stating whether the Operation is abstract"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="raisedException" upperBound="-1" eType="#//language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Exceptions raised by the Operation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" upperBound="-1" eType="#//language/structure/Parameter" containment="true" eOpposite="#//language/structure/Parameter/operation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Parameters of the Operation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pre" upperBound="-1" eType="#//language/structure/Constraint" containment="true" eOpposite="#//language/structure/Constraint/preOwner"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Pre-conditions of the Operation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="post" upperBound="-1" eType="#//language/structure/Constraint" containment="true" eOpposite="#//language/structure/Constraint/postOwner"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Post-conditions of the Operation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Body of the Operation, expressed as a KerMeta expression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="superOperation" eType="#//language/structure/Operation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Super-operation of the Operation, if any"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="owningClass" eType="#//language/structure/ClassDefinition" eOpposite="#//language/structure/ClassDefinition/ownedOperation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="ClassDefinition owning the Operation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameter" upperBound="-1" eType="#//language/structure/TypeVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TypeParameters of the Operation"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//language/structure/MultiplicityElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Class representing the property definition. Kermeta&lt;->Ecore equivalence:&#xA; - Property with isComposite == true or with type is a base type (String, Integer, Boolean) : EAttribute&#xA; - Property with isComposite == false : EReference"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="opposite" eType="#//language/structure/Property"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Opposite Property of the Property, void if the Property has no opposite"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReadOnly" eType="#//language/structure/Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Boolean stating whether the Property is read-only"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" eType="#//language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To be written"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isComposite" eType="#//language/structure/Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Boolean stating whether the Property has a containment role"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerived" eType="#//language/structure/Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If True, the value of the property is not stored but computed from other properties"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isID" eType="#//language/structure/Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Boolean stating whether the property allows to identify its containing Object"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="getterBody" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To be written"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="setterBody" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To be written"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isGetterAbstract" eType="#//language/structure/Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Boolean stating wether the getter is abstract."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSetterAbstract" eType="#//language/structure/Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Boolean stating wether the setter is abstract."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="owningClass" eType="#//language/structure/ClassDefinition" eOpposite="#//language/structure/ClassDefinition/ownedAttribute"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="ClassDefinition that owns the Property"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//language/structure/Object"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Alias to kermeta::standard::Integer"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Base class definition for the &lt;b>use&lt;/b> of a type."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="typeContainer" eType="#//language/structure/TypeContainer" eOpposite="#//language/structure/TypeContainer/containedType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Owning TypeContainer, if any"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeContainer" abstract="true" eSuperTypes="#//language/structure/Object"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Phantom class : EMF reflexive editors need that any element of a metamodel &#xA;has a direct or indirect containment relationship with the root model element of&#xA;the metamodel. This class resolves this technical requirement."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="containedType" upperBound="-1" eType="#//language/structure/Type" containment="true" eOpposite="#//language/structure/Type/typeContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contained types"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//language/structure/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Item definition for enumeration"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="enumeration" eType="#//language/structure/Enumeration" transient="true" eOpposite="#//language/structure/Enumeration/ownedLiteral"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Owning Enumeration"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeVariableBinding" eSuperTypes="#//language/structure/TypeContainer #//language/structure/Object"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Definition of a binding between a TypeVariable and a Type"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="#//language/structure/TypeVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TypeVariable"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Assigned Type"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiplicityElement" eSuperTypes="#//language/structure/TypedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" Model elements with a multiplicity [lower..upper] inherit this class"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" eType="#//language/structure/Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Boolean stating whether the element is ordered"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" eType="#//language/structure/Boolean" defaultValueLiteral="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Boolean stating whether duplicated elements are allowed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" eType="#//language/structure/Integer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Min cardinality of the element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" eType="#//language/structure/UnlimitedNatural"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Max cardinality of the element, '-1' for '*'"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDefinition" eSuperTypes="#//language/structure/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This boolean allows to tell if this Type definition is an aspect or not&#xA;If it is an aspect, then at runtime, its definition will be merged with the definition of another&#xA;TypeDefinition that has exactly the same qualified name"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstraction for type definitions (ClassDefinition, ModelTypeDefinition, DataType inherit&#xA;this class)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAspect" eType="#//language/structure/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataType" abstract="true" eSuperTypes="#//language/structure/Type #//language/structure/TypeDefinition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Special type definition for Enumeration, PrimitiveType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//language/structure/DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Definition for Enumeration"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLiteral" upperBound="-1" eType="#//language/structure/EnumerationLiteral" containment="true" eOpposite="#//language/structure/EnumerationLiteral/enumeration"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Owned items in an Enumeration"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//language/structure/Object"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Any element that contain a name (example : Operation, Property) inherit this&#xA;class."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Name of this named element"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//language/structure/NamedElement #//language/structure/TypeDefinitionContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Package in kermeta. Each kermeta model must have a root package. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedPackage" upperBound="-1" eType="#//language/structure/Package" containment="true" eOpposite="#//language/structure/Package/nestingPackage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Nested Packages contained by the Package"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nestingPackage" eType="#//language/structure/Package" transient="true" eOpposite="#//language/structure/Package/nestedPackage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Owning Package, if any"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="#//language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Uri of the Package"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//language/structure/MultiplicityElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Definition for operation parameter"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" eType="#//language/structure/Operation" transient="true" eOpposite="#//language/structure/Operation/ownedParameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Owning operation"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//language/structure/DataType #//language/structure/TypeContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The class definition for kermeta aliases. Above statement defines a primitive&#xA;type called MyString, which instanceType is &lt;code>kermeta::standard::String&lt;/code>&#xA;&lt;pre>alias MyString : kermeta::standard::String&lt;/pre>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="instanceType" eType="#//language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The type the primitive type is linked with"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="#//language/structure/TypeContainer #//language/structure/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstraction of the notion of typed element : each element &#xA;that is typed inherits this class."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Type of the model element"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="UnlimitedNatural" instanceClassName="int"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Alias to kermeta::standard::UnlimitedNatural"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tag" eSuperTypes="#//language/structure/Object"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Tag is intended to be used to add documentation on a model element,&#xA;or add some textual information that cannot be expressed with any&#xA;model element definition."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Name of the Tag"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="String value of the Tag"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="object" lowerBound="1" upperBound="-1" eType="#//language/structure/Object" eOpposite="#//language/structure/Object/tag"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Objects to which the Tag is attached to"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//language/structure/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Constraint is part of a contract implementation in a Class definition or an operation.&#xA;Three kinds of constraints are available : pre, post, and inv (invariant constraint)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Body of the constraint, expressed as a KerMeta expression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stereotype" eType="#//language/structure/ConstraintType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Type of the Constraint (precond/postcond/inv)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="#//language/structure/ConstraintLanguage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Language in which the constraint is expressed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="invOwner" eType="#//language/structure/ClassDefinition" eOpposite="#//language/structure/ClassDefinition/inv"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Owning ClassDefinition if Constraint corresponds to invariant"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="preOwner" eType="#//language/structure/Operation" eOpposite="#//language/structure/Operation/pre"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Owning Operation if Constraint corresponds to pre-condition"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="postOwner" eType="#//language/structure/Operation" eOpposite="#//language/structure/Operation/post"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Owning Operation if Constraint corresponds to post-condition"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ConstraintLanguage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Enumeration listing supported constraint languages"/> </eAnnotations> <eLiterals name="kermeta"/> <eLiterals name="ocl" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassDefinition" eSuperTypes="#//language/structure/GenericTypeDefinition #//language/structure/TypeContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The definition of a class definition :)&#xA; &lt;pre>class A&#xA;{ &#xA; attribute s : String&#xA;}&#xA; &lt;/pre> is a class definition; in :&#xA;&lt;pre>&#xA;main() : A is do end&#xA;&lt;/pre>&#xA;A is a &lt;b>Class&lt;/b> : it corresponds to the &lt;b>use&lt;/b> of the class definition of A"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="inv" upperBound="-1" eType="#//language/structure/Constraint" containment="true" eOpposite="#//language/structure/Constraint/invOwner"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Invariants defined for this ClassDefinition"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="#//language/structure/Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Boolean stating whether the ClassDefinition is abstract (which means that&#xA;no instance can be allocated)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttribute" upperBound="-1" eType="#//language/structure/Property" containment="true" eOpposite="#//language/structure/Property/owningClass"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attributes, References, and derived Properties owned by this ClassDefinition."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperation" upperBound="-1" eType="#//language/structure/Operation" containment="true" eOpposite="#//language/structure/Operation/owningClass"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Operations owned by this ClassDefinition."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="superType" upperBound="-1" eType="#//language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Classes from which this ClassDefinition inherits."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ConstraintType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Enumeration liting the different kinds of constraints"/> </eAnnotations> <eLiterals name="inv"/> <eLiterals name="pre" value="1"/> <eLiterals name="post" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelingUnit" eSuperTypes="#//language/structure/Object"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The modeling unit is the root of any kermeta model. It contains packages, requires and usings.&#xA;It also reference others modeling unit."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="packages" upperBound="-1" eType="#//language/structure/Package" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="root packages contained by this ModelingUnit"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="requires" upperBound="-1" eType="#//language/structure/Require" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Set of &quot;require&quot; statements associated with this ModelingUnit. Ie. list of the other&#xA;files required to run this unit"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="usings" upperBound="-1" eType="#//language/structure/Using" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Set of &quot;using&quot; statement associated with this ModelingUnit. Ie. list of &quot;syntatic shortcut&quot;&#xA;that can be used within this unit."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedModelingUnits" upperBound="-1" eType="#//language/structure/ModelingUnit"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To be written"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="includeFilters" upperBound="-1" eType="#//language/structure/Filter" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="list of filters that apply to this modeling unit.&#xA;This means that if the same unit was loaded without this filters, it would have loaded more content&#xA;only element whose qualified name begins with one of these filter will be loaded in the unit"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="excludeFilters" upperBound="-1" eType="#//language/structure/Filter" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="list of filters that apply to this modeling unit.&#xA;This means that if the same unit was loaded without this filters, it would have loaded more content&#xA;element whose qualified name begins with one of these filter will NOT be loaded in the unit"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Require" eSuperTypes="#//language/structure/Object"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To be written"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="#//language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To be written"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Using" eSuperTypes="#//language/structure/Object"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To be written"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedName" eType="#//language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To be written"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Filter" eSuperTypes="#//language/structure/Object"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Filter is the class that represent a filter on a ModelingUnit.&#xA;the qualifiedName represent the beginning of the matched names"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedName" eType="#//language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To be written"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericTypeDefinition" abstract="true" eSuperTypes="#//language/structure/TypeDefinition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstracts the definition of generic type definitions (i.e. type definitions that&#xA;can be parameterized), namely, for ClassDefinition and ModelTypeDefinition."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameter" upperBound="-1" eType="#//language/structure/TypeVariable" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Type variables defined for the GenericTypeDefinition"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterizedType" abstract="true" eSuperTypes="#//language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstraction for Parameterized types, namely, Class and ModelType"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="virtualTypeBinding" upperBound="-1" eType="#//language/structure/TypeVariableBinding" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To be written"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParamBinding" upperBound="-1" eType="#//language/structure/TypeVariableBinding" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Bindings between type variables and provided types "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinition" lowerBound="1" eType="#//language/structure/GenericTypeDefinition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Definition of the Type"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeVariable" abstract="true" eSuperTypes="#//language/structure/TypeContainer #//language/structure/Type #//language/structure/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Definition of a type variable for generic types : &#xA;in class definition &lt;pre>class AClass&lt;X,Y> {}&lt;/pre>, X and Y are type variables."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="supertype" eType="#//language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Reference to the supertype, if any"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectTypeVariable" eSuperTypes="#//language/structure/TypeVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To be written"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelTypeVariable" eSuperTypes="#//language/structure/TypeVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To be written"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="virtualType" upperBound="-1" eType="#//language/structure/VirtualType" containment="true" eOpposite="#//language/structure/VirtualType/modelType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To be written"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VirtualType" eSuperTypes="#//language/structure/ObjectTypeVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To be written"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="classDefinition" lowerBound="1" eType="#//language/structure/ClassDefinition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To be written"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="modelType" lowerBound="1" eType="#//language/structure/ModelTypeVariable" eOpposite="#//language/structure/ModelTypeVariable/virtualType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To be written"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParamBinding" upperBound="-1" eType="#//language/structure/TypeVariableBinding" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To be written"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProductType" eSuperTypes="#//language/structure/TypeContainer #//language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Type corresponding to a set of Types&#xA;Only used in the context of FunctionType"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="type" unique="false" upperBound="-1" eType="#//language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Types "/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionType" eSuperTypes="#//language/structure/TypeContainer #//language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Type used to define the use of lambda expressions.&#xA; Uses :&#xA; &lt;pre>operation forAll(func : &lt;G -> Boolean>) : Boolean is do&#xA; var test : Boolean init true&#xA; from var it : Iterator&lt;G> init iterator&#xA; until it.isOff&#xA; loop&#xA; test := test and func(it.next)&#xA; end&#xA; result := test&#xA; end&#xA; &lt;/pre>&#xA; *&#xA; In the above example, &amp;lt;G -> Boolean&amp;gt; is a function type f(G) -&amp;gt; &#xA; Boolean, with a parameter of type G and a return type of type Boolean&#xA; The operation &lt;code>forAll&lt;/code> takes a lambda expression as parameter."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Parameters of the function (a ProductType for multiple parameters)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Result type of the function"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VoidType" eSuperTypes="#//language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Class definition for the &lt;pre>Void&lt;/pre> type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDefinitionContainer" abstract="true" eSuperTypes="#//language/structure/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstraction of the notion of containment for type definitions. Now, kermeta metamodel contains one container&#xA;element, that is Package. In a later release, ModelTypeDefinition will be the main container for type and&#xA;package definition."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTypeDefinition" upperBound="-1" eType="#//language/structure/TypeDefinition" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contained TypeDefinitions"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> </eSubpackages> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"kermeta","nsURI":"http://www.kermeta.org/kermeta/1_2_0//kermeta","name":"kermeta","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DummyClass","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"nsPrefix":"kermeta_language","nsURI":"http://www.kermeta.org/kermeta/1_2_0//kermeta/language","name":"language","id":2,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DummyClass","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"nsPrefix":"kermeta_language_behavior","nsURI":"http://www.kermeta.org/kermeta/1_2_0//kermeta/language/behavior","name":"behavior","id":4,"eClass":"EPackage"},{"nsPrefix":"kermeta_language_structure","nsURI":"http://www.kermeta.org/kermeta/1_2_0//kermeta/language/structure","name":"structure","id":5,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallExpression","instanceClass":null,"abstract":true,"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":"CallVariable","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallFeature","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallSuperOperation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallResult","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallValue","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conditional","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Raise","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rescue","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeReference","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyExpression","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaStaticCall","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LambdaExpression","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LambdaParameter","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteral","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeLiteral","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidLiteral","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loop","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelfExpression","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDecl","instanceClass":null,"abstract":false,"id":31,"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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isCast","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":38,"serializable":true,"eClass":"EDataType"},{"id":39,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Object","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeContainer","instanceClass":null,"abstract":true,"id":41,"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":"staticType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticTypeVariableBindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":52,"serializable":true,"eClass":"EDataType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","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":"rescueBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"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":"isAtpre","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAtpre","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticOperation","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":"staticEnumLiteral","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"id":72,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"id":74,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenBody","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptionType","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"exceptionName","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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityElement","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","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":"jclass","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":"jmethod","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":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":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"container":false,"ordered":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},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":120,"serializable":true,"eClass":"EDataType"},{"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"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":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":true,"unsettable":false,"transient":false,"unique":true,"name":"typeref","changeable":true,"resolveProxies":true,"lowerBound":1,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","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":true,"unsettable":false,"transient":false,"unique":true,"name":"stopCondition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialization","changeable":true,"resolveProxies":true,"lowerBound":1,"id":140,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"container":false,"ordered":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":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelType","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeVariableBinding","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDefinition","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":true,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"UnlimitedNatural","instanceClass":"int","id":159,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tag","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConstraintLanguage","instanceClass":null,"id":162,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassDefinition","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConstraintType","instanceClass":null,"id":164,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelingUnit","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Require","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Using","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Filter","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericTypeDefinition","instanceClass":null,"abstract":true,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterizedType","instanceClass":null,"abstract":true,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeVariable","instanceClass":null,"abstract":true,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectTypeVariable","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelTypeVariable","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualType","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProductType","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionType","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidType","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDefinitionContainer","instanceClass":null,"abstract":true,"id":178,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"_new","lowerBound":0,"id":179,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ownedAttribute","changeable":false,"resolveProxies":true,"lowerBound":0,"id":180,"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":"ownedOperation","changeable":false,"resolveProxies":true,"lowerBound":0,"id":181,"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":"superClass","changeable":false,"resolveProxies":true,"lowerBound":0,"id":182,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":false,"lowerBound":0,"iD":false,"id":183,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":false,"lowerBound":0,"iD":false,"id":184,"derived":true},{"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"},{"container":false,"ordered":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":192,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":false,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"_new","lowerBound":0,"id":200,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"includedTypeDefinition","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"},{"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":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":"raisedException","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParameter","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":"pre","changeable":true,"resolveProxies":true,"lowerBound":0,"id":209,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"post","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","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":false,"unsettable":false,"transient":false,"unique":true,"name":"superOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"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":"owningClass","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":true,"name":"typeParameter","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"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"id":220,"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":"preOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"id":222,"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":"postOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"opposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isReadOnly","changeable":true,"lowerBound":0,"iD":false,"id":230,"derived":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":231,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isComposite","changeable":true,"lowerBound":0,"iD":false,"id":232,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isDerived","changeable":true,"lowerBound":0,"iD":false,"id":233,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isID","changeable":true,"lowerBound":0,"iD":false,"id":234,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"getterBody","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":"setterBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isGetterAbstract","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isSetterAbstract","changeable":true,"lowerBound":0,"iD":false,"id":238,"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":"owningClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"container":false,"ordered":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":252,"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":"typeContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"enumeration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLiteral","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":263,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isOrdered","changeable":true,"lowerBound":0,"iD":false,"id":269,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isUnique","changeable":true,"lowerBound":0,"iD":false,"id":270,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lower","changeable":true,"lowerBound":0,"iD":false,"id":271,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"upper","changeable":true,"lowerBound":0,"iD":false,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAspect","changeable":true,"lowerBound":0,"iD":false,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"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":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"container":false,"ordered":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":288,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"nestingPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":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":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instanceType","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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":306,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":307,"derived":false},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"container":false,"ordered":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":312,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stereotype","changeable":true,"lowerBound":0,"iD":false,"id":313,"derived":false},{"ordered":true,"upperBound":1,"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":314,"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":"invOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inv","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"name":"kermeta","id":324,"value":0,"literal":"kermeta","eClass":"EEnumLiteral"},{"name":"ocl","id":325,"value":1,"literal":"ocl","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":"isAbstract","changeable":true,"lowerBound":0,"iD":false,"id":326,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superType","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"},{"name":"inv","id":335,"value":0,"literal":"inv","eClass":"EEnumLiteral"},{"name":"pre","id":336,"value":1,"literal":"pre","eClass":"EEnumLiteral"},{"name":"post","id":337,"value":2,"literal":"post","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":"packages","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":"requires","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":"usings","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":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedModelingUnits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"includeFilters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":342,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"excludeFilters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":351,"derived":false},{"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":"qualifiedName","changeable":true,"lowerBound":0,"iD":false,"id":354,"derived":false},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"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":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":360,"derived":false},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"virtualTypeBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":363,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParamBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"container":false,"ordered":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":370,"derived":false},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"virtualType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":376,"derived":false},{"id":377,"eClass":"EGenericType"},{"id":378,"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":"modelType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":379,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":380,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParamBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":381,"derived":false},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":386,"derived":false},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":391,"derived":false},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTypeDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":2,"target":3},{"source":2,"target":4},{"source":2,"target":5},{"source":2,"target":0},{"source":3,"target":2},{"source":4,"target":6},{"source":4,"target":7},{"source":4,"target":8},{"source":4,"target":9},{"source":4,"target":10},{"source":4,"target":11},{"source":4,"target":12},{"source":4,"target":13},{"source":4,"target":14},{"source":4,"target":15},{"source":4,"target":16},{"source":4,"target":17},{"source":4,"target":18},{"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":4,"target":25},{"source":4,"target":26},{"source":4,"target":27},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":2},{"source":6,"target":4},{"source":6,"target":7},{"source":6,"target":32},{"source":6,"target":33},{"source":6,"target":34},{"source":6,"target":35},{"source":32,"target":8},{"source":32,"target":36},{"source":32,"target":6},{"source":36,"target":8},{"source":33,"target":7},{"source":33,"target":37},{"source":33,"target":6},{"source":37,"target":7},{"source":34,"target":38},{"source":34,"target":39},{"source":34,"target":6},{"source":39,"target":38},{"source":35,"target":7},{"source":7,"target":4},{"source":7,"target":40},{"source":7,"target":41},{"source":7,"target":42},{"source":7,"target":43},{"source":7,"target":44},{"source":42,"target":45},{"source":42,"target":46},{"source":42,"target":7},{"source":46,"target":45},{"source":43,"target":40},{"source":44,"target":41},{"source":8,"target":4},{"source":8,"target":7},{"source":8,"target":47},{"source":8,"target":48},{"source":8,"target":49},{"source":8,"target":50},{"source":47,"target":7},{"source":47,"target":51},{"source":47,"target":8},{"source":51,"target":7},{"source":48,"target":52},{"source":48,"target":53},{"source":48,"target":8},{"source":53,"target":52},{"source":49,"target":45},{"source":49,"target":54},{"source":49,"target":8},{"source":54,"target":45},{"source":50,"target":7},{"source":9,"target":4},{"source":9,"target":7},{"source":9,"target":55},{"source":9,"target":56},{"source":9,"target":57},{"source":55,"target":7},{"source":55,"target":58},{"source":55,"target":9},{"source":58,"target":7},{"source":56,"target":17},{"source":56,"target":59},{"source":56,"target":9},{"source":59,"target":17},{"source":57,"target":7},{"source":10,"target":4},{"source":10,"target":8},{"source":10,"target":60},{"source":10,"target":61},{"source":60,"target":38},{"source":60,"target":62},{"source":60,"target":10},{"source":62,"target":38},{"source":61,"target":8},{"source":11,"target":4},{"source":11,"target":8},{"source":11,"target":63},{"source":11,"target":64},{"source":11,"target":65},{"source":11,"target":66},{"source":11,"target":67},{"source":11,"target":68},{"source":63,"target":7},{"source":63,"target":69},{"source":63,"target":11},{"source":69,"target":7},{"source":64,"target":38},{"source":64,"target":70},{"source":64,"target":11},{"source":70,"target":38},{"source":65,"target":71},{"source":65,"target":72},{"source":65,"target":11},{"source":72,"target":71},{"source":66,"target":73},{"source":66,"target":74},{"source":66,"target":11},{"source":74,"target":73},{"source":67,"target":75},{"source":67,"target":76},{"source":67,"target":11},{"source":76,"target":75},{"source":68,"target":8},{"source":12,"target":4},{"source":12,"target":8},{"source":12,"target":77},{"source":77,"target":8},{"source":13,"target":4},{"source":13,"target":10},{"source":13,"target":78},{"source":78,"target":10},{"source":14,"target":4},{"source":14,"target":8},{"source":14,"target":79},{"source":79,"target":8},{"source":15,"target":4},{"source":15,"target":7},{"source":15,"target":80},{"source":15,"target":81},{"source":15,"target":82},{"source":15,"target":83},{"source":80,"target":7},{"source":80,"target":84},{"source":80,"target":15},{"source":84,"target":7},{"source":81,"target":7},{"source":81,"target":85},{"source":81,"target":15},{"source":85,"target":7},{"source":82,"target":7},{"source":82,"target":86},{"source":82,"target":15},{"source":86,"target":7},{"source":83,"target":7},{"source":16,"target":4},{"source":16,"target":7},{"source":16,"target":87},{"source":16,"target":88},{"source":87,"target":7},{"source":87,"target":89},{"source":87,"target":16},{"source":89,"target":7},{"source":88,"target":7},{"source":17,"target":4},{"source":17,"target":40},{"source":17,"target":90},{"source":17,"target":91},{"source":17,"target":92},{"source":17,"target":93},{"source":90,"target":7},{"source":90,"target":94},{"source":90,"target":17},{"source":94,"target":7},{"source":91,"target":18},{"source":91,"target":95},{"source":91,"target":17},{"source":95,"target":18},{"source":92,"target":52},{"source":92,"target":96},{"source":92,"target":17},{"source":96,"target":52},{"source":93,"target":40},{"source":18,"target":4},{"source":18,"target":97},{"source":18,"target":98},{"source":98,"target":97},{"source":19,"target":4},{"source":19,"target":7},{"source":19,"target":99},{"source":99,"target":7},{"source":20,"target":4},{"source":20,"target":7},{"source":20,"target":100},{"source":100,"target":7},{"source":21,"target":4},{"source":21,"target":7},{"source":21,"target":101},{"source":21,"target":102},{"source":21,"target":103},{"source":21,"target":104},{"source":101,"target":7},{"source":101,"target":105},{"source":101,"target":21},{"source":105,"target":7},{"source":102,"target":52},{"source":102,"target":106},{"source":102,"target":21},{"source":106,"target":52},{"source":103,"target":52},{"source":103,"target":107},{"source":103,"target":21},{"source":107,"target":52},{"source":104,"target":7},{"source":22,"target":4},{"source":22,"target":7},{"source":22,"target":108},{"source":22,"target":109},{"source":22,"target":110},{"source":108,"target":23},{"source":108,"target":111},{"source":108,"target":22},{"source":111,"target":23},{"source":109,"target":7},{"source":109,"target":112},{"source":109,"target":22},{"source":112,"target":7},{"source":110,"target":7},{"source":23,"target":4},{"source":23,"target":40},{"source":23,"target":113},{"source":23,"target":114},{"source":23,"target":115},{"source":113,"target":52},{"source":113,"target":116},{"source":113,"target":23},{"source":116,"target":52},{"source":114,"target":18},{"source":114,"target":117},{"source":114,"target":23},{"source":117,"target":18},{"source":115,"target":40},{"source":24,"target":4},{"source":24,"target":19},{"source":24,"target":118},{"source":24,"target":119},{"source":118,"target":120},{"source":118,"target":121},{"source":118,"target":24},{"source":121,"target":120},{"source":119,"target":19},{"source":25,"target":4},{"source":25,"target":19},{"source":25,"target":122},{"source":25,"target":123},{"source":122,"target":52},{"source":122,"target":124},{"source":122,"target":25},{"source":124,"target":52},{"source":123,"target":19},{"source":26,"target":4},{"source":26,"target":19},{"source":26,"target":125},{"source":26,"target":126},{"source":125,"target":38},{"source":125,"target":127},{"source":125,"target":26},{"source":127,"target":38},{"source":126,"target":19},{"source":27,"target":4},{"source":27,"target":19},{"source":27,"target":128},{"source":27,"target":129},{"source":128,"target":18},{"source":128,"target":130},{"source":128,"target":27},{"source":130,"target":18},{"source":129,"target":19},{"source":28,"target":4},{"source":28,"target":19},{"source":28,"target":131},{"source":131,"target":19},{"source":29,"target":4},{"source":29,"target":7},{"source":29,"target":132},{"source":29,"target":133},{"source":29,"target":134},{"source":29,"target":135},{"source":132,"target":7},{"source":132,"target":136},{"source":132,"target":29},{"source":136,"target":7},{"source":133,"target":7},{"source":133,"target":137},{"source":133,"target":29},{"source":137,"target":7},{"source":134,"target":7},{"source":134,"target":138},{"source":134,"target":29},{"source":138,"target":7},{"source":135,"target":7},{"source":30,"target":4},{"source":30,"target":7},{"source":30,"target":139},{"source":139,"target":7},{"source":31,"target":4},{"source":31,"target":7},{"source":31,"target":140},{"source":31,"target":141},{"source":31,"target":142},{"source":31,"target":143},{"source":140,"target":7},{"source":140,"target":144},{"source":140,"target":31},{"source":144,"target":7},{"source":141,"target":52},{"source":141,"target":145},{"source":141,"target":31},{"source":145,"target":52},{"source":142,"target":18},{"source":142,"target":146},{"source":142,"target":31},{"source":146,"target":18},{"source":143,"target":7},{"source":5,"target":52},{"source":5,"target":38},{"source":5,"target":147},{"source":5,"target":40},{"source":5,"target":148},{"source":5,"target":149},{"source":5,"target":120},{"source":5,"target":73},{"source":5,"target":71},{"source":5,"target":45},{"source":5,"target":41},{"source":5,"target":75},{"source":5,"target":150},{"source":5,"target":97},{"source":5,"target":151},{"source":5,"target":152},{"source":5,"target":153},{"source":5,"target":154},{"source":5,"target":155},{"source":5,"target":156},{"source":5,"target":157},{"source":5,"target":158},{"source":5,"target":159},{"source":5,"target":160},{"source":5,"target":161},{"source":5,"target":162},{"source":5,"target":163},{"source":5,"target":164},{"source":5,"target":165},{"source":5,"target":166},{"source":5,"target":167},{"source":5,"target":168},{"source":5,"target":169},{"source":5,"target":170},{"source":5,"target":171},{"source":5,"target":172},{"source":5,"target":173},{"source":5,"target":174},{"source":5,"target":175},{"source":5,"target":176},{"source":5,"target":177},{"source":5,"target":178},{"source":5,"target":2},{"source":52,"target":5},{"source":38,"target":5},{"source":147,"target":5},{"source":147,"target":170},{"source":147,"target":179},{"source":147,"target":180},{"source":147,"target":181},{"source":147,"target":182},{"source":147,"target":183},{"source":147,"target":184},{"source":147,"target":185},{"source":179,"target":40},{"source":179,"target":186},{"source":179,"target":147},{"source":186,"target":40},{"source":180,"target":71},{"source":180,"target":187},{"source":180,"target":147},{"source":187,"target":71},{"source":181,"target":73},{"source":181,"target":188},{"source":181,"target":147},{"source":188,"target":73},{"source":182,"target":147},{"source":182,"target":189},{"source":182,"target":147},{"source":189,"target":147},{"source":183,"target":38},{"source":183,"target":190},{"source":183,"target":147},{"source":190,"target":38},{"source":184,"target":52},{"source":184,"target":191},{"source":184,"target":147},{"source":191,"target":52},{"source":185,"target":170},{"source":40,"target":5},{"source":40,"target":192},{"source":40,"target":193},{"source":192,"target":160},{"source":192,"target":194},{"source":192,"target":40},{"source":192,"target":195},{"source":194,"target":160},{"source":193,"target":160},{"source":193,"target":196},{"source":193,"target":40},{"source":196,"target":160},{"source":148,"target":5},{"source":148,"target":40},{"source":148,"target":197},{"source":148,"target":198},{"source":197,"target":40},{"source":197,"target":199},{"source":197,"target":148},{"source":199,"target":40},{"source":198,"target":40},{"source":149,"target":5},{"source":149,"target":45},{"source":149,"target":151},{"source":149,"target":200},{"source":149,"target":201},{"source":149,"target":202},{"source":149,"target":203},{"source":200,"target":148},{"source":200,"target":204},{"source":200,"target":149},{"source":204,"target":148},{"source":201,"target":151},{"source":201,"target":205},{"source":201,"target":149},{"source":205,"target":151},{"source":202,"target":45},{"source":203,"target":151},{"source":120,"target":5},{"source":73,"target":5},{"source":73,"target":97},{"source":73,"target":206},{"source":73,"target":207},{"source":73,"target":208},{"source":73,"target":209},{"source":73,"target":210},{"source":73,"target":211},{"source":73,"target":212},{"source":73,"target":213},{"source":73,"target":214},{"source":73,"target":215},{"source":206,"target":38},{"source":206,"target":216},{"source":206,"target":73},{"source":216,"target":38},{"source":207,"target":45},{"source":207,"target":217},{"source":207,"target":73},{"source":217,"target":45},{"source":208,"target":156},{"source":208,"target":218},{"source":208,"target":73},{"source":208,"target":219},{"source":218,"target":156},{"source":209,"target":161},{"source":209,"target":220},{"source":209,"target":73},{"source":209,"target":221},{"source":220,"target":161},{"source":210,"target":161},{"source":210,"target":222},{"source":210,"target":73},{"source":210,"target":223},{"source":222,"target":161},{"source":211,"target":7},{"source":211,"target":224},{"source":211,"target":73},{"source":224,"target":7},{"source":212,"target":73},{"source":212,"target":225},{"source":212,"target":73},{"source":225,"target":73},{"source":213,"target":163},{"source":213,"target":226},{"source":213,"target":73},{"source":213,"target":227},{"source":226,"target":163},{"source":214,"target":171},{"source":214,"target":228},{"source":214,"target":73},{"source":228,"target":171},{"source":215,"target":97},{"source":71,"target":5},{"source":71,"target":97},{"source":71,"target":229},{"source":71,"target":230},{"source":71,"target":231},{"source":71,"target":232},{"source":71,"target":233},{"source":71,"target":234},{"source":71,"target":235},{"source":71,"target":236},{"source":71,"target":237},{"source":71,"target":238},{"source":71,"target":239},{"source":71,"target":240},{"source":229,"target":71},{"source":229,"target":241},{"source":229,"target":71},{"source":241,"target":71},{"source":230,"target":38},{"source":230,"target":242},{"source":230,"target":71},{"source":242,"target":38},{"source":231,"target":52},{"source":231,"target":243},{"source":231,"target":71},{"source":243,"target":52},{"source":232,"target":38},{"source":232,"target":244},{"source":232,"target":71},{"source":244,"target":38},{"source":233,"target":38},{"source":233,"target":245},{"source":233,"target":71},{"source":245,"target":38},{"source":234,"target":38},{"source":234,"target":246},{"source":234,"target":71},{"source":246,"target":38},{"source":235,"target":7},{"source":235,"target":247},{"source":235,"target":71},{"source":247,"target":7},{"source":236,"target":7},{"source":236,"target":248},{"source":236,"target":71},{"source":248,"target":7},{"source":237,"target":38},{"source":237,"target":249},{"source":237,"target":71},{"source":249,"target":38},{"source":238,"target":38},{"source":238,"target":250},{"source":238,"target":71},{"source":250,"target":38},{"source":239,"target":163},{"source":239,"target":251},{"source":239,"target":71},{"source":239,"target":252},{"source":251,"target":163},{"source":240,"target":97},{"source":45,"target":5},{"source":45,"target":40},{"source":45,"target":253},{"source":45,"target":254},{"source":253,"target":41},{"source":253,"target":255},{"source":253,"target":45},{"source":253,"target":256},{"source":255,"target":41},{"source":254,"target":40},{"source":41,"target":5},{"source":41,"target":40},{"source":41,"target":256},{"source":41,"target":257},{"source":256,"target":45},{"source":256,"target":258},{"source":256,"target":41},{"source":256,"target":253},{"source":258,"target":45},{"source":257,"target":40},{"source":75,"target":5},{"source":75,"target":154},{"source":75,"target":259},{"source":75,"target":260},{"source":259,"target":153},{"source":259,"target":261},{"source":259,"target":75},{"source":259,"target":262},{"source":261,"target":153},{"source":260,"target":154},{"source":150,"target":5},{"source":150,"target":41},{"source":150,"target":40},{"source":150,"target":263},{"source":150,"target":264},{"source":150,"target":265},{"source":150,"target":266},{"source":263,"target":171},{"source":263,"target":267},{"source":263,"target":150},{"source":267,"target":171},{"source":264,"target":45},{"source":264,"target":268},{"source":264,"target":150},{"source":268,"target":45},{"source":265,"target":41},{"source":266,"target":40},{"source":97,"target":5},{"source":97,"target":158},{"source":97,"target":269},{"source":97,"target":270},{"source":97,"target":271},{"source":97,"target":272},{"source":97,"target":273},{"source":269,"target":38},{"source":269,"target":274},{"source":269,"target":97},{"source":274,"target":38},{"source":270,"target":38},{"source":270,"target":275},{"source":270,"target":97},{"source":275,"target":38},{"source":271,"target":120},{"source":271,"target":276},{"source":271,"target":97},{"source":276,"target":120},{"source":272,"target":159},{"source":272,"target":277},{"source":272,"target":97},{"source":277,"target":159},{"source":273,"target":158},{"source":151,"target":5},{"source":151,"target":154},{"source":151,"target":278},{"source":151,"target":279},{"source":278,"target":38},{"source":278,"target":280},{"source":278,"target":151},{"source":280,"target":38},{"source":279,"target":154},{"source":152,"target":5},{"source":152,"target":45},{"source":152,"target":151},{"source":152,"target":281},{"source":152,"target":282},{"source":281,"target":45},{"source":282,"target":151},{"source":153,"target":5},{"source":153,"target":152},{"source":153,"target":262},{"source":153,"target":283},{"source":262,"target":75},{"source":262,"target":284},{"source":262,"target":153},{"source":262,"target":259},{"source":284,"target":75},{"source":283,"target":152},{"source":154,"target":5},{"source":154,"target":40},{"source":154,"target":285},{"source":154,"target":286},{"source":285,"target":52},{"source":285,"target":287},{"source":285,"target":154},{"source":287,"target":52},{"source":286,"target":40},{"source":155,"target":5},{"source":155,"target":154},{"source":155,"target":178},{"source":155,"target":288},{"source":155,"target":289},{"source":155,"target":290},{"source":155,"target":291},{"source":155,"target":292},{"source":288,"target":155},{"source":288,"target":293},{"source":288,"target":155},{"source":288,"target":289},{"source":293,"target":155},{"source":289,"target":155},{"source":289,"target":294},{"source":289,"target":155},{"source":289,"target":288},{"source":294,"target":155},{"source":290,"target":52},{"source":290,"target":295},{"source":290,"target":155},{"source":295,"target":52},{"source":291,"target":154},{"source":292,"target":178},{"source":156,"target":5},{"source":156,"target":97},{"source":156,"target":219},{"source":156,"target":296},{"source":219,"target":73},{"source":219,"target":297},{"source":219,"target":156},{"source":219,"target":208},{"source":297,"target":73},{"source":296,"target":97},{"source":157,"target":5},{"source":157,"target":152},{"source":157,"target":41},{"source":157,"target":298},{"source":157,"target":299},{"source":157,"target":300},{"source":298,"target":45},{"source":298,"target":301},{"source":298,"target":157},{"source":301,"target":45},{"source":299,"target":152},{"source":300,"target":41},{"source":158,"target":5},{"source":158,"target":41},{"source":158,"target":154},{"source":158,"target":302},{"source":158,"target":303},{"source":158,"target":304},{"source":302,"target":45},{"source":302,"target":305},{"source":302,"target":158},{"source":305,"target":45},{"source":303,"target":41},{"source":304,"target":154},{"source":159,"target":5},{"source":160,"target":5},{"source":160,"target":40},{"source":160,"target":306},{"source":160,"target":307},{"source":160,"target":195},{"source":160,"target":308},{"source":306,"target":52},{"source":306,"target":309},{"source":306,"target":160},{"source":309,"target":52},{"source":307,"target":52},{"source":307,"target":310},{"source":307,"target":160},{"source":310,"target":52},{"source":195,"target":40},{"source":195,"target":311},{"source":195,"target":160},{"source":195,"target":192},{"source":311,"target":40},{"source":308,"target":40},{"source":161,"target":5},{"source":161,"target":154},{"source":161,"target":312},{"source":161,"target":313},{"source":161,"target":314},{"source":161,"target":315},{"source":161,"target":221},{"source":161,"target":223},{"source":161,"target":316},{"source":312,"target":7},{"source":312,"target":317},{"source":312,"target":161},{"source":317,"target":7},{"source":313,"target":164},{"source":313,"target":318},{"source":313,"target":161},{"source":318,"target":164},{"source":314,"target":162},{"source":314,"target":319},{"source":314,"target":161},{"source":319,"target":162},{"source":315,"target":163},{"source":315,"target":320},{"source":315,"target":161},{"source":315,"target":321},{"source":320,"target":163},{"source":221,"target":73},{"source":221,"target":322},{"source":221,"target":161},{"source":221,"target":209},{"source":322,"target":73},{"source":223,"target":73},{"source":223,"target":323},{"source":223,"target":161},{"source":223,"target":210},{"source":323,"target":73},{"source":316,"target":154},{"source":162,"target":5},{"source":162,"target":324},{"source":162,"target":325},{"source":324,"target":162},{"source":325,"target":162},{"source":163,"target":5},{"source":163,"target":169},{"source":163,"target":41},{"source":163,"target":321},{"source":163,"target":326},{"source":163,"target":252},{"source":163,"target":227},{"source":163,"target":327},{"source":163,"target":328},{"source":163,"target":329},{"source":321,"target":161},{"source":321,"target":330},{"source":321,"target":163},{"source":321,"target":315},{"source":330,"target":161},{"source":326,"target":38},{"source":326,"target":331},{"source":326,"target":163},{"source":331,"target":38},{"source":252,"target":71},{"source":252,"target":332},{"source":252,"target":163},{"source":252,"target":239},{"source":332,"target":71},{"source":227,"target":73},{"source":227,"target":333},{"source":227,"target":163},{"source":227,"target":213},{"source":333,"target":73},{"source":327,"target":45},{"source":327,"target":334},{"source":327,"target":163},{"source":334,"target":45},{"source":328,"target":169},{"source":329,"target":41},{"source":164,"target":5},{"source":164,"target":335},{"source":164,"target":336},{"source":164,"target":337},{"source":335,"target":164},{"source":336,"target":164},{"source":337,"target":164},{"source":165,"target":5},{"source":165,"target":40},{"source":165,"target":338},{"source":165,"target":339},{"source":165,"target":340},{"source":165,"target":341},{"source":165,"target":342},{"source":165,"target":343},{"source":165,"target":344},{"source":338,"target":155},{"source":338,"target":345},{"source":338,"target":165},{"source":345,"target":155},{"source":339,"target":166},{"source":339,"target":346},{"source":339,"target":165},{"source":346,"target":166},{"source":340,"target":167},{"source":340,"target":347},{"source":340,"target":165},{"source":347,"target":167},{"source":341,"target":165},{"source":341,"target":348},{"source":341,"target":165},{"source":348,"target":165},{"source":342,"target":168},{"source":342,"target":349},{"source":342,"target":165},{"source":349,"target":168},{"source":343,"target":168},{"source":343,"target":350},{"source":343,"target":165},{"source":350,"target":168},{"source":344,"target":40},{"source":166,"target":5},{"source":166,"target":40},{"source":166,"target":351},{"source":166,"target":352},{"source":351,"target":52},{"source":351,"target":353},{"source":351,"target":166},{"source":353,"target":52},{"source":352,"target":40},{"source":167,"target":5},{"source":167,"target":40},{"source":167,"target":354},{"source":167,"target":355},{"source":354,"target":52},{"source":354,"target":356},{"source":354,"target":167},{"source":356,"target":52},{"source":355,"target":40},{"source":168,"target":5},{"source":168,"target":40},{"source":168,"target":357},{"source":168,"target":358},{"source":357,"target":52},{"source":357,"target":359},{"source":357,"target":168},{"source":359,"target":52},{"source":358,"target":40},{"source":169,"target":5},{"source":169,"target":151},{"source":169,"target":360},{"source":169,"target":361},{"source":360,"target":171},{"source":360,"target":362},{"source":360,"target":169},{"source":362,"target":171},{"source":361,"target":151},{"source":170,"target":5},{"source":170,"target":45},{"source":170,"target":363},{"source":170,"target":364},{"source":170,"target":365},{"source":170,"target":366},{"source":363,"target":150},{"source":363,"target":367},{"source":363,"target":170},{"source":367,"target":150},{"source":364,"target":150},{"source":364,"target":368},{"source":364,"target":170},{"source":368,"target":150},{"source":365,"target":169},{"source":365,"target":369},{"source":365,"target":170},{"source":369,"target":169},{"source":366,"target":45},{"source":171,"target":5},{"source":171,"target":41},{"source":171,"target":45},{"source":171,"target":154},{"source":171,"target":370},{"source":171,"target":371},{"source":171,"target":372},{"source":171,"target":373},{"source":370,"target":45},{"source":370,"target":374},{"source":370,"target":171},{"source":374,"target":45},{"source":371,"target":41},{"source":372,"target":45},{"source":373,"target":154},{"source":172,"target":5},{"source":172,"target":171},{"source":172,"target":375},{"source":375,"target":171},{"source":173,"target":5},{"source":173,"target":171},{"source":173,"target":376},{"source":173,"target":377},{"source":376,"target":174},{"source":376,"target":378},{"source":376,"target":173},{"source":376,"target":379},{"source":378,"target":174},{"source":377,"target":171},{"source":174,"target":5},{"source":174,"target":172},{"source":174,"target":380},{"source":174,"target":379},{"source":174,"target":381},{"source":174,"target":382},{"source":380,"target":163},{"source":380,"target":383},{"source":380,"target":174},{"source":383,"target":163},{"source":379,"target":173},{"source":379,"target":384},{"source":379,"target":174},{"source":379,"target":376},{"source":384,"target":173},{"source":381,"target":150},{"source":381,"target":385},{"source":381,"target":174},{"source":385,"target":150},{"source":382,"target":172},{"source":175,"target":5},{"source":175,"target":41},{"source":175,"target":45},{"source":175,"target":386},{"source":175,"target":387},{"source":175,"target":388},{"source":386,"target":45},{"source":386,"target":389},{"source":386,"target":175},{"source":389,"target":45},{"source":387,"target":41},{"source":388,"target":45},{"source":176,"target":5},{"source":176,"target":41},{"source":176,"target":45},{"source":176,"target":390},{"source":176,"target":391},{"source":176,"target":392},{"source":176,"target":393},{"source":390,"target":45},{"source":390,"target":394},{"source":390,"target":176},{"source":394,"target":45},{"source":391,"target":45},{"source":391,"target":395},{"source":391,"target":176},{"source":395,"target":45},{"source":392,"target":41},{"source":393,"target":45},{"source":177,"target":5},{"source":177,"target":45},{"source":177,"target":396},{"source":396,"target":45},{"source":178,"target":5},{"source":178,"target":154},{"source":178,"target":397},{"source":178,"target":398},{"source":397,"target":151},{"source":397,"target":399},{"source":397,"target":178},{"source":399,"target":151},{"source":398,"target":154}],"multigraph":true}
ecore
metamodelling
repo-ecore-all/data/MSharbaf/EpsilonTransformationTechnicalDebt/MDETL/src/models/RefinementsEcore.ecore
RefinementsEcore EAttribute iD eAttributeType Refines EAnnotation source eModelElement EClass abstract interface eSuperTypes eOperations eReferences eAttributes eIDAttribute eStructuralFeatures EClassifier instanceClassName instanceClass instanceTypeName ePackage EDataType serializable true EEnum eLiterals EEnumLiteral value literal eEnum EModelElement eAnnotations ENamedElement name EOperation eContainingClass eParameters eExceptions EPackage nsURI nsPrefix eClassifiers eSubpackages eSuperPackage EParameter eOperation EReference containment container resolveProxies true eOpposite eReferenceType eKeys Refines EStructuralFeature changeable true volatile transient defaultValueLiteral unsettable derived eContainingClass ETypedElement ordered true unique true lowerBound upperBound 1 many required eType
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="RefinementsEcore" nsURI="http://www.transformation-tool-contest.eu/2017/LiveContest/RefinementsEcore" nsPrefix="ecoreR"> <eClassifiers xsi:type="ecore:EClass" name="EAttribute" eSuperTypes="#//EStructuralFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAttributeType" lowerBound="1" eType="#//EDataType" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Refines" eType="#//EAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EAnnotation" eSuperTypes="#//EModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eModelElement" eType="#//EModelElement" transient="true" resolveProxies="false" eOpposite="#//EModelElement/eAnnotations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClass" eSuperTypes="#//EClassifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSuperTypes" upperBound="-1" eType="#//EClass" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eOperations" upperBound="-1" eType="#//EOperation" containment="true" resolveProxies="false" eOpposite="#//EOperation/eContainingClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eReferences" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAttributes" upperBound="-1" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eIDAttribute" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eStructuralFeatures" upperBound="-1" eType="#//EStructuralFeature" containment="true" resolveProxies="false" eOpposite="#//EStructuralFeature/eContainingClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClassifier" abstract="true" eSuperTypes="#//ENamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClassName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" volatile="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClass" 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="instanceTypeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" volatile="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" eType="#//EPackage" changeable="false" transient="true" eOpposite="#//EPackage/eClassifiers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EDataType" eSuperTypes="#//EClassifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serializable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EEnum" eSuperTypes="#//EDataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="eLiterals" upperBound="-1" eType="#//EEnumLiteral" containment="true" resolveProxies="false" eOpposite="#//EEnumLiteral/eEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EEnumLiteral" eSuperTypes="#//ENamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eEnum" eType="#//EEnum" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EEnum/eLiterals"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EModelElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="eAnnotations" upperBound="-1" eType="#//EAnnotation" containment="true" resolveProxies="false" eOpposite="#//EAnnotation/eModelElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ENamedElement" abstract="true" eSuperTypes="#//EModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EOperation" eSuperTypes="#//ETypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="#//EClass" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EClass/eOperations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eParameters" upperBound="-1" eType="#//EParameter" containment="true" resolveProxies="false" eOpposite="#//EParameter/eOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eExceptions" upperBound="-1" eType="#//EClassifier" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EPackage" eSuperTypes="#//ENamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsPrefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eClassifiers" upperBound="-1" eType="#//EClassifier" containment="true" eOpposite="#//EClassifier/ePackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSubpackages" upperBound="-1" eType="#//EPackage" containment="true" eOpposite="#//EPackage/eSuperPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSuperPackage" eType="#//EPackage" changeable="false" transient="true" eOpposite="#//EPackage/eSubpackages"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EParameter" eSuperTypes="#//ETypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="eOperation" eType="#//EOperation" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EOperation/eParameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EReference" eSuperTypes="#//EStructuralFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="containment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="container" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolveProxies" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eOpposite" eType="#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eReferenceType" lowerBound="1" eType="#//EClass" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eKeys" upperBound="-1" eType="#//EAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Refines" eType="#//EReference"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EStructuralFeature" abstract="true" eSuperTypes="#//ETypedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="volatile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transient" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValueLiteral" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unsettable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="derived" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="#//EClass" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EClass/eStructuralFeatures"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETypedElement" abstract="true" eSuperTypes="#//ENamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordered" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eType" eType="#//EClassifier" volatile="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"ecoreR","nsURI":"http://www.transformation-tool-contest.eu/2017/LiveContest/RefinementsEcore","name":"RefinementsEcore","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAttribute","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAnnotation","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClassifier","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EDataType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnum","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnumLiteral","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EModelElement","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ENamedElement","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EOperation","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EPackage","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EParameter","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EReference","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EStructuralFeature","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypedElement","instanceClass":null,"abstract":true,"id":15,"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":"iD","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAttributeType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":17,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Refines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eModelElement","changeable":true,"resolveProxies":false,"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":"eAnnotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":28,"derived":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":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eSuperTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"eOperations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":32,"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":"eReferences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":33,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAttributes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":34,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eIDAttribute","changeable":false,"resolveProxies":false,"lowerBound":0,"id":35,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eStructuralFeatures","changeable":true,"resolveProxies":false,"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"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eContainingClass","changeable":false,"resolveProxies":false,"lowerBound":0,"id":42,"derived":false},{"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":true,"unique":true,"name":"eContainingClass","changeable":false,"resolveProxies":false,"lowerBound":0,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"instanceClassName","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"instanceClass","changeable":false,"lowerBound":0,"iD":false,"id":49,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"instanceTypeName","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ePackage","changeable":false,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eClassifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"serializable","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eLiterals","changeable":true,"resolveProxies":false,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eEnum","changeable":false,"resolveProxies":false,"lowerBound":0,"id":64,"derived":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":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":"literal","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eParameters","changeable":true,"resolveProxies":false,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eExceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eOperation","changeable":false,"resolveProxies":false,"lowerBound":0,"id":80,"derived":false},{"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":"nsURI","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":"nsPrefix","changeable":true,"lowerBound":0,"iD":false,"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":"eSubpackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eSuperPackage","changeable":false,"resolveProxies":true,"lowerBound":0,"id":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"},{"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":"containment","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"container","changeable":false,"lowerBound":0,"iD":false,"id":95,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"resolveProxies","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eOpposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eReferenceType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":98,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eKeys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Refines","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"},{"id":108,"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":"changeable","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":"volatile","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"transient","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":"defaultValueLiteral","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":"unsettable","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":"derived","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"ordered","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"lowerBound":0,"iD":false,"id":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":"lowerBound","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"many","changeable":false,"lowerBound":0,"iD":false,"id":127,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"required","changeable":false,"lowerBound":0,"iD":false,"id":128,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":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":14},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":16,"target":20},{"source":16,"target":1},{"source":17,"target":5},{"source":17,"target":21},{"source":17,"target":1},{"source":21,"target":5},{"source":18,"target":1},{"source":18,"target":22},{"source":18,"target":1},{"source":22,"target":1},{"source":19,"target":14},{"source":2,"target":0},{"source":2,"target":8},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":23,"target":26},{"source":23,"target":2},{"source":24,"target":8},{"source":24,"target":27},{"source":24,"target":2},{"source":24,"target":28},{"source":27,"target":8},{"source":25,"target":8},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":29,"target":38},{"source":29,"target":3},{"source":30,"target":39},{"source":30,"target":3},{"source":31,"target":3},{"source":31,"target":40},{"source":31,"target":3},{"source":40,"target":3},{"source":32,"target":10},{"source":32,"target":41},{"source":32,"target":3},{"source":32,"target":42},{"source":41,"target":10},{"source":33,"target":13},{"source":33,"target":43},{"source":33,"target":3},{"source":43,"target":13},{"source":34,"target":1},{"source":34,"target":44},{"source":34,"target":3},{"source":44,"target":1},{"source":35,"target":1},{"source":35,"target":45},{"source":35,"target":3},{"source":45,"target":1},{"source":36,"target":14},{"source":36,"target":46},{"source":36,"target":3},{"source":36,"target":47},{"source":46,"target":14},{"source":37,"target":4},{"source":4,"target":0},{"source":4,"target":9},{"source":4,"target":48},{"source":4,"target":49},{"source":4,"target":50},{"source":4,"target":51},{"source":4,"target":52},{"source":48,"target":53},{"source":48,"target":4},{"source":49,"target":54},{"source":49,"target":4},{"source":50,"target":55},{"source":50,"target":4},{"source":51,"target":11},{"source":51,"target":56},{"source":51,"target":4},{"source":51,"target":57},{"source":56,"target":11},{"source":52,"target":9},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":58},{"source":5,"target":59},{"source":58,"target":60},{"source":58,"target":5},{"source":59,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":61},{"source":6,"target":62},{"source":61,"target":7},{"source":61,"target":63},{"source":61,"target":6},{"source":61,"target":64},{"source":63,"target":7},{"source":62,"target":5},{"source":7,"target":0},{"source":7,"target":9},{"source":7,"target":65},{"source":7,"target":66},{"source":7,"target":64},{"source":7,"target":67},{"source":65,"target":68},{"source":65,"target":7},{"source":66,"target":69},{"source":66,"target":7},{"source":64,"target":6},{"source":64,"target":70},{"source":64,"target":7},{"source":64,"target":61},{"source":70,"target":6},{"source":67,"target":9},{"source":8,"target":0},{"source":8,"target":28},{"source":28,"target":2},{"source":28,"target":71},{"source":28,"target":8},{"source":28,"target":24},{"source":71,"target":2},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":72},{"source":9,"target":73},{"source":72,"target":74},{"source":72,"target":9},{"source":73,"target":8},{"source":10,"target":0},{"source":10,"target":15},{"source":10,"target":42},{"source":10,"target":75},{"source":10,"target":76},{"source":10,"target":77},{"source":42,"target":3},{"source":42,"target":78},{"source":42,"target":10},{"source":42,"target":32},{"source":78,"target":3},{"source":75,"target":12},{"source":75,"target":79},{"source":75,"target":10},{"source":75,"target":80},{"source":79,"target":12},{"source":76,"target":4},{"source":76,"target":81},{"source":76,"target":10},{"source":81,"target":4},{"source":77,"target":15},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":82},{"source":11,"target":83},{"source":11,"target":57},{"source":11,"target":84},{"source":11,"target":85},{"source":11,"target":86},{"source":82,"target":87},{"source":82,"target":11},{"source":83,"target":88},{"source":83,"target":11},{"source":57,"target":4},{"source":57,"target":89},{"source":57,"target":11},{"source":57,"target":51},{"source":89,"target":4},{"source":84,"target":11},{"source":84,"target":90},{"source":84,"target":11},{"source":84,"target":85},{"source":90,"target":11},{"source":85,"target":11},{"source":85,"target":91},{"source":85,"target":11},{"source":85,"target":84},{"source":91,"target":11},{"source":86,"target":9},{"source":12,"target":0},{"source":12,"target":15},{"source":12,"target":80},{"source":12,"target":92},{"source":80,"target":10},{"source":80,"target":93},{"source":80,"target":12},{"source":80,"target":75},{"source":93,"target":10},{"source":92,"target":15},{"source":13,"target":0},{"source":13,"target":14},{"source":13,"target":94},{"source":13,"target":95},{"source":13,"target":96},{"source":13,"target":97},{"source":13,"target":98},{"source":13,"target":99},{"source":13,"target":100},{"source":13,"target":101},{"source":94,"target":102},{"source":94,"target":13},{"source":95,"target":103},{"source":95,"target":13},{"source":96,"target":104},{"source":96,"target":13},{"source":97,"target":13},{"source":97,"target":105},{"source":97,"target":13},{"source":105,"target":13},{"source":98,"target":3},{"source":98,"target":106},{"source":98,"target":13},{"source":106,"target":3},{"source":99,"target":1},{"source":99,"target":107},{"source":99,"target":13},{"source":107,"target":1},{"source":100,"target":13},{"source":100,"target":108},{"source":100,"target":13},{"source":108,"target":13},{"source":101,"target":14},{"source":14,"target":0},{"source":14,"target":15},{"source":14,"target":109},{"source":14,"target":110},{"source":14,"target":111},{"source":14,"target":112},{"source":14,"target":113},{"source":14,"target":114},{"source":14,"target":47},{"source":14,"target":115},{"source":109,"target":116},{"source":109,"target":14},{"source":110,"target":117},{"source":110,"target":14},{"source":111,"target":118},{"source":111,"target":14},{"source":112,"target":119},{"source":112,"target":14},{"source":113,"target":120},{"source":113,"target":14},{"source":114,"target":121},{"source":114,"target":14},{"source":47,"target":3},{"source":47,"target":122},{"source":47,"target":14},{"source":47,"target":36},{"source":122,"target":3},{"source":115,"target":15},{"source":15,"target":0},{"source":15,"target":9},{"source":15,"target":123},{"source":15,"target":124},{"source":15,"target":125},{"source":15,"target":126},{"source":15,"target":127},{"source":15,"target":128},{"source":15,"target":129},{"source":15,"target":130},{"source":123,"target":131},{"source":123,"target":15},{"source":124,"target":132},{"source":124,"target":15},{"source":125,"target":133},{"source":125,"target":15},{"source":126,"target":134},{"source":126,"target":15},{"source":127,"target":135},{"source":127,"target":15},{"source":128,"target":136},{"source":128,"target":15},{"source":129,"target":4},{"source":129,"target":137},{"source":129,"target":15},{"source":137,"target":4},{"source":130,"target":9}],"multigraph":true}
ecore
workflow
repo-ecore-all/data/damenac/puzzle/examples/uml/fr.inria.diverse.puzzle.uml.actions.metamodel/models/Actions.ecore
Actions BasicActions Action context input output NamedElement Classifier OpaqueAction body language inputValue outputValue InputPin OutputPin Pin MultiplicityElement TypedElement ValuePin value ValueSpecification InvocationAction argument CallAction isSynchronous result CallBehaviorAction behavior Behavior CallOperationAction operation target Operation SendSignalAction target signal Signal IntermediateActions BroadcastSignalAction signal SendObjectAction target request CreateObjectAction classifier result DestroyObjectAction target TestIdentityAction result first second ReadSelfAction result ValueSpecificationAction result value StructuralFeatureAction structuralFeature object StructuralFeature ReadStructuralFeatureAction result WriteStructuralFeatureAction value result AddStructuralFeatureValueAction insertAt RemoveStructuralFeatureValueAction removeAt ClearStructuralFeatureAction result LinkAction inputValue endData LinkEndData value end qualifier Property ReadLinkAction result WriteLinkAction CreateLinkAction LinkEndCreationData isReplaceAll insertAt Element DestroyLinkAction LinkEndDestructionData isDestroyDuplicates destroyAt CompleteActions ReplyAction returnInformation replyValue replyToCall UnmarshallAction object unmarshallType result AcceptEventAction isUnmarshall result trigger AcceptCallAction returnInformation Trigger ReadExtendAction result classifier ReclassifyObjectAction isReplaceAll object oldClassifier newClassifier ReadlsClassifiedObjectAction result object StartClassifierBehaviorAction object StartObjectBehaviorAction object QualifierValue qualifier value ReadLinkObjectEndAction end object result ReadLinkObjectEndQualifierAction object result qualifier CreateLinkObjectAction result ReduceAction isOrdered result collection reducer StructuredActions VariableAction variable Variable ReadVariableAction result WriteVariableAction value AddVariableValueAction insertAt RemoveVariableValueAction removeAt ClearVariableAction RaiseExceptionAction exception ActionInputPin fromAction
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Actions" nsURI="http://fr.inria.diverse.puzzle.uml/Actions" nsPrefix="Actions"> <eSubpackages name="BasicActions" nsURI="http://fr.inria.diverse.puzzle.uml/Actions/BasicActions" nsPrefix="BasicActions"> <eClassifiers xsi:type="ecore:EClass" name="Action" abstract="true" eSuperTypes="//BasicActions/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="context" eType="//BasicActions/Classifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="input" upperBound="-1" eType="//BasicActions/InputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="output" upperBound="-1" eType="//BasicActions/OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eAnnotations source="Required"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true"> <eAnnotations source="Required"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OpaqueAction" eSuperTypes="//BasicActions/Action"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" unique="false" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="inputValue" upperBound="-1" eType="//BasicActions/InputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputValue" upperBound="-1" eType="//BasicActions/OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="//BasicActions/Pin"/> <eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="//BasicActions/Pin"/> <eClassifiers xsi:type="ecore:EClass" name="Pin" abstract="true" eSuperTypes="//BasicActions/TypedElement //BasicActions/MultiplicityElement"/> <eClassifiers xsi:type="ecore:EClass" name="MultiplicityElement" abstract="true"> <eAnnotations source="Required"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true"> <eAnnotations source="Required"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="//BasicActions/InputPin"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="//BasicActions/ValueSpecification"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" abstract="true"> <eAnnotations source="Required"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InvocationAction" abstract="true" eSuperTypes="//BasicActions/Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" upperBound="-1" eType="//BasicActions/InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallAction" abstract="true" eSuperTypes="//BasicActions/InvocationAction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSynchronous"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="result" upperBound="-2" eType="//BasicActions/OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="//BasicActions/CallAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="behavior" lowerBound="1" eType="//BasicActions/Behavior"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Behavior" abstract="true"> <eAnnotations source="Required"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallOperationAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" lowerBound="1" eType="//BasicActions/Operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="//BasicActions/InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation"> <eAnnotations source="Required"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="//BasicActions/InvocationAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="//BasicActions/InputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="signal" lowerBound="1" eType="//BasicActions/Signal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Signal"> <eAnnotations source="Required"/> </eClassifiers> </eSubpackages> <eSubpackages name="IntermediateActions" nsURI="http://fr.inria.diverse.puzzle.uml/Actions/IntermediateActions" nsPrefix="IntermediateActions"> <eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="//BasicActions/InvocationAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="signal" lowerBound="1" eType="//BasicActions/Signal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="//BasicActions/InvocationAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="//BasicActions/InputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="request" lowerBound="1" eType="//BasicActions/InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="//BasicActions/Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" lowerBound="1" eType="//BasicActions/Classifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="result" lowerBound="1" eType="//BasicActions/OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="//BasicActions/Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="//BasicActions/InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="//BasicActions/Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" lowerBound="1" eType="//BasicActions/OutputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="first" lowerBound="1" eType="//BasicActions/InputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="second" lowerBound="1" eType="//BasicActions/InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="//BasicActions/Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" lowerBound="1" eType="//BasicActions/OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecificationAction" eSuperTypes="//BasicActions/Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" lowerBound="1" eType="//BasicActions/OutputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="//BasicActions/ValueSpecification" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" abstract="true" eSuperTypes="//BasicActions/Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="structuralFeature" lowerBound="1" eType="//IntermediateActions/StructuralFeature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" lowerBound="1" eType="//BasicActions/InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" abstract="true"> <eAnnotations source="Required"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="//IntermediateActions/StructuralFeatureAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" lowerBound="1" eType="//BasicActions/OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" abstract="true" eSuperTypes="//IntermediateActions/StructuralFeatureAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="//BasicActions/InputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="result" eType="//BasicActions/OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="//IntermediateActions/WriteStructuralFeatureAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="insertAt" eType="//BasicActions/InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction" eSuperTypes="//IntermediateActions/WriteStructuralFeatureAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="removeAt" eType="//BasicActions/InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="//IntermediateActions/StructuralFeatureAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" eType="//BasicActions/OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="//BasicActions/Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="inputValue" lowerBound="1" upperBound="-1" eType="//BasicActions/InputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="endData" lowerBound="2" upperBound="-1" eType="//IntermediateActions/LinkEndData" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkEndData" abstract="true" eSuperTypes="//IntermediateActions/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="//BasicActions/InputPin"/> <eStructuralFeatures xsi:type="ecore:EReference" name="end" lowerBound="1" eType="//IntermediateActions/Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" upperBound="-1" eType="//CompleteActions/QualifierValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property"> <eAnnotations source="Required"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="//IntermediateActions/LinkAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" lowerBound="1" eType="//BasicActions/OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" abstract="true" eSuperTypes="//IntermediateActions/LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="//IntermediateActions/WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="LinkEndCreationData" eSuperTypes="//IntermediateActions/LinkEndData"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReplaceAll"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="insertAt" eType="//BasicActions/InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true"> <eAnnotations source="Required"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="//IntermediateActions/WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="LinkEndDestructionData" eSuperTypes="//IntermediateActions/LinkEndData"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDestroyDuplicates"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="destroyAt" eType="//BasicActions/InputPin" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="CompleteActions" nsURI="http://fr.inria.diverse.puzzle.uml/Actions/CompleteActions" nsPrefix="CompleteActions"> <eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="//BasicActions/Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnInformation" lowerBound="1" eType="//BasicActions/InputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="replyValue" upperBound="-1" eType="//BasicActions/InputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="replyToCall" lowerBound="1" eType="//CompleteActions/Trigger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnmarshallAction" eSuperTypes="//BasicActions/Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" lowerBound="1" eType="//BasicActions/InputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unmarshallType" lowerBound="1" eType="//BasicActions/Classifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="result" lowerBound="1" upperBound="-1" eType="//BasicActions/OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="//BasicActions/Action"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnmarshall"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="result" upperBound="-1" eType="//BasicActions/OutputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="trigger" lowerBound="1" upperBound="-1" eType="//CompleteActions/Trigger" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="//CompleteActions/AcceptEventAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnInformation" lowerBound="1" eType="//BasicActions/OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Trigger"> <eAnnotations source="Required"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadExtendAction" eSuperTypes="//BasicActions/Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" lowerBound="1" eType="//BasicActions/OutputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" lowerBound="1" eType="//BasicActions/Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="//BasicActions/Action"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReplaceAll"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="object" lowerBound="1" eType="//BasicActions/InputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oldClassifier" upperBound="-1" eType="//BasicActions/Classifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="newClassifier" upperBound="-1" eType="//BasicActions/Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadlsClassifiedObjectAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" lowerBound="1" eType="//BasicActions/OutputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" lowerBound="1" eType="//BasicActions/InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StartClassifierBehaviorAction" eSuperTypes="//BasicActions/Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" lowerBound="1" eType="//BasicActions/InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StartObjectBehaviorAction" eSuperTypes="//BasicActions/CallAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" lowerBound="1" eType="//BasicActions/InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QualifierValue" eSuperTypes="//IntermediateActions/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" lowerBound="1" eType="//IntermediateActions/Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="//BasicActions/InputPin"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="//BasicActions/Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="end" lowerBound="1" eType="//IntermediateActions/Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" lowerBound="1" eType="//BasicActions/InputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="result" lowerBound="1" eType="//BasicActions/OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="//BasicActions/Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" lowerBound="1" eType="//BasicActions/InputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="result" lowerBound="1" eType="//BasicActions/OutputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" lowerBound="1" eType="//IntermediateActions/Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="//IntermediateActions/CreateLinkAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" lowerBound="1" eType="//BasicActions/OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReduceAction" eSuperTypes="//BasicActions/Action"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="result" lowerBound="1" eType="//BasicActions/OutputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" lowerBound="1" eType="//BasicActions/InputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reducer" lowerBound="1" eType="//BasicActions/Behavior"/> </eClassifiers> </eSubpackages> <eSubpackages name="StructuredActions" nsURI="http://fr.inria.diverse.puzzle.uml/Actions/StructuredActions" nsPrefix="StructuredActions"> <eClassifiers xsi:type="ecore:EClass" name="VariableAction" abstract="true" eSuperTypes="//BasicActions/Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="//StructuredActions/Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable"> <eAnnotations source="Required"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="//StructuredActions/VariableAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" lowerBound="1" eType="//BasicActions/OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="//StructuredActions/VariableAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="//BasicActions/InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="//StructuredActions/WriteVariableAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="insertAt" eType="//BasicActions/InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="//StructuredActions/WriteVariableAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="removeAt" eType="//BasicActions/InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="//StructuredActions/VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="//BasicActions/Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="exception" lowerBound="1" eType="//BasicActions/InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionInputPin" eSuperTypes="//BasicActions/InputPin"> <eStructuralFeatures xsi:type="ecore:EReference" name="fromAction" lowerBound="1" eType="//BasicActions/Action" containment="true"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"Actions","nsURI":"http://fr.inria.diverse.puzzle.uml/Actions","name":"Actions","id":0,"eClass":"EPackage"},{"nsPrefix":"BasicActions","nsURI":"http://fr.inria.diverse.puzzle.uml/Actions/BasicActions","name":"BasicActions","id":1,"eClass":"EPackage"},{"nsPrefix":"IntermediateActions","nsURI":"http://fr.inria.diverse.puzzle.uml/Actions/IntermediateActions","name":"IntermediateActions","id":2,"eClass":"EPackage"},{"nsPrefix":"CompleteActions","nsURI":"http://fr.inria.diverse.puzzle.uml/Actions/CompleteActions","name":"CompleteActions","id":3,"eClass":"EPackage"},{"nsPrefix":"StructuredActions","nsURI":"http://fr.inria.diverse.puzzle.uml/Actions/StructuredActions","name":"StructuredActions","id":4,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueAction","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":true,"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":"TypedElement","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","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"},{"container":false,"ordered":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":24,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"input","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":"output","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"body","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":true,"name":"language","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":"inputValue","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":"outputValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isSynchronous","changeable":true,"lowerBound":0,"iD":false,"id":50,"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":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"behavior","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"signal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecificationAction","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":true,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":true,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":true,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkEndData","instanceClass":null,"abstract":true,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":true,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkEndCreationData","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkEndDestructionData","instanceClass":null,"abstract":false,"id":90,"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":"signal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"request","changeable":true,"resolveProxies":true,"lowerBound":1,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":true,"lowerBound":1,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"second","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":117,"derived":false},{"container":false,"ordered":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":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"structuralFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"insertAt","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"removeAt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":144,"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":"endData","changeable":true,"resolveProxies":true,"lowerBound":2,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","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":false,"unsettable":false,"transient":false,"unique":true,"name":"end","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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifierValue","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isReplaceAll","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":"insertAt","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":"isDestroyDuplicates","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"destroyAt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnmarshallAction","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtendAction","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadlsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartClassifierBehaviorAction","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartObjectBehaviorAction","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReduceAction","instanceClass":null,"abstract":false,"id":186,"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":"returnInformation","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"replyValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"replyToCall","changeable":true,"resolveProxies":true,"lowerBound":1,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":194,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"unmarshallType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":195,"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":"result","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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isUnmarshall","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"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":"trigger","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnInformation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"container":false,"ordered":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":211,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"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":"isReplaceAll","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":217,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"oldClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"newClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":225,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":226,"derived":false},{"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":"object","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":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":235,"derived":false},{"container":false,"ordered":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":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"end","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":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":241,"derived":false},{"container":false,"ordered":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":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":247,"derived":false},{"container":false,"ordered":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":248,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"container":false,"ordered":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":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isOrdered","changeable":true,"lowerBound":0,"iD":false,"id":257,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":258,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":259,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reducer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":true,"id":266,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":267,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":268,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":269,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":270,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":271,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":272,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":273,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionInputPin","instanceClass":null,"abstract":false,"id":274,"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":"variable","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":"result","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":false},{"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":"insertAt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"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":"removeAt","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exception","changeable":true,"resolveProxies":true,"lowerBound":1,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fromAction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":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":0},{"source":5,"target":1},{"source":5,"target":6},{"source":5,"target":24},{"source":5,"target":25},{"source":5,"target":26},{"source":5,"target":27},{"source":24,"target":7},{"source":24,"target":28},{"source":24,"target":5},{"source":28,"target":7},{"source":25,"target":9},{"source":25,"target":29},{"source":25,"target":5},{"source":29,"target":9},{"source":26,"target":10},{"source":26,"target":30},{"source":26,"target":5},{"source":30,"target":10},{"source":27,"target":6},{"source":6,"target":1},{"source":7,"target":1},{"source":8,"target":1},{"source":8,"target":5},{"source":8,"target":31},{"source":8,"target":32},{"source":8,"target":33},{"source":8,"target":34},{"source":8,"target":35},{"source":31,"target":36},{"source":31,"target":8},{"source":32,"target":37},{"source":32,"target":8},{"source":33,"target":9},{"source":33,"target":38},{"source":33,"target":8},{"source":38,"target":9},{"source":34,"target":10},{"source":34,"target":39},{"source":34,"target":8},{"source":39,"target":10},{"source":35,"target":5},{"source":9,"target":1},{"source":9,"target":11},{"source":9,"target":40},{"source":40,"target":11},{"source":10,"target":1},{"source":10,"target":11},{"source":10,"target":41},{"source":41,"target":11},{"source":11,"target":1},{"source":11,"target":13},{"source":11,"target":12},{"source":11,"target":42},{"source":11,"target":43},{"source":42,"target":13},{"source":43,"target":12},{"source":12,"target":1},{"source":13,"target":1},{"source":14,"target":1},{"source":14,"target":9},{"source":14,"target":44},{"source":14,"target":45},{"source":44,"target":15},{"source":44,"target":46},{"source":44,"target":14},{"source":46,"target":15},{"source":45,"target":9},{"source":15,"target":1},{"source":16,"target":1},{"source":16,"target":5},{"source":16,"target":47},{"source":16,"target":48},{"source":47,"target":9},{"source":47,"target":49},{"source":47,"target":16},{"source":49,"target":9},{"source":48,"target":5},{"source":17,"target":1},{"source":17,"target":16},{"source":17,"target":50},{"source":17,"target":51},{"source":17,"target":52},{"source":50,"target":53},{"source":50,"target":17},{"source":51,"target":10},{"source":51,"target":54},{"source":51,"target":17},{"source":54,"target":10},{"source":52,"target":16},{"source":18,"target":1},{"source":18,"target":17},{"source":18,"target":55},{"source":18,"target":56},{"source":55,"target":19},{"source":55,"target":57},{"source":55,"target":18},{"source":57,"target":19},{"source":56,"target":17},{"source":19,"target":1},{"source":20,"target":1},{"source":20,"target":58},{"source":20,"target":59},{"source":58,"target":21},{"source":58,"target":60},{"source":58,"target":20},{"source":60,"target":21},{"source":59,"target":9},{"source":59,"target":61},{"source":59,"target":20},{"source":61,"target":9},{"source":21,"target":1},{"source":22,"target":1},{"source":22,"target":16},{"source":22,"target":62},{"source":22,"target":63},{"source":22,"target":64},{"source":62,"target":9},{"source":62,"target":65},{"source":62,"target":22},{"source":65,"target":9},{"source":63,"target":23},{"source":63,"target":66},{"source":63,"target":22},{"source":66,"target":23},{"source":64,"target":16},{"source":23,"target":1},{"source":2,"target":67},{"source":2,"target":68},{"source":2,"target":69},{"source":2,"target":70},{"source":2,"target":71},{"source":2,"target":72},{"source":2,"target":73},{"source":2,"target":74},{"source":2,"target":75},{"source":2,"target":76},{"source":2,"target":77},{"source":2,"target":78},{"source":2,"target":79},{"source":2,"target":80},{"source":2,"target":81},{"source":2,"target":82},{"source":2,"target":83},{"source":2,"target":84},{"source":2,"target":85},{"source":2,"target":86},{"source":2,"target":87},{"source":2,"target":88},{"source":2,"target":89},{"source":2,"target":90},{"source":2,"target":0},{"source":67,"target":2},{"source":67,"target":16},{"source":67,"target":91},{"source":67,"target":92},{"source":91,"target":23},{"source":91,"target":93},{"source":91,"target":67},{"source":93,"target":23},{"source":92,"target":16},{"source":68,"target":2},{"source":68,"target":16},{"source":68,"target":94},{"source":68,"target":95},{"source":68,"target":96},{"source":94,"target":9},{"source":94,"target":97},{"source":94,"target":68},{"source":97,"target":9},{"source":95,"target":9},{"source":95,"target":98},{"source":95,"target":68},{"source":98,"target":9},{"source":96,"target":16},{"source":69,"target":2},{"source":69,"target":5},{"source":69,"target":99},{"source":69,"target":100},{"source":69,"target":101},{"source":99,"target":7},{"source":99,"target":102},{"source":99,"target":69},{"source":102,"target":7},{"source":100,"target":10},{"source":100,"target":103},{"source":100,"target":69},{"source":103,"target":10},{"source":101,"target":5},{"source":70,"target":2},{"source":70,"target":5},{"source":70,"target":104},{"source":70,"target":105},{"source":104,"target":9},{"source":104,"target":106},{"source":104,"target":70},{"source":106,"target":9},{"source":105,"target":5},{"source":71,"target":2},{"source":71,"target":5},{"source":71,"target":107},{"source":71,"target":108},{"source":71,"target":109},{"source":71,"target":110},{"source":107,"target":10},{"source":107,"target":111},{"source":107,"target":71},{"source":111,"target":10},{"source":108,"target":9},{"source":108,"target":112},{"source":108,"target":71},{"source":112,"target":9},{"source":109,"target":9},{"source":109,"target":113},{"source":109,"target":71},{"source":113,"target":9},{"source":110,"target":5},{"source":72,"target":2},{"source":72,"target":5},{"source":72,"target":114},{"source":72,"target":115},{"source":114,"target":10},{"source":114,"target":116},{"source":114,"target":72},{"source":116,"target":10},{"source":115,"target":5},{"source":73,"target":2},{"source":73,"target":5},{"source":73,"target":117},{"source":73,"target":118},{"source":73,"target":119},{"source":117,"target":10},{"source":117,"target":120},{"source":117,"target":73},{"source":120,"target":10},{"source":118,"target":15},{"source":118,"target":121},{"source":118,"target":73},{"source":121,"target":15},{"source":119,"target":5},{"source":74,"target":2},{"source":74,"target":5},{"source":74,"target":122},{"source":74,"target":123},{"source":74,"target":124},{"source":122,"target":75},{"source":122,"target":125},{"source":122,"target":74},{"source":125,"target":75},{"source":123,"target":9},{"source":123,"target":126},{"source":123,"target":74},{"source":126,"target":9},{"source":124,"target":5},{"source":75,"target":2},{"source":76,"target":2},{"source":76,"target":74},{"source":76,"target":127},{"source":76,"target":128},{"source":127,"target":10},{"source":127,"target":129},{"source":127,"target":76},{"source":129,"target":10},{"source":128,"target":74},{"source":77,"target":2},{"source":77,"target":74},{"source":77,"target":130},{"source":77,"target":131},{"source":77,"target":132},{"source":130,"target":9},{"source":130,"target":133},{"source":130,"target":77},{"source":133,"target":9},{"source":131,"target":10},{"source":131,"target":134},{"source":131,"target":77},{"source":134,"target":10},{"source":132,"target":74},{"source":78,"target":2},{"source":78,"target":77},{"source":78,"target":135},{"source":78,"target":136},{"source":135,"target":9},{"source":135,"target":137},{"source":135,"target":78},{"source":137,"target":9},{"source":136,"target":77},{"source":79,"target":2},{"source":79,"target":77},{"source":79,"target":138},{"source":79,"target":139},{"source":138,"target":9},{"source":138,"target":140},{"source":138,"target":79},{"source":140,"target":9},{"source":139,"target":77},{"source":80,"target":2},{"source":80,"target":74},{"source":80,"target":141},{"source":80,"target":142},{"source":141,"target":10},{"source":141,"target":143},{"source":141,"target":80},{"source":143,"target":10},{"source":142,"target":74},{"source":81,"target":2},{"source":81,"target":5},{"source":81,"target":144},{"source":81,"target":145},{"source":81,"target":146},{"source":144,"target":9},{"source":144,"target":147},{"source":144,"target":81},{"source":147,"target":9},{"source":145,"target":82},{"source":145,"target":148},{"source":145,"target":81},{"source":148,"target":82},{"source":146,"target":5},{"source":82,"target":2},{"source":82,"target":88},{"source":82,"target":149},{"source":82,"target":150},{"source":82,"target":151},{"source":82,"target":152},{"source":149,"target":9},{"source":149,"target":153},{"source":149,"target":82},{"source":153,"target":9},{"source":150,"target":83},{"source":150,"target":154},{"source":150,"target":82},{"source":154,"target":83},{"source":151,"target":155},{"source":151,"target":156},{"source":151,"target":82},{"source":156,"target":155},{"source":152,"target":88},{"source":83,"target":2},{"source":84,"target":2},{"source":84,"target":81},{"source":84,"target":157},{"source":84,"target":158},{"source":157,"target":10},{"source":157,"target":159},{"source":157,"target":84},{"source":159,"target":10},{"source":158,"target":81},{"source":85,"target":2},{"source":85,"target":81},{"source":85,"target":160},{"source":160,"target":81},{"source":86,"target":2},{"source":86,"target":85},{"source":86,"target":161},{"source":161,"target":85},{"source":87,"target":2},{"source":87,"target":82},{"source":87,"target":162},{"source":87,"target":163},{"source":87,"target":164},{"source":162,"target":165},{"source":162,"target":87},{"source":163,"target":9},{"source":163,"target":166},{"source":163,"target":87},{"source":166,"target":9},{"source":164,"target":82},{"source":88,"target":2},{"source":89,"target":2},{"source":89,"target":85},{"source":89,"target":167},{"source":167,"target":85},{"source":90,"target":2},{"source":90,"target":82},{"source":90,"target":168},{"source":90,"target":169},{"source":90,"target":170},{"source":168,"target":171},{"source":168,"target":90},{"source":169,"target":9},{"source":169,"target":172},{"source":169,"target":90},{"source":172,"target":9},{"source":170,"target":82},{"source":3,"target":173},{"source":3,"target":174},{"source":3,"target":175},{"source":3,"target":176},{"source":3,"target":177},{"source":3,"target":178},{"source":3,"target":179},{"source":3,"target":180},{"source":3,"target":181},{"source":3,"target":182},{"source":3,"target":155},{"source":3,"target":183},{"source":3,"target":184},{"source":3,"target":185},{"source":3,"target":186},{"source":3,"target":0},{"source":173,"target":3},{"source":173,"target":5},{"source":173,"target":187},{"source":173,"target":188},{"source":173,"target":189},{"source":173,"target":190},{"source":187,"target":9},{"source":187,"target":191},{"source":187,"target":173},{"source":191,"target":9},{"source":188,"target":9},{"source":188,"target":192},{"source":188,"target":173},{"source":192,"target":9},{"source":189,"target":177},{"source":189,"target":193},{"source":189,"target":173},{"source":193,"target":177},{"source":190,"target":5},{"source":174,"target":3},{"source":174,"target":5},{"source":174,"target":194},{"source":174,"target":195},{"source":174,"target":196},{"source":174,"target":197},{"source":194,"target":9},{"source":194,"target":198},{"source":194,"target":174},{"source":198,"target":9},{"source":195,"target":7},{"source":195,"target":199},{"source":195,"target":174},{"source":199,"target":7},{"source":196,"target":10},{"source":196,"target":200},{"source":196,"target":174},{"source":200,"target":10},{"source":197,"target":5},{"source":175,"target":3},{"source":175,"target":5},{"source":175,"target":201},{"source":175,"target":202},{"source":175,"target":203},{"source":175,"target":204},{"source":201,"target":205},{"source":201,"target":175},{"source":202,"target":10},{"source":202,"target":206},{"source":202,"target":175},{"source":206,"target":10},{"source":203,"target":177},{"source":203,"target":207},{"source":203,"target":175},{"source":207,"target":177},{"source":204,"target":5},{"source":176,"target":3},{"source":176,"target":175},{"source":176,"target":208},{"source":176,"target":209},{"source":208,"target":10},{"source":208,"target":210},{"source":208,"target":176},{"source":210,"target":10},{"source":209,"target":175},{"source":177,"target":3},{"source":178,"target":3},{"source":178,"target":5},{"source":178,"target":211},{"source":178,"target":212},{"source":178,"target":213},{"source":211,"target":10},{"source":211,"target":214},{"source":211,"target":178},{"source":214,"target":10},{"source":212,"target":7},{"source":212,"target":215},{"source":212,"target":178},{"source":215,"target":7},{"source":213,"target":5},{"source":179,"target":3},{"source":179,"target":5},{"source":179,"target":216},{"source":179,"target":217},{"source":179,"target":218},{"source":179,"target":219},{"source":179,"target":220},{"source":216,"target":221},{"source":216,"target":179},{"source":217,"target":9},{"source":217,"target":222},{"source":217,"target":179},{"source":222,"target":9},{"source":218,"target":7},{"source":218,"target":223},{"source":218,"target":179},{"source":223,"target":7},{"source":219,"target":7},{"source":219,"target":224},{"source":219,"target":179},{"source":224,"target":7},{"source":220,"target":5},{"source":180,"target":3},{"source":180,"target":225},{"source":180,"target":226},{"source":225,"target":10},{"source":225,"target":227},{"source":225,"target":180},{"source":227,"target":10},{"source":226,"target":9},{"source":226,"target":228},{"source":226,"target":180},{"source":228,"target":9},{"source":181,"target":3},{"source":181,"target":5},{"source":181,"target":229},{"source":181,"target":230},{"source":229,"target":9},{"source":229,"target":231},{"source":229,"target":181},{"source":231,"target":9},{"source":230,"target":5},{"source":182,"target":3},{"source":182,"target":17},{"source":182,"target":232},{"source":182,"target":233},{"source":232,"target":9},{"source":232,"target":234},{"source":232,"target":182},{"source":234,"target":9},{"source":233,"target":17},{"source":155,"target":3},{"source":155,"target":88},{"source":155,"target":235},{"source":155,"target":236},{"source":155,"target":237},{"source":235,"target":83},{"source":235,"target":238},{"source":235,"target":155},{"source":238,"target":83},{"source":236,"target":9},{"source":236,"target":239},{"source":236,"target":155},{"source":239,"target":9},{"source":237,"target":88},{"source":183,"target":3},{"source":183,"target":5},{"source":183,"target":240},{"source":183,"target":241},{"source":183,"target":242},{"source":183,"target":243},{"source":240,"target":83},{"source":240,"target":244},{"source":240,"target":183},{"source":244,"target":83},{"source":241,"target":9},{"source":241,"target":245},{"source":241,"target":183},{"source":245,"target":9},{"source":242,"target":10},{"source":242,"target":246},{"source":242,"target":183},{"source":246,"target":10},{"source":243,"target":5},{"source":184,"target":3},{"source":184,"target":5},{"source":184,"target":247},{"source":184,"target":248},{"source":184,"target":249},{"source":184,"target":250},{"source":247,"target":9},{"source":247,"target":251},{"source":247,"target":184},{"source":251,"target":9},{"source":248,"target":10},{"source":248,"target":252},{"source":248,"target":184},{"source":252,"target":10},{"source":249,"target":83},{"source":249,"target":253},{"source":249,"target":184},{"source":253,"target":83},{"source":250,"target":5},{"source":185,"target":3},{"source":185,"target":86},{"source":185,"target":254},{"source":185,"target":255},{"source":254,"target":10},{"source":254,"target":256},{"source":254,"target":185},{"source":256,"target":10},{"source":255,"target":86},{"source":186,"target":3},{"source":186,"target":5},{"source":186,"target":257},{"source":186,"target":258},{"source":186,"target":259},{"source":186,"target":260},{"source":186,"target":261},{"source":257,"target":262},{"source":257,"target":186},{"source":258,"target":10},{"source":258,"target":263},{"source":258,"target":186},{"source":263,"target":10},{"source":259,"target":9},{"source":259,"target":264},{"source":259,"target":186},{"source":264,"target":9},{"source":260,"target":19},{"source":260,"target":265},{"source":260,"target":186},{"source":265,"target":19},{"source":261,"target":5},{"source":4,"target":266},{"source":4,"target":267},{"source":4,"target":268},{"source":4,"target":269},{"source":4,"target":270},{"source":4,"target":271},{"source":4,"target":272},{"source":4,"target":273},{"source":4,"target":274},{"source":4,"target":0},{"source":266,"target":4},{"source":266,"target":5},{"source":266,"target":275},{"source":266,"target":276},{"source":275,"target":267},{"source":275,"target":277},{"source":275,"target":266},{"source":277,"target":267},{"source":276,"target":5},{"source":267,"target":4},{"source":268,"target":4},{"source":268,"target":266},{"source":268,"target":278},{"source":268,"target":279},{"source":278,"target":10},{"source":278,"target":280},{"source":278,"target":268},{"source":280,"target":10},{"source":279,"target":266},{"source":269,"target":4},{"source":269,"target":266},{"source":269,"target":281},{"source":269,"target":282},{"source":281,"target":9},{"source":281,"target":283},{"source":281,"target":269},{"source":283,"target":9},{"source":282,"target":266},{"source":270,"target":4},{"source":270,"target":269},{"source":270,"target":284},{"source":270,"target":285},{"source":284,"target":9},{"source":284,"target":286},{"source":284,"target":270},{"source":286,"target":9},{"source":285,"target":269},{"source":271,"target":4},{"source":271,"target":269},{"source":271,"target":287},{"source":271,"target":288},{"source":287,"target":9},{"source":287,"target":289},{"source":287,"target":271},{"source":289,"target":9},{"source":288,"target":269},{"source":272,"target":4},{"source":272,"target":266},{"source":272,"target":290},{"source":290,"target":266},{"source":273,"target":4},{"source":273,"target":5},{"source":273,"target":291},{"source":273,"target":292},{"source":291,"target":9},{"source":291,"target":293},{"source":291,"target":273},{"source":293,"target":9},{"source":292,"target":5},{"source":274,"target":4},{"source":274,"target":9},{"source":274,"target":294},{"source":274,"target":295},{"source":294,"target":5},{"source":294,"target":296},{"source":294,"target":274},{"source":296,"target":5},{"source":295,"target":9}],"multigraph":true}
ecore
petrinet
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/petrinet2.ecore
petrinet2 Net places transitions Place name Transition input output name
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="petrinet2" nsURI="http://petrinet2/1.0" nsPrefix="petrinet2"> <eClassifiers xsi:type="ecore:EClass" name="Net"> <eStructuralFeatures xsi:type="ecore:EReference" name="places" upperBound="-1" eType="#//Place" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Place"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="input" lowerBound="1" upperBound="-1" eType="#//Place"/> <eStructuralFeatures xsi:type="ecore:EReference" name="output" lowerBound="1" upperBound="-1" eType="#//Place"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"petrinet2","nsURI":"http://petrinet2/1.0","name":"petrinet2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Net","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"places","changeable":true,"resolveProxies":true,"lowerBound":0,"id":4,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"id":6,"eClass":"EGenericType"},{"id":7,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"resolveProxies":true,"lowerBound":1,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"output","changeable":true,"resolveProxies":true,"lowerBound":1,"id":11,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":4,"target":2},{"source":4,"target":6},{"source":4,"target":1},{"source":6,"target":2},{"source":5,"target":3},{"source":5,"target":7},{"source":5,"target":1},{"source":7,"target":3},{"source":2,"target":0},{"source":2,"target":8},{"source":8,"target":9},{"source":8,"target":2},{"source":3,"target":0},{"source":3,"target":10},{"source":3,"target":11},{"source":3,"target":12},{"source":10,"target":2},{"source":10,"target":13},{"source":10,"target":3},{"source":13,"target":2},{"source":11,"target":2},{"source":11,"target":14},{"source":11,"target":3},{"source":14,"target":2},{"source":12,"target":15},{"source":12,"target":3}],"multigraph":true}
ecore
tournament
repo-ecore-all/data/unicase-ls1/unicase/developer/CodeExamples/BowlingExample/org.unicase.bowlingmodel/model/bowlingmodel.ecore
bowling Player firstname lastname street streetnumber city dateOfBirth height isProfessional game playerlist Game date frames player matchup Matchup game tournament Playerlist name player tournament Tournament title type matchups playerlist TournamentType Amateur Amateur Pro Pro
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="bowling" nsURI="http:///org/eclipse/example/bowling.ecore" nsPrefix="org.unicase.example.bowling"> <eClassifiers xsi:type="ecore:EClass" name="Player"> <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="street" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="streetnumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="city" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dateOfBirth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="digits" value="2"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isProfessional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="game" upperBound="-1" eType="#//Game" eOpposite="#//Game/player"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="playerlist" eType="#//Playerlist" eOpposite="#//Playerlist/player"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Game"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="frames" upperBound="10" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="player" eType="#//Player" eOpposite="#//Player/game"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="matchup" eType="#//Matchup" eOpposite="#//Matchup/game"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Matchup"> <eStructuralFeatures xsi:type="ecore:EReference" name="game" upperBound="2" eType="#//Game" containment="true" eOpposite="#//Game/matchup"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tournament" eType="#//Tournament" eOpposite="#//Tournament/matchups"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Playerlist"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="player" upperBound="-1" eType="#//Player" containment="true" eOpposite="#//Player/playerlist"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="tournament" eType="#//Tournament" eOpposite="#//Tournament/playerlist"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tournament"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//TournamentType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="matchups" upperBound="-1" eType="#//Matchup" containment="true" eOpposite="#//Matchup/tournament"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="playerlist" eType="#//Playerlist" eOpposite="#//Playerlist/tournament"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TournamentType"> <eLiterals name="Amateur"/> <eLiterals name="Pro" value="1"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"org.unicase.example.bowling","nsURI":"http:///org/eclipse/example/bowling.ecore","name":"bowling","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Player","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Game","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Matchup","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Playerlist","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tournament","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TournamentType","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"firstname","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lastname","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"street","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"streetnumber","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":"city","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":"dateOfBirth","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isProfessional","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"game","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"playerlist","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"player","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"player","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":"date","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":10,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"frames","changeable":true,"lowerBound":0,"iD":false,"id":30,"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":"matchup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"game","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":"tournament","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"matchups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tournament","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"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":"playerlist","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":47,"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":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"name":"Amateur","id":53,"value":0,"literal":"Amateur","eClass":"EEnumLiteral"},{"name":"Pro","id":54,"value":1,"literal":"Pro","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":7,"target":17},{"source":7,"target":1},{"source":8,"target":18},{"source":8,"target":1},{"source":9,"target":19},{"source":9,"target":1},{"source":10,"target":20},{"source":10,"target":1},{"source":11,"target":21},{"source":11,"target":1},{"source":12,"target":22},{"source":12,"target":1},{"source":13,"target":23},{"source":13,"target":1},{"source":14,"target":24},{"source":14,"target":1},{"source":15,"target":2},{"source":15,"target":25},{"source":15,"target":1},{"source":15,"target":26},{"source":25,"target":2},{"source":16,"target":4},{"source":16,"target":27},{"source":16,"target":1},{"source":16,"target":28},{"source":27,"target":4},{"source":2,"target":0},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":26},{"source":2,"target":31},{"source":29,"target":32},{"source":29,"target":2},{"source":30,"target":33},{"source":30,"target":2},{"source":26,"target":1},{"source":26,"target":34},{"source":26,"target":2},{"source":26,"target":15},{"source":34,"target":1},{"source":31,"target":3},{"source":31,"target":35},{"source":31,"target":2},{"source":31,"target":36},{"source":35,"target":3},{"source":3,"target":0},{"source":3,"target":36},{"source":3,"target":37},{"source":36,"target":2},{"source":36,"target":38},{"source":36,"target":3},{"source":36,"target":31},{"source":38,"target":2},{"source":37,"target":5},{"source":37,"target":39},{"source":37,"target":3},{"source":37,"target":40},{"source":39,"target":5},{"source":4,"target":0},{"source":4,"target":41},{"source":4,"target":28},{"source":4,"target":42},{"source":41,"target":43},{"source":41,"target":4},{"source":28,"target":1},{"source":28,"target":44},{"source":28,"target":4},{"source":28,"target":16},{"source":44,"target":1},{"source":42,"target":5},{"source":42,"target":45},{"source":42,"target":4},{"source":42,"target":46},{"source":45,"target":5},{"source":5,"target":0},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":40},{"source":5,"target":46},{"source":47,"target":49},{"source":47,"target":5},{"source":48,"target":6},{"source":48,"target":50},{"source":48,"target":5},{"source":50,"target":6},{"source":40,"target":3},{"source":40,"target":51},{"source":40,"target":5},{"source":40,"target":37},{"source":51,"target":3},{"source":46,"target":4},{"source":46,"target":52},{"source":46,"target":5},{"source":46,"target":42},{"source":52,"target":4},{"source":6,"target":0},{"source":6,"target":53},{"source":6,"target":54},{"source":53,"target":6},{"source":54,"target":6}],"multigraph":true}
ecore
graph
repo-ecore-all/data/quratulain-york/epsilon/examples/org.eclipse.epsilon.eunit.examples.atl/metamodels/graph.ecore
Graph Graph nodes Node name outgoing incoming Edge source target
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Graph" nsURI="Graph" nsPrefix="Graph"> <eClassifiers xsi:type="ecore:EClass" name="Graph"> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="#//Edge" containment="true" eOpposite="#//Edge/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="#//Edge" eOpposite="#//Edge/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Edge"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Node" eOpposite="#//Node/outgoing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Node" eOpposite="#//Node/incoming"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"Graph","nsURI":"Graph","name":"Graph","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Graph","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":4,"derived":false},{"id":5,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","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":"incoming","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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":4,"target":2},{"source":4,"target":5},{"source":4,"target":1},{"source":5,"target":2},{"source":2,"target":0},{"source":2,"target":6},{"source":2,"target":7},{"source":2,"target":8},{"source":6,"target":9},{"source":6,"target":2},{"source":7,"target":3},{"source":7,"target":10},{"source":7,"target":2},{"source":7,"target":11},{"source":10,"target":3},{"source":8,"target":3},{"source":8,"target":12},{"source":8,"target":2},{"source":8,"target":13},{"source":12,"target":3},{"source":3,"target":0},{"source":3,"target":11},{"source":3,"target":13},{"source":11,"target":2},{"source":11,"target":14},{"source":11,"target":3},{"source":11,"target":7},{"source":14,"target":2},{"source":13,"target":2},{"source":13,"target":15},{"source":13,"target":3},{"source":13,"target":8},{"source":15,"target":2}],"multigraph":true}
ecore
petrinet
repo-ecore-all/data/dstrueber/bigtrafo/de.bigtrafo.benchmark/ocl/reference/06/PetriNetWithOCLPaper.ecore
PetriNetModel PetriNet transition arcPT arcTP place name Transition name preArc postArc ArcPT inscription transition place ArcTP inscription place transition Place name preArc token postArc
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="PetriNetModel" nsURI="http://www.example.org/PetriNetModelWithOCL" nsPrefix="pnocl"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="PetriNet"> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1" eType="ecore:EClass PetriNetWithOCLPaper.ecore#//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arcPT" upperBound="-1" eType="ecore:EClass PetriNetWithOCLPaper.ecore#//ArcPT" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arcTP" upperBound="-1" eType="ecore:EClass PetriNetWithOCLPaper.ecore#//ArcTP" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="place" upperBound="-1" eType="ecore:EClass PetriNetWithOCLPaper.ecore#//Place" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preArc" upperBound="-1" eType="ecore:EClass PetriNetWithOCLPaper.ecore#//ArcPT"/> <eStructuralFeatures xsi:type="ecore:EReference" name="postArc" upperBound="-1" eType="ecore:EClass PetriNetWithOCLPaper.ecore#//ArcTP"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArcPT"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inscription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" eType="ecore:EClass PetriNetWithOCLPaper.ecore#//Transition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="place" eType="ecore:EClass PetriNetWithOCLPaper.ecore#//Place"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArcTP"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inscription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="place" eType="ecore:EClass PetriNetWithOCLPaper.ecore#//Place"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" eType="ecore:EClass PetriNetWithOCLPaper.ecore#//Transition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Place"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NoIsolatedPlace"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="NoIsolatedPlace" value="self.preArc -> notEmpty() or self.postArc -> notEmpty()"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preArc" upperBound="-1" eType="ecore:EClass PetriNetWithOCLPaper.ecore#//ArcTP"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="token" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> <eStructuralFeatures xsi:type="ecore:EReference" name="postArc" upperBound="-1" eType="ecore:EClass PetriNetWithOCLPaper.ecore#//ArcPT"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"pnocl","nsURI":"http://www.example.org/PetriNetModelWithOCL","name":"PetriNetModel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNet","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArcPT","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArcTP","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arcPT","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arcTP","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"place","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"preArc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"postArc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inscription","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"place","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inscription","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"place","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"preArc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"token","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"postArc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":6,"target":11},{"source":6,"target":1},{"source":7,"target":12},{"source":7,"target":1},{"source":8,"target":13},{"source":8,"target":1},{"source":9,"target":14},{"source":9,"target":1},{"source":10,"target":15},{"source":10,"target":1},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":16,"target":19},{"source":16,"target":2},{"source":17,"target":20},{"source":17,"target":2},{"source":18,"target":21},{"source":18,"target":2},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":22,"target":25},{"source":22,"target":3},{"source":23,"target":26},{"source":23,"target":3},{"source":24,"target":27},{"source":24,"target":3},{"source":4,"target":0},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":28,"target":31},{"source":28,"target":4},{"source":29,"target":32},{"source":29,"target":4},{"source":30,"target":33},{"source":30,"target":4},{"source":5,"target":0},{"source":5,"target":34},{"source":5,"target":35},{"source":5,"target":36},{"source":5,"target":37},{"source":34,"target":38},{"source":34,"target":5},{"source":35,"target":39},{"source":35,"target":5},{"source":36,"target":40},{"source":36,"target":5},{"source":37,"target":41},{"source":37,"target":5}],"multigraph":true}
ecore
purchases
repo-ecore-all/data/PSI-Polska/teneo/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/sample/epo2/model/ExtendedPO2.ecore
epo2 Item order productName quantity USPrice comment shipDate partNum USAddress street city state zip SKU java.lang.String java.lang.String Date java.util.Date java.util.Date PurchaseOrder items billTo shipTo comment orderDate status totalAmount customer previousOrder Address name country OrderStatus Pending Pending BackOrder BackOrder Complete Complete Supplier name customers orders pendingOrders shippedOrders Customer customerID orders GlobalAddress location GlobalLocation countryCode
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="epo2" nsURI="http://www.eclipse.org/emf/teneo/samples/emf/extendedpo2" nsPrefix="com.example.epo2"> <eClassifiers xsi:type="ecore:EClass" name="Item"> <eStructuralFeatures xsi:type="ecore:EReference" name="order" lowerBound="1" eType="#//PurchaseOrder" transient="true" eOpposite="#//PurchaseOrder/items"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="productName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="quantity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="USPrice" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shipDate" eType="#//Date"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="partNum" eType="#//SKU"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="USAddress" eSuperTypes="#//Address"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="street" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="city" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="zip" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="SKU" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="Date" instanceClassName="java.util.Date"/> <eClassifiers xsi:type="ecore:EClass" name="PurchaseOrder"> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//Item" containment="true" eOpposite="#//Item/order"/> <eStructuralFeatures xsi:type="ecore:EReference" name="billTo" lowerBound="1" eType="#//Address" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="shipTo" eType="#//Address" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="orderDate" eType="#//Date"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="#//OrderStatus"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalAmount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" changeable="false" volatile="true" transient="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="customer" lowerBound="1" eType="#//Customer" resolveProxies="false" eOpposite="#//Customer/orders"/> <eStructuralFeatures xsi:type="ecore:EReference" name="previousOrder" eType="#//PurchaseOrder" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Address" 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="country" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OrderStatus"> <eLiterals name="Pending"/> <eLiterals name="BackOrder" value="1"/> <eLiterals name="Complete" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Supplier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="customers" upperBound="-1" eType="#//Customer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="orders" upperBound="-1" eType="#//PurchaseOrder" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pendingOrders" upperBound="-1" eType="#//PurchaseOrder" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="shippedOrders" upperBound="-1" eType="#//PurchaseOrder" changeable="false" volatile="true" transient="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Customer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="customerID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="orders" upperBound="-1" eType="#//PurchaseOrder" resolveProxies="false" eOpposite="#//PurchaseOrder/customer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GlobalAddress" eSuperTypes="#//Address #//GlobalLocation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GlobalLocation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="countryCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"com.example.epo2","nsURI":"http://www.eclipse.org/emf/teneo/samples/emf/extendedpo2","name":"epo2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Item","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"USAddress","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"SKU","instanceClass":"java.lang.String","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"Date","instanceClass":"java.util.Date","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PurchaseOrder","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Address","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OrderStatus","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Supplier","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Customer","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalAddress","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalLocation","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"order","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"productName","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"quantity","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"USPrice","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":"comment","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":"shipDate","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":"partNum","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"street","changeable":true,"lowerBound":0,"iD":false,"id":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":"city","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":"state","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"zip","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"billTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"shipTo","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"comment","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"orderDate","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":40,"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":"totalAmount","changeable":false,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"customer","changeable":true,"resolveProxies":false,"lowerBound":1,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"previousOrder","changeable":true,"resolveProxies":false,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"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":"orders","changeable":true,"resolveProxies":false,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"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":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"name":"Pending","id":58,"value":0,"literal":"Pending","eClass":"EEnumLiteral"},{"name":"BackOrder","id":59,"value":1,"literal":"BackOrder","eClass":"EEnumLiteral"},{"name":"Complete","id":60,"value":2,"literal":"Complete","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":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":"customers","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":"orders","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"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":"pendingOrders","changeable":false,"resolveProxies":false,"lowerBound":0,"id":64,"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":"shippedOrders","changeable":false,"resolveProxies":false,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"customerID","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":true,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"countryCode","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":1,"target":0},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":12,"target":5},{"source":12,"target":19},{"source":12,"target":1},{"source":12,"target":20},{"source":19,"target":5},{"source":13,"target":21},{"source":13,"target":1},{"source":14,"target":22},{"source":14,"target":1},{"source":15,"target":23},{"source":15,"target":1},{"source":16,"target":24},{"source":16,"target":1},{"source":17,"target":4},{"source":17,"target":25},{"source":17,"target":1},{"source":25,"target":4},{"source":18,"target":3},{"source":18,"target":26},{"source":18,"target":1},{"source":26,"target":3},{"source":2,"target":0},{"source":2,"target":6},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":27,"target":32},{"source":27,"target":2},{"source":28,"target":33},{"source":28,"target":2},{"source":29,"target":34},{"source":29,"target":2},{"source":30,"target":35},{"source":30,"target":2},{"source":31,"target":6},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":20},{"source":5,"target":36},{"source":5,"target":37},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":40},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":20,"target":1},{"source":20,"target":44},{"source":20,"target":5},{"source":20,"target":12},{"source":44,"target":1},{"source":36,"target":6},{"source":36,"target":45},{"source":36,"target":5},{"source":45,"target":6},{"source":37,"target":6},{"source":37,"target":46},{"source":37,"target":5},{"source":46,"target":6},{"source":38,"target":47},{"source":38,"target":5},{"source":39,"target":4},{"source":39,"target":48},{"source":39,"target":5},{"source":48,"target":4},{"source":40,"target":7},{"source":40,"target":49},{"source":40,"target":5},{"source":49,"target":7},{"source":41,"target":50},{"source":41,"target":5},{"source":42,"target":9},{"source":42,"target":51},{"source":42,"target":5},{"source":42,"target":52},{"source":51,"target":9},{"source":43,"target":5},{"source":43,"target":53},{"source":43,"target":5},{"source":53,"target":5},{"source":6,"target":0},{"source":6,"target":54},{"source":6,"target":55},{"source":54,"target":56},{"source":54,"target":6},{"source":55,"target":57},{"source":55,"target":6},{"source":7,"target":0},{"source":7,"target":58},{"source":7,"target":59},{"source":7,"target":60},{"source":58,"target":7},{"source":59,"target":7},{"source":60,"target":7},{"source":8,"target":0},{"source":8,"target":61},{"source":8,"target":62},{"source":8,"target":63},{"source":8,"target":64},{"source":8,"target":65},{"source":61,"target":66},{"source":61,"target":8},{"source":62,"target":9},{"source":62,"target":67},{"source":62,"target":8},{"source":67,"target":9},{"source":63,"target":5},{"source":63,"target":68},{"source":63,"target":8},{"source":68,"target":5},{"source":64,"target":5},{"source":64,"target":69},{"source":64,"target":8},{"source":69,"target":5},{"source":65,"target":5},{"source":65,"target":70},{"source":65,"target":8},{"source":70,"target":5},{"source":9,"target":0},{"source":9,"target":71},{"source":9,"target":52},{"source":71,"target":72},{"source":71,"target":9},{"source":52,"target":5},{"source":52,"target":73},{"source":52,"target":9},{"source":52,"target":42},{"source":73,"target":5},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":11},{"source":10,"target":74},{"source":10,"target":75},{"source":10,"target":76},{"source":74,"target":77},{"source":74,"target":10},{"source":75,"target":6},{"source":76,"target":11},{"source":11,"target":0},{"source":11,"target":78},{"source":78,"target":79},{"source":78,"target":11}],"multigraph":true}
ecore
constraints
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/adilinam/QVTo-QVTd-OCL/org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore
essentialoclcs NavigationRole ITERATOR ITERATOR ACCUMULATOR ACCUMULATOR EXPRESSION EXPRESSION AbstractNameExpCS isPre false ownedCurlyBracketedClause ownedPathName ownedRoundBracketedClause ownedSquareBracketedClauses sourceType sourceTypeValue AssociationClassCallExpCS referredAssociation BooleanLiteralExpCS symbol CallExpCS arguments source CollectionLiteralExpCS ownedParts ownedType CollectionLiteralPartCS ownedExpression ownedLastExpression CollectionPatternCS ownedParts ownedPatternGuard ownedType restVariableName CollectionTypeCS name ownedType ContextCS ownedExpression CurlyBracketedClauseCS ownedParts owningNameExp value ExpCS isLocalLeftAncestorOf csExp isLocalRightAncestorOf csExp hasError false localLeft localLeftmostDescendant localParent localRight localRightmostDescendant precedence ExpSpecificationCS ownedExpression IfExpCS isImplicit false ownedCondition ownedElseExpression ownedIfThenExpressions ownedThenExpression IfThenExpCS ownedCondition ownedThenExpression InfixExpCS argument ownedLeft InvalidLiteralExpCS IterateCallExpCS accumulators IterationCallExpCS iterators referredIteration LambdaLiteralExpCS ownedExpressionCS LetExpCS isImplicit false ownedInExpression ownedVariables LetVariableCS ownedRoundBracketedClause owningLetExpression LiteralExpCS MapLiteralExpCS ownedParts ownedType MapLiteralPartCS ownedKey ownedValue MapTypeCS name ownedKeyType ownedValueType NameExpCS NavigatingArgCS ownedInitExpression ownedNameExpression ownedType owningRoundBracketedClause prefix role NestedExpCS ownedExpression NullLiteralExpCS NumberLiteralExpCS symbol OperationCallExpCS referredOperation OperatorExpCS ownedRight source PatternExpCS ownedPatternType patternVariableName PrefixExpCS PrimitiveLiteralExpCS PropertyCallExpCS referredProperty RoundBracketedClauseCS ownedArguments owningNameExp SelfExpCS name ShadowExpCS parts typeName value ShadowPartCS ownedInitExpression owningCurlyBracketClause referredProperty SquareBracketedClauseCS ownedTerms owningNameExp StringLiteralExpCS segments TupleLiteralExpCS ownedParts TupleLiteralPartCS TypeLiteralExpCS ownedPathName ownedType TypeNameExpCS element ownedCurlyBracketedClause ownedPathName ownedPatternGuard UnlimitedNaturalLiteralExpCS VariableCS ownedInitExpression ownedType VariableExpCS referredVariable
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="essentialoclcs" nsURI="http://www.eclipse.org/ocl/2015/EssentialOCLCS" nsPrefix="essentialoclcs"> <eClassifiers xsi:type="ecore:EEnum" name="NavigationRole"> <eLiterals name="ITERATOR"/> <eLiterals name="ACCUMULATOR"/> <eLiterals name="EXPRESSION"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractNameExpCS" abstract="true" eSuperTypes="#//ExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedCurlyBracketedClause" eType="#//CurlyBracketedClauseCS" containment="true" eOpposite="#//CurlyBracketedClauseCS/owningNameExp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPathName" eType="ecore:EClass ../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedRoundBracketedClause" eType="#//RoundBracketedClauseCS" containment="true" eOpposite="#//RoundBracketedClauseCS/owningNameExp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSquareBracketedClauses" upperBound="2" eType="#//SquareBracketedClauseCS" containment="true" eOpposite="#//SquareBracketedClauseCS/owningNameExp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceType" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Type" transient="true" derived="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The sourceType propagates the known type of a source expression for use by subsequent analysis of for instance operation arguments.&#xD;&#xA;For explicit source invocations, sourceType provides the true source type after resolution of implicit set or implicit collect."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceTypeValue" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Type" transient="true" derived="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The sourceTypeValue propates the known value of a source expression when the type is itself a type. This is used during analysis of for instance allInstances() and oclType()."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssociationClassCallExpCS" abstract="true" eSuperTypes="#//CallExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredAssociation" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//AssociationClass" derived="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteralExpCS" eSuperTypes="#//PrimitiveLiteralExpCS"> <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="CallExpCS" abstract="true" eSuperTypes="#//AbstractNameExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//ExpCS" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//ExpCS" derived="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionLiteralExpCS" eSuperTypes="#//LiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParts" upperBound="-1" eType="#//CollectionLiteralPartCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedType" eType="#//CollectionTypeCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionLiteralPartCS" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//ModelElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedExpression" eType="#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLastExpression" eType="#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionPatternCS" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//TypedRefCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParts" upperBound="-1" eType="#//PatternExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPatternGuard" eType="#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedType" eType="#//CollectionTypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="restVariableName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionTypeCS" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//TypedRefCS ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Nameable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedType" eType="ecore:EClass ../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//TypedRefCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContextCS" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//NamedElementCS ../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//RootCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedExpression" eType="#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CurlyBracketedClauseCS" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//ContextLessElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParts" upperBound="-1" eType="#//ShadowPartCS" containment="true" eOpposite="#//ShadowPartCS/owningCurlyBracketClause"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningNameExp" eType="#//AbstractNameExpCS" eOpposite="#//AbstractNameExpCS/ownedCurlyBracketedClause"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpCS" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//ModelElementCS"> <eOperations name="isLocalLeftAncestorOf" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Return true if csExp is a transitive child of this in the logical expression tree containing this and csExp and only OperatorExpCS nodes within the tree."/> </eAnnotations> <eParameters name="csExp" lowerBound="1" eType="#//ExpCS"/> </eOperations> <eOperations name="isLocalRightAncestorOf" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Return true if this is a transitive child of csExp in the logical expression tree containing this and csExp and only OperatorExpCS nodes within the tree."/> </eAnnotations> <eParameters name="csExp" lowerBound="1" eType="#//ExpCS"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasError" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" transient="true" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localLeft" eType="#//ExpCS" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localLeftmostDescendant" lowerBound="1" eType="#//ExpCS" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localParent" eType="#//OperatorExpCS" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localRight" eType="#//ExpCS" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localRightmostDescendant" lowerBound="1" eType="#//ExpCS" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="precedence" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Precedence" volatile="true" transient="true" derived="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpSpecificationCS" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//SpecificationCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedExpression" eType="#//ExpCS" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfExpCS" eSuperTypes="#//ExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isImplicit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedCondition" eType="#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedElseExpression" eType="#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedIfThenExpressions" upperBound="-1" eType="#//IfThenExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedThenExpression" eType="#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfThenExpCS" eSuperTypes="#//ExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedCondition" eType="#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedThenExpression" eType="#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InfixExpCS" eSuperTypes="#//OperatorExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" eType="#//ExpCS" changeable="false" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLeft" lowerBound="1" eType="#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InvalidLiteralExpCS" eSuperTypes="#//PrimitiveLiteralExpCS"/> <eClassifiers xsi:type="ecore:EClass" name="IterateCallExpCS" abstract="true" eSuperTypes="#//IterationCallExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="accumulators" upperBound="-1" eType="#//VariableCS" derived="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IterationCallExpCS" abstract="true" eSuperTypes="#//CallExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="iterators" upperBound="-1" eType="#//VariableCS" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referredIteration" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Iteration" derived="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LambdaLiteralExpCS" eSuperTypes="#//LiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedExpressionCS" eType="#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LetExpCS" eSuperTypes="#//ExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isImplicit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedInExpression" eType="#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedVariables" upperBound="-1" eType="#//LetVariableCS" containment="true" eOpposite="#//LetVariableCS/owningLetExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LetVariableCS" eSuperTypes="#//ExpCS #//VariableCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedRoundBracketedClause" eType="#//RoundBracketedClauseCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningLetExpression" eType="#//LetExpCS" eOpposite="#//LetExpCS/ownedVariables"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralExpCS" eSuperTypes="#//ExpCS"/> <eClassifiers xsi:type="ecore:EClass" name="MapLiteralExpCS" eSuperTypes="#//LiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParts" upperBound="-1" eType="#//MapLiteralPartCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedType" eType="#//MapTypeCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapLiteralPartCS" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//ModelElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedKey" eType="#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedValue" eType="#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapTypeCS" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//TypedRefCS ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Nameable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedKeyType" eType="ecore:EClass ../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//TypedRefCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedValueType" eType="ecore:EClass ../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//TypedRefCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NameExpCS" eSuperTypes="#//AssociationClassCallExpCS #//ShadowExpCS #//IterateCallExpCS #//IterationCallExpCS #//OperationCallExpCS #//PropertyCallExpCS #//VariableExpCS"/> <eClassifiers xsi:type="ecore:EClass" name="NavigatingArgCS" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//ModelElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedInitExpression" eType="#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedNameExpression" eType="#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedType" eType="ecore:EClass ../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//TypedRefCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningRoundBracketedClause" eType="#//RoundBracketedClauseCS" eOpposite="#//RoundBracketedClauseCS/ownedArguments"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="role" eType="#//NavigationRole" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NestedExpCS" eSuperTypes="#//ExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedExpression" eType="#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullLiteralExpCS" eSuperTypes="#//PrimitiveLiteralExpCS"/> <eClassifiers xsi:type="ecore:EClass" name="NumberLiteralExpCS" eSuperTypes="#//PrimitiveLiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="symbol" eType="ecore:EDataType ../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//BigNumber"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationCallExpCS" abstract="true" eSuperTypes="#//CallExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredOperation" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Operation" derived="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorExpCS" abstract="true" eSuperTypes="#//ExpCS ../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//NamedElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedRight" lowerBound="1" eType="#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//ExpCS" changeable="false" transient="true" derived="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PatternExpCS" eSuperTypes="#//ExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPatternType" eType="ecore:EClass ../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//TypeRefCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="patternVariableName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrefixExpCS" eSuperTypes="#//OperatorExpCS"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveLiteralExpCS" eSuperTypes="#//LiteralExpCS"/> <eClassifiers xsi:type="ecore:EClass" name="PropertyCallExpCS" abstract="true" eSuperTypes="#//CallExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredProperty" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Property" derived="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoundBracketedClauseCS" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//ContextLessElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedArguments" upperBound="-1" eType="#//NavigatingArgCS" containment="true" eOpposite="#//NavigatingArgCS/owningRoundBracketedClause"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningNameExp" eType="#//AbstractNameExpCS" eOpposite="#//AbstractNameExpCS/ownedRoundBracketedClause"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelfExpCS" eSuperTypes="#//ExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ShadowExpCS" abstract="true" eSuperTypes="#//AbstractNameExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="parts" upperBound="-1" eType="#//ShadowPartCS" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeName" eType="#//TypeNameExpCS" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ShadowPartCS" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//ModelElementCS ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Nameable"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedInitExpression" lowerBound="1" eType="#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningCurlyBracketClause" eType="#//CurlyBracketedClauseCS" eOpposite="#//CurlyBracketedClauseCS/ownedParts"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referredProperty" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SquareBracketedClauseCS" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//ContextLessElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTerms" lowerBound="1" upperBound="-1" eType="#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningNameExp" eType="#//AbstractNameExpCS" eOpposite="#//AbstractNameExpCS/ownedSquareBracketedClauses"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringLiteralExpCS" eSuperTypes="#//PrimitiveLiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="segments" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TupleLiteralExpCS" eSuperTypes="#//LiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParts" upperBound="-1" eType="#//TupleLiteralPartCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TupleLiteralPartCS" eSuperTypes="#//VariableCS"/> <eClassifiers xsi:type="ecore:EClass" name="TypeLiteralExpCS" eSuperTypes="#//LiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPathName" eType="ecore:EClass ../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedType" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//TypedRefCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeNameExpCS" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//TypedRefCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Type" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedCurlyBracketedClause" eType="#//CurlyBracketedClauseCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPathName" eType="ecore:EClass ../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPatternGuard" eType="#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnlimitedNaturalLiteralExpCS" eSuperTypes="#//PrimitiveLiteralExpCS"/> <eClassifiers xsi:type="ecore:EClass" name="VariableCS" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//NamedElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedInitExpression" eType="#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedType" eType="ecore:EClass ../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//TypedRefCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableExpCS" abstract="true" eSuperTypes="#//AbstractNameExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Variable" derived="true" resolveProxies="false"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"essentialoclcs","nsURI":"http://www.eclipse.org/ocl/2015/EssentialOCLCS","name":"essentialoclcs","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"NavigationRole","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractNameExpCS","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClassCallExpCS","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteralExpCS","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallExpCS","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralExpCS","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralPartCS","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionPatternCS","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionTypeCS","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextCS","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CurlyBracketedClauseCS","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpCS","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpSpecificationCS","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExpCS","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfThenExpCS","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfixExpCS","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvalidLiteralExpCS","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateCallExpCS","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterationCallExpCS","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LambdaLiteralExpCS","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExpCS","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetVariableCS","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralExpCS","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapLiteralExpCS","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapLiteralPartCS","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapTypeCS","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameExpCS","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigatingArgCS","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedExpCS","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteralExpCS","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberLiteralExpCS","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExpCS","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorExpCS","instanceClass":null,"abstract":true,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternExpCS","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrefixExpCS","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveLiteralExpCS","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExpCS","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoundBracketedClauseCS","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelfExpCS","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShadowExpCS","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShadowPartCS","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SquareBracketedClauseCS","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteralExpCS","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleLiteralExpCS","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleLiteralPartCS","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeLiteralExpCS","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeNameExpCS","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnlimitedNaturalLiteralExpCS","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableCS","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExpCS","instanceClass":null,"abstract":true,"id":50,"interface":false,"eClass":"EClass"},{"name":"ITERATOR","id":51,"value":0,"literal":"ITERATOR","eClass":"EEnumLiteral"},{"name":"ACCUMULATOR","id":52,"value":0,"literal":"ACCUMULATOR","eClass":"EEnumLiteral"},{"name":"EXPRESSION","id":53,"value":0,"literal":"EXPRESSION","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isPre","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":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedCurlyBracketedClause","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":"ownedPathName","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":"ownedRoundBracketedClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedSquareBracketedClauses","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":true,"unique":true,"name":"sourceType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":59,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sourceTypeValue","changeable":true,"resolveProxies":false,"lowerBound":0,"id":60,"derived":true},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"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":"owningNameExp","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"owningNameExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"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":"owningNameExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredAssociation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":72,"derived":true},{"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":"symbol","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":false,"lowerBound":0,"id":78,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":false,"lowerBound":0,"id":79,"derived":true},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParts","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":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLastExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParts","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":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedPatternGuard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"restVariableName","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"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":"owningCurlyBracketClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isLocalLeftAncestorOf","lowerBound":1,"id":119,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isLocalRightAncestorOf","lowerBound":1,"id":120,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"hasError","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"localLeft","changeable":false,"resolveProxies":false,"lowerBound":0,"id":122,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"localLeftmostDescendant","changeable":false,"resolveProxies":false,"lowerBound":1,"id":123,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"localParent","changeable":false,"resolveProxies":false,"lowerBound":0,"id":124,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"localRight","changeable":false,"resolveProxies":false,"lowerBound":0,"id":125,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"localRightmostDescendant","changeable":false,"resolveProxies":false,"lowerBound":1,"id":126,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"precedence","changeable":true,"resolveProxies":false,"lowerBound":0,"id":127,"derived":true},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"csExp","lowerBound":1,"id":130,"many":false,"required":true,"eClass":"EParameter"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"csExp","lowerBound":1,"id":133,"many":false,"required":true,"eClass":"EParameter"},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedExpression","changeable":true,"resolveProxies":false,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"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":"isImplicit","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":"ownedCondition","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":"ownedElseExpression","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":"ownedIfThenExpressions","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":"ownedThenExpression","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":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedThenExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"argument","changeable":false,"resolveProxies":false,"lowerBound":0,"id":161,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLeft","changeable":true,"resolveProxies":true,"lowerBound":1,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"accumulators","changeable":true,"resolveProxies":false,"lowerBound":0,"id":167,"derived":true},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"iterators","changeable":true,"resolveProxies":false,"lowerBound":0,"id":170,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredIteration","changeable":true,"resolveProxies":false,"lowerBound":0,"id":171,"derived":true},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedExpressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"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":"isImplicit","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedInExpression","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":"ownedVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"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":"owningLetExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedRoundBracketedClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedKeyType","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":"ownedValueType","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"},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedInitExpression","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":"ownedNameExpression","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":"ownedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"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":"owningRoundBracketedClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"prefix","changeable":true,"lowerBound":0,"iD":false,"id":221,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"role","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":true},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedArguments","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"lowerBound":0,"iD":false,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredOperation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":238,"derived":true},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedRight","changeable":true,"resolveProxies":true,"lowerBound":1,"id":241,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"source","changeable":false,"resolveProxies":false,"lowerBound":0,"id":242,"derived":true},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedPatternType","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"patternVariableName","changeable":true,"lowerBound":0,"iD":false,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredProperty","changeable":true,"resolveProxies":false,"lowerBound":0,"id":254,"derived":true},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parts","changeable":true,"resolveProxies":false,"lowerBound":0,"id":263,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"resolveProxies":false,"lowerBound":0,"id":264,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":265,"derived":true},{"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":"ownedInitExpression","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":false,"unsettable":false,"transient":false,"unique":true,"name":"referredProperty","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"},{"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":"ownedTerms","changeable":true,"resolveProxies":true,"lowerBound":1,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"segments","changeable":true,"lowerBound":0,"iD":false,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedPathName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"element","changeable":false,"resolveProxies":false,"lowerBound":0,"id":293,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedCurlyBracketedClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedPathName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedPatternGuard","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":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedInitExpression","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":"ownedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredVariable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":308,"derived":true},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":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":1,"target":0},{"source":1,"target":51},{"source":1,"target":52},{"source":1,"target":53},{"source":51,"target":1},{"source":52,"target":1},{"source":53,"target":1},{"source":2,"target":0},{"source":2,"target":12},{"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":54,"target":62},{"source":54,"target":2},{"source":55,"target":11},{"source":55,"target":63},{"source":55,"target":2},{"source":55,"target":64},{"source":63,"target":11},{"source":56,"target":65},{"source":56,"target":2},{"source":57,"target":38},{"source":57,"target":66},{"source":57,"target":2},{"source":57,"target":67},{"source":66,"target":38},{"source":58,"target":42},{"source":58,"target":68},{"source":58,"target":2},{"source":58,"target":69},{"source":68,"target":42},{"source":59,"target":70},{"source":59,"target":2},{"source":60,"target":71},{"source":60,"target":2},{"source":61,"target":12},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":72},{"source":3,"target":73},{"source":72,"target":74},{"source":72,"target":3},{"source":73,"target":5},{"source":4,"target":0},{"source":4,"target":36},{"source":4,"target":75},{"source":4,"target":76},{"source":75,"target":77},{"source":75,"target":4},{"source":76,"target":36},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":78},{"source":5,"target":79},{"source":5,"target":80},{"source":78,"target":12},{"source":78,"target":81},{"source":78,"target":5},{"source":81,"target":12},{"source":79,"target":12},{"source":79,"target":82},{"source":79,"target":5},{"source":82,"target":12},{"source":80,"target":2},{"source":6,"target":0},{"source":6,"target":23},{"source":6,"target":83},{"source":6,"target":84},{"source":6,"target":85},{"source":83,"target":7},{"source":83,"target":86},{"source":83,"target":6},{"source":86,"target":7},{"source":84,"target":9},{"source":84,"target":87},{"source":84,"target":6},{"source":87,"target":9},{"source":85,"target":23},{"source":7,"target":0},{"source":7,"target":88},{"source":7,"target":89},{"source":7,"target":90},{"source":88,"target":12},{"source":88,"target":91},{"source":88,"target":7},{"source":91,"target":12},{"source":89,"target":12},{"source":89,"target":92},{"source":89,"target":7},{"source":92,"target":12},{"source":8,"target":0},{"source":8,"target":93},{"source":8,"target":94},{"source":8,"target":95},{"source":8,"target":96},{"source":8,"target":97},{"source":93,"target":34},{"source":93,"target":98},{"source":93,"target":8},{"source":98,"target":34},{"source":94,"target":12},{"source":94,"target":99},{"source":94,"target":8},{"source":99,"target":12},{"source":95,"target":9},{"source":95,"target":100},{"source":95,"target":8},{"source":100,"target":9},{"source":96,"target":101},{"source":96,"target":8},{"source":9,"target":0},{"source":9,"target":102},{"source":9,"target":103},{"source":9,"target":104},{"source":9,"target":105},{"source":102,"target":106},{"source":102,"target":9},{"source":103,"target":107},{"source":103,"target":9},{"source":10,"target":0},{"source":10,"target":108},{"source":10,"target":109},{"source":10,"target":110},{"source":108,"target":12},{"source":108,"target":111},{"source":108,"target":10},{"source":111,"target":12},{"source":11,"target":0},{"source":11,"target":112},{"source":11,"target":64},{"source":11,"target":113},{"source":11,"target":114},{"source":112,"target":41},{"source":112,"target":115},{"source":112,"target":11},{"source":112,"target":116},{"source":115,"target":41},{"source":64,"target":2},{"source":64,"target":117},{"source":64,"target":11},{"source":64,"target":55},{"source":117,"target":2},{"source":113,"target":118},{"source":113,"target":11},{"source":12,"target":0},{"source":12,"target":119},{"source":12,"target":120},{"source":12,"target":121},{"source":12,"target":122},{"source":12,"target":123},{"source":12,"target":124},{"source":12,"target":125},{"source":12,"target":126},{"source":12,"target":127},{"source":12,"target":128},{"source":119,"target":129},{"source":119,"target":12},{"source":119,"target":130},{"source":130,"target":12},{"source":130,"target":131},{"source":130,"target":119},{"source":131,"target":12},{"source":120,"target":132},{"source":120,"target":12},{"source":120,"target":133},{"source":133,"target":12},{"source":133,"target":134},{"source":133,"target":120},{"source":134,"target":12},{"source":121,"target":135},{"source":121,"target":12},{"source":122,"target":12},{"source":122,"target":136},{"source":122,"target":12},{"source":136,"target":12},{"source":123,"target":12},{"source":123,"target":137},{"source":123,"target":12},{"source":137,"target":12},{"source":124,"target":33},{"source":124,"target":138},{"source":124,"target":12},{"source":138,"target":33},{"source":125,"target":12},{"source":125,"target":139},{"source":125,"target":12},{"source":139,"target":12},{"source":126,"target":12},{"source":126,"target":140},{"source":126,"target":12},{"source":140,"target":12},{"source":127,"target":141},{"source":127,"target":12},{"source":13,"target":0},{"source":13,"target":142},{"source":13,"target":143},{"source":142,"target":12},{"source":142,"target":144},{"source":142,"target":13},{"source":144,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":145},{"source":14,"target":146},{"source":14,"target":147},{"source":14,"target":148},{"source":14,"target":149},{"source":14,"target":150},{"source":145,"target":151},{"source":145,"target":14},{"source":146,"target":12},{"source":146,"target":152},{"source":146,"target":14},{"source":152,"target":12},{"source":147,"target":12},{"source":147,"target":153},{"source":147,"target":14},{"source":153,"target":12},{"source":148,"target":15},{"source":148,"target":154},{"source":148,"target":14},{"source":154,"target":15},{"source":149,"target":12},{"source":149,"target":155},{"source":149,"target":14},{"source":155,"target":12},{"source":150,"target":12},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":156},{"source":15,"target":157},{"source":15,"target":158},{"source":156,"target":12},{"source":156,"target":159},{"source":156,"target":15},{"source":159,"target":12},{"source":157,"target":12},{"source":157,"target":160},{"source":157,"target":15},{"source":160,"target":12},{"source":158,"target":12},{"source":16,"target":0},{"source":16,"target":33},{"source":16,"target":161},{"source":16,"target":162},{"source":16,"target":163},{"source":161,"target":12},{"source":161,"target":164},{"source":161,"target":16},{"source":164,"target":12},{"source":162,"target":12},{"source":162,"target":165},{"source":162,"target":16},{"source":165,"target":12},{"source":163,"target":33},{"source":17,"target":0},{"source":17,"target":36},{"source":17,"target":166},{"source":166,"target":36},{"source":18,"target":0},{"source":18,"target":19},{"source":18,"target":167},{"source":18,"target":168},{"source":167,"target":49},{"source":167,"target":169},{"source":167,"target":18},{"source":169,"target":49},{"source":168,"target":19},{"source":19,"target":0},{"source":19,"target":5},{"source":19,"target":170},{"source":19,"target":171},{"source":19,"target":172},{"source":170,"target":49},{"source":170,"target":173},{"source":170,"target":19},{"source":173,"target":49},{"source":171,"target":174},{"source":171,"target":19},{"source":172,"target":5},{"source":20,"target":0},{"source":20,"target":23},{"source":20,"target":175},{"source":20,"target":176},{"source":175,"target":12},{"source":175,"target":177},{"source":175,"target":20},{"source":177,"target":12},{"source":176,"target":23},{"source":21,"target":0},{"source":21,"target":12},{"source":21,"target":178},{"source":21,"target":179},{"source":21,"target":180},{"source":21,"target":181},{"source":178,"target":182},{"source":178,"target":21},{"source":179,"target":12},{"source":179,"target":183},{"source":179,"target":21},{"source":183,"target":12},{"source":180,"target":22},{"source":180,"target":184},{"source":180,"target":21},{"source":180,"target":185},{"source":184,"target":22},{"source":181,"target":12},{"source":22,"target":0},{"source":22,"target":12},{"source":22,"target":49},{"source":22,"target":186},{"source":22,"target":185},{"source":22,"target":187},{"source":22,"target":188},{"source":186,"target":38},{"source":186,"target":189},{"source":186,"target":22},{"source":189,"target":38},{"source":185,"target":21},{"source":185,"target":190},{"source":185,"target":22},{"source":185,"target":180},{"source":190,"target":21},{"source":187,"target":12},{"source":188,"target":49},{"source":23,"target":0},{"source":23,"target":12},{"source":23,"target":191},{"source":191,"target":12},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":192},{"source":24,"target":193},{"source":24,"target":194},{"source":192,"target":25},{"source":192,"target":195},{"source":192,"target":24},{"source":195,"target":25},{"source":193,"target":26},{"source":193,"target":196},{"source":193,"target":24},{"source":196,"target":26},{"source":194,"target":23},{"source":25,"target":0},{"source":25,"target":197},{"source":25,"target":198},{"source":25,"target":199},{"source":197,"target":12},{"source":197,"target":200},{"source":197,"target":25},{"source":200,"target":12},{"source":198,"target":12},{"source":198,"target":201},{"source":198,"target":25},{"source":201,"target":12},{"source":26,"target":0},{"source":26,"target":202},{"source":26,"target":203},{"source":26,"target":204},{"source":26,"target":205},{"source":26,"target":206},{"source":202,"target":207},{"source":202,"target":26},{"source":203,"target":208},{"source":203,"target":26},{"source":204,"target":209},{"source":204,"target":26},{"source":27,"target":0},{"source":27,"target":3},{"source":27,"target":40},{"source":27,"target":18},{"source":27,"target":19},{"source":27,"target":32},{"source":27,"target":37},{"source":27,"target":50},{"source":27,"target":210},{"source":27,"target":211},{"source":27,"target":212},{"source":27,"target":213},{"source":27,"target":214},{"source":27,"target":215},{"source":27,"target":216},{"source":210,"target":3},{"source":211,"target":40},{"source":212,"target":18},{"source":213,"target":19},{"source":214,"target":32},{"source":215,"target":37},{"source":216,"target":50},{"source":28,"target":0},{"source":28,"target":217},{"source":28,"target":218},{"source":28,"target":219},{"source":28,"target":220},{"source":28,"target":221},{"source":28,"target":222},{"source":28,"target":223},{"source":217,"target":12},{"source":217,"target":224},{"source":217,"target":28},{"source":224,"target":12},{"source":218,"target":12},{"source":218,"target":225},{"source":218,"target":28},{"source":225,"target":12},{"source":219,"target":226},{"source":219,"target":28},{"source":220,"target":38},{"source":220,"target":227},{"source":220,"target":28},{"source":220,"target":228},{"source":227,"target":38},{"source":221,"target":229},{"source":221,"target":28},{"source":222,"target":1},{"source":222,"target":230},{"source":222,"target":28},{"source":230,"target":1},{"source":29,"target":0},{"source":29,"target":12},{"source":29,"target":231},{"source":29,"target":232},{"source":231,"target":12},{"source":231,"target":233},{"source":231,"target":29},{"source":233,"target":12},{"source":232,"target":12},{"source":30,"target":0},{"source":30,"target":36},{"source":30,"target":234},{"source":234,"target":36},{"source":31,"target":0},{"source":31,"target":36},{"source":31,"target":235},{"source":31,"target":236},{"source":235,"target":237},{"source":235,"target":31},{"source":236,"target":36},{"source":32,"target":0},{"source":32,"target":5},{"source":32,"target":238},{"source":32,"target":239},{"source":238,"target":240},{"source":238,"target":32},{"source":239,"target":5},{"source":33,"target":0},{"source":33,"target":12},{"source":33,"target":241},{"source":33,"target":242},{"source":33,"target":243},{"source":33,"target":244},{"source":241,"target":12},{"source":241,"target":245},{"source":241,"target":33},{"source":245,"target":12},{"source":242,"target":12},{"source":242,"target":246},{"source":242,"target":33},{"source":246,"target":12},{"source":243,"target":12},{"source":34,"target":0},{"source":34,"target":12},{"source":34,"target":247},{"source":34,"target":248},{"source":34,"target":249},{"source":247,"target":250},{"source":247,"target":34},{"source":248,"target":251},{"source":248,"target":34},{"source":249,"target":12},{"source":35,"target":0},{"source":35,"target":33},{"source":35,"target":252},{"source":252,"target":33},{"source":36,"target":0},{"source":36,"target":23},{"source":36,"target":253},{"source":253,"target":23},{"source":37,"target":0},{"source":37,"target":5},{"source":37,"target":254},{"source":37,"target":255},{"source":254,"target":256},{"source":254,"target":37},{"source":255,"target":5},{"source":38,"target":0},{"source":38,"target":228},{"source":38,"target":67},{"source":38,"target":257},{"source":228,"target":28},{"source":228,"target":258},{"source":228,"target":38},{"source":228,"target":220},{"source":258,"target":28},{"source":67,"target":2},{"source":67,"target":259},{"source":67,"target":38},{"source":67,"target":57},{"source":259,"target":2},{"source":39,"target":0},{"source":39,"target":12},{"source":39,"target":260},{"source":39,"target":261},{"source":260,"target":262},{"source":260,"target":39},{"source":261,"target":12},{"source":40,"target":0},{"source":40,"target":2},{"source":40,"target":263},{"source":40,"target":264},{"source":40,"target":265},{"source":40,"target":266},{"source":263,"target":41},{"source":263,"target":267},{"source":263,"target":40},{"source":267,"target":41},{"source":264,"target":47},{"source":264,"target":268},{"source":264,"target":40},{"source":268,"target":47},{"source":265,"target":269},{"source":265,"target":40},{"source":266,"target":2},{"source":41,"target":0},{"source":41,"target":270},{"source":41,"target":116},{"source":41,"target":271},{"source":41,"target":272},{"source":41,"target":273},{"source":270,"target":12},{"source":270,"target":274},{"source":270,"target":41},{"source":274,"target":12},{"source":116,"target":11},{"source":116,"target":275},{"source":116,"target":41},{"source":116,"target":112},{"source":275,"target":11},{"source":271,"target":276},{"source":271,"target":41},{"source":42,"target":0},{"source":42,"target":277},{"source":42,"target":69},{"source":42,"target":278},{"source":277,"target":12},{"source":277,"target":279},{"source":277,"target":42},{"source":279,"target":12},{"source":69,"target":2},{"source":69,"target":280},{"source":69,"target":42},{"source":69,"target":58},{"source":280,"target":2},{"source":43,"target":0},{"source":43,"target":36},{"source":43,"target":281},{"source":43,"target":282},{"source":281,"target":283},{"source":281,"target":43},{"source":282,"target":36},{"source":44,"target":0},{"source":44,"target":23},{"source":44,"target":284},{"source":44,"target":285},{"source":284,"target":45},{"source":284,"target":286},{"source":284,"target":44},{"source":286,"target":45},{"source":285,"target":23},{"source":45,"target":0},{"source":45,"target":49},{"source":45,"target":287},{"source":287,"target":49},{"source":46,"target":0},{"source":46,"target":23},{"source":46,"target":288},{"source":46,"target":289},{"source":46,"target":290},{"source":288,"target":291},{"source":288,"target":46},{"source":289,"target":292},{"source":289,"target":46},{"source":290,"target":23},{"source":47,"target":0},{"source":47,"target":293},{"source":47,"target":294},{"source":47,"target":295},{"source":47,"target":296},{"source":47,"target":297},{"source":293,"target":298},{"source":293,"target":47},{"source":294,"target":11},{"source":294,"target":299},{"source":294,"target":47},{"source":299,"target":11},{"source":295,"target":300},{"source":295,"target":47},{"source":296,"target":12},{"source":296,"target":301},{"source":296,"target":47},{"source":301,"target":12},{"source":48,"target":0},{"source":48,"target":36},{"source":48,"target":302},{"source":302,"target":36},{"source":49,"target":0},{"source":49,"target":303},{"source":49,"target":304},{"source":49,"target":305},{"source":303,"target":12},{"source":303,"target":306},{"source":303,"target":49},{"source":306,"target":12},{"source":304,"target":307},{"source":304,"target":49},{"source":50,"target":0},{"source":50,"target":2},{"source":50,"target":308},{"source":50,"target":309},{"source":308,"target":310},{"source":308,"target":50},{"source":309,"target":2}],"multigraph":true}
ecore
metamodelling
repo-ecore-all/data/cycrisec-project/CyCriSec-Profile/bundles/org.eclipse.uml2.uml/model/CMOF.ecore
cmof ReflectiveSequence add index object get index remove index set index object ReflectiveCollection add object addAll objects clear remove object size Object get property equals element set property value isSet property unset property invoke op arguments Property isConsistentWith redefinee isReadOnly false multiplicity_of_composite diagnostics context subsetting_context_conforms diagnostics context derived_union_is_read_only diagnostics context redefined_property_inherited diagnostics context subsetted_property_names diagnostics context derived_union_is_derived diagnostics context subsetting_rules diagnostics context default isAttribute p isComposite isNavigable opposite subsettingContext class datatype aggregation none association owningAssociation default defaultValue isComposite false isDerived false isDerivedUnion false isID false opposite redefinedProperty subsettedProperty StructuralFeature isReadOnly false Feature featuringClassifier isStatic false RedefinableElement redefinition_consistent diagnostics context non_leaf_redefinition diagnostics context redefinition_context_valid diagnostics context isConsistentWith redefinee isRedefinitionContextValid redefined isLeaf false redefinedElement redefinitionContext NamedElement visibility_needs_ownership diagnostics context has_no_qualified_name diagnostics context has_qualified_name diagnostics context allNamespaces isDistinguishableFrom n ns qualifiedName separator namespace name qualifiedName visibility Element has_owner diagnostics context not_own_self diagnostics context allOwnedElements mustBeOwned getMetaClass container isInstanceOfType type includesSubtypes delete ownedComment ownedElement owner metaclass Comment annotatedElement body Class inherit inhs isAbstract false superClass nestedClassifier ownedAttribute ownedOperation superClass Classifier non_final_parents diagnostics context specialize_type diagnostics context no_cycles_in_generalization diagnostics context allFeatures allParents conformsTo other general hasVisibilityOf n inherit inhs inheritableMembers c inheritedMember maySpecializeType c parents attribute feature general generalization inheritedMember isAbstract false isFinalSpecialization false redefinedClassifier Type conformsTo other isInstance object package PackageableElement visibility public VisibilityKind public public private private protected protected package package Package mustBeOwned elements_public_or_private diagnostics context makesVisible el nestedPackage ownedType visibleMembers URI nestedPackage nestingPackage packageMerge packagedElement ownedType Namespace members_distinguishable diagnostics context excludeCollisions imps getNamesOfMember element importMembers imps importedMember membersAreDistinguishable elementImport importedMember member ownedMember ownedRule packageImport ElementImport visibility_public_or_private diagnostics context imported_element_is_public diagnostics context getName alias importedElement visibility public importingNamespace DirectedRelationship source target Relationship relatedElement Constraint value_specification_boolean diagnostics context boolean_value diagnostics context not_apply_to_self diagnostics context no_side_effects diagnostics context constrainedElement specification context ValueSpecification booleanValue integerValue isComputable isNull realValue stringValue unlimitedValue TypedElement type PackageImport public_or_private diagnostics context importedPackage visibility public importingNamespace PackageMerge mergedPackage receivingPackage Generalization general isSubstitutable true specific Operation isConsistentWith redefinee ownedParameter raisedException only_body_for_query diagnostics context at_most_one_return diagnostics context isOrdered isUnique lower returnResult type upper bodyCondition datatype isOrdered false isQuery false isUnique true lower 1 postcondition precondition redefinedOperation type upper 1 class BehavioralFeature isDistinguishableFrom n ns ownedParameter raisedException Parameter default default defaultValue direction in operation MultiplicityElement lower_ge_0 diagnostics context value_specification_no_side_effects diagnostics context upper_ge_lower diagnostics context value_specification_constant diagnostics context includesCardinality C includesMultiplicity M isMultivalued lower lowerBound upper upperBound isOrdered false isUnique true lower 1 lowerValue upper 1 upperValue ParameterDirectionKind in in inout inout out out return return DataType inherit inhs ownedAttribute ownedOperation AggregationKind none none shared shared composite composite Association binary_associations diagnostics context specialized_end_number diagnostics context association_ends diagnostics context specialized_end_types diagnostics context endType endType isDerived false navigableOwnedEnd ownedEnd memberEnd Argument name value Enumeration ownedLiteral EnumerationLiteral classifier classifier_equals_owning_enumeration diagnostics context classifier enumeration InstanceSpecification structural_feature diagnostics context defining_feature diagnostics context classifier slot specification Slot definingFeature value owningInstance Expression operand symbol InstanceValue instance LiteralBoolean booleanValue isComputable value false LiteralSpecification LiteralInteger integerValue isComputable value 0 LiteralNull isComputable isNull LiteralReal isComputable realValue value LiteralString isComputable stringValue value LiteralUnlimitedNatural isComputable unlimitedValue value 0 OpaqueExpression language_body_size diagnostics context isIntegral isNonNegative isPositive value body language PrimitiveType URIExtent contextURI uri object element uri Extent useContainment elements elementsOfType type includesSubtypes linksOfType type linkedElements association endElement end1ToEnd2Direction linkExists association firstElement secondElement Link equals otherLink delete firstElement secondElement association Factory createFromString dataType string convertToString dataType object create metaClass createElement class arguments createLink association firstElement secondElement package Exception objectInError elementInError description Tag name value element tagOwner
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="cmof" nsURI="http://www.omg.org/spec/MOF/20131001/cmof.xmi" nsPrefix="cmof"> <eClassifiers xsi:type="ecore:EClass" name="ReflectiveSequence" eSuperTypes="#//ReflectiveCollection"> <eOperations name="add" ordered="false" lowerBound="1"> <eParameters name="index" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Integer"/> <eParameters name="object" ordered="false" lowerBound="1" eType="#//Object"/> </eOperations> <eOperations name="get" ordered="false" lowerBound="1" eType="#//Object"> <eParameters name="index" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Integer"/> </eOperations> <eOperations name="remove" ordered="false" lowerBound="1" eType="#//Object"> <eParameters name="index" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Integer"/> </eOperations> <eOperations name="set" ordered="false" lowerBound="1" eType="#//Object"> <eParameters name="index" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Integer"/> <eParameters name="object" ordered="false" lowerBound="1" eType="#//Object"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReflectiveCollection" eSuperTypes="#//Object"> <eOperations name="add" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eParameters name="object" ordered="false" lowerBound="1" eType="#//Object"/> </eOperations> <eOperations name="addAll" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eParameters name="objects" ordered="false" lowerBound="1" eType="#//ReflectiveCollection"/> </eOperations> <eOperations name="clear" ordered="false" lowerBound="1"/> <eOperations name="remove" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eParameters name="object" ordered="false" lowerBound="1" eType="#//Object"/> </eOperations> <eOperations name="size" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Object"> <eOperations name="get" ordered="false" lowerBound="1" eType="#//Object"> <eParameters name="property" ordered="false" lowerBound="1" eType="#//Property"/> </eOperations> <eOperations name="equals" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eParameters name="element" ordered="false" lowerBound="1" eType="#//Object"/> </eOperations> <eOperations name="set" ordered="false" lowerBound="1"> <eParameters name="property" ordered="false" lowerBound="1" eType="#//Property"/> <eParameters name="value" ordered="false" lowerBound="1" eType="#//Object"/> </eOperations> <eOperations name="isSet" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eParameters name="property" ordered="false" lowerBound="1" eType="#//Property"/> </eOperations> <eOperations name="unset" ordered="false" lowerBound="1"> <eParameters name="property" ordered="false" lowerBound="1" eType="#//Property"/> </eOperations> <eOperations name="invoke" ordered="false" eType="#//Object"> <eParameters name="op" ordered="false" lowerBound="1" eType="#//Operation"/> <eParameters name="arguments" ordered="false" upperBound="-1" eType="#//Argument"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A property is a structural feature of a classifier that characterizes instances of the classifier. A property related by ownedAttribute to a classifier (other than an association) represents an attribute and might also represent an association end. It relates an instance of the class to a value or set of values of the type of the attribute. A property related by memberEnd or its specializations to an association represents an end of the association. The type of the property is the type of the end of the association."/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="isConsistentWith" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query isConsistentWith() specifies, for any two Properties in a context in which redefinition is possible, whether redefinition would be logically consistent. A redefining property is consistent with a redefined property if the type of the redefining property conforms to the type of the redefined property, and the multiplicity of the redefining property (if specified) is contained in the multiplicity of the redefined property.&#xA;The query isConsistentWith() specifies, for any two Properties in a context in which redefinition is possible, whether redefinition would be logically consistent. A redefining property is consistent with a redefined property if the type of the redefining property conforms to the type of the redefined property, the multiplicity of the redefining property (if specified) is contained in the multiplicity of the redefined property.&#xA;redefinee.isRedefinitionContextValid(self)&#xA;result = redefinee.oclIsKindOf(Property) and &#xA; let prop : Property = redefinee.oclAsType(Property) in &#xA; (prop.type.conformsTo(self.type) and &#xA; ((prop.lowerBound()->notEmpty() and self.lowerBound()->notEmpty()) implies prop.lowerBound() >= self.lowerBound()) and &#xA; ((prop.upperBound()->notEmpty() and self.upperBound()->notEmpty()) implies prop.lowerBound() &lt;= self.lowerBound()) and &#xA; (self.isComposite implies prop.isComposite))"/> </eAnnotations> <eAnnotations source="redefines" references="#//RedefinableElement/isConsistentWith"/> <eParameters name="redefinee" ordered="false" lowerBound="1" eType="#//RedefinableElement"/> </contents> <contents xsi:type="ecore:EAttribute" name="isReadOnly" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If isReadOnly is true, the attribute may not be written to after initialization.&#xA;If true, the attribute may only be read, and not written."/> </eAnnotations> <eAnnotations source="redefines" references="#//StructuralFeature/isReadOnly"/> </contents> </eAnnotations> <eOperations name="multiplicity_of_composite" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A multiplicity of a composite aggregation must not have an upper bound greater than 1.&#xA;A multiplicity on an aggregate end of a composite aggregation must not have an upper bound greater than 1.&#xA;isComposite implies (upperBound()->isEmpty() or upperBound() &lt;= 1)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="subsetting_context_conforms" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Subsetting may only occur when the context of the subsetting property conforms to the context of the subsetted property.&#xA;self.subsettedProperty->notEmpty() implies&#xA; (self.subsettingContext()->notEmpty() and self.subsettingContext()->forAll (sc |&#xA; self.subsettedProperty->forAll(sp |&#xA; sp.subsettingContext()->exists(c | sc.conformsTo(c)))))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="derived_union_is_read_only" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A derived union is read only.&#xA;isDerivedUnion implies isReadOnly"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="redefined_property_inherited" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A redefined property must be inherited from a more general classifier containing the redefining property.&#xA;if (redefinedProperty->notEmpty()) then&#xA; (redefinitionContext->notEmpty() and&#xA; redefinedProperty->forAll(rp|&#xA; ((redefinitionContext->collect(fc|&#xA; fc.allParents()))->asSet())->collect(c| c.allFeatures())->asSet()->includes(rp))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="subsetted_property_names" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A property may not subset a property with the same name.&#xA;true"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="derived_union_is_derived" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A derived union is derived.&#xA;isDerivedUnion implies isDerived"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="subsetting_rules" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A subsetting property may strengthen the type of the subsetted property, and its upper bound may be less.&#xA;self.subsettedProperty->forAll(sp |&#xA; self.type.conformsTo(sp.type) and&#xA; ((self.upperBound()->notEmpty() and sp.upperBound()->notEmpty()) implies&#xA; self.upperBound()&lt;=sp.upperBound() ))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="default" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Missing derivation for Property::/default : String&#xA;true"/> </eAnnotations> </eOperations> <eOperations name="isAttribute" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query isAttribute() is true if the Property is defined as an attribute of some classifier.&#xA;result = Classifier.allInstances->exists(c | c.attribute->includes(p))"/> </eAnnotations> <eParameters name="p" ordered="false" lowerBound="1" eType="#//Property"/> </eOperations> <eOperations name="isComposite" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The value of isComposite is true only if aggregation is composite.&#xA;result = (self.aggregation = #composite)"/> </eAnnotations> </eOperations> <eOperations name="isNavigable" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query isNavigable() indicates whether it is possible to navigate across the property.&#xA;result = not classifier->isEmpty() or association.owningAssociation.navigableOwnedEnd->includes(self)"/> </eAnnotations> </eOperations> <eOperations name="opposite" ordered="false" lowerBound="1" eType="#//Property"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If this property is owned by a class, associated with a binary association, and the other end of the association is also owned by a class, then opposite gives the other end.&#xA;result = if owningAssociation->isEmpty() and association.memberEnd->size() = 2&#xA; then&#xA; let otherEnd = (association.memberEnd - self)->any() in&#xA; if otherEnd.owningAssociation->isEmpty() then otherEnd else Set{} endif&#xA; else Set {}&#xA; endif"/> </eAnnotations> </eOperations> <eOperations name="subsettingContext" ordered="false" upperBound="-1" eType="#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query subsettingContext() gives the context for subsetting a property. It consists, in the case of an attribute, of the corresponding classifier, and in the case of an association end, all of the classifiers at the other ends.&#xA;result = if association->notEmpty()&#xA;then association.endType-type&#xA;else if classifier->notEmpty() then Set{classifier} else Set{} endif&#xA;endif"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="class" ordered="false" eType="#//Class" eOpposite="#//Class/ownedAttribute"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the Class that owns the Property.&#xA;References the Class that owns the Property."/> </eAnnotations> <eAnnotations source="subsets" references="#//NamedElement/namespace"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="datatype" ordered="false" eType="#//DataType" eOpposite="#//DataType/ownedAttribute"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The DataType that owns this Property."/> </eAnnotations> <eAnnotations source="subsets" references="#//NamedElement/namespace"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aggregation" ordered="false" lowerBound="1" eType="#//AggregationKind" defaultValueLiteral="none"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the kind of aggregation that applies to the Property."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="association" ordered="false" eType="#//Association" eOpposite="#//Association/memberEnd"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the association of which this property is a member, if any."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="owningAssociation" ordered="false" eType="#//Association" eOpposite="#//Association/ownedEnd"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the owning association of this property, if any."/> </eAnnotations> <eAnnotations source="subsets" references="#//NamedElement/namespace #//Feature/featuringClassifier #//Property/association #//RedefinableElement/redefinitionContext"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies a String that represents a value to be used when no argument is supplied for the Property.&#xA;A String that is evaluated to give a default value for the Property when an object of the owning Classifier is instantiated."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" ordered="false" eType="#//ValueSpecification" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A ValueSpecification that is evaluated to give a default value for the Property when an object of the owning Classifier is instantiated."/> </eAnnotations> <eAnnotations source="subsets" references="#//Element/ownedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isComposite" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean" volatile="true" transient="true" defaultValueLiteral="false" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If isComposite is true, the object containing the attribute is a container for the object or value contained in the attribute.&#xA;This is a derived value, indicating whether the aggregation of the Property is composite or not."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerived" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If isDerived is true, the value of the attribute is derived from information elsewhere.&#xA;Specifies whether the Property is derived, i.e., whether its value or values can be computed from other information."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerivedUnion" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies whether the property is derived as the union of all of the properties that are constrained to subset it."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isID" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="True indicates this property can be used to uniquely identify an instance of the containing Class."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="opposite" ordered="false" eType="#//Property" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="In the case where the property is one navigable end of a binary association with both ends navigable, this gives the other end."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedProperty" ordered="false" upperBound="-1" eType="#//Property"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the properties that are redefined by this property."/> </eAnnotations> <eAnnotations source="subsets" references="#//RedefinableElement/redefinedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="subsettedProperty" ordered="false" upperBound="-1" eType="#//Property"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the properties of which this property is constrained to be a subset."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" abstract="true" eSuperTypes="#//Feature #//MultiplicityElement #//TypedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A structural feature is a typed feature of a classifier that specifies the structure of instances of the classifier.&#xA;By specializing multiplicity element, it supports a multiplicity that specifies valid cardinalities for the collection of values associated with an instantiation of the structural feature."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReadOnly" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="States whether the feature's value may be modified by a client."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true" eSuperTypes="#//RedefinableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A feature declares a behavioral or structural characteristic of instances of classifiers."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="featuringClassifier" ordered="false" upperBound="-1" eType="#//Classifier" changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//Classifier/feature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Classifiers that have this Feature as a feature."/> </eAnnotations> <eAnnotations source="union"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isStatic" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies whether this feature characterizes individual instances classified by the classifier (false) or the classifier itself (true)."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" abstract="true" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A redefinable element is an element that, when defined in the context of a classifier, can be redefined more specifically or differently in the context of another classifier that specializes (directly or indirectly) the context classifier."/> </eAnnotations> <eOperations name="redefinition_consistent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A redefining element must be consistent with each redefined element.&#xA;self.redefinedElement->forAll(re | re.isConsistentWith(self))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="non_leaf_redefinition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A redefinable element can only redefine non-leaf redefinable elements&#xA;self.redefinedElement->forAll(not isLeaf)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="redefinition_context_valid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="At least one of the redefinition contexts of the redefining element must be a specialization of at least one of the redefinition contexts for each redefined element.&#xA;self.redefinedElement->forAll(e | self.isRedefinitionContextValid(e))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="isConsistentWith" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query isConsistentWith() specifies, for any two RedefinableElements in a context in which redefinition is possible, whether redefinition would be logically consistent. By default, this is false; this operation must be overridden for subclasses of RedefinableElement to define the consistency conditions.&#xA;redefinee.isRedefinitionContextValid(self)&#xA;result = false"/> </eAnnotations> <eParameters name="redefinee" ordered="false" lowerBound="1" eType="#//RedefinableElement"/> </eOperations> <eOperations name="isRedefinitionContextValid" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query isRedefinitionContextValid() specifies whether the redefinition contexts of this RedefinableElement are properly related to the redefinition contexts of the specified RedefinableElement to allow this element to redefine the other. By default at least one of the redefinition contexts of this element must be a specialization of at least one of the redefinition contexts of the specified element.&#xA;result = redefinitionContext->exists(c | c.allParents()->includes(redefined.redefinitionContext)))"/> </eAnnotations> <eParameters name="redefined" ordered="false" lowerBound="1" eType="#//RedefinableElement"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isLeaf" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates whether it is possible to further redefine a RedefinableElement. If the value is true, then it is not possible to further redefine the RedefinableElement. Note that this property is preserved through package merge operations; that is, the capability to redefine a RedefinableElement (i.e., isLeaf=false) must be preserved in the resulting RedefinableElement of a package merge operation where a RedefinableElement with isLeaf=false is merged with a matching RedefinableElement with isLeaf=true: the resulting RedefinableElement will have isLeaf=false. Default value is false."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedElement" ordered="false" upperBound="-1" eType="#//RedefinableElement" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The redefinable element that is being redefined by this element."/> </eAnnotations> <eAnnotations source="union"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinitionContext" ordered="false" upperBound="-1" eType="#//Classifier" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the contexts that this element may be redefined from."/> </eAnnotations> <eAnnotations source="union"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//Element"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A named element is an element in a model that may have a name."/> </eAnnotations> <eOperations name="visibility_needs_ownership" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If a NamedElement is not owned by a Namespace, it does not have a visibility.&#xA;namespace->isEmpty() implies visibility->isEmpty()"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="has_no_qualified_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If there is no name, or one of the containing namespaces has no name, there is no qualified name.&#xA;(self.name->isEmpty() or self.allNamespaces()->select(ns | ns.name->isEmpty())->notEmpty())&#xA; implies self.qualifiedName->isEmpty()"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="has_qualified_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="When there is a name, and all of the containing namespaces have a name, the qualified name is constructed from the names of the containing namespaces.&#xA;(self.name->notEmpty() and self.allNamespaces()->select(ns | ns.name->isEmpty())->isEmpty()) implies&#xA; self.qualifiedName = self.allNamespaces()->iterate( ns : Namespace; result: String = self.name | ns.name->union(self.separator())->union(result))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="allNamespaces" upperBound="-1" eType="#//Namespace"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query allNamespaces() gives the sequence of namespaces in which the NamedElement is nested, working outwards.&#xA;result = if self.namespace->isEmpty()&#xA;then Sequence{}&#xA;else self.namespace.allNamespaces()->prepend(self.namespace)&#xA;endif"/> </eAnnotations> </eOperations> <eOperations name="isDistinguishableFrom" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query isDistinguishableFrom() determines whether two NamedElements may logically co-exist within a Namespace. By default, two named elements are distinguishable if (a) they have unrelated types or (b) they have related types but different names.&#xA;result = if self.oclIsKindOf(n.oclType) or n.oclIsKindOf(self.oclType)&#xA;then ns.getNamesOfMember(self)->intersection(ns.getNamesOfMember(n))->isEmpty()&#xA;else true&#xA;endif"/> </eAnnotations> <eParameters name="n" ordered="false" lowerBound="1" eType="#//NamedElement"/> <eParameters name="ns" ordered="false" lowerBound="1" eType="#//Namespace"/> </eOperations> <eOperations name="qualifiedName" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="When there is a name, and all of the containing namespaces have a name, the qualified name is constructed from the names of the containing namespaces.&#xA;result = if self.name->notEmpty() and self.allNamespaces()->select(ns | ns.name->isEmpty())->isEmpty()&#xA;then &#xA; self.allNamespaces()->iterate( ns : Namespace; result: String = self.name | ns.name->union(self.separator())->union(result))&#xA;else&#xA; Set{}&#xA;endif"/> </eAnnotations> </eOperations> <eOperations name="separator" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query separator() gives the string that is used to separate names when constructing a qualified name.&#xA;result = '::'"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="namespace" ordered="false" eType="#//Namespace" changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//Namespace/ownedMember"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the namespace that owns the NamedElement."/> </eAnnotations> <eAnnotations source="union"/> <eAnnotations source="subsets" references="#//Element/owner"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The name of the NamedElement."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedName" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//String" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A name which allows the NamedElement to be identified within a hierarchy of nested Namespaces. It is constructed from the names of the containing namespaces starting at the root of the hierarchy and ending with the name of the NamedElement itself."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false" eType="#//VisibilityKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true" eSuperTypes="#//Object"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An element is a constituent of a model. As such, it has the capability of owning other elements."/> </eAnnotations> <eOperations name="has_owner" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Elements that must be owned must have an owner.&#xA;self.mustBeOwned() implies owner->notEmpty()"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="not_own_self" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An element may not directly or indirectly own itself.&#xA;not self.allOwnedElements()->includes(self)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="allOwnedElements" ordered="false" upperBound="-1" eType="#//Element"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query allOwnedElements() gives all of the direct and indirect owned elements of an element.&#xA;result = ownedElement->union(ownedElement->collect(e | e.allOwnedElements()))"/> </eAnnotations> </eOperations> <eOperations name="mustBeOwned" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query mustBeOwned() indicates whether elements of this type must have an owner. Subclasses of Element that do not require an owner must override this operation.&#xA;result = true"/> </eAnnotations> </eOperations> <eOperations name="getMetaClass" ordered="false" lowerBound="1" eType="#//Class"/> <eOperations name="container" ordered="false" lowerBound="1" eType="#//Element"/> <eOperations name="isInstanceOfType" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eParameters name="type" ordered="false" lowerBound="1" eType="#//Class"/> <eParameters name="includesSubtypes" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"/> </eOperations> <eOperations name="delete" ordered="false" lowerBound="1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedComment" ordered="false" upperBound="-1" eType="#//Comment" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Comments owned by this element."/> </eAnnotations> <eAnnotations source="subsets" references="#//Element/ownedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedElement" ordered="false" upperBound="-1" eType="#//Element" changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//Element/owner"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Elements owned by this element."/> </eAnnotations> <eAnnotations source="union"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" eType="#//Element" changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//Element/ownedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Element that owns this element."/> </eAnnotations> <eAnnotations source="union"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="metaclass" ordered="false" lowerBound="1" eType="#//Class" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//Element"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A comment is a textual annotation that can be attached to a set of elements."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="annotatedElement" ordered="false" upperBound="-1" eType="#//Element"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the Element(s) being commented."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies a string that is the comment."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//Classifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A class describes a set of objects that share the same specifications of features, constraints, and semantics."/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="inherit" ordered="false" upperBound="-1" eType="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The inherit operation is overridden to exclude redefined properties.&#xA;result = inhs->excluding(inh | ownedMember->select(oclIsKindOf(RedefinableElement))->select(redefinedElement->includes(inh)))"/> </eAnnotations> <eAnnotations source="redefines" references="#//Classifier/inherit"/> <eParameters name="inhs" ordered="false" upperBound="-1" eType="#//NamedElement"/> </contents> <contents xsi:type="ecore:EAttribute" name="isAbstract" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="True when a class is abstract.&#xA;If true, the Classifier does not provide a complete declaration and can typically not be instantiated. An abstract classifier is intended to be used by other classifiers e.g. as the target of general metarelationships or generalization relationships."/> </eAnnotations> <eAnnotations source="redefines" references="#//Classifier/isAbstract"/> </contents> </eAnnotations> <eOperations name="superClass" ordered="false" upperBound="-1" eType="#//Class"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Missing derivation for Class::/superClass : Class&#xA;true"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedClassifier" upperBound="-1" eType="#//Classifier" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References all the Classifiers that are defined (nested) within the Class."/> </eAnnotations> <eAnnotations source="subsets" references="#//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttribute" upperBound="-1" eType="#//Property" containment="true" eOpposite="#//Property/class"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The attributes (i.e. the properties) owned by the class."/> </eAnnotations> <eAnnotations source="subsets" references="#//Classifier/attribute #//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperation" upperBound="-1" eType="#//Operation" containment="true" eOpposite="#//Operation/class"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The operations owned by the class."/> </eAnnotations> <eAnnotations source="subsets" references="#//Namespace/ownedMember #//Classifier/feature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="superClass" ordered="false" upperBound="-1" eType="#//Class" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This gives the superclasses of a class."/> </eAnnotations> <eAnnotations source="redefines" references="#//Classifier/general.1"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true" eSuperTypes="#//Namespace #//RedefinableElement #//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A classifier is a classification of instances - it describes a set of instances that have features in common. A classifier can specify a generalization hierarchy by referencing its general classifiers."/> </eAnnotations> <eOperations name="non_final_parents" 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 parents of a classifier must be non-final.&#xA;self.parents()->forAll(not isFinalSpecialization)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="specialize_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A classifier may only specialize classifiers of a valid type.&#xA;self.parents()->forAll(c | self.maySpecializeType(c))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="no_cycles_in_generalization" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Generalization hierarchies must be directed and acyclical. A classifier can not be both a transitively general and transitively specific classifier of the same classifier.&#xA;not self.allParents()->includes(self)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="allFeatures" ordered="false" upperBound="-1" eType="#//Feature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query allFeatures() gives all of the features in the namespace of the classifier. In general, through mechanisms such as inheritance, this will be a larger set than feature.&#xA;result = member->select(oclIsKindOf(Feature))"/> </eAnnotations> </eOperations> <eOperations name="allParents" ordered="false" upperBound="-1" eType="#//Classifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query allParents() gives all of the direct and indirect ancestors of a generalized Classifier.&#xA;result = self.parents()->union(self.parents()->collect(p | p.allParents())"/> </eAnnotations> </eOperations> <eOperations name="conformsTo" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query conformsTo() gives true for a classifier that defines a type that conforms to another. This is used, for example, in the specification of signature conformance for operations.&#xA;result = (self=other) or (self.allParents()->includes(other))"/> </eAnnotations> <eAnnotations source="redefines" references="#//Type/conformsTo"/> <eParameters name="other" ordered="false" lowerBound="1" eType="#//Classifier"/> </eOperations> <eOperations name="general" ordered="false" upperBound="-1" eType="#//Classifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The general classifiers are the classifiers referenced by the generalization relationships.&#xA;result = self.parents()"/> </eAnnotations> </eOperations> <eOperations name="hasVisibilityOf" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query hasVisibilityOf() determines whether a named element is visible in the classifier. By default all are visible. It is only called when the argument is something owned by a parent.&#xA;result = (n.visibility &lt;> VisibilityKind::private)&#xA;self.allParents()->including(self)->collect(c | c.member)->includes(n)"/> </eAnnotations> <eParameters name="n" ordered="false" lowerBound="1" eType="#//NamedElement"/> </eOperations> <eOperations name="inherit" ordered="false" upperBound="-1" eType="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The inherit operation is overridden to exclude redefined properties.&#xA;The query inherit() defines how to inherit a set of elements. Here the operation is defined to inherit them all. It is intended to be redefined in circumstances where inheritance is affected by redefinition.&#xA;result = inhs"/> </eAnnotations> <eParameters name="inhs" ordered="false" upperBound="-1" eType="#//NamedElement"/> </eOperations> <eOperations name="inheritableMembers" ordered="false" upperBound="-1" eType="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query inheritableMembers() gives all of the members of a classifier that may be inherited in one of its descendants, subject to whatever visibility restrictions apply.&#xA;c.allParents()->includes(self)&#xA;result = member->select(m | c.hasVisibilityOf(m))"/> </eAnnotations> <eParameters name="c" ordered="false" lowerBound="1" eType="#//Classifier"/> </eOperations> <eOperations name="inheritedMember" ordered="false" upperBound="-1" eType="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;The inheritedMember association is derived by inheriting the inheritable members of the parents.&#xA;&#xA;The inheritedMember association is derived by inheriting the inheritable members of the parents.&#xA;result = self.inherit(self.parents()->collect(p|p.inheritableMembers(self))->asSet())"/> </eAnnotations> </eOperations> <eOperations name="maySpecializeType" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query maySpecializeType() determines whether this classifier may have a generalization relationship to classifiers of the specified type. By default a classifier may specialize classifiers of the same or a more general type. It is intended to be redefined by classifiers that have different specialization constraints.&#xA;result = self.oclIsKindOf(c.oclType)"/> </eAnnotations> <eParameters name="c" ordered="false" lowerBound="1" eType="#//Classifier"/> </eOperations> <eOperations name="parents" ordered="false" upperBound="-1" eType="#//Classifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query parents() gives all of the immediate ancestors of a generalized Classifier.&#xA;result = generalization.general"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false" upperBound="-1" eType="#//Property" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Refers to all of the Properties that are direct (i.e. not inherited or imported) attributes of the classifier."/> </eAnnotations> <eAnnotations source="union"/> <eAnnotations source="subsets" references="#//Classifier/feature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false" upperBound="-1" eType="#//Feature" changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//Feature/featuringClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Note that there may be members of the Classifier that are of the type Feature but are not included in this association, e.g. inherited features.&#xA;Specifies each feature defined in the classifier."/> </eAnnotations> <eAnnotations source="union"/> <eAnnotations source="subsets" references="#//Namespace/member"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="general" ordered="false" upperBound="-1" eType="#//Classifier" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the general classifier in the Generalization relationship.&#xA;Specifies the general Classifiers for this Classifier."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" ordered="false" upperBound="-1" eType="#//Generalization" containment="true" eOpposite="#//Generalization/specific"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the Generalization relationships for this Classifier. These Generalizations navigaten to more general classifiers in the generalization hierarchy."/> </eAnnotations> <eAnnotations source="subsets" references="#//Element/ownedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="inheritedMember" ordered="false" upperBound="-1" eType="#//NamedElement" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies all elements inherited by this classifier from the general classifiers."/> </eAnnotations> <eAnnotations source="subsets" references="#//Namespace/member"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If true, the Classifier does not provide a complete declaration and can typically not be instantiated. An abstract classifier is intended to be used by other classifiers e.g. as the target of general metarelationships or generalization relationships."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isFinalSpecialization" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If true, the Classifier cannot be specialized by generalization. Note that this property is preserved through package merge operations; that is, the capability to specialize a Classifier (i.e., isFinalSpecialization =false) must be preserved in the resulting Classifier of a package merge operation where a Classifier with isFinalSpecialization =false is merged with a matching Classifier with isFinalSpecialization =true: the resulting Classifier will have isFinalSpecialization =false."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedClassifier" ordered="false" upperBound="-1" eType="#//Classifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the Classifiers that are redefined by this Classifier."/> </eAnnotations> <eAnnotations source="subsets" references="#//RedefinableElement/redefinedElement"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//PackageableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type is a named element that is used as the type for a typed element. A type can be contained in a package.&#xA;A type constrains the values represented by a typed element."/> </eAnnotations> <eOperations name="conformsTo" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query conformsTo() gives true for a type that conforms to another. By default, two types do not conform to each other. This query is intended to be redefined for specific conformance situations.&#xA;result = false"/> </eAnnotations> <eParameters name="other" ordered="false" lowerBound="1" eType="#//Type"/> </eOperations> <eOperations name="isInstance" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eParameters name="object" ordered="false" lowerBound="1" eType="#//Object"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" eType="#//Package" volatile="true" transient="true" derived="true" eOpposite="#//Package/ownedType.1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the owning package of this classifier, if any."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" abstract="true" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A packageable element indicates a named element that may be owned directly by a package."/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EAttribute" name="visibility" ordered="false" eType="#//VisibilityKind" defaultValueLiteral="public"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates that packageable elements must always have a visibility, i.e., visibility is not optional."/> </eAnnotations> <eAnnotations source="redefines" references="#//NamedElement/visibility"/> </contents> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="VisibilityKind is an enumeration type that defines literals to determine the visibility of elements in a model."/> </eAnnotations> <eLiterals name="public"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A public element is visible to all elements that can access the contents of the namespace that owns it."/> </eAnnotations> </eLiterals> <eLiterals name="private" value="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A private element is only visible inside the namespace that owns it."/> </eAnnotations> </eLiterals> <eLiterals name="protected" value="2"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A protected element is visible to elements that have a generalization relationship to the namespace that owns it."/> </eAnnotations> </eLiterals> <eLiterals name="package" value="3"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A package element is owned by a namespace that is not a package, and is visible to elements that are in the same package as its owning namespace. Only named elements that are not owned by packages can be marked as having package visibility. Any element marked as having package visibility is visible to all elements within the nearest enclosing package (given that other owning elements have proper visibility). Outside the nearest enclosing package, an element marked as having package visibility is not visible."/> </eAnnotations> </eLiterals> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A package is used to group elements, and provides a namespace for the grouped elements."/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="mustBeOwned" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query mustBeOwned() indicates whether elements of this type must have an owner.&#xA;result = false"/> </eAnnotations> <eAnnotations source="redefines" references="#//Element/mustBeOwned"/> </contents> </eAnnotations> <eOperations name="elements_public_or_private" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If an element that is owned by a package has visibility, it is public or private.&#xA;self.ownedElements->forAll(e | e.visibility->notEmpty() implies e.visbility = #public or e.visibility = #private)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="makesVisible" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query makesVisible() defines whether a Package makes an element visible outside itself. Elements with no visibility and elements with public visibility are made visible.&#xA;result = (ownedMember->includes(el)) or&#xA;(elementImport->select(ei|ei.importedElement = #public)->collect(ei|ei.importedElement)->includes(el)) or&#xA;(packageImport->select(pi|pi.visibility = #public)->collect(pi|pi.importedPackage.member->includes(el))->notEmpty())&#xA;self.member->includes(el)"/> </eAnnotations> <eParameters name="el" ordered="false" lowerBound="1" eType="#//NamedElement"/> </eOperations> <eOperations name="nestedPackage" ordered="false" upperBound="-1" eType="#//Package"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Missing derivation for Package::/nestedPackage : Package&#xA;true"/> </eAnnotations> </eOperations> <eOperations name="ownedType" ordered="false" upperBound="-1" eType="#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Missing derivation for Package::/ownedType : Type&#xA;true"/> </eAnnotations> </eOperations> <eOperations name="visibleMembers" ordered="false" upperBound="-1" eType="#//PackageableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query visibleMembers() defines which members of a Package can be accessed outside it.&#xA;result = member->select( m | self.makesVisible(m))"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="URI" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Provides an identifier for the package that can be used for many purposes. A URI is the universally unique identification of the package following the IETF URI specification, RFC 2396 http://www.ietf.org/rfc/rfc2396.txt and it must comply with those syntax rules."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedPackage" ordered="false" upperBound="-1" eType="#//Package" volatile="true" transient="true" derived="true" eOpposite="#//Package/nestingPackage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the packaged elements that are Packages."/> </eAnnotations> <eAnnotations source="subsets" references="#//Package/packagedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nestingPackage" ordered="false" eType="#//Package" volatile="true" transient="true" derived="true" eOpposite="#//Package/nestedPackage.1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the Package that owns this Package."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="packageMerge" ordered="false" upperBound="-1" eType="#//PackageMerge" containment="true" eOpposite="#//PackageMerge/receivingPackage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the PackageMerges that are owned by this Package."/> </eAnnotations> <eAnnotations source="subsets" references="#//Element/ownedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="packagedElement" ordered="false" upperBound="-1" eType="#//PackageableElement" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the packageable elements that are owned by this Package."/> </eAnnotations> <eAnnotations source="subsets" references="#//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedType" ordered="false" upperBound="-1" eType="#//Type" volatile="true" transient="true" derived="true" eOpposite="#//Type/package"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the packaged elements that are Types."/> </eAnnotations> <eAnnotations source="subsets" references="#//Package/packagedElement"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Namespace" abstract="true" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A namespace is an element in a model that contains a set of named elements that can be identified by name."/> </eAnnotations> <eOperations name="members_distinguishable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="All the members of a Namespace are distinguishable within it.&#xA;membersAreDistinguishable()"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="excludeCollisions" ordered="false" upperBound="-1" eType="#//PackageableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query excludeCollisions() excludes from a set of PackageableElements any that would not be distinguishable from each other in this namespace.&#xA;result = imps->reject(imp1 | imps.exists(imp2 | not imp1.isDistinguishableFrom(imp2, self)))"/> </eAnnotations> <eParameters name="imps" ordered="false" upperBound="-1" eType="#//PackageableElement"/> </eOperations> <eOperations name="getNamesOfMember" ordered="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query getNamesOfMember() takes importing into account. It gives back the set of names that an element would have in an importing namespace, either because it is owned, or if not owned then imported individually, or if not individually then from a package.&#xA;The query getNamesOfMember() gives a set of all of the names that a member would have in a Namespace. In general a member can have multiple names in a Namespace if it is imported more than once with different aliases. The query takes account of importing. It gives back the set of names that an element would have in an importing namespace, either because it is owned, or if not owned then imported individually, or if not individually then from a package.&#xA;result = if self.ownedMember ->includes(element)&#xA;then Set{}->include(element.name)&#xA;else let elementImports: ElementImport = self.elementImport->select(ei | ei.importedElement = element) in&#xA; if elementImports->notEmpty()&#xA; then elementImports->collect(el | el.getName())&#xA; else self.packageImport->select(pi | pi.importedPackage.visibleMembers()->includes(element))-> collect(pi | pi.importedPackage.getNamesOfMember(element))&#xA; endif&#xA;endif"/> </eAnnotations> <eParameters name="element" ordered="false" lowerBound="1" eType="#//NamedElement"/> </eOperations> <eOperations name="importMembers" ordered="false" upperBound="-1" eType="#//PackageableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query importMembers() defines which of a set of PackageableElements are actually imported into the namespace. This excludes hidden ones, i.e., those which have names that conflict with names of owned members, and also excludes elements which would have the same name when imported.&#xA;result = self.excludeCollisions(imps)->select(imp | self.ownedMember->forAll(mem |&#xA;mem.imp.isDistinguishableFrom(mem, self)))"/> </eAnnotations> <eParameters name="imps" ordered="false" upperBound="-1" eType="#//PackageableElement"/> </eOperations> <eOperations name="importedMember" ordered="false" upperBound="-1" eType="#//PackageableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The importedMember property is derived from the ElementImports and the PackageImports. References the PackageableElements that are members of this Namespace as a result of either PackageImports or ElementImports.&#xA;result = self.importMembers(self.elementImport.importedElement.asSet()-&#xA;>union(self.packageImport.importedPackage->collect(p | p.visibleMembers())))"/> </eAnnotations> </eOperations> <eOperations name="membersAreDistinguishable" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Boolean query membersAreDistinguishable() determines whether all of the namespace's members are distinguishable within it.&#xA;result = self.member->forAll( memb |&#xA;self.member->excluding(memb)->forAll(other |&#xA;memb.isDistinguishableFrom(other, self)))"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="elementImport" ordered="false" upperBound="-1" eType="#//ElementImport" containment="true" eOpposite="#//ElementImport/importingNamespace"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the ElementImports owned by the Namespace."/> </eAnnotations> <eAnnotations source="subsets" references="#//Element/ownedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="importedMember" ordered="false" upperBound="-1" eType="#//PackageableElement" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the PackageableElements that are members of this Namespace as a result of either PackageImports or ElementImports."/> </eAnnotations> <eAnnotations source="subsets" references="#//Namespace/member"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="member" ordered="false" upperBound="-1" eType="#//NamedElement" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A collection of NamedElements identifiable within the Namespace, either by being owned or by being introduced by importing or inheritance."/> </eAnnotations> <eAnnotations source="union"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMember" ordered="false" upperBound="-1" eType="#//NamedElement" changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//NamedElement/namespace"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A collection of NamedElements owned by the Namespace."/> </eAnnotations> <eAnnotations source="union"/> <eAnnotations source="subsets" references="#//Element/ownedElement #//Namespace/member"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedRule" ordered="false" upperBound="-1" eType="#//Constraint" containment="true" eOpposite="#//Constraint/context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies a set of Constraints owned by this Namespace."/> </eAnnotations> <eAnnotations source="subsets" references="#//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="packageImport" ordered="false" upperBound="-1" eType="#//PackageImport" containment="true" eOpposite="#//PackageImport/importingNamespace"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the PackageImports owned by the Namespace."/> </eAnnotations> <eAnnotations source="subsets" references="#//Element/ownedElement"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementImport" eSuperTypes="#//DirectedRelationship"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An element import identifies an element in another package, and allows the element to be referenced using its name without a qualifier."/> </eAnnotations> <eOperations name="visibility_public_or_private" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The visibility of an ElementImport is either public or private.&#xA;self.visibility = #public or self.visibility = #private"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="imported_element_is_public" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An importedElement has either public visibility or no visibility at all.&#xA;self.importedElement.visibility.notEmpty() implies self.importedElement.visibility = #public"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="getName" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query getName() returns the name under which the imported PackageableElement will be known in the importing namespace.&#xA;result = if self.alias->notEmpty() then&#xA; self.alias&#xA;else&#xA; self.importedElement.name&#xA;endif"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the name that should be added to the namespace of the importing package in lieu of the name of the imported packagable element. The aliased name must not clash with any other member name in the importing package. By default, no alias is used."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="importedElement" ordered="false" lowerBound="1" eType="#//PackageableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the PackageableElement whose name is to be added to a Namespace."/> </eAnnotations> <eAnnotations source="subsets" references="#//DirectedRelationship/target"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false" lowerBound="1" eType="#//VisibilityKind" defaultValueLiteral="public"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the visibility of the imported PackageableElement within the importing Package. The default visibility is the same as that of the imported element. If the imported element does not have a visibility, it is possible to add visibility to the element import."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="importingNamespace" ordered="false" lowerBound="1" eType="#//Namespace" eOpposite="#//Namespace/elementImport"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the Namespace that imports a PackageableElement from another Package."/> </eAnnotations> <eAnnotations source="subsets" references="#//Element/owner #//DirectedRelationship/source"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DirectedRelationship" abstract="true" eSuperTypes="#//Relationship"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A directed relationship represents a relationship between a collection of source model elements and a collection of target model elements."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" upperBound="-1" eType="#//Element" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the sources of the DirectedRelationship."/> </eAnnotations> <eAnnotations source="union"/> <eAnnotations source="subsets" references="#//Relationship/relatedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" upperBound="-1" eType="#//Element" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the targets of the DirectedRelationship."/> </eAnnotations> <eAnnotations source="union"/> <eAnnotations source="subsets" references="#//Relationship/relatedElement"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Relationship" abstract="true" eSuperTypes="#//Element"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Relationship is an abstract concept that specifies some kind of relationship between elements."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedElement" ordered="false" lowerBound="1" upperBound="-1" eType="#//Element" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the elements related by the Relationship."/> </eAnnotations> <eAnnotations source="union"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A constraint is a condition or restriction expressed in natural language text or in a machine readable language for the purpose of declaring some of the semantics of an element."/> </eAnnotations> <eOperations name="value_specification_boolean" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The value specification for a constraint must evaluate to a Boolean value.&#xA;self.specification().booleanValue().isOclKindOf(Boolean)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="boolean_value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The value specification for a constraint must evaluate to a Boolean value.&#xA;true"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="not_apply_to_self" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A constraint cannot be applied to itself.&#xA;not constrainedElement->includes(self)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="no_side_effects" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Evaluating the value specification for a constraint must not have side effects.&#xA;true"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="constrainedElement" upperBound="-1" eType="#//Element"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ordered set of Elements referenced by this Constraint."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="specification" ordered="false" lowerBound="1" eType="#//ValueSpecification" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A condition that must be true when evaluated in order for the constraint to be satisfied."/> </eAnnotations> <eAnnotations source="subsets" references="#//Element/ownedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false" eType="#//Namespace" eOpposite="#//Namespace/ownedRule"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the namespace that owns the NamedElement."/> </eAnnotations> <eAnnotations source="subsets" references="#//NamedElement/namespace"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" abstract="true" eSuperTypes="#//TypedElement #//PackageableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A value specification is the specification of a (possibly empty) set of instances, including both objects and data values."/> </eAnnotations> <eOperations name="booleanValue" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query booleanValue() gives a single Boolean value when one can be computed.&#xA;result = Set{}"/> </eAnnotations> </eOperations> <eOperations name="integerValue" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Integer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query integerValue() gives a single Integer value when one can be computed.&#xA;result = Set{}"/> </eAnnotations> </eOperations> <eOperations name="isComputable" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query isComputable() determines whether a value specification can be computed in a model. This operation cannot be fully defined in OCL. A conforming implementation is expected to deliver true for this operation for all value specifications that it can compute, and to compute all of those for which the operation is true. A conforming implementation is expected to be able to compute the value of all literals.&#xA;result = false"/> </eAnnotations> </eOperations> <eOperations name="isNull" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query isNull() returns true when it can be computed that the value is null.&#xA;result = false"/> </eAnnotations> </eOperations> <eOperations name="realValue" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Real"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query realValue() gives a single Real value when one can be computed.&#xA;result = Set{}"/> </eAnnotations> </eOperations> <eOperations name="stringValue" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query stringValue() gives a single String value when one can be computed.&#xA;result = Set{}"/> </eAnnotations> </eOperations> <eOperations name="unlimitedValue" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//UnlimitedNatural"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query unlimitedValue() gives a single UnlimitedNatural value when one can be computed.&#xA;result = Set{}"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A typed element is a kind of named element that represents an element with a type.&#xA;A typed element has a type."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This information is derived from the return result for this Operation.&#xA;The type of the TypedElement."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageImport" eSuperTypes="#//DirectedRelationship"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A package import is a relationship that allows the use of unqualified names to refer to package members from other namespaces."/> </eAnnotations> <eOperations name="public_or_private" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The visibility of a PackageImport is either public or private.&#xA;self.visibility = #public or self.visibility = #private"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="importedPackage" ordered="false" lowerBound="1" eType="#//Package"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the Package whose members are imported into a Namespace."/> </eAnnotations> <eAnnotations source="subsets" references="#//DirectedRelationship/target"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false" lowerBound="1" eType="#//VisibilityKind" defaultValueLiteral="public"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the visibility of the imported PackageableElements within the importing Namespace, i.e., whether imported elements will in turn be visible to other packages that use that importingPackage as an importedPackage. If the PackageImport is public, the imported elements will be visible outside the package, while if it is private they will not."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="importingNamespace" ordered="false" lowerBound="1" eType="#//Namespace" eOpposite="#//Namespace/packageImport"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the Namespace that imports the members from a Package."/> </eAnnotations> <eAnnotations source="subsets" references="#//Element/owner #//DirectedRelationship/source"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageMerge" eSuperTypes="#//DirectedRelationship"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A package merge defines how the contents of one package are extended by the contents of another package."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="mergedPackage" ordered="false" lowerBound="1" eType="#//Package"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the Package that is to be merged with the receiving package of the PackageMerge."/> </eAnnotations> <eAnnotations source="subsets" references="#//DirectedRelationship/target"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="receivingPackage" ordered="false" lowerBound="1" eType="#//Package" eOpposite="#//Package/packageMerge"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the Package that is being extended with the contents of the merged package of the PackageMerge."/> </eAnnotations> <eAnnotations source="subsets" references="#//Element/owner #//DirectedRelationship/source"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Generalization" eSuperTypes="#//DirectedRelationship"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A generalization is a taxonomic relationship between a more general classifier and a more specific classifier. Each instance of the specific classifier is also an indirect instance of the general classifier. Thus, the specific classifier inherits the features of the more general classifier."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="general" ordered="false" lowerBound="1" eType="#//Classifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the general classifier in the Generalization relationship."/> </eAnnotations> <eAnnotations source="subsets" references="#//DirectedRelationship/target"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSubstitutable" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean" defaultValueLiteral="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates whether the specific classifier can be used wherever the general classifier can be used. If true, the execution traces of the specific classifier will be a superset of the execution traces of the general classifier."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="specific" ordered="false" lowerBound="1" eType="#//Classifier" eOpposite="#//Classifier/generalization"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the specializing classifier in the Generalization relationship."/> </eAnnotations> <eAnnotations source="subsets" references="#//DirectedRelationship/source #//Element/owner"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An operation is a behavioral feature of a classifier that specifies the name, type, parameters, and constraints for invoking an associated behavior."/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="isConsistentWith" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query isConsistentWith() specifies, for any two Operations in a context in which redefinition is possible, whether redefinition would be consistent in the sense of maintaining type covariance. Other senses of consistency may be required, for example to determine consistency in the sense of contravariance. Users may define alternative queries under names different from 'isConsistentWith()', as for example, users may define a query named 'isContravariantWith()'.&#xA;A redefining operation is consistent with a redefined operation if it has the same number of owned parameters, and the type of each owned parameter conforms to the type of the corresponding redefined parameter.&#xA;result = redefinee.oclIsKindOf(Operation) and&#xA;let op : Operation = redefinee.oclAsType(Operation) in&#xA;&#x9;self.ownedParameter->size() = op.ownedParameter->size() and&#xA;&#x9;Sequence{1..self.ownedParameter->size()}->&#xA;&#x9;&#x9;forAll(i |op.ownedParameter->at(1).type.conformsTo(self.ownedParameter->at(i).type))&#xA;redefinee.isRedefinitionContextValid(self)"/> </eAnnotations> <eAnnotations source="redefines" references="#//RedefinableElement/isConsistentWith"/> <eParameters name="redefinee" ordered="false" lowerBound="1" eType="#//RedefinableElement"/> </contents> <contents xsi:type="ecore:EReference" name="ownedParameter" upperBound="-1" eType="#//Parameter" containment="true" eOpposite="#//Parameter/operation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the ordered set of formal parameters of this BehavioralFeature.&#xA;Specifies the parameters owned by this Operation."/> </eAnnotations> <eAnnotations source="redefines" references="#//BehavioralFeature/ownedParameter"/> </contents> <contents xsi:type="ecore:EReference" name="raisedException" ordered="false" upperBound="-1" eType="#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the Types representing exceptions that may be raised during an invocation of this operation."/> </eAnnotations> <eAnnotations source="redefines" references="#//BehavioralFeature/raisedException"/> </contents> </eAnnotations> <eOperations name="only_body_for_query" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A bodyCondition can only be specified for a query operation.&#xA;bodyCondition->notEmpty() implies isQuery"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="at_most_one_return" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An operation can have at most one return parameter; i.e., an owned parameter with the direction set to 'return'&#xA;self.ownedParameter->select(par | par.direction = #return)->size() &lt;= 1"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="isOrdered" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If this operation has a return parameter, isOrdered equals the value of isOrdered for that parameter. Otherwise isOrdered is false.&#xA;result = if returnResult()->notEmpty() then returnResult()->any().isOrdered else false endif"/> </eAnnotations> </eOperations> <eOperations name="isUnique" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If this operation has a return parameter, isUnique equals the value of isUnique for that parameter. Otherwise isUnique is true.&#xA;result = if returnResult()->notEmpty() then returnResult()->any().isUnique else true endif"/> </eAnnotations> </eOperations> <eOperations name="lower" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Integer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If this operation has a return parameter, lower equals the value of lower for that parameter. Otherwise lower is not defined.&#xA;result = if returnResult()->notEmpty() then returnResult()->any().lower else Set{} endif"/> </eAnnotations> </eOperations> <eOperations name="returnResult" ordered="false" upperBound="-1" eType="#//Parameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query returnResult() returns the set containing the return parameter of the Operation if one exists, otherwise, it returns an empty set&#xA;result = ownedParameter->select (par | par.direction = #return)"/> </eAnnotations> </eOperations> <eOperations name="type" ordered="false" lowerBound="1" eType="#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If this operation has a return parameter, type equals the value of type for that parameter. Otherwise type is not defined.&#xA;result = if returnResult()->notEmpty() then returnResult()->any().type else Set{} endif"/> </eAnnotations> </eOperations> <eOperations name="upper" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//UnlimitedNatural"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If this operation has a return parameter, upper equals the value of upper for that parameter. Otherwise upper is not defined.&#xA;result = if returnResult()->notEmpty() then returnResult()->any().upper else Set{} endif"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyCondition" ordered="false" eType="#//Constraint"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An optional Constraint on the result values of an invocation of this Operation."/> </eAnnotations> <eAnnotations source="subsets" references="#//Namespace/ownedRule"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="datatype" ordered="false" eType="#//DataType" eOpposite="#//DataType/ownedOperation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The DataType that owns this Operation."/> </eAnnotations> <eAnnotations source="subsets" references="#//NamedElement/namespace #//Feature/featuringClassifier #//RedefinableElement/redefinitionContext"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean" changeable="false" volatile="true" transient="true" defaultValueLiteral="false" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This information is derived from the return result for this Operation.&#xA;Specifies whether the return parameter is ordered or not, if present."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isQuery" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies whether an execution of the BehavioralFeature leaves the state of the system unchanged (isQuery=true) or whether side effects may occur (isQuery=false)."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean" changeable="false" volatile="true" transient="true" defaultValueLiteral="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This information is derived from the return result for this Operation.&#xA;Specifies whether the return parameter is unique or not, if present."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Integer" changeable="false" volatile="true" transient="true" defaultValueLiteral="1" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This information is derived from the return result for this Operation.&#xA;Specifies the lower multiplicity of the return parameter, if present."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="postcondition" ordered="false" upperBound="-1" eType="#//Constraint"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An optional set of Constraints specifying the state of the system when the Operation is completed."/> </eAnnotations> <eAnnotations source="subsets" references="#//Namespace/ownedRule"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="precondition" ordered="false" upperBound="-1" eType="#//Constraint"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An optional set of Constraints on the state of the system when the Operation is invoked."/> </eAnnotations> <eAnnotations source="subsets" references="#//Namespace/ownedRule"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedOperation" ordered="false" upperBound="-1" eType="#//Operation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the Operations that are redefined by this Operation."/> </eAnnotations> <eAnnotations source="subsets" references="#//RedefinableElement/redefinedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//Type" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This information is derived from the return result for this Operation.&#xA;Specifies the return result of the operation, if present."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//UnlimitedNatural" changeable="false" volatile="true" transient="true" defaultValueLiteral="1" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This information is derived from the return result for this Operation.&#xA;Specifies the upper multiplicity of the return parameter, if present."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="class" ordered="false" eType="#//Class" eOpposite="#//Class/ownedOperation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The class that owns the operation."/> </eAnnotations> <eAnnotations source="subsets" references="#//NamedElement/namespace #//Feature/featuringClassifier #//RedefinableElement/redefinitionContext"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" abstract="true" eSuperTypes="#//Namespace #//Feature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A behavioral feature is a feature of a classifier that specifies an aspect of the behavior of its instances."/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="isDistinguishableFrom" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query isDistinguishableFrom() determines whether two BehavioralFeatures may coexist in the same Namespace. It specifies that they have to have different signatures.&#xA;result = if n.oclIsKindOf(BehavioralFeature)&#xA;then&#xA; if ns.getNamesOfMember(self)->intersection(ns.getNamesOfMember(n))->notEmpty()&#xA; then Set{}->including(self)->including(n)->isUnique(bf | bf.ownedParameter->collect(type))&#xA; else true&#xA; endif&#xA;else true&#xA;endif"/> </eAnnotations> <eAnnotations source="redefines" references="#//NamedElement/isDistinguishableFrom"/> <eParameters name="n" ordered="false" lowerBound="1" eType="#//NamedElement"/> <eParameters name="ns" ordered="false" lowerBound="1" eType="#//Namespace"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" upperBound="-1" eType="#//Parameter" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the ordered set of formal parameters of this BehavioralFeature."/> </eAnnotations> <eAnnotations source="subsets" references="#//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="raisedException" ordered="false" upperBound="-1" eType="#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the Types representing exceptions that may be raised during an invocation of this feature."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//MultiplicityElement #//TypedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A parameter is a specification of an argument used to pass information into or out of an invocation of a behavioral feature."/> </eAnnotations> <eOperations name="default" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Missing derivation for Parameter::/default : String&#xA;true"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies a String that represents a value to be used when no argument is supplied for the Parameter."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" ordered="false" eType="#//ValueSpecification" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies a ValueSpecification that represents a value to be used when no argument is supplied for the Parameter."/> </eAnnotations> <eAnnotations source="subsets" references="#//Element/ownedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" ordered="false" lowerBound="1" eType="#//ParameterDirectionKind" defaultValueLiteral="in"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates whether a parameter is being sent into or out of a behavioral element."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" eType="#//Operation" changeable="false" volatile="true" transient="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the Operation owning this parameter."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiplicityElement" abstract="true" eSuperTypes="#//Element"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A multiplicity is a definition of an inclusive interval of non-negative integers beginning with a lower bound and ending with a (possibly infinite) upper bound. A multiplicity element embeds this information to specify the allowable cardinalities for an instantiation of this element."/> </eAnnotations> <eOperations name="lower_ge_0" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The lower bound must be a non-negative integer literal.&#xA;lowerBound()->notEmpty() implies lowerBound() >= 0"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="value_specification_no_side_effects" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If a non-literal ValueSpecification is used for the lower or upper bound, then evaluating that specification must not have side effects.&#xA;true"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="upper_ge_lower" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The upper bound must be greater than or equal to the lower bound.&#xA;(upperBound()->notEmpty() and lowerBound()->notEmpty()) implies upperBound() >= lowerBound()"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="value_specification_constant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If a non-literal ValueSpecification is used for the lower or upper bound, then that specification must be a constant expression.&#xA;true"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="includesCardinality" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query includesCardinality() checks whether the specified cardinality is valid for this multiplicity.&#xA;result = (lowerBound() &lt;= C) and (upperBound() >= C)&#xA;upperBound()->notEmpty() and lowerBound()->notEmpty()"/> </eAnnotations> <eParameters name="C" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Integer"/> </eOperations> <eOperations name="includesMultiplicity" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query includesMultiplicity() checks whether this multiplicity includes all the cardinalities allowed by the specified multiplicity.&#xA;result = (self.lowerBound() &lt;= M.lowerBound()) and (self.upperBound() >= M.upperBound())&#xA;self.upperBound()->notEmpty() and self.lowerBound()->notEmpty() and M.upperBound()->notEmpty() and M.lowerBound()->notEmpty()"/> </eAnnotations> <eParameters name="M" ordered="false" lowerBound="1" eType="#//MultiplicityElement"/> </eOperations> <eOperations name="isMultivalued" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query isMultivalued() checks whether this multiplicity has an upper bound greater than one.&#xA;upperBound()->notEmpty()&#xA;result = upperBound() > 1"/> </eAnnotations> </eOperations> <eOperations name="lower" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Integer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The derived lower attribute must equal the lowerBound.&#xA;result = lowerBound()"/> </eAnnotations> </eOperations> <eOperations name="lowerBound" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Integer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query lowerBound() returns the lower bound of the multiplicity as an integer.&#xA;result = if lowerValue->isEmpty() then 1 else lowerValue.integerValue() endif"/> </eAnnotations> </eOperations> <eOperations name="upper" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//UnlimitedNatural"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The derived upper attribute must equal the upperBound.&#xA;result = upperBound()"/> </eAnnotations> </eOperations> <eOperations name="upperBound" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//UnlimitedNatural"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query upperBound() returns the upper bound of the multiplicity for a bounded multiplicity as an unlimited natural.&#xA;result = if upperValue->isEmpty() then 1 else upperValue.unlimitedValue() endif"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="For a multivalued multiplicity, this attribute specifies whether the values in an instantiation of this element are sequentially ordered."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean" defaultValueLiteral="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="For a multivalued multiplicity, this attributes specifies whether the values in an instantiation of this element are unique."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Integer" volatile="true" transient="true" defaultValueLiteral="1" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the lower bound of the multiplicity interval."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="lowerValue" ordered="false" eType="#//ValueSpecification" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The specification of the lower bound for this multiplicity."/> </eAnnotations> <eAnnotations source="subsets" references="#//Element/ownedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//UnlimitedNatural" volatile="true" transient="true" defaultValueLiteral="1" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the upper bound of the multiplicity interval."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="upperValue" ordered="false" eType="#//ValueSpecification" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The specification of the upper bound for this multiplicity."/> </eAnnotations> <eAnnotations source="subsets" references="#//Element/ownedElement"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ParameterDirectionKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Parameter direction kind is an enumeration type that defines literals used to specify direction of parameters."/> </eAnnotations> <eLiterals name="in"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates that parameter values are passed into the behavioral element by the caller."/> </eAnnotations> </eLiterals> <eLiterals name="inout" value="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates that parameter values are passed into a behavioral element by the caller and then back out to the caller from the behavioral element."/> </eAnnotations> </eLiterals> <eLiterals name="out" value="2"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates that parameter values are passed from a behavioral element out to the caller."/> </eAnnotations> </eLiterals> <eLiterals name="return" value="3"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates that parameter values are passed as return values from a behavioral element back to the caller."/> </eAnnotations> </eLiterals> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A data type is a type whose instances are identified only by their value. A data type may contain attributes to support the modeling of structured data types."/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="inherit" ordered="false" upperBound="-1" eType="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The inherit operation is overridden to exclude redefined properties.&#xA;result = inhs->excluding(inh | ownedMember->select(oclIsKindOf(RedefinableElement))->select(redefinedElement->includes(inh)))"/> </eAnnotations> <eAnnotations source="redefines" references="#//Classifier/inherit"/> <eParameters name="inhs" ordered="false" upperBound="-1" eType="#//NamedElement"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttribute" upperBound="-1" eType="#//Property" containment="true" eOpposite="#//Property/datatype"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Attributes owned by the DataType."/> </eAnnotations> <eAnnotations source="subsets" references="#//Classifier/attribute #//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperation" upperBound="-1" eType="#//Operation" containment="true" eOpposite="#//Operation/datatype"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Operations owned by the DataType."/> </eAnnotations> <eAnnotations source="subsets" references="#//Namespace/ownedMember #//Classifier/feature"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AggregationKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="AggregationKind is an enumeration type that specifies the literals for defining the kind of aggregation of a property."/> </eAnnotations> <eLiterals name="none"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates that the property has no aggregation."/> </eAnnotations> </eLiterals> <eLiterals name="shared" value="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates that the property has a shared aggregation."/> </eAnnotations> </eLiterals> <eLiterals name="composite" value="2"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates that the property is aggregated compositely, i.e., the composite object has responsibility for the existence and storage of the composed objects (parts)."/> </eAnnotations> </eLiterals> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier #//Relationship"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An association describes a set of tuples whose values refer to typed instances. An instance of an association is called a link.A link is a tuple with one value for each end of the association, where each value is an instance of the type of the end.&#xA;An association describes a set of tuples whose values refer to typed instances. An instance of an association is called a link. A link is a tuple with one value for each end of the association, where each value is an instance of the type of the end."/> </eAnnotations> <eOperations name="binary_associations" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Only binary associations can be aggregations.&#xA;self.memberEnd->exists(aggregation &lt;> Aggregation::none) implies self.memberEnd->size() = 2"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="specialized_end_number" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An association specializing another association has the same number of ends as the other association.&#xA;parents()->select(oclIsKindOf(Association)).oclAsType(Association)->forAll(p | p.memberEnd->size() = self.memberEnd->size())"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="association_ends" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Association ends of associations with more than two ends must be owned by the association.&#xA;if memberEnd->size() > 2 then ownedEnd->includesAll(memberEnd)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="specialized_end_types" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="When an association specializes another association, every end of the specific association corresponds to an end of the general association, and the specific end reaches the same type or a subtype of the more general end.&#xA;Sequence{1..self.memberEnd->size()}->&#xA;&#x9;forAll(i | self.general->select(oclIsKindOf(Association)).oclAsType(Association)->&#xA;&#x9;&#x9;forAll(ga |self.memberEnd->at(i).type.conformsTo(ga.memberEnd->at(i).type)))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="endType" upperBound="-1" eType="#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="endType is derived from the types of the member ends.&#xA;result = self.memberEnd->collect(e | e.type)"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="endType" lowerBound="1" upperBound="-1" eType="#//Type" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the classifiers that are used as types of the ends of the association."/> </eAnnotations> <eAnnotations source="subsets" references="#//Relationship/relatedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerived" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies whether the association is derived from other model elements such as other associations or constraints."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="navigableOwnedEnd" ordered="false" upperBound="-1" eType="#//Property"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The navigable ends that are owned by the association itself."/> </eAnnotations> <eAnnotations source="subsets" references="#//Association/ownedEnd"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEnd" upperBound="-1" eType="#//Property" containment="true" eOpposite="#//Property/owningAssociation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ends that are owned by the association itself."/> </eAnnotations> <eAnnotations source="subsets" references="#//Association/memberEnd #//Namespace/ownedMember #//Classifier/feature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="memberEnd" lowerBound="2" upperBound="-1" eType="#//Property" eOpposite="#//Property/association"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Each end represents participation of instances of the classifier connected to the end in links of the association."/> </eAnnotations> <eAnnotations source="subsets" references="#//Namespace/member"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Argument"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#//Object"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An enumeration is a data type whose values are enumerated in the model as enumeration literals."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLiteral" upperBound="-1" eType="#//EnumerationLiteral" containment="true" eOpposite="#//EnumerationLiteral/enumeration"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ordered set of literals for this Enumeration."/> </eAnnotations> <eAnnotations source="subsets" references="#//Namespace/ownedMember"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An enumeration literal is a user-defined data value for an enumeration."/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EReference" name="classifier" ordered="false" upperBound="-1" eType="#//Enumeration" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The classifier of this EnumerationLiteral derived to be equal to its enumeration."/> </eAnnotations> <eAnnotations source="redefines" references="#//InstanceSpecification/classifier"/> </contents> </eAnnotations> <eOperations name="classifier_equals_owning_enumeration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="classifier = enumeration"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="classifier" ordered="false" lowerBound="1" eType="#//Enumeration"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Missing derivation for EnumerationLiteral::/classifier : Enumeration&#xA;true"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="enumeration" ordered="false" eType="#//Enumeration" eOpposite="#//Enumeration/ownedLiteral"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Enumeration that this EnumerationLiteral is a member of."/> </eAnnotations> <eAnnotations source="subsets" references="#//NamedElement/namespace"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An instance specification is a model element that represents an instance in a modeled system."/> </eAnnotations> <eOperations name="structural_feature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="One structural feature (including the same feature inherited from multiple classifiers) is the defining feature of at most one slot in an instance specification.&#xA;classifier->forAll(c | (c.allFeatures()->forAll(f | slot->select(s | s.definingFeature = f)->size() &lt;= 1)))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="defining_feature" 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 defining feature of each slot is a structural feature (directly or inherited) of a classifier of the instance specification.&#xA;slot->forAll(s | classifier->exists (c | c.allFeatures()->includes (s.definingFeature)))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" ordered="false" upperBound="-1" eType="#//Classifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The classifier or classifiers of the represented instance. If multiple classifiers are specified, the instance is classified by all of them."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="slot" ordered="false" upperBound="-1" eType="#//Slot" containment="true" eOpposite="#//Slot/owningInstance"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A slot giving the value or values of a structural feature of the instance. An instance specification can have one slot per structural feature of its classifiers, including inherited features. It is not necessary to model a slot for each structural feature, in which case the instance specification is a partial description."/> </eAnnotations> <eAnnotations source="subsets" references="#//Element/ownedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="specification" ordered="false" eType="#//ValueSpecification" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A specification of how to compute, derive, or construct the instance."/> </eAnnotations> <eAnnotations source="subsets" references="#//Element/ownedElement"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Slot" eSuperTypes="#//Element"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A slot specifies that an entity modeled by an instance specification has a value or values for a specific structural feature."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="definingFeature" ordered="false" lowerBound="1" eType="#//StructuralFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The structural feature that specifies the values that may be held by the slot."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="#//ValueSpecification" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The value or values corresponding to the defining feature for the owning instance specification."/> </eAnnotations> <eAnnotations source="subsets" references="#//Element/ownedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="owningInstance" ordered="false" lowerBound="1" eType="#//InstanceSpecification" eOpposite="#//InstanceSpecification/slot"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The instance specification that owns this slot."/> </eAnnotations> <eAnnotations source="subsets" references="#//Element/owner"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//ValueSpecification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An expression is a structured tree of symbols that denotes a (possibly empty) set of values when evaluated in a context.&#xA;An expression represents a node in an expression tree, which may be non-terminal or terminal. It defines a symbol, and has a possibly empty sequence of operands which are value specifications."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" upperBound="-1" eType="#//ValueSpecification" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies a sequence of operands."/> </eAnnotations> <eAnnotations source="subsets" references="#//Element/ownedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="symbol" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The symbol associated with the node in the expression tree."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An instance value is a value specification that identifies an instance."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="instance" ordered="false" lowerBound="1" eType="#//InstanceSpecification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The instance that is the specified value."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A literal Boolean is a specification of a Boolean value."/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="booleanValue" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query booleanValue() gives the value.&#xA;result = value"/> </eAnnotations> <eAnnotations source="redefines" references="#//ValueSpecification/booleanValue"/> </contents> <contents xsi:type="ecore:EOperation" name="isComputable" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query isComputable() is redefined to be true.&#xA;result = true"/> </eAnnotations> <eAnnotations source="redefines" references="#//ValueSpecification/isComputable"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The specified Boolean value."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" abstract="true" eSuperTypes="#//ValueSpecification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A literal specification identifies a literal constant being modeled."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A literal integer is a specification of an integer value."/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="integerValue" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Integer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query integerValue() gives the value.&#xA;result = value"/> </eAnnotations> <eAnnotations source="redefines" references="#//ValueSpecification/integerValue"/> </contents> <contents xsi:type="ecore:EOperation" name="isComputable" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query isComputable() is redefined to be true.&#xA;result = true"/> </eAnnotations> <eAnnotations source="redefines" references="#//ValueSpecification/isComputable"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Integer" defaultValueLiteral="0"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The specified Integer value."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A literal null specifies the lack of a value."/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="isComputable" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query isComputable() is redefined to be true.&#xA;result = true"/> </eAnnotations> <eAnnotations source="redefines" references="#//ValueSpecification/isComputable"/> </contents> <contents xsi:type="ecore:EOperation" name="isNull" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query isNull() returns true.&#xA;result = true"/> </eAnnotations> <eAnnotations source="redefines" references="#//ValueSpecification/isNull"/> </contents> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralReal" eSuperTypes="#//LiteralSpecification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A literal real is a specification of a real value."/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="isComputable" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query isComputable() is redefined to be true.&#xA;result = true"/> </eAnnotations> <eAnnotations source="redefines" references="#//ValueSpecification/isComputable"/> </contents> <contents xsi:type="ecore:EOperation" name="realValue" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Real"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query realValue() gives the value.&#xA;result = value"/> </eAnnotations> <eAnnotations source="redefines" references="#//ValueSpecification/realValue"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Real"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A literal string is a specification of a string value."/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="isComputable" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query isComputable() is redefined to be true.&#xA;result = true"/> </eAnnotations> <eAnnotations source="redefines" references="#//ValueSpecification/isComputable"/> </contents> <contents xsi:type="ecore:EOperation" name="stringValue" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query stringValue() gives the value.&#xA;result = value"/> </eAnnotations> <eAnnotations source="redefines" references="#//ValueSpecification/stringValue"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The specified String value."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A literal unlimited natural is a specification of an unlimited natural number."/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="isComputable" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query isComputable() is redefined to be true.&#xA;result = true"/> </eAnnotations> <eAnnotations source="redefines" references="#//ValueSpecification/isComputable"/> </contents> <contents xsi:type="ecore:EOperation" name="unlimitedValue" ordered="false" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//UnlimitedNatural"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query unlimitedValue() gives the value.&#xA;result = value"/> </eAnnotations> <eAnnotations source="redefines" references="#//ValueSpecification/unlimitedValue"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//UnlimitedNatural" defaultValueLiteral="0"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The specified UnlimitedNatural value."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An opaque expression is an uninterpreted textual statement that denotes a (possibly empty) set of values when evaluated in a context."/> </eAnnotations> <eOperations name="language_body_size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If the language attribute is not empty, then the size of the body and language arrays must be the same.&#xA;language->notEmpty() implies (body->size() = language->size())"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="isIntegral" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query isIntegral() tells whether an expression is intended to produce an integer.&#xA;result = false"/> </eAnnotations> </eOperations> <eOperations name="isNonNegative" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query isNonNegative() tells whether an integer expression has a non-negative value.&#xA;self.isIntegral()&#xA;result = false"/> </eAnnotations> </eOperations> <eOperations name="isPositive" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query isPositive() tells whether an integer expression has a positive value.&#xA;self.isIntegral()&#xA;result = false"/> </eAnnotations> </eOperations> <eOperations name="value" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Integer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query value() gives an integer value for an expression intended to produce one.&#xA;true&#xA;self.isIntegral()"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The text of the expression, possibly in multiple languages."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the languages in which the expression is stated. The interpretation of the expression body depends on the languages. If the languages are unspecified, they might be implicit from the expression body or the context. Languages are matched to body strings by order."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A primitive type defines a predefined data type, without any relevant substructure (i.e., it has no parts in the context of UML). A primitive datatype may have an algebra and operations defined outside of UML, for example, mathematically."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="URIExtent" eSuperTypes="#//Extent"> <eOperations name="contextURI" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//String"/> <eOperations name="uri" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//String"> <eParameters name="object" ordered="false" lowerBound="1" eType="#//Element"/> </eOperations> <eOperations name="element" ordered="false" lowerBound="1" eType="#//Element"> <eParameters name="uri" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//String"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Extent" eSuperTypes="#//Object"> <eOperations name="useContainment" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"/> <eOperations name="elements" ordered="false" lowerBound="1" eType="#//ReflectiveSequence"/> <eOperations name="elementsOfType" ordered="false" upperBound="-1" eType="#//Element"> <eParameters name="type" ordered="false" lowerBound="1" eType="#//Class"/> <eParameters name="includesSubtypes" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"/> </eOperations> <eOperations name="linksOfType" ordered="false" upperBound="-1" eType="#//Link"> <eParameters name="type" ordered="false" lowerBound="1" eType="#//Association"/> </eOperations> <eOperations name="linkedElements" ordered="false" upperBound="-1" eType="#//Element"> <eParameters name="association" ordered="false" lowerBound="1" eType="#//Association"/> <eParameters name="endElement" ordered="false" lowerBound="1" eType="#//Element"/> <eParameters name="end1ToEnd2Direction" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"/> </eOperations> <eOperations name="linkExists" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eParameters name="association" ordered="false" lowerBound="1" eType="#//Association"/> <eParameters name="firstElement" ordered="false" lowerBound="1" eType="#//Element"/> <eParameters name="secondElement" ordered="false" lowerBound="1" eType="#//Element"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="#//Object"> <eOperations name="equals" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//Boolean"> <eAnnotations source="redefines" references="#//Object/equals"/> <eParameters name="otherLink" ordered="false" lowerBound="1" eType="#//Link"/> </eOperations> <eOperations name="delete" ordered="false" lowerBound="1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="firstElement" ordered="false" lowerBound="1" eType="#//Element"/> <eStructuralFeatures xsi:type="ecore:EReference" name="secondElement" ordered="false" lowerBound="1" eType="#//Element"/> <eStructuralFeatures xsi:type="ecore:EReference" name="association" ordered="false" lowerBound="1" eType="#//Association"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Factory" eSuperTypes="#//Element"> <eOperations name="createFromString" ordered="false" lowerBound="1" eType="#//Object"> <eParameters name="dataType" ordered="false" lowerBound="1" eType="#//DataType"/> <eParameters name="string" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//String"/> </eOperations> <eOperations name="convertToString" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//String"> <eParameters name="dataType" ordered="false" lowerBound="1" eType="#//DataType"/> <eParameters name="object" ordered="false" lowerBound="1" eType="#//Object"/> </eOperations> <eOperations name="create" ordered="false" lowerBound="1" eType="#//Element"> <eParameters name="metaClass" ordered="false" lowerBound="1" eType="#//Class"/> </eOperations> <eOperations name="createElement" ordered="false" lowerBound="1" eType="#//Element"> <eParameters name="class" ordered="false" lowerBound="1" eType="#//Class"/> <eParameters name="arguments" ordered="false" upperBound="-1" eType="#//Argument"/> </eOperations> <eOperations name="createLink" ordered="false" lowerBound="1" eType="#//Link"> <eParameters name="association" ordered="false" lowerBound="1" eType="#//Association"/> <eParameters name="firstElement" ordered="false" lowerBound="1" eType="#//Element"/> <eParameters name="secondElement" ordered="false" lowerBound="1" eType="#//Element"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" lowerBound="1" eType="#//Package"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Exception"> <eStructuralFeatures xsi:type="ecore:EReference" name="objectInError" ordered="false" lowerBound="1" eType="#//Element"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elementInError" ordered="false" lowerBound="1" eType="#//Element"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tag" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/uml2/5.0.0/Types#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="element" ordered="false" upperBound="-1" eType="#//Element"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tagOwner" ordered="false" eType="#//Element"> <eAnnotations source="subsets" references="#//Element/owner"/> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"cmof","nsURI":"http://www.omg.org/spec/MOF/20131001/cmof.xmi","name":"cmof","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReflectiveSequence","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReflectiveCollection","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Object","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"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":"Namespace","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementImport","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectedRelationship","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageImport","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageMerge","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityElement","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterDirectionKind","instanceClass":null,"id":31,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AggregationKind","instanceClass":null,"id":33,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Argument","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Slot","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralReal","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"URIExtent","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extent","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Factory","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exception","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tag","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"unique":true,"name":"add","lowerBound":1,"id":57,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"get","lowerBound":1,"id":58,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"remove","lowerBound":1,"id":59,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"set","lowerBound":1,"id":60,"many":false,"required":true,"eClass":"EOperation"},{"id":61,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"index","lowerBound":1,"id":62,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"object","lowerBound":1,"id":63,"many":false,"required":true,"eClass":"EParameter"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"index","lowerBound":1,"id":67,"many":false,"required":true,"eClass":"EParameter"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"index","lowerBound":1,"id":70,"many":false,"required":true,"eClass":"EParameter"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"index","lowerBound":1,"id":73,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"object","lowerBound":1,"id":74,"many":false,"required":true,"eClass":"EParameter"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"add","lowerBound":1,"id":77,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"addAll","lowerBound":1,"id":78,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"clear","lowerBound":1,"id":79,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"remove","lowerBound":1,"id":80,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"size","lowerBound":1,"id":81,"many":false,"required":true,"eClass":"EOperation"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"object","lowerBound":1,"id":84,"many":false,"required":true,"eClass":"EParameter"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"objects","lowerBound":1,"id":87,"many":false,"required":true,"eClass":"EParameter"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"object","lowerBound":1,"id":90,"many":false,"required":true,"eClass":"EParameter"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"get","lowerBound":1,"id":93,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"equals","lowerBound":1,"id":94,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"set","lowerBound":1,"id":95,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isSet","lowerBound":1,"id":96,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"unset","lowerBound":1,"id":97,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"invoke","lowerBound":0,"id":98,"many":false,"required":false,"eClass":"EOperation"},{"id":99,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"property","lowerBound":1,"id":100,"many":false,"required":true,"eClass":"EParameter"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"element","lowerBound":1,"id":103,"many":false,"required":true,"eClass":"EParameter"},{"id":104,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"property","lowerBound":1,"id":105,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"value","lowerBound":1,"id":106,"many":false,"required":true,"eClass":"EParameter"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"property","lowerBound":1,"id":110,"many":false,"required":true,"eClass":"EParameter"},{"id":111,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"property","lowerBound":1,"id":112,"many":false,"required":true,"eClass":"EParameter"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"op","lowerBound":1,"id":115,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":-1,"unique":true,"name":"arguments","lowerBound":0,"id":116,"many":true,"required":false,"eClass":"EParameter"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"multiplicity_of_composite","lowerBound":0,"id":119,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"subsetting_context_conforms","lowerBound":0,"id":120,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"derived_union_is_read_only","lowerBound":0,"id":121,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"redefined_property_inherited","lowerBound":0,"id":122,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"subsetted_property_names","lowerBound":0,"id":123,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"derived_union_is_derived","lowerBound":0,"id":124,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"subsetting_rules","lowerBound":0,"id":125,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"default","lowerBound":0,"id":126,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isAttribute","lowerBound":1,"id":127,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isComposite","lowerBound":1,"id":128,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isNavigable","lowerBound":1,"id":129,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"opposite","lowerBound":1,"id":130,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"subsettingContext","lowerBound":0,"id":131,"many":true,"required":false,"eClass":"EOperation"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"datatype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"none","unsettable":false,"transient":false,"unique":true,"name":"aggregation","changeable":true,"lowerBound":1,"iD":false,"id":134,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"association","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"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":"owningAssociation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"default","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"isComposite","changeable":true,"lowerBound":1,"iD":false,"id":139,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isDerived","changeable":true,"lowerBound":1,"iD":false,"id":140,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isDerivedUnion","changeable":true,"lowerBound":1,"iD":false,"id":141,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isID","changeable":true,"lowerBound":1,"iD":false,"id":142,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"opposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"redefinedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subsettedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"isConsistentWith","lowerBound":1,"id":147,"many":false,"required":true,"eClass":"EOperation"},{"id":148,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"redefinee","lowerBound":1,"id":149,"many":false,"required":true,"eClass":"EParameter"},{"id":150,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isReadOnly","changeable":true,"lowerBound":1,"iD":false,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":154,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":155,"many":false,"required":false,"eClass":"EParameter"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":161,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":162,"many":false,"required":false,"eClass":"EParameter"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":168,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":169,"many":false,"required":false,"eClass":"EParameter"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":175,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":176,"many":false,"required":false,"eClass":"EParameter"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":182,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EParameter"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":189,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":190,"many":false,"required":false,"eClass":"EParameter"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":196,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":197,"many":false,"required":false,"eClass":"EParameter"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"p","lowerBound":1,"id":204,"many":false,"required":true,"eClass":"EParameter"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"ownedAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"memberEnd","changeable":true,"resolveProxies":true,"lowerBound":2,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedEnd","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"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isReadOnly","changeable":true,"lowerBound":1,"iD":false,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"featuringClassifier","changeable":false,"resolveProxies":true,"lowerBound":0,"id":233,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isStatic","changeable":true,"lowerBound":1,"iD":false,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"feature","changeable":false,"resolveProxies":true,"lowerBound":0,"id":237,"derived":true},{"id":238,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"redefinition_consistent","lowerBound":0,"id":239,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"non_leaf_redefinition","lowerBound":0,"id":240,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"redefinition_context_valid","lowerBound":0,"id":241,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isConsistentWith","lowerBound":1,"id":242,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isRedefinitionContextValid","lowerBound":1,"id":243,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isLeaf","changeable":true,"lowerBound":1,"iD":false,"id":244,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"redefinedElement","changeable":false,"resolveProxies":true,"lowerBound":0,"id":245,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"redefinitionContext","changeable":false,"resolveProxies":true,"lowerBound":0,"id":246,"derived":true},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":249,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":250,"many":false,"required":false,"eClass":"EParameter"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":256,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":257,"many":false,"required":false,"eClass":"EParameter"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":263,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":264,"many":false,"required":false,"eClass":"EParameter"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"redefinee","lowerBound":1,"id":270,"many":false,"required":true,"eClass":"EParameter"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"redefined","lowerBound":1,"id":273,"many":false,"required":true,"eClass":"EParameter"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"visibility_needs_ownership","lowerBound":0,"id":278,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"has_no_qualified_name","lowerBound":0,"id":279,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"has_qualified_name","lowerBound":0,"id":280,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"allNamespaces","lowerBound":0,"id":281,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isDistinguishableFrom","lowerBound":1,"id":282,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"qualifiedName","lowerBound":1,"id":283,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"separator","lowerBound":1,"id":284,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"namespace","changeable":false,"resolveProxies":true,"lowerBound":0,"id":285,"derived":true},{"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":286,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"qualifiedName","changeable":false,"lowerBound":0,"iD":false,"id":287,"derived":true},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":291,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":298,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":299,"many":false,"required":false,"eClass":"EParameter"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":305,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":306,"many":false,"required":false,"eClass":"EParameter"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"n","lowerBound":1,"id":313,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"ns","lowerBound":1,"id":314,"many":false,"required":true,"eClass":"EParameter"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ownedMember","changeable":false,"resolveProxies":true,"lowerBound":0,"id":320,"derived":true},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"has_owner","lowerBound":0,"id":324,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"not_own_self","lowerBound":0,"id":325,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"allOwnedElements","lowerBound":0,"id":326,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"mustBeOwned","lowerBound":1,"id":327,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getMetaClass","lowerBound":1,"id":328,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"container","lowerBound":1,"id":329,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isInstanceOfType","lowerBound":1,"id":330,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"delete","lowerBound":1,"id":331,"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":"ownedComment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":332,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ownedElement","changeable":false,"resolveProxies":true,"lowerBound":0,"id":333,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"owner","changeable":false,"resolveProxies":true,"lowerBound":0,"id":334,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"metaclass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":335,"derived":true},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":338,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":339,"many":false,"required":false,"eClass":"EParameter"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":345,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":346,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"ordered":false,"upperBound":1,"unique":true,"name":"type","lowerBound":1,"id":356,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"includesSubtypes","lowerBound":1,"id":357,"many":false,"required":true,"eClass":"EParameter"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"superClass","lowerBound":0,"id":369,"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":"nestedClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":370,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"superClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":true},{"id":373,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"inherit","lowerBound":0,"id":374,"many":true,"required":false,"eClass":"EOperation"},{"id":375,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"inhs","lowerBound":0,"id":376,"many":true,"required":false,"eClass":"EParameter"},{"id":377,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":378,"derived":false},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"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":"class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"non_final_parents","lowerBound":0,"id":386,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"specialize_type","lowerBound":0,"id":387,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"no_cycles_in_generalization","lowerBound":0,"id":388,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"allFeatures","lowerBound":0,"id":389,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"allParents","lowerBound":0,"id":390,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"conformsTo","lowerBound":1,"id":391,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"general","lowerBound":0,"id":392,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"hasVisibilityOf","lowerBound":1,"id":393,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"inherit","lowerBound":0,"id":394,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"inheritableMembers","lowerBound":0,"id":395,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"inheritedMember","lowerBound":0,"id":396,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"maySpecializeType","lowerBound":1,"id":397,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"parents","lowerBound":0,"id":398,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"attribute","changeable":false,"resolveProxies":true,"lowerBound":0,"id":399,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"general","changeable":true,"resolveProxies":true,"lowerBound":0,"id":400,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generalization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":401,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"inheritedMember","changeable":false,"resolveProxies":true,"lowerBound":0,"id":402,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":403,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isFinalSpecialization","changeable":true,"lowerBound":1,"iD":false,"id":404,"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":"redefinedClassifier","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":410,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":411,"many":false,"required":false,"eClass":"EParameter"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":417,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":418,"many":false,"required":false,"eClass":"EParameter"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":424,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":425,"many":false,"required":false,"eClass":"EParameter"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"other","lowerBound":1,"id":433,"many":false,"required":true,"eClass":"EParameter"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"n","lowerBound":1,"id":437,"many":false,"required":true,"eClass":"EParameter"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"inhs","lowerBound":0,"id":440,"many":true,"required":false,"eClass":"EParameter"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"c","lowerBound":1,"id":443,"many":false,"required":true,"eClass":"EParameter"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"c","lowerBound":1,"id":447,"many":false,"required":true,"eClass":"EParameter"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specific","changeable":true,"resolveProxies":true,"lowerBound":1,"id":454,"derived":false},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"conformsTo","lowerBound":1,"id":459,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isInstance","lowerBound":1,"id":460,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":461,"derived":true},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"other","lowerBound":1,"id":464,"many":false,"required":true,"eClass":"EParameter"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"object","lowerBound":1,"id":467,"many":false,"required":true,"eClass":"EParameter"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ownedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":470,"derived":true},{"id":471,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"public","unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":472,"derived":false},{"id":473,"eClass":"EGenericType"},{"name":"public","id":474,"value":0,"literal":"public","eClass":"EEnumLiteral"},{"name":"private","id":475,"value":1,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":476,"value":2,"literal":"protected","eClass":"EEnumLiteral"},{"name":"package","id":477,"value":3,"literal":"package","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"elements_public_or_private","lowerBound":0,"id":478,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"makesVisible","lowerBound":1,"id":479,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"nestedPackage","lowerBound":0,"id":480,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"ownedType","lowerBound":0,"id":481,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"visibleMembers","lowerBound":0,"id":482,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"URI","changeable":true,"lowerBound":0,"iD":false,"id":483,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"nestedPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":484,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"nestingPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":485,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packageMerge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":486,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packagedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":487,"derived":false},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"mustBeOwned","lowerBound":1,"id":490,"many":false,"required":true,"eClass":"EOperation"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":493,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":494,"many":false,"required":false,"eClass":"EParameter"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"el","lowerBound":1,"id":500,"many":false,"required":true,"eClass":"EParameter"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"receivingPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":509,"derived":false},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"members_distinguishable","lowerBound":0,"id":512,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"excludeCollisions","lowerBound":0,"id":513,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getNamesOfMember","lowerBound":0,"id":514,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"importMembers","lowerBound":0,"id":515,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"importedMember","lowerBound":0,"id":516,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"membersAreDistinguishable","lowerBound":1,"id":517,"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":"elementImport","changeable":true,"resolveProxies":true,"lowerBound":0,"id":518,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"importedMember","changeable":false,"resolveProxies":true,"lowerBound":0,"id":519,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"member","changeable":false,"resolveProxies":true,"lowerBound":0,"id":520,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedRule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":521,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packageImport","changeable":true,"resolveProxies":true,"lowerBound":0,"id":522,"derived":false},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":525,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":526,"many":false,"required":false,"eClass":"EParameter"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"imps","lowerBound":0,"id":532,"many":true,"required":false,"eClass":"EParameter"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"element","lowerBound":1,"id":535,"many":false,"required":true,"eClass":"EParameter"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"imps","lowerBound":0,"id":538,"many":true,"required":false,"eClass":"EParameter"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"importingNamespace","changeable":true,"resolveProxies":true,"lowerBound":1,"id":543,"derived":false},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":548,"derived":false},{"id":549,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"importingNamespace","changeable":true,"resolveProxies":true,"lowerBound":1,"id":550,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"visibility_public_or_private","lowerBound":0,"id":551,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"imported_element_is_public","lowerBound":0,"id":552,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getName","lowerBound":1,"id":553,"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":true,"name":"alias","changeable":true,"lowerBound":0,"iD":false,"id":554,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"importedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":555,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"public","unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":1,"iD":false,"id":556,"derived":false},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":559,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":560,"many":false,"required":false,"eClass":"EParameter"},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"id":565,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":566,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":567,"many":false,"required":false,"eClass":"EParameter"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"source","changeable":false,"resolveProxies":true,"lowerBound":1,"id":577,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"target","changeable":false,"resolveProxies":true,"lowerBound":1,"id":578,"derived":true},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"relatedElement","changeable":false,"resolveProxies":true,"lowerBound":1,"id":582,"derived":true},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value_specification_boolean","lowerBound":0,"id":585,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"boolean_value","lowerBound":0,"id":586,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"not_apply_to_self","lowerBound":0,"id":587,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"no_side_effects","lowerBound":0,"id":588,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"constrainedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":589,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"resolveProxies":true,"lowerBound":1,"id":590,"derived":false},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":593,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":594,"many":false,"required":false,"eClass":"EParameter"},{"id":595,"eClass":"EGenericType"},{"id":596,"eClass":"EGenericType"},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"id":599,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":600,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":601,"many":false,"required":false,"eClass":"EParameter"},{"id":602,"eClass":"EGenericType"},{"id":603,"eClass":"EGenericType"},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"id":606,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":607,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":608,"many":false,"required":false,"eClass":"EParameter"},{"id":609,"eClass":"EGenericType"},{"id":610,"eClass":"EGenericType"},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":614,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":615,"many":false,"required":false,"eClass":"EParameter"},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"booleanValue","lowerBound":0,"id":623,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"integerValue","lowerBound":0,"id":624,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isComputable","lowerBound":1,"id":625,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isNull","lowerBound":1,"id":626,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"realValue","lowerBound":0,"id":627,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"stringValue","lowerBound":0,"id":628,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"unlimitedValue","lowerBound":0,"id":629,"many":false,"required":false,"eClass":"EOperation"},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"},{"id":632,"eClass":"EGenericType"},{"id":633,"eClass":"EGenericType"},{"id":634,"eClass":"EGenericType"},{"id":635,"eClass":"EGenericType"},{"id":636,"eClass":"EGenericType"},{"id":637,"eClass":"EGenericType"},{"id":638,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":639,"derived":false},{"id":640,"eClass":"EGenericType"},{"id":641,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"public_or_private","lowerBound":0,"id":642,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"importedPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":643,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"public","unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":1,"iD":false,"id":644,"derived":false},{"id":645,"eClass":"EGenericType"},{"id":646,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":647,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":648,"many":false,"required":false,"eClass":"EParameter"},{"id":649,"eClass":"EGenericType"},{"id":650,"eClass":"EGenericType"},{"id":651,"eClass":"EGenericType"},{"id":652,"eClass":"EGenericType"},{"id":653,"eClass":"EGenericType"},{"id":654,"eClass":"EGenericType"},{"id":655,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mergedPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":656,"derived":false},{"id":657,"eClass":"EGenericType"},{"id":658,"eClass":"EGenericType"},{"id":659,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"general","changeable":true,"resolveProxies":true,"lowerBound":1,"id":660,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isSubstitutable","changeable":true,"lowerBound":0,"iD":false,"id":661,"derived":false},{"id":662,"eClass":"EGenericType"},{"id":663,"eClass":"EGenericType"},{"id":664,"eClass":"EGenericType"},{"id":665,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"only_body_for_query","lowerBound":0,"id":666,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"at_most_one_return","lowerBound":0,"id":667,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isOrdered","lowerBound":1,"id":668,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isUnique","lowerBound":1,"id":669,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"lower","lowerBound":1,"id":670,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"returnResult","lowerBound":0,"id":671,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"type","lowerBound":1,"id":672,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"upper","lowerBound":1,"id":673,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bodyCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":674,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"datatype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":675,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"isOrdered","changeable":false,"lowerBound":1,"iD":false,"id":676,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isQuery","changeable":true,"lowerBound":1,"iD":false,"id":677,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":true,"unique":true,"name":"isUnique","changeable":false,"lowerBound":1,"iD":false,"id":678,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":true,"unique":true,"name":"lower","changeable":false,"lowerBound":0,"iD":false,"id":679,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"postcondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":680,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"precondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":681,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"redefinedOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":682,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"type","changeable":false,"resolveProxies":true,"lowerBound":0,"id":683,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":true,"unique":true,"name":"upper","changeable":false,"lowerBound":0,"iD":false,"id":684,"derived":true},{"id":685,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"isConsistentWith","lowerBound":1,"id":686,"many":false,"required":true,"eClass":"EOperation"},{"id":687,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"redefinee","lowerBound":1,"id":688,"many":false,"required":true,"eClass":"EParameter"},{"id":689,"eClass":"EGenericType"},{"container":false,"ordered":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":690,"derived":false},{"id":691,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"operation","changeable":false,"resolveProxies":true,"lowerBound":0,"id":692,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"raisedException","changeable":true,"resolveProxies":true,"lowerBound":0,"id":693,"derived":false},{"id":694,"eClass":"EGenericType"},{"id":695,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":696,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":697,"many":false,"required":false,"eClass":"EParameter"},{"id":698,"eClass":"EGenericType"},{"id":699,"eClass":"EGenericType"},{"id":700,"eClass":"EGenericType"},{"id":701,"eClass":"EGenericType"},{"id":702,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":703,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":704,"many":false,"required":false,"eClass":"EParameter"},{"id":705,"eClass":"EGenericType"},{"id":706,"eClass":"EGenericType"},{"id":707,"eClass":"EGenericType"},{"id":708,"eClass":"EGenericType"},{"id":709,"eClass":"EGenericType"},{"id":710,"eClass":"EGenericType"},{"id":711,"eClass":"EGenericType"},{"id":712,"eClass":"EGenericType"},{"id":713,"eClass":"EGenericType"},{"id":714,"eClass":"EGenericType"},{"id":715,"eClass":"EGenericType"},{"id":716,"eClass":"EGenericType"},{"container":false,"ordered":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":717,"derived":false},{"id":718,"eClass":"EGenericType"},{"id":719,"eClass":"EGenericType"},{"id":720,"eClass":"EGenericType"},{"id":721,"eClass":"EGenericType"},{"id":722,"eClass":"EGenericType"},{"id":723,"eClass":"EGenericType"},{"id":724,"eClass":"EGenericType"},{"id":725,"eClass":"EGenericType"},{"id":726,"eClass":"EGenericType"},{"id":727,"eClass":"EGenericType"},{"container":false,"ordered":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":728,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"raisedException","changeable":true,"resolveProxies":true,"lowerBound":0,"id":729,"derived":false},{"id":730,"eClass":"EGenericType"},{"id":731,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"isDistinguishableFrom","lowerBound":1,"id":732,"many":false,"required":true,"eClass":"EOperation"},{"id":733,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"n","lowerBound":1,"id":734,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"ns","lowerBound":1,"id":735,"many":false,"required":true,"eClass":"EParameter"},{"id":736,"eClass":"EGenericType"},{"id":737,"eClass":"EGenericType"},{"id":738,"eClass":"EGenericType"},{"id":739,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"default","lowerBound":0,"id":740,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"default","changeable":true,"lowerBound":0,"iD":false,"id":741,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":742,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"in","unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":1,"iD":false,"id":743,"derived":false},{"id":744,"eClass":"EGenericType"},{"id":745,"eClass":"EGenericType"},{"id":746,"eClass":"EGenericType"},{"id":747,"eClass":"EGenericType"},{"id":748,"eClass":"EGenericType"},{"id":749,"eClass":"EGenericType"},{"id":750,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"lower_ge_0","lowerBound":0,"id":751,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"value_specification_no_side_effects","lowerBound":0,"id":752,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"upper_ge_lower","lowerBound":0,"id":753,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"value_specification_constant","lowerBound":0,"id":754,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"includesCardinality","lowerBound":1,"id":755,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"includesMultiplicity","lowerBound":1,"id":756,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isMultivalued","lowerBound":1,"id":757,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"lower","lowerBound":0,"id":758,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"lowerBound","lowerBound":0,"id":759,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"upper","lowerBound":0,"id":760,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"upperBound","lowerBound":0,"id":761,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isOrdered","changeable":true,"lowerBound":1,"iD":false,"id":762,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isUnique","changeable":true,"lowerBound":1,"iD":false,"id":763,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":true,"unique":true,"name":"lower","changeable":true,"lowerBound":0,"iD":false,"id":764,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lowerValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":765,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":true,"unique":true,"name":"upper","changeable":true,"lowerBound":0,"iD":false,"id":766,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"upperValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":767,"derived":false},{"id":768,"eClass":"EGenericType"},{"id":769,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":770,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":771,"many":false,"required":false,"eClass":"EParameter"},{"id":772,"eClass":"EGenericType"},{"id":773,"eClass":"EGenericType"},{"id":774,"eClass":"EGenericType"},{"id":775,"eClass":"EGenericType"},{"id":776,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":777,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":778,"many":false,"required":false,"eClass":"EParameter"},{"id":779,"eClass":"EGenericType"},{"id":780,"eClass":"EGenericType"},{"id":781,"eClass":"EGenericType"},{"id":782,"eClass":"EGenericType"},{"id":783,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":784,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":785,"many":false,"required":false,"eClass":"EParameter"},{"id":786,"eClass":"EGenericType"},{"id":787,"eClass":"EGenericType"},{"id":788,"eClass":"EGenericType"},{"id":789,"eClass":"EGenericType"},{"id":790,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":791,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":792,"many":false,"required":false,"eClass":"EParameter"},{"id":793,"eClass":"EGenericType"},{"id":794,"eClass":"EGenericType"},{"id":795,"eClass":"EGenericType"},{"id":796,"eClass":"EGenericType"},{"id":797,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"C","lowerBound":1,"id":798,"many":false,"required":true,"eClass":"EParameter"},{"id":799,"eClass":"EGenericType"},{"id":800,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"M","lowerBound":1,"id":801,"many":false,"required":true,"eClass":"EParameter"},{"id":802,"eClass":"EGenericType"},{"id":803,"eClass":"EGenericType"},{"id":804,"eClass":"EGenericType"},{"id":805,"eClass":"EGenericType"},{"id":806,"eClass":"EGenericType"},{"id":807,"eClass":"EGenericType"},{"id":808,"eClass":"EGenericType"},{"id":809,"eClass":"EGenericType"},{"id":810,"eClass":"EGenericType"},{"id":811,"eClass":"EGenericType"},{"id":812,"eClass":"EGenericType"},{"id":813,"eClass":"EGenericType"},{"name":"in","id":814,"value":0,"literal":"in","eClass":"EEnumLiteral"},{"name":"inout","id":815,"value":1,"literal":"inout","eClass":"EEnumLiteral"},{"name":"out","id":816,"value":2,"literal":"out","eClass":"EEnumLiteral"},{"name":"return","id":817,"value":3,"literal":"return","eClass":"EEnumLiteral"},{"id":818,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"inherit","lowerBound":0,"id":819,"many":true,"required":false,"eClass":"EOperation"},{"id":820,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"inhs","lowerBound":0,"id":821,"many":true,"required":false,"eClass":"EParameter"},{"id":822,"eClass":"EGenericType"},{"id":823,"eClass":"EGenericType"},{"id":824,"eClass":"EGenericType"},{"name":"none","id":825,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"shared","id":826,"value":1,"literal":"shared","eClass":"EEnumLiteral"},{"name":"composite","id":827,"value":2,"literal":"composite","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"binary_associations","lowerBound":0,"id":828,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"specialized_end_number","lowerBound":0,"id":829,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"association_ends","lowerBound":0,"id":830,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"specialized_end_types","lowerBound":0,"id":831,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"endType","lowerBound":0,"id":832,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"endType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":833,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isDerived","changeable":true,"lowerBound":1,"iD":false,"id":834,"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":"navigableOwnedEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":835,"derived":false},{"id":836,"eClass":"EGenericType"},{"id":837,"eClass":"EGenericType"},{"id":838,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":839,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":840,"many":false,"required":false,"eClass":"EParameter"},{"id":841,"eClass":"EGenericType"},{"id":842,"eClass":"EGenericType"},{"id":843,"eClass":"EGenericType"},{"id":844,"eClass":"EGenericType"},{"id":845,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":846,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":847,"many":false,"required":false,"eClass":"EParameter"},{"id":848,"eClass":"EGenericType"},{"id":849,"eClass":"EGenericType"},{"id":850,"eClass":"EGenericType"},{"id":851,"eClass":"EGenericType"},{"id":852,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":853,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":854,"many":false,"required":false,"eClass":"EParameter"},{"id":855,"eClass":"EGenericType"},{"id":856,"eClass":"EGenericType"},{"id":857,"eClass":"EGenericType"},{"id":858,"eClass":"EGenericType"},{"id":859,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":860,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":861,"many":false,"required":false,"eClass":"EParameter"},{"id":862,"eClass":"EGenericType"},{"id":863,"eClass":"EGenericType"},{"id":864,"eClass":"EGenericType"},{"id":865,"eClass":"EGenericType"},{"id":866,"eClass":"EGenericType"},{"id":867,"eClass":"EGenericType"},{"id":868,"eClass":"EGenericType"},{"id":869,"eClass":"EGenericType"},{"id":870,"eClass":"EGenericType"},{"id":871,"eClass":"EGenericType"},{"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":872,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":873,"derived":false},{"id":874,"eClass":"EGenericType"},{"id":875,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLiteral","changeable":true,"resolveProxies":true,"lowerBound":0,"id":876,"derived":false},{"id":877,"eClass":"EGenericType"},{"id":878,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enumeration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":879,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"classifier_equals_owning_enumeration","lowerBound":0,"id":880,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"classifier","lowerBound":1,"id":881,"many":false,"required":true,"eClass":"EOperation"},{"id":882,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"classifier","changeable":false,"resolveProxies":true,"lowerBound":0,"id":883,"derived":true},{"id":884,"eClass":"EGenericType"},{"id":885,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":886,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":887,"many":false,"required":false,"eClass":"EParameter"},{"id":888,"eClass":"EGenericType"},{"id":889,"eClass":"EGenericType"},{"id":890,"eClass":"EGenericType"},{"id":891,"eClass":"EGenericType"},{"id":892,"eClass":"EGenericType"},{"id":893,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"structural_feature","lowerBound":0,"id":894,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"defining_feature","lowerBound":0,"id":895,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":896,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"slot","changeable":true,"resolveProxies":true,"lowerBound":0,"id":897,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":898,"derived":false},{"id":899,"eClass":"EGenericType"},{"id":900,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":901,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":902,"many":false,"required":false,"eClass":"EParameter"},{"id":903,"eClass":"EGenericType"},{"id":904,"eClass":"EGenericType"},{"id":905,"eClass":"EGenericType"},{"id":906,"eClass":"EGenericType"},{"id":907,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":908,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":909,"many":false,"required":false,"eClass":"EParameter"},{"id":910,"eClass":"EGenericType"},{"id":911,"eClass":"EGenericType"},{"id":912,"eClass":"EGenericType"},{"id":913,"eClass":"EGenericType"},{"id":914,"eClass":"EGenericType"},{"id":915,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningInstance","changeable":true,"resolveProxies":true,"lowerBound":1,"id":916,"derived":false},{"id":917,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definingFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":918,"derived":false},{"container":false,"ordered":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":919,"derived":false},{"id":920,"eClass":"EGenericType"},{"id":921,"eClass":"EGenericType"},{"id":922,"eClass":"EGenericType"},{"id":923,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":924,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"lowerBound":0,"iD":false,"id":925,"derived":false},{"id":926,"eClass":"EGenericType"},{"id":927,"eClass":"EGenericType"},{"id":928,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"resolveProxies":true,"lowerBound":1,"id":929,"derived":false},{"id":930,"eClass":"EGenericType"},{"id":931,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":932,"derived":false},{"id":933,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"booleanValue","lowerBound":0,"id":934,"many":false,"required":false,"eClass":"EOperation"},{"id":935,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"isComputable","lowerBound":1,"id":936,"many":false,"required":true,"eClass":"EOperation"},{"id":937,"eClass":"EGenericType"},{"id":938,"eClass":"EGenericType"},{"id":939,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":940,"derived":false},{"id":941,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"integerValue","lowerBound":0,"id":942,"many":false,"required":false,"eClass":"EOperation"},{"id":943,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"isComputable","lowerBound":1,"id":944,"many":false,"required":true,"eClass":"EOperation"},{"id":945,"eClass":"EGenericType"},{"id":946,"eClass":"EGenericType"},{"id":947,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"isComputable","lowerBound":1,"id":948,"many":false,"required":true,"eClass":"EOperation"},{"id":949,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"isNull","lowerBound":1,"id":950,"many":false,"required":true,"eClass":"EOperation"},{"id":951,"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":952,"derived":false},{"id":953,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"isComputable","lowerBound":1,"id":954,"many":false,"required":true,"eClass":"EOperation"},{"id":955,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"realValue","lowerBound":0,"id":956,"many":false,"required":false,"eClass":"EOperation"},{"id":957,"eClass":"EGenericType"},{"id":958,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":959,"derived":false},{"id":960,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"isComputable","lowerBound":1,"id":961,"many":false,"required":true,"eClass":"EOperation"},{"id":962,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"stringValue","lowerBound":0,"id":963,"many":false,"required":false,"eClass":"EOperation"},{"id":964,"eClass":"EGenericType"},{"id":965,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":966,"derived":false},{"id":967,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"isComputable","lowerBound":1,"id":968,"many":false,"required":true,"eClass":"EOperation"},{"id":969,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"unlimitedValue","lowerBound":0,"id":970,"many":false,"required":false,"eClass":"EOperation"},{"id":971,"eClass":"EGenericType"},{"id":972,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"language_body_size","lowerBound":0,"id":973,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isIntegral","lowerBound":1,"id":974,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isNonNegative","lowerBound":1,"id":975,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isPositive","lowerBound":1,"id":976,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"value","lowerBound":1,"id":977,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":978,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":0,"iD":false,"id":979,"derived":false},{"id":980,"eClass":"EGenericType"},{"id":981,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":982,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":983,"many":false,"required":false,"eClass":"EParameter"},{"id":984,"eClass":"EGenericType"},{"id":985,"eClass":"EGenericType"},{"id":986,"eClass":"EGenericType"},{"id":987,"eClass":"EGenericType"},{"id":988,"eClass":"EGenericType"},{"id":989,"eClass":"EGenericType"},{"id":990,"eClass":"EGenericType"},{"id":991,"eClass":"EGenericType"},{"id":992,"eClass":"EGenericType"},{"id":993,"eClass":"EGenericType"},{"id":994,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"contextURI","lowerBound":1,"id":995,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"uri","lowerBound":1,"id":996,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"element","lowerBound":1,"id":997,"many":false,"required":true,"eClass":"EOperation"},{"id":998,"eClass":"EGenericType"},{"id":999,"eClass":"EGenericType"},{"id":1000,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"object","lowerBound":1,"id":1001,"many":false,"required":true,"eClass":"EParameter"},{"id":1002,"eClass":"EGenericType"},{"id":1003,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"uri","lowerBound":1,"id":1004,"many":false,"required":true,"eClass":"EParameter"},{"id":1005,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"useContainment","lowerBound":1,"id":1006,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"elements","lowerBound":1,"id":1007,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"elementsOfType","lowerBound":0,"id":1008,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"linksOfType","lowerBound":0,"id":1009,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"linkedElements","lowerBound":0,"id":1010,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"linkExists","lowerBound":1,"id":1011,"many":false,"required":true,"eClass":"EOperation"},{"id":1012,"eClass":"EGenericType"},{"id":1013,"eClass":"EGenericType"},{"id":1014,"eClass":"EGenericType"},{"id":1015,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"type","lowerBound":1,"id":1016,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"includesSubtypes","lowerBound":1,"id":1017,"many":false,"required":true,"eClass":"EParameter"},{"id":1018,"eClass":"EGenericType"},{"id":1019,"eClass":"EGenericType"},{"id":1020,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"type","lowerBound":1,"id":1021,"many":false,"required":true,"eClass":"EParameter"},{"id":1022,"eClass":"EGenericType"},{"id":1023,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"association","lowerBound":1,"id":1024,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"endElement","lowerBound":1,"id":1025,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"end1ToEnd2Direction","lowerBound":1,"id":1026,"many":false,"required":true,"eClass":"EParameter"},{"id":1027,"eClass":"EGenericType"},{"id":1028,"eClass":"EGenericType"},{"id":1029,"eClass":"EGenericType"},{"id":1030,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"association","lowerBound":1,"id":1031,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"firstElement","lowerBound":1,"id":1032,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"secondElement","lowerBound":1,"id":1033,"many":false,"required":true,"eClass":"EParameter"},{"id":1034,"eClass":"EGenericType"},{"id":1035,"eClass":"EGenericType"},{"id":1036,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"equals","lowerBound":1,"id":1037,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"delete","lowerBound":1,"id":1038,"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":"firstElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1039,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"secondElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1040,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"association","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1041,"derived":false},{"id":1042,"eClass":"EGenericType"},{"id":1043,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"otherLink","lowerBound":1,"id":1044,"many":false,"required":true,"eClass":"EParameter"},{"id":1045,"eClass":"EGenericType"},{"id":1046,"eClass":"EGenericType"},{"id":1047,"eClass":"EGenericType"},{"id":1048,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"createFromString","lowerBound":1,"id":1049,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"convertToString","lowerBound":1,"id":1050,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"create","lowerBound":1,"id":1051,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"createElement","lowerBound":1,"id":1052,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"createLink","lowerBound":1,"id":1053,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1054,"derived":false},{"id":1055,"eClass":"EGenericType"},{"id":1056,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"dataType","lowerBound":1,"id":1057,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"string","lowerBound":1,"id":1058,"many":false,"required":true,"eClass":"EParameter"},{"id":1059,"eClass":"EGenericType"},{"id":1060,"eClass":"EGenericType"},{"id":1061,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"dataType","lowerBound":1,"id":1062,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"object","lowerBound":1,"id":1063,"many":false,"required":true,"eClass":"EParameter"},{"id":1064,"eClass":"EGenericType"},{"id":1065,"eClass":"EGenericType"},{"id":1066,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"metaClass","lowerBound":1,"id":1067,"many":false,"required":true,"eClass":"EParameter"},{"id":1068,"eClass":"EGenericType"},{"id":1069,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"class","lowerBound":1,"id":1070,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":-1,"unique":true,"name":"arguments","lowerBound":0,"id":1071,"many":true,"required":false,"eClass":"EParameter"},{"id":1072,"eClass":"EGenericType"},{"id":1073,"eClass":"EGenericType"},{"id":1074,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"association","lowerBound":1,"id":1075,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"firstElement","lowerBound":1,"id":1076,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"secondElement","lowerBound":1,"id":1077,"many":false,"required":true,"eClass":"EParameter"},{"id":1078,"eClass":"EGenericType"},{"id":1079,"eClass":"EGenericType"},{"id":1080,"eClass":"EGenericType"},{"id":1081,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"objectInError","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1082,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elementInError","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1083,"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":1084,"derived":false},{"id":1085,"eClass":"EGenericType"},{"id":1086,"eClass":"EGenericType"},{"id":1087,"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":1088,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":1089,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1090,"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":"tagOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1091,"derived":false},{"id":1092,"eClass":"EGenericType"},{"id":1093,"eClass":"EGenericType"},{"id":1094,"eClass":"EGenericType"},{"id":1095,"eClass":"EGenericType"},{"id":1096,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":57},{"source":1,"target":58},{"source":1,"target":59},{"source":1,"target":60},{"source":1,"target":61},{"source":57,"target":1},{"source":57,"target":62},{"source":57,"target":63},{"source":62,"target":64},{"source":62,"target":57},{"source":63,"target":3},{"source":63,"target":65},{"source":63,"target":57},{"source":65,"target":3},{"source":58,"target":3},{"source":58,"target":66},{"source":58,"target":1},{"source":58,"target":67},{"source":66,"target":3},{"source":67,"target":68},{"source":67,"target":58},{"source":59,"target":3},{"source":59,"target":69},{"source":59,"target":1},{"source":59,"target":70},{"source":69,"target":3},{"source":70,"target":71},{"source":70,"target":59},{"source":60,"target":3},{"source":60,"target":72},{"source":60,"target":1},{"source":60,"target":73},{"source":60,"target":74},{"source":72,"target":3},{"source":73,"target":75},{"source":73,"target":60},{"source":74,"target":3},{"source":74,"target":76},{"source":74,"target":60},{"source":76,"target":3},{"source":61,"target":2},{"source":2,"target":0},{"source":2,"target":3},{"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":77,"target":83},{"source":77,"target":2},{"source":77,"target":84},{"source":84,"target":3},{"source":84,"target":85},{"source":84,"target":77},{"source":85,"target":3},{"source":78,"target":86},{"source":78,"target":2},{"source":78,"target":87},{"source":87,"target":2},{"source":87,"target":88},{"source":87,"target":78},{"source":88,"target":2},{"source":79,"target":2},{"source":80,"target":89},{"source":80,"target":2},{"source":80,"target":90},{"source":90,"target":3},{"source":90,"target":91},{"source":90,"target":80},{"source":91,"target":3},{"source":81,"target":92},{"source":81,"target":2},{"source":82,"target":3},{"source":3,"target":0},{"source":3,"target":93},{"source":3,"target":94},{"source":3,"target":95},{"source":3,"target":96},{"source":3,"target":97},{"source":3,"target":98},{"source":93,"target":3},{"source":93,"target":99},{"source":93,"target":3},{"source":93,"target":100},{"source":99,"target":3},{"source":100,"target":4},{"source":100,"target":101},{"source":100,"target":93},{"source":101,"target":4},{"source":94,"target":102},{"source":94,"target":3},{"source":94,"target":103},{"source":103,"target":3},{"source":103,"target":104},{"source":103,"target":94},{"source":104,"target":3},{"source":95,"target":3},{"source":95,"target":105},{"source":95,"target":106},{"source":105,"target":4},{"source":105,"target":107},{"source":105,"target":95},{"source":107,"target":4},{"source":106,"target":3},{"source":106,"target":108},{"source":106,"target":95},{"source":108,"target":3},{"source":96,"target":109},{"source":96,"target":3},{"source":96,"target":110},{"source":110,"target":4},{"source":110,"target":111},{"source":110,"target":96},{"source":111,"target":4},{"source":97,"target":3},{"source":97,"target":112},{"source":112,"target":4},{"source":112,"target":113},{"source":112,"target":97},{"source":113,"target":4},{"source":98,"target":3},{"source":98,"target":114},{"source":98,"target":3},{"source":98,"target":115},{"source":98,"target":116},{"source":114,"target":3},{"source":115,"target":27},{"source":115,"target":117},{"source":115,"target":98},{"source":117,"target":27},{"source":116,"target":35},{"source":116,"target":118},{"source":116,"target":98},{"source":118,"target":35},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":119},{"source":4,"target":120},{"source":4,"target":121},{"source":4,"target":122},{"source":4,"target":123},{"source":4,"target":124},{"source":4,"target":125},{"source":4,"target":126},{"source":4,"target":127},{"source":4,"target":128},{"source":4,"target":129},{"source":4,"target":130},{"source":4,"target":131},{"source":4,"target":132},{"source":4,"target":133},{"source":4,"target":134},{"source":4,"target":135},{"source":4,"target":136},{"source":4,"target":137},{"source":4,"target":138},{"source":4,"target":139},{"source":4,"target":140},{"source":4,"target":141},{"source":4,"target":142},{"source":4,"target":143},{"source":4,"target":144},{"source":4,"target":145},{"source":4,"target":146},{"source":147,"target":148},{"source":147,"target":149},{"source":149,"target":7},{"source":149,"target":150},{"source":149,"target":147},{"source":150,"target":7},{"source":151,"target":152},{"source":119,"target":153},{"source":119,"target":4},{"source":119,"target":154},{"source":119,"target":155},{"source":154,"target":156},{"source":154,"target":119},{"source":155,"target":157},{"source":155,"target":119},{"source":157,"target":158},{"source":157,"target":159},{"source":120,"target":160},{"source":120,"target":4},{"source":120,"target":161},{"source":120,"target":162},{"source":161,"target":163},{"source":161,"target":120},{"source":162,"target":164},{"source":162,"target":120},{"source":164,"target":165},{"source":164,"target":166},{"source":121,"target":167},{"source":121,"target":4},{"source":121,"target":168},{"source":121,"target":169},{"source":168,"target":170},{"source":168,"target":121},{"source":169,"target":171},{"source":169,"target":121},{"source":171,"target":172},{"source":171,"target":173},{"source":122,"target":174},{"source":122,"target":4},{"source":122,"target":175},{"source":122,"target":176},{"source":175,"target":177},{"source":175,"target":122},{"source":176,"target":178},{"source":176,"target":122},{"source":178,"target":179},{"source":178,"target":180},{"source":123,"target":181},{"source":123,"target":4},{"source":123,"target":182},{"source":123,"target":183},{"source":182,"target":184},{"source":182,"target":123},{"source":183,"target":185},{"source":183,"target":123},{"source":185,"target":186},{"source":185,"target":187},{"source":124,"target":188},{"source":124,"target":4},{"source":124,"target":189},{"source":124,"target":190},{"source":189,"target":191},{"source":189,"target":124},{"source":190,"target":192},{"source":190,"target":124},{"source":192,"target":193},{"source":192,"target":194},{"source":125,"target":195},{"source":125,"target":4},{"source":125,"target":196},{"source":125,"target":197},{"source":196,"target":198},{"source":196,"target":125},{"source":197,"target":199},{"source":197,"target":125},{"source":199,"target":200},{"source":199,"target":201},{"source":126,"target":202},{"source":126,"target":4},{"source":127,"target":203},{"source":127,"target":4},{"source":127,"target":204},{"source":204,"target":4},{"source":204,"target":205},{"source":204,"target":127},{"source":205,"target":4},{"source":128,"target":206},{"source":128,"target":4},{"source":129,"target":207},{"source":129,"target":4},{"source":130,"target":4},{"source":130,"target":208},{"source":130,"target":4},{"source":208,"target":4},{"source":131,"target":13},{"source":131,"target":209},{"source":131,"target":4},{"source":209,"target":13},{"source":132,"target":11},{"source":132,"target":210},{"source":132,"target":4},{"source":132,"target":211},{"source":210,"target":11},{"source":133,"target":32},{"source":133,"target":212},{"source":133,"target":4},{"source":133,"target":213},{"source":212,"target":32},{"source":134,"target":33},{"source":134,"target":214},{"source":134,"target":4},{"source":214,"target":33},{"source":135,"target":34},{"source":135,"target":215},{"source":135,"target":4},{"source":135,"target":216},{"source":215,"target":34},{"source":136,"target":34},{"source":136,"target":217},{"source":136,"target":4},{"source":136,"target":218},{"source":217,"target":34},{"source":137,"target":219},{"source":137,"target":4},{"source":138,"target":22},{"source":138,"target":220},{"source":138,"target":4},{"source":220,"target":22},{"source":139,"target":221},{"source":139,"target":4},{"source":140,"target":222},{"source":140,"target":4},{"source":141,"target":223},{"source":141,"target":4},{"source":142,"target":224},{"source":142,"target":4},{"source":143,"target":4},{"source":143,"target":225},{"source":143,"target":4},{"source":225,"target":4},{"source":144,"target":4},{"source":144,"target":226},{"source":144,"target":4},{"source":226,"target":4},{"source":145,"target":4},{"source":145,"target":227},{"source":145,"target":4},{"source":227,"target":4},{"source":146,"target":5},{"source":5,"target":0},{"source":5,"target":6},{"source":5,"target":30},{"source":5,"target":23},{"source":5,"target":228},{"source":5,"target":229},{"source":5,"target":230},{"source":5,"target":231},{"source":228,"target":232},{"source":228,"target":5},{"source":229,"target":6},{"source":230,"target":30},{"source":231,"target":23},{"source":6,"target":0},{"source":6,"target":7},{"source":6,"target":233},{"source":6,"target":234},{"source":6,"target":235},{"source":233,"target":12},{"source":233,"target":236},{"source":233,"target":6},{"source":233,"target":237},{"source":236,"target":12},{"source":234,"target":238},{"source":234,"target":6},{"source":235,"target":7},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":239},{"source":7,"target":240},{"source":7,"target":241},{"source":7,"target":242},{"source":7,"target":243},{"source":7,"target":244},{"source":7,"target":245},{"source":7,"target":246},{"source":7,"target":247},{"source":239,"target":248},{"source":239,"target":7},{"source":239,"target":249},{"source":239,"target":250},{"source":249,"target":251},{"source":249,"target":239},{"source":250,"target":252},{"source":250,"target":239},{"source":252,"target":253},{"source":252,"target":254},{"source":240,"target":255},{"source":240,"target":7},{"source":240,"target":256},{"source":240,"target":257},{"source":256,"target":258},{"source":256,"target":240},{"source":257,"target":259},{"source":257,"target":240},{"source":259,"target":260},{"source":259,"target":261},{"source":241,"target":262},{"source":241,"target":7},{"source":241,"target":263},{"source":241,"target":264},{"source":263,"target":265},{"source":263,"target":241},{"source":264,"target":266},{"source":264,"target":241},{"source":266,"target":267},{"source":266,"target":268},{"source":242,"target":269},{"source":242,"target":7},{"source":242,"target":270},{"source":270,"target":7},{"source":270,"target":271},{"source":270,"target":242},{"source":271,"target":7},{"source":243,"target":272},{"source":243,"target":7},{"source":243,"target":273},{"source":273,"target":7},{"source":273,"target":274},{"source":273,"target":243},{"source":274,"target":7},{"source":244,"target":275},{"source":244,"target":7},{"source":245,"target":7},{"source":245,"target":276},{"source":245,"target":7},{"source":276,"target":7},{"source":246,"target":12},{"source":246,"target":277},{"source":246,"target":7},{"source":277,"target":12},{"source":247,"target":8},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":278},{"source":8,"target":279},{"source":8,"target":280},{"source":8,"target":281},{"source":8,"target":282},{"source":8,"target":283},{"source":8,"target":284},{"source":8,"target":285},{"source":8,"target":286},{"source":8,"target":287},{"source":8,"target":288},{"source":8,"target":289},{"source":278,"target":290},{"source":278,"target":8},{"source":278,"target":291},{"source":278,"target":292},{"source":291,"target":293},{"source":291,"target":278},{"source":292,"target":294},{"source":292,"target":278},{"source":294,"target":295},{"source":294,"target":296},{"source":279,"target":297},{"source":279,"target":8},{"source":279,"target":298},{"source":279,"target":299},{"source":298,"target":300},{"source":298,"target":279},{"source":299,"target":301},{"source":299,"target":279},{"source":301,"target":302},{"source":301,"target":303},{"source":280,"target":304},{"source":280,"target":8},{"source":280,"target":305},{"source":280,"target":306},{"source":305,"target":307},{"source":305,"target":280},{"source":306,"target":308},{"source":306,"target":280},{"source":308,"target":309},{"source":308,"target":310},{"source":281,"target":17},{"source":281,"target":311},{"source":281,"target":8},{"source":311,"target":17},{"source":282,"target":312},{"source":282,"target":8},{"source":282,"target":313},{"source":282,"target":314},{"source":313,"target":8},{"source":313,"target":315},{"source":313,"target":282},{"source":315,"target":8},{"source":314,"target":17},{"source":314,"target":316},{"source":314,"target":282},{"source":316,"target":17},{"source":283,"target":317},{"source":283,"target":8},{"source":284,"target":318},{"source":284,"target":8},{"source":285,"target":17},{"source":285,"target":319},{"source":285,"target":8},{"source":285,"target":320},{"source":319,"target":17},{"source":286,"target":321},{"source":286,"target":8},{"source":287,"target":322},{"source":287,"target":8},{"source":288,"target":15},{"source":288,"target":323},{"source":288,"target":8},{"source":323,"target":15},{"source":289,"target":9},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":324},{"source":9,"target":325},{"source":9,"target":326},{"source":9,"target":327},{"source":9,"target":328},{"source":9,"target":329},{"source":9,"target":330},{"source":9,"target":331},{"source":9,"target":332},{"source":9,"target":333},{"source":9,"target":334},{"source":9,"target":335},{"source":9,"target":336},{"source":324,"target":337},{"source":324,"target":9},{"source":324,"target":338},{"source":324,"target":339},{"source":338,"target":340},{"source":338,"target":324},{"source":339,"target":341},{"source":339,"target":324},{"source":341,"target":342},{"source":341,"target":343},{"source":325,"target":344},{"source":325,"target":9},{"source":325,"target":345},{"source":325,"target":346},{"source":345,"target":347},{"source":345,"target":325},{"source":346,"target":348},{"source":346,"target":325},{"source":348,"target":349},{"source":348,"target":350},{"source":326,"target":9},{"source":326,"target":351},{"source":326,"target":9},{"source":351,"target":9},{"source":327,"target":352},{"source":327,"target":9},{"source":328,"target":11},{"source":328,"target":353},{"source":328,"target":9},{"source":353,"target":11},{"source":329,"target":9},{"source":329,"target":354},{"source":329,"target":9},{"source":354,"target":9},{"source":330,"target":355},{"source":330,"target":9},{"source":330,"target":356},{"source":330,"target":357},{"source":356,"target":11},{"source":356,"target":358},{"source":356,"target":330},{"source":358,"target":11},{"source":357,"target":359},{"source":357,"target":330},{"source":331,"target":9},{"source":332,"target":10},{"source":332,"target":360},{"source":332,"target":9},{"source":360,"target":10},{"source":333,"target":9},{"source":333,"target":361},{"source":333,"target":9},{"source":333,"target":334},{"source":361,"target":9},{"source":334,"target":9},{"source":334,"target":362},{"source":334,"target":9},{"source":334,"target":333},{"source":362,"target":9},{"source":335,"target":11},{"source":335,"target":363},{"source":335,"target":9},{"source":363,"target":11},{"source":336,"target":3},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":364},{"source":10,"target":365},{"source":10,"target":366},{"source":364,"target":9},{"source":364,"target":367},{"source":364,"target":10},{"source":367,"target":9},{"source":365,"target":368},{"source":365,"target":10},{"source":366,"target":9},{"source":11,"target":0},{"source":11,"target":12},{"source":11,"target":369},{"source":11,"target":370},{"source":11,"target":211},{"source":11,"target":371},{"source":11,"target":372},{"source":11,"target":373},{"source":374,"target":8},{"source":374,"target":375},{"source":374,"target":376},{"source":375,"target":8},{"source":376,"target":8},{"source":376,"target":377},{"source":376,"target":374},{"source":377,"target":8},{"source":378,"target":379},{"source":369,"target":11},{"source":369,"target":380},{"source":369,"target":11},{"source":380,"target":11},{"source":370,"target":12},{"source":370,"target":381},{"source":370,"target":11},{"source":381,"target":12},{"source":211,"target":4},{"source":211,"target":382},{"source":211,"target":11},{"source":211,"target":132},{"source":382,"target":4},{"source":371,"target":27},{"source":371,"target":383},{"source":371,"target":11},{"source":371,"target":384},{"source":383,"target":27},{"source":372,"target":11},{"source":372,"target":385},{"source":372,"target":11},{"source":385,"target":11},{"source":373,"target":12},{"source":12,"target":0},{"source":12,"target":17},{"source":12,"target":7},{"source":12,"target":13},{"source":12,"target":386},{"source":12,"target":387},{"source":12,"target":388},{"source":12,"target":389},{"source":12,"target":390},{"source":12,"target":391},{"source":12,"target":392},{"source":12,"target":393},{"source":12,"target":394},{"source":12,"target":395},{"source":12,"target":396},{"source":12,"target":397},{"source":12,"target":398},{"source":12,"target":399},{"source":12,"target":237},{"source":12,"target":400},{"source":12,"target":401},{"source":12,"target":402},{"source":12,"target":403},{"source":12,"target":404},{"source":12,"target":405},{"source":12,"target":406},{"source":12,"target":407},{"source":12,"target":408},{"source":386,"target":409},{"source":386,"target":12},{"source":386,"target":410},{"source":386,"target":411},{"source":410,"target":412},{"source":410,"target":386},{"source":411,"target":413},{"source":411,"target":386},{"source":413,"target":414},{"source":413,"target":415},{"source":387,"target":416},{"source":387,"target":12},{"source":387,"target":417},{"source":387,"target":418},{"source":417,"target":419},{"source":417,"target":387},{"source":418,"target":420},{"source":418,"target":387},{"source":420,"target":421},{"source":420,"target":422},{"source":388,"target":423},{"source":388,"target":12},{"source":388,"target":424},{"source":388,"target":425},{"source":424,"target":426},{"source":424,"target":388},{"source":425,"target":427},{"source":425,"target":388},{"source":427,"target":428},{"source":427,"target":429},{"source":389,"target":6},{"source":389,"target":430},{"source":389,"target":12},{"source":430,"target":6},{"source":390,"target":12},{"source":390,"target":431},{"source":390,"target":12},{"source":431,"target":12},{"source":391,"target":432},{"source":391,"target":12},{"source":391,"target":433},{"source":433,"target":12},{"source":433,"target":434},{"source":433,"target":391},{"source":434,"target":12},{"source":392,"target":12},{"source":392,"target":435},{"source":392,"target":12},{"source":435,"target":12},{"source":393,"target":436},{"source":393,"target":12},{"source":393,"target":437},{"source":437,"target":8},{"source":437,"target":438},{"source":437,"target":393},{"source":438,"target":8},{"source":394,"target":8},{"source":394,"target":439},{"source":394,"target":12},{"source":394,"target":440},{"source":439,"target":8},{"source":440,"target":8},{"source":440,"target":441},{"source":440,"target":394},{"source":441,"target":8},{"source":395,"target":8},{"source":395,"target":442},{"source":395,"target":12},{"source":395,"target":443},{"source":442,"target":8},{"source":443,"target":12},{"source":443,"target":444},{"source":443,"target":395},{"source":444,"target":12},{"source":396,"target":8},{"source":396,"target":445},{"source":396,"target":12},{"source":445,"target":8},{"source":397,"target":446},{"source":397,"target":12},{"source":397,"target":447},{"source":447,"target":12},{"source":447,"target":448},{"source":447,"target":397},{"source":448,"target":12},{"source":398,"target":12},{"source":398,"target":449},{"source":398,"target":12},{"source":449,"target":12},{"source":399,"target":4},{"source":399,"target":450},{"source":399,"target":12},{"source":450,"target":4},{"source":237,"target":6},{"source":237,"target":451},{"source":237,"target":12},{"source":237,"target":233},{"source":451,"target":6},{"source":400,"target":12},{"source":400,"target":452},{"source":400,"target":12},{"source":452,"target":12},{"source":401,"target":26},{"source":401,"target":453},{"source":401,"target":12},{"source":401,"target":454},{"source":453,"target":26},{"source":402,"target":8},{"source":402,"target":455},{"source":402,"target":12},{"source":455,"target":8},{"source":403,"target":456},{"source":403,"target":12},{"source":404,"target":457},{"source":404,"target":12},{"source":405,"target":12},{"source":405,"target":458},{"source":405,"target":12},{"source":458,"target":12},{"source":406,"target":17},{"source":407,"target":7},{"source":408,"target":13},{"source":13,"target":0},{"source":13,"target":14},{"source":13,"target":459},{"source":13,"target":460},{"source":13,"target":461},{"source":13,"target":462},{"source":459,"target":463},{"source":459,"target":13},{"source":459,"target":464},{"source":464,"target":13},{"source":464,"target":465},{"source":464,"target":459},{"source":465,"target":13},{"source":460,"target":466},{"source":460,"target":13},{"source":460,"target":467},{"source":467,"target":3},{"source":467,"target":468},{"source":467,"target":460},{"source":468,"target":3},{"source":461,"target":16},{"source":461,"target":469},{"source":461,"target":13},{"source":461,"target":470},{"source":469,"target":16},{"source":462,"target":14},{"source":14,"target":0},{"source":14,"target":8},{"source":14,"target":471},{"source":472,"target":15},{"source":472,"target":473},{"source":473,"target":15},{"source":471,"target":8},{"source":15,"target":0},{"source":15,"target":474},{"source":15,"target":475},{"source":15,"target":476},{"source":15,"target":477},{"source":474,"target":15},{"source":475,"target":15},{"source":476,"target":15},{"source":477,"target":15},{"source":16,"target":0},{"source":16,"target":17},{"source":16,"target":14},{"source":16,"target":478},{"source":16,"target":479},{"source":16,"target":480},{"source":16,"target":481},{"source":16,"target":482},{"source":16,"target":483},{"source":16,"target":484},{"source":16,"target":485},{"source":16,"target":486},{"source":16,"target":487},{"source":16,"target":470},{"source":16,"target":488},{"source":16,"target":489},{"source":490,"target":491},{"source":478,"target":492},{"source":478,"target":16},{"source":478,"target":493},{"source":478,"target":494},{"source":493,"target":495},{"source":493,"target":478},{"source":494,"target":496},{"source":494,"target":478},{"source":496,"target":497},{"source":496,"target":498},{"source":479,"target":499},{"source":479,"target":16},{"source":479,"target":500},{"source":500,"target":8},{"source":500,"target":501},{"source":500,"target":479},{"source":501,"target":8},{"source":480,"target":16},{"source":480,"target":502},{"source":480,"target":16},{"source":502,"target":16},{"source":481,"target":13},{"source":481,"target":503},{"source":481,"target":16},{"source":503,"target":13},{"source":482,"target":14},{"source":482,"target":504},{"source":482,"target":16},{"source":504,"target":14},{"source":483,"target":505},{"source":483,"target":16},{"source":484,"target":16},{"source":484,"target":506},{"source":484,"target":16},{"source":484,"target":485},{"source":506,"target":16},{"source":485,"target":16},{"source":485,"target":507},{"source":485,"target":16},{"source":485,"target":484},{"source":507,"target":16},{"source":486,"target":25},{"source":486,"target":508},{"source":486,"target":16},{"source":486,"target":509},{"source":508,"target":25},{"source":487,"target":14},{"source":487,"target":510},{"source":487,"target":16},{"source":510,"target":14},{"source":470,"target":13},{"source":470,"target":511},{"source":470,"target":16},{"source":470,"target":461},{"source":511,"target":13},{"source":488,"target":17},{"source":489,"target":14},{"source":17,"target":0},{"source":17,"target":8},{"source":17,"target":512},{"source":17,"target":513},{"source":17,"target":514},{"source":17,"target":515},{"source":17,"target":516},{"source":17,"target":517},{"source":17,"target":518},{"source":17,"target":519},{"source":17,"target":520},{"source":17,"target":320},{"source":17,"target":521},{"source":17,"target":522},{"source":17,"target":523},{"source":512,"target":524},{"source":512,"target":17},{"source":512,"target":525},{"source":512,"target":526},{"source":525,"target":527},{"source":525,"target":512},{"source":526,"target":528},{"source":526,"target":512},{"source":528,"target":529},{"source":528,"target":530},{"source":513,"target":14},{"source":513,"target":531},{"source":513,"target":17},{"source":513,"target":532},{"source":531,"target":14},{"source":532,"target":14},{"source":532,"target":533},{"source":532,"target":513},{"source":533,"target":14},{"source":514,"target":534},{"source":514,"target":17},{"source":514,"target":535},{"source":535,"target":8},{"source":535,"target":536},{"source":535,"target":514},{"source":536,"target":8},{"source":515,"target":14},{"source":515,"target":537},{"source":515,"target":17},{"source":515,"target":538},{"source":537,"target":14},{"source":538,"target":14},{"source":538,"target":539},{"source":538,"target":515},{"source":539,"target":14},{"source":516,"target":14},{"source":516,"target":540},{"source":516,"target":17},{"source":540,"target":14},{"source":517,"target":541},{"source":517,"target":17},{"source":518,"target":18},{"source":518,"target":542},{"source":518,"target":17},{"source":518,"target":543},{"source":542,"target":18},{"source":519,"target":14},{"source":519,"target":544},{"source":519,"target":17},{"source":544,"target":14},{"source":520,"target":8},{"source":520,"target":545},{"source":520,"target":17},{"source":545,"target":8},{"source":320,"target":8},{"source":320,"target":546},{"source":320,"target":17},{"source":320,"target":285},{"source":546,"target":8},{"source":521,"target":21},{"source":521,"target":547},{"source":521,"target":17},{"source":521,"target":548},{"source":547,"target":21},{"source":522,"target":24},{"source":522,"target":549},{"source":522,"target":17},{"source":522,"target":550},{"source":549,"target":24},{"source":523,"target":8},{"source":18,"target":0},{"source":18,"target":19},{"source":18,"target":551},{"source":18,"target":552},{"source":18,"target":553},{"source":18,"target":554},{"source":18,"target":555},{"source":18,"target":556},{"source":18,"target":543},{"source":18,"target":557},{"source":551,"target":558},{"source":551,"target":18},{"source":551,"target":559},{"source":551,"target":560},{"source":559,"target":561},{"source":559,"target":551},{"source":560,"target":562},{"source":560,"target":551},{"source":562,"target":563},{"source":562,"target":564},{"source":552,"target":565},{"source":552,"target":18},{"source":552,"target":566},{"source":552,"target":567},{"source":566,"target":568},{"source":566,"target":552},{"source":567,"target":569},{"source":567,"target":552},{"source":569,"target":570},{"source":569,"target":571},{"source":553,"target":572},{"source":553,"target":18},{"source":554,"target":573},{"source":554,"target":18},{"source":555,"target":14},{"source":555,"target":574},{"source":555,"target":18},{"source":574,"target":14},{"source":556,"target":15},{"source":556,"target":575},{"source":556,"target":18},{"source":575,"target":15},{"source":543,"target":17},{"source":543,"target":576},{"source":543,"target":18},{"source":543,"target":518},{"source":576,"target":17},{"source":557,"target":19},{"source":19,"target":0},{"source":19,"target":20},{"source":19,"target":577},{"source":19,"target":578},{"source":19,"target":579},{"source":577,"target":9},{"source":577,"target":580},{"source":577,"target":19},{"source":580,"target":9},{"source":578,"target":9},{"source":578,"target":581},{"source":578,"target":19},{"source":581,"target":9},{"source":579,"target":20},{"source":20,"target":0},{"source":20,"target":9},{"source":20,"target":582},{"source":20,"target":583},{"source":582,"target":9},{"source":582,"target":584},{"source":582,"target":20},{"source":584,"target":9},{"source":583,"target":9},{"source":21,"target":0},{"source":21,"target":14},{"source":21,"target":585},{"source":21,"target":586},{"source":21,"target":587},{"source":21,"target":588},{"source":21,"target":589},{"source":21,"target":590},{"source":21,"target":548},{"source":21,"target":591},{"source":585,"target":592},{"source":585,"target":21},{"source":585,"target":593},{"source":585,"target":594},{"source":593,"target":595},{"source":593,"target":585},{"source":594,"target":596},{"source":594,"target":585},{"source":596,"target":597},{"source":596,"target":598},{"source":586,"target":599},{"source":586,"target":21},{"source":586,"target":600},{"source":586,"target":601},{"source":600,"target":602},{"source":600,"target":586},{"source":601,"target":603},{"source":601,"target":586},{"source":603,"target":604},{"source":603,"target":605},{"source":587,"target":606},{"source":587,"target":21},{"source":587,"target":607},{"source":587,"target":608},{"source":607,"target":609},{"source":607,"target":587},{"source":608,"target":610},{"source":608,"target":587},{"source":610,"target":611},{"source":610,"target":612},{"source":588,"target":613},{"source":588,"target":21},{"source":588,"target":614},{"source":588,"target":615},{"source":614,"target":616},{"source":614,"target":588},{"source":615,"target":617},{"source":615,"target":588},{"source":617,"target":618},{"source":617,"target":619},{"source":589,"target":9},{"source":589,"target":620},{"source":589,"target":21},{"source":620,"target":9},{"source":590,"target":22},{"source":590,"target":621},{"source":590,"target":21},{"source":621,"target":22},{"source":548,"target":17},{"source":548,"target":622},{"source":548,"target":21},{"source":548,"target":521},{"source":622,"target":17},{"source":591,"target":14},{"source":22,"target":0},{"source":22,"target":23},{"source":22,"target":14},{"source":22,"target":623},{"source":22,"target":624},{"source":22,"target":625},{"source":22,"target":626},{"source":22,"target":627},{"source":22,"target":628},{"source":22,"target":629},{"source":22,"target":630},{"source":22,"target":631},{"source":623,"target":632},{"source":623,"target":22},{"source":624,"target":633},{"source":624,"target":22},{"source":625,"target":634},{"source":625,"target":22},{"source":626,"target":635},{"source":626,"target":22},{"source":627,"target":636},{"source":627,"target":22},{"source":628,"target":637},{"source":628,"target":22},{"source":629,"target":638},{"source":629,"target":22},{"source":630,"target":23},{"source":631,"target":14},{"source":23,"target":0},{"source":23,"target":8},{"source":23,"target":639},{"source":23,"target":640},{"source":639,"target":13},{"source":639,"target":641},{"source":639,"target":23},{"source":641,"target":13},{"source":640,"target":8},{"source":24,"target":0},{"source":24,"target":19},{"source":24,"target":642},{"source":24,"target":643},{"source":24,"target":644},{"source":24,"target":550},{"source":24,"target":645},{"source":642,"target":646},{"source":642,"target":24},{"source":642,"target":647},{"source":642,"target":648},{"source":647,"target":649},{"source":647,"target":642},{"source":648,"target":650},{"source":648,"target":642},{"source":650,"target":651},{"source":650,"target":652},{"source":643,"target":16},{"source":643,"target":653},{"source":643,"target":24},{"source":653,"target":16},{"source":644,"target":15},{"source":644,"target":654},{"source":644,"target":24},{"source":654,"target":15},{"source":550,"target":17},{"source":550,"target":655},{"source":550,"target":24},{"source":550,"target":522},{"source":655,"target":17},{"source":645,"target":19},{"source":25,"target":0},{"source":25,"target":19},{"source":25,"target":656},{"source":25,"target":509},{"source":25,"target":657},{"source":656,"target":16},{"source":656,"target":658},{"source":656,"target":25},{"source":658,"target":16},{"source":509,"target":16},{"source":509,"target":659},{"source":509,"target":25},{"source":509,"target":486},{"source":659,"target":16},{"source":657,"target":19},{"source":26,"target":0},{"source":26,"target":19},{"source":26,"target":660},{"source":26,"target":661},{"source":26,"target":454},{"source":26,"target":662},{"source":660,"target":12},{"source":660,"target":663},{"source":660,"target":26},{"source":663,"target":12},{"source":661,"target":664},{"source":661,"target":26},{"source":454,"target":12},{"source":454,"target":665},{"source":454,"target":26},{"source":454,"target":401},{"source":665,"target":12},{"source":662,"target":19},{"source":27,"target":0},{"source":27,"target":28},{"source":27,"target":666},{"source":27,"target":667},{"source":27,"target":668},{"source":27,"target":669},{"source":27,"target":670},{"source":27,"target":671},{"source":27,"target":672},{"source":27,"target":673},{"source":27,"target":674},{"source":27,"target":675},{"source":27,"target":676},{"source":27,"target":677},{"source":27,"target":678},{"source":27,"target":679},{"source":27,"target":680},{"source":27,"target":681},{"source":27,"target":682},{"source":27,"target":683},{"source":27,"target":684},{"source":27,"target":384},{"source":27,"target":685},{"source":686,"target":687},{"source":686,"target":688},{"source":688,"target":7},{"source":688,"target":689},{"source":688,"target":686},{"source":689,"target":7},{"source":690,"target":29},{"source":690,"target":691},{"source":690,"target":692},{"source":691,"target":29},{"source":693,"target":13},{"source":693,"target":694},{"source":694,"target":13},{"source":666,"target":695},{"source":666,"target":27},{"source":666,"target":696},{"source":666,"target":697},{"source":696,"target":698},{"source":696,"target":666},{"source":697,"target":699},{"source":697,"target":666},{"source":699,"target":700},{"source":699,"target":701},{"source":667,"target":702},{"source":667,"target":27},{"source":667,"target":703},{"source":667,"target":704},{"source":703,"target":705},{"source":703,"target":667},{"source":704,"target":706},{"source":704,"target":667},{"source":706,"target":707},{"source":706,"target":708},{"source":668,"target":709},{"source":668,"target":27},{"source":669,"target":710},{"source":669,"target":27},{"source":670,"target":711},{"source":670,"target":27},{"source":671,"target":29},{"source":671,"target":712},{"source":671,"target":27},{"source":712,"target":29},{"source":672,"target":13},{"source":672,"target":713},{"source":672,"target":27},{"source":713,"target":13},{"source":673,"target":714},{"source":673,"target":27},{"source":674,"target":21},{"source":674,"target":715},{"source":674,"target":27},{"source":715,"target":21},{"source":675,"target":32},{"source":675,"target":716},{"source":675,"target":27},{"source":675,"target":717},{"source":716,"target":32},{"source":676,"target":718},{"source":676,"target":27},{"source":677,"target":719},{"source":677,"target":27},{"source":678,"target":720},{"source":678,"target":27},{"source":679,"target":721},{"source":679,"target":27},{"source":680,"target":21},{"source":680,"target":722},{"source":680,"target":27},{"source":722,"target":21},{"source":681,"target":21},{"source":681,"target":723},{"source":681,"target":27},{"source":723,"target":21},{"source":682,"target":27},{"source":682,"target":724},{"source":682,"target":27},{"source":724,"target":27},{"source":683,"target":13},{"source":683,"target":725},{"source":683,"target":27},{"source":725,"target":13},{"source":684,"target":726},{"source":684,"target":27},{"source":384,"target":11},{"source":384,"target":727},{"source":384,"target":27},{"source":384,"target":371},{"source":727,"target":11},{"source":685,"target":28},{"source":28,"target":0},{"source":28,"target":17},{"source":28,"target":6},{"source":28,"target":728},{"source":28,"target":729},{"source":28,"target":730},{"source":28,"target":731},{"source":732,"target":733},{"source":732,"target":734},{"source":732,"target":735},{"source":734,"target":8},{"source":734,"target":736},{"source":734,"target":732},{"source":736,"target":8},{"source":735,"target":17},{"source":735,"target":737},{"source":735,"target":732},{"source":737,"target":17},{"source":728,"target":29},{"source":728,"target":738},{"source":728,"target":28},{"source":738,"target":29},{"source":729,"target":13},{"source":729,"target":739},{"source":729,"target":28},{"source":739,"target":13},{"source":730,"target":17},{"source":731,"target":6},{"source":29,"target":0},{"source":29,"target":30},{"source":29,"target":23},{"source":29,"target":740},{"source":29,"target":741},{"source":29,"target":742},{"source":29,"target":743},{"source":29,"target":692},{"source":29,"target":744},{"source":29,"target":745},{"source":740,"target":746},{"source":740,"target":29},{"source":741,"target":747},{"source":741,"target":29},{"source":742,"target":22},{"source":742,"target":748},{"source":742,"target":29},{"source":748,"target":22},{"source":743,"target":31},{"source":743,"target":749},{"source":743,"target":29},{"source":749,"target":31},{"source":692,"target":27},{"source":692,"target":750},{"source":692,"target":29},{"source":750,"target":27},{"source":744,"target":30},{"source":745,"target":23},{"source":30,"target":0},{"source":30,"target":9},{"source":30,"target":751},{"source":30,"target":752},{"source":30,"target":753},{"source":30,"target":754},{"source":30,"target":755},{"source":30,"target":756},{"source":30,"target":757},{"source":30,"target":758},{"source":30,"target":759},{"source":30,"target":760},{"source":30,"target":761},{"source":30,"target":762},{"source":30,"target":763},{"source":30,"target":764},{"source":30,"target":765},{"source":30,"target":766},{"source":30,"target":767},{"source":30,"target":768},{"source":751,"target":769},{"source":751,"target":30},{"source":751,"target":770},{"source":751,"target":771},{"source":770,"target":772},{"source":770,"target":751},{"source":771,"target":773},{"source":771,"target":751},{"source":773,"target":774},{"source":773,"target":775},{"source":752,"target":776},{"source":752,"target":30},{"source":752,"target":777},{"source":752,"target":778},{"source":777,"target":779},{"source":777,"target":752},{"source":778,"target":780},{"source":778,"target":752},{"source":780,"target":781},{"source":780,"target":782},{"source":753,"target":783},{"source":753,"target":30},{"source":753,"target":784},{"source":753,"target":785},{"source":784,"target":786},{"source":784,"target":753},{"source":785,"target":787},{"source":785,"target":753},{"source":787,"target":788},{"source":787,"target":789},{"source":754,"target":790},{"source":754,"target":30},{"source":754,"target":791},{"source":754,"target":792},{"source":791,"target":793},{"source":791,"target":754},{"source":792,"target":794},{"source":792,"target":754},{"source":794,"target":795},{"source":794,"target":796},{"source":755,"target":797},{"source":755,"target":30},{"source":755,"target":798},{"source":798,"target":799},{"source":798,"target":755},{"source":756,"target":800},{"source":756,"target":30},{"source":756,"target":801},{"source":801,"target":30},{"source":801,"target":802},{"source":801,"target":756},{"source":802,"target":30},{"source":757,"target":803},{"source":757,"target":30},{"source":758,"target":804},{"source":758,"target":30},{"source":759,"target":805},{"source":759,"target":30},{"source":760,"target":806},{"source":760,"target":30},{"source":761,"target":807},{"source":761,"target":30},{"source":762,"target":808},{"source":762,"target":30},{"source":763,"target":809},{"source":763,"target":30},{"source":764,"target":810},{"source":764,"target":30},{"source":765,"target":22},{"source":765,"target":811},{"source":765,"target":30},{"source":811,"target":22},{"source":766,"target":812},{"source":766,"target":30},{"source":767,"target":22},{"source":767,"target":813},{"source":767,"target":30},{"source":813,"target":22},{"source":768,"target":9},{"source":31,"target":0},{"source":31,"target":814},{"source":31,"target":815},{"source":31,"target":816},{"source":31,"target":817},{"source":814,"target":31},{"source":815,"target":31},{"source":816,"target":31},{"source":817,"target":31},{"source":32,"target":0},{"source":32,"target":12},{"source":32,"target":213},{"source":32,"target":717},{"source":32,"target":818},{"source":819,"target":8},{"source":819,"target":820},{"source":819,"target":821},{"source":820,"target":8},{"source":821,"target":8},{"source":821,"target":822},{"source":821,"target":819},{"source":822,"target":8},{"source":213,"target":4},{"source":213,"target":823},{"source":213,"target":32},{"source":213,"target":133},{"source":823,"target":4},{"source":717,"target":27},{"source":717,"target":824},{"source":717,"target":32},{"source":717,"target":675},{"source":824,"target":27},{"source":818,"target":12},{"source":33,"target":0},{"source":33,"target":825},{"source":33,"target":826},{"source":33,"target":827},{"source":825,"target":33},{"source":826,"target":33},{"source":827,"target":33},{"source":34,"target":0},{"source":34,"target":12},{"source":34,"target":20},{"source":34,"target":828},{"source":34,"target":829},{"source":34,"target":830},{"source":34,"target":831},{"source":34,"target":832},{"source":34,"target":833},{"source":34,"target":834},{"source":34,"target":835},{"source":34,"target":218},{"source":34,"target":216},{"source":34,"target":836},{"source":34,"target":837},{"source":828,"target":838},{"source":828,"target":34},{"source":828,"target":839},{"source":828,"target":840},{"source":839,"target":841},{"source":839,"target":828},{"source":840,"target":842},{"source":840,"target":828},{"source":842,"target":843},{"source":842,"target":844},{"source":829,"target":845},{"source":829,"target":34},{"source":829,"target":846},{"source":829,"target":847},{"source":846,"target":848},{"source":846,"target":829},{"source":847,"target":849},{"source":847,"target":829},{"source":849,"target":850},{"source":849,"target":851},{"source":830,"target":852},{"source":830,"target":34},{"source":830,"target":853},{"source":830,"target":854},{"source":853,"target":855},{"source":853,"target":830},{"source":854,"target":856},{"source":854,"target":830},{"source":856,"target":857},{"source":856,"target":858},{"source":831,"target":859},{"source":831,"target":34},{"source":831,"target":860},{"source":831,"target":861},{"source":860,"target":862},{"source":860,"target":831},{"source":861,"target":863},{"source":861,"target":831},{"source":863,"target":864},{"source":863,"target":865},{"source":832,"target":13},{"source":832,"target":866},{"source":832,"target":34},{"source":866,"target":13},{"source":833,"target":13},{"source":833,"target":867},{"source":833,"target":34},{"source":867,"target":13},{"source":834,"target":868},{"source":834,"target":34},{"source":835,"target":4},{"source":835,"target":869},{"source":835,"target":34},{"source":869,"target":4},{"source":218,"target":4},{"source":218,"target":870},{"source":218,"target":34},{"source":218,"target":136},{"source":870,"target":4},{"source":216,"target":4},{"source":216,"target":871},{"source":216,"target":34},{"source":216,"target":135},{"source":871,"target":4},{"source":836,"target":12},{"source":837,"target":20},{"source":35,"target":0},{"source":35,"target":872},{"source":35,"target":873},{"source":872,"target":874},{"source":872,"target":35},{"source":873,"target":3},{"source":873,"target":875},{"source":873,"target":35},{"source":875,"target":3},{"source":36,"target":0},{"source":36,"target":32},{"source":36,"target":876},{"source":36,"target":877},{"source":876,"target":37},{"source":876,"target":878},{"source":876,"target":36},{"source":876,"target":879},{"source":878,"target":37},{"source":877,"target":32},{"source":37,"target":0},{"source":37,"target":38},{"source":37,"target":880},{"source":37,"target":881},{"source":37,"target":879},{"source":37,"target":882},{"source":883,"target":36},{"source":883,"target":884},{"source":884,"target":36},{"source":880,"target":885},{"source":880,"target":37},{"source":880,"target":886},{"source":880,"target":887},{"source":886,"target":888},{"source":886,"target":880},{"source":887,"target":889},{"source":887,"target":880},{"source":889,"target":890},{"source":889,"target":891},{"source":881,"target":36},{"source":881,"target":892},{"source":881,"target":37},{"source":892,"target":36},{"source":879,"target":36},{"source":879,"target":893},{"source":879,"target":37},{"source":879,"target":876},{"source":893,"target":36},{"source":882,"target":38},{"source":38,"target":0},{"source":38,"target":14},{"source":38,"target":894},{"source":38,"target":895},{"source":38,"target":896},{"source":38,"target":897},{"source":38,"target":898},{"source":38,"target":899},{"source":894,"target":900},{"source":894,"target":38},{"source":894,"target":901},{"source":894,"target":902},{"source":901,"target":903},{"source":901,"target":894},{"source":902,"target":904},{"source":902,"target":894},{"source":904,"target":905},{"source":904,"target":906},{"source":895,"target":907},{"source":895,"target":38},{"source":895,"target":908},{"source":895,"target":909},{"source":908,"target":910},{"source":908,"target":895},{"source":909,"target":911},{"source":909,"target":895},{"source":911,"target":912},{"source":911,"target":913},{"source":896,"target":12},{"source":896,"target":914},{"source":896,"target":38},{"source":914,"target":12},{"source":897,"target":39},{"source":897,"target":915},{"source":897,"target":38},{"source":897,"target":916},{"source":915,"target":39},{"source":898,"target":22},{"source":898,"target":917},{"source":898,"target":38},{"source":917,"target":22},{"source":899,"target":14},{"source":39,"target":0},{"source":39,"target":9},{"source":39,"target":918},{"source":39,"target":919},{"source":39,"target":916},{"source":39,"target":920},{"source":918,"target":5},{"source":918,"target":921},{"source":918,"target":39},{"source":921,"target":5},{"source":919,"target":22},{"source":919,"target":922},{"source":919,"target":39},{"source":922,"target":22},{"source":916,"target":38},{"source":916,"target":923},{"source":916,"target":39},{"source":916,"target":897},{"source":923,"target":38},{"source":920,"target":9},{"source":40,"target":0},{"source":40,"target":22},{"source":40,"target":924},{"source":40,"target":925},{"source":40,"target":926},{"source":924,"target":22},{"source":924,"target":927},{"source":924,"target":40},{"source":927,"target":22},{"source":925,"target":928},{"source":925,"target":40},{"source":926,"target":22},{"source":41,"target":0},{"source":41,"target":22},{"source":41,"target":929},{"source":41,"target":930},{"source":929,"target":38},{"source":929,"target":931},{"source":929,"target":41},{"source":931,"target":38},{"source":930,"target":22},{"source":42,"target":0},{"source":42,"target":43},{"source":42,"target":932},{"source":42,"target":933},{"source":934,"target":935},{"source":936,"target":937},{"source":932,"target":938},{"source":932,"target":42},{"source":933,"target":43},{"source":43,"target":0},{"source":43,"target":22},{"source":43,"target":939},{"source":939,"target":22},{"source":44,"target":0},{"source":44,"target":43},{"source":44,"target":940},{"source":44,"target":941},{"source":942,"target":943},{"source":944,"target":945},{"source":940,"target":946},{"source":940,"target":44},{"source":941,"target":43},{"source":45,"target":0},{"source":45,"target":43},{"source":45,"target":947},{"source":948,"target":949},{"source":950,"target":951},{"source":947,"target":43},{"source":46,"target":0},{"source":46,"target":43},{"source":46,"target":952},{"source":46,"target":953},{"source":954,"target":955},{"source":956,"target":957},{"source":952,"target":958},{"source":952,"target":46},{"source":953,"target":43},{"source":47,"target":0},{"source":47,"target":43},{"source":47,"target":959},{"source":47,"target":960},{"source":961,"target":962},{"source":963,"target":964},{"source":959,"target":965},{"source":959,"target":47},{"source":960,"target":43},{"source":48,"target":0},{"source":48,"target":43},{"source":48,"target":966},{"source":48,"target":967},{"source":968,"target":969},{"source":970,"target":971},{"source":966,"target":972},{"source":966,"target":48},{"source":967,"target":43},{"source":49,"target":0},{"source":49,"target":22},{"source":49,"target":973},{"source":49,"target":974},{"source":49,"target":975},{"source":49,"target":976},{"source":49,"target":977},{"source":49,"target":978},{"source":49,"target":979},{"source":49,"target":980},{"source":973,"target":981},{"source":973,"target":49},{"source":973,"target":982},{"source":973,"target":983},{"source":982,"target":984},{"source":982,"target":973},{"source":983,"target":985},{"source":983,"target":973},{"source":985,"target":986},{"source":985,"target":987},{"source":974,"target":988},{"source":974,"target":49},{"source":975,"target":989},{"source":975,"target":49},{"source":976,"target":990},{"source":976,"target":49},{"source":977,"target":991},{"source":977,"target":49},{"source":978,"target":992},{"source":978,"target":49},{"source":979,"target":993},{"source":979,"target":49},{"source":980,"target":22},{"source":50,"target":0},{"source":50,"target":32},{"source":50,"target":994},{"source":994,"target":32},{"source":51,"target":0},{"source":51,"target":52},{"source":51,"target":995},{"source":51,"target":996},{"source":51,"target":997},{"source":51,"target":998},{"source":995,"target":999},{"source":995,"target":51},{"source":996,"target":1000},{"source":996,"target":51},{"source":996,"target":1001},{"source":1001,"target":9},{"source":1001,"target":1002},{"source":1001,"target":996},{"source":1002,"target":9},{"source":997,"target":9},{"source":997,"target":1003},{"source":997,"target":51},{"source":997,"target":1004},{"source":1003,"target":9},{"source":1004,"target":1005},{"source":1004,"target":997},{"source":998,"target":52},{"source":52,"target":0},{"source":52,"target":3},{"source":52,"target":1006},{"source":52,"target":1007},{"source":52,"target":1008},{"source":52,"target":1009},{"source":52,"target":1010},{"source":52,"target":1011},{"source":52,"target":1012},{"source":1006,"target":1013},{"source":1006,"target":52},{"source":1007,"target":1},{"source":1007,"target":1014},{"source":1007,"target":52},{"source":1014,"target":1},{"source":1008,"target":9},{"source":1008,"target":1015},{"source":1008,"target":52},{"source":1008,"target":1016},{"source":1008,"target":1017},{"source":1015,"target":9},{"source":1016,"target":11},{"source":1016,"target":1018},{"source":1016,"target":1008},{"source":1018,"target":11},{"source":1017,"target":1019},{"source":1017,"target":1008},{"source":1009,"target":53},{"source":1009,"target":1020},{"source":1009,"target":52},{"source":1009,"target":1021},{"source":1020,"target":53},{"source":1021,"target":34},{"source":1021,"target":1022},{"source":1021,"target":1009},{"source":1022,"target":34},{"source":1010,"target":9},{"source":1010,"target":1023},{"source":1010,"target":52},{"source":1010,"target":1024},{"source":1010,"target":1025},{"source":1010,"target":1026},{"source":1023,"target":9},{"source":1024,"target":34},{"source":1024,"target":1027},{"source":1024,"target":1010},{"source":1027,"target":34},{"source":1025,"target":9},{"source":1025,"target":1028},{"source":1025,"target":1010},{"source":1028,"target":9},{"source":1026,"target":1029},{"source":1026,"target":1010},{"source":1011,"target":1030},{"source":1011,"target":52},{"source":1011,"target":1031},{"source":1011,"target":1032},{"source":1011,"target":1033},{"source":1031,"target":34},{"source":1031,"target":1034},{"source":1031,"target":1011},{"source":1034,"target":34},{"source":1032,"target":9},{"source":1032,"target":1035},{"source":1032,"target":1011},{"source":1035,"target":9},{"source":1033,"target":9},{"source":1033,"target":1036},{"source":1033,"target":1011},{"source":1036,"target":9},{"source":1012,"target":3},{"source":53,"target":0},{"source":53,"target":3},{"source":53,"target":1037},{"source":53,"target":1038},{"source":53,"target":1039},{"source":53,"target":1040},{"source":53,"target":1041},{"source":53,"target":1042},{"source":1037,"target":1043},{"source":1037,"target":53},{"source":1037,"target":1044},{"source":1044,"target":53},{"source":1044,"target":1045},{"source":1044,"target":1037},{"source":1045,"target":53},{"source":1038,"target":53},{"source":1039,"target":9},{"source":1039,"target":1046},{"source":1039,"target":53},{"source":1046,"target":9},{"source":1040,"target":9},{"source":1040,"target":1047},{"source":1040,"target":53},{"source":1047,"target":9},{"source":1041,"target":34},{"source":1041,"target":1048},{"source":1041,"target":53},{"source":1048,"target":34},{"source":1042,"target":3},{"source":54,"target":0},{"source":54,"target":9},{"source":54,"target":1049},{"source":54,"target":1050},{"source":54,"target":1051},{"source":54,"target":1052},{"source":54,"target":1053},{"source":54,"target":1054},{"source":54,"target":1055},{"source":1049,"target":3},{"source":1049,"target":1056},{"source":1049,"target":54},{"source":1049,"target":1057},{"source":1049,"target":1058},{"source":1056,"target":3},{"source":1057,"target":32},{"source":1057,"target":1059},{"source":1057,"target":1049},{"source":1059,"target":32},{"source":1058,"target":1060},{"source":1058,"target":1049},{"source":1050,"target":1061},{"source":1050,"target":54},{"source":1050,"target":1062},{"source":1050,"target":1063},{"source":1062,"target":32},{"source":1062,"target":1064},{"source":1062,"target":1050},{"source":1064,"target":32},{"source":1063,"target":3},{"source":1063,"target":1065},{"source":1063,"target":1050},{"source":1065,"target":3},{"source":1051,"target":9},{"source":1051,"target":1066},{"source":1051,"target":54},{"source":1051,"target":1067},{"source":1066,"target":9},{"source":1067,"target":11},{"source":1067,"target":1068},{"source":1067,"target":1051},{"source":1068,"target":11},{"source":1052,"target":9},{"source":1052,"target":1069},{"source":1052,"target":54},{"source":1052,"target":1070},{"source":1052,"target":1071},{"source":1069,"target":9},{"source":1070,"target":11},{"source":1070,"target":1072},{"source":1070,"target":1052},{"source":1072,"target":11},{"source":1071,"target":35},{"source":1071,"target":1073},{"source":1071,"target":1052},{"source":1073,"target":35},{"source":1053,"target":53},{"source":1053,"target":1074},{"source":1053,"target":54},{"source":1053,"target":1075},{"source":1053,"target":1076},{"source":1053,"target":1077},{"source":1074,"target":53},{"source":1075,"target":34},{"source":1075,"target":1078},{"source":1075,"target":1053},{"source":1078,"target":34},{"source":1076,"target":9},{"source":1076,"target":1079},{"source":1076,"target":1053},{"source":1079,"target":9},{"source":1077,"target":9},{"source":1077,"target":1080},{"source":1077,"target":1053},{"source":1080,"target":9},{"source":1054,"target":16},{"source":1054,"target":1081},{"source":1054,"target":54},{"source":1081,"target":16},{"source":1055,"target":9},{"source":55,"target":0},{"source":55,"target":1082},{"source":55,"target":1083},{"source":55,"target":1084},{"source":1082,"target":9},{"source":1082,"target":1085},{"source":1082,"target":55},{"source":1085,"target":9},{"source":1083,"target":9},{"source":1083,"target":1086},{"source":1083,"target":55},{"source":1086,"target":9},{"source":1084,"target":1087},{"source":1084,"target":55},{"source":56,"target":0},{"source":56,"target":9},{"source":56,"target":1088},{"source":56,"target":1089},{"source":56,"target":1090},{"source":56,"target":1091},{"source":56,"target":1092},{"source":1088,"target":1093},{"source":1088,"target":56},{"source":1089,"target":1094},{"source":1089,"target":56},{"source":1090,"target":9},{"source":1090,"target":1095},{"source":1090,"target":56},{"source":1095,"target":9},{"source":1091,"target":9},{"source":1091,"target":1096},{"source":1091,"target":56},{"source":1096,"target":9},{"source":1092,"target":9}],"multigraph":true}
ecore
class-diagram
repo-ecore-all/data/qvt/qvtr2coq/edu.kit.ipd.sdq.mdsd.uml2rdbms/mediniQVT/IKV Version/SimpleUML.ecore
SimpleUML UmlAssociation umlDestination umlSource UmlAttribute umlOwner umlType UmlClass umlForward umlReverse umlAttribute umlGeneral umlSpecific UmlClassifier umlAttribute1 UmlModelElement umlName umlKind id UmlPackage umlOwnedElement UmlPackageElement umlNamespace UmlPrimitiveDataType
<?xml version="1.0" encoding="ISO-8859-1"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="SimpleUML" nsURI="urn:SimpleUML.ecore" nsPrefix="SimpleUML"> <eClassifiers xsi:type="ecore:EClass" name="UmlAssociation" eSuperTypes="#//UmlPackageElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="umlDestination" lowerBound="1" eType="#//UmlClass" eOpposite="#//UmlClass/umlForward"/> <eStructuralFeatures xsi:type="ecore:EReference" name="umlSource" lowerBound="1" eType="#//UmlClass" eOpposite="#//UmlClass/umlReverse"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UmlAttribute" eSuperTypes="#//UmlModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="umlOwner" eType="#//UmlClass" eOpposite="#//UmlClass/umlAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="umlType" eType="#//UmlClassifier" eOpposite="#//UmlClassifier/umlAttribute1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UmlClass" eSuperTypes="#//UmlClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="umlForward" upperBound="-1" eType="#//UmlAssociation" eOpposite="#//UmlAssociation/umlDestination"/> <eStructuralFeatures xsi:type="ecore:EReference" name="umlReverse" upperBound="-1" eType="#//UmlAssociation" eOpposite="#//UmlAssociation/umlSource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="umlAttribute" upperBound="-1" eType="#//UmlAttribute" containment="true" eOpposite="#//UmlAttribute/umlOwner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="umlGeneral" upperBound="-1" eType="#//UmlClass" eOpposite="#//UmlClass/umlSpecific"/> <eStructuralFeatures xsi:type="ecore:EReference" name="umlSpecific" upperBound="-1" eType="#//UmlClass" eOpposite="#//UmlClass/umlGeneral"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UmlClassifier" eSuperTypes="#//UmlPackageElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="umlAttribute1" upperBound="-1" eType="#//UmlAttribute" eOpposite="#//UmlAttribute/umlType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UmlModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="umlName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="umlKind" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UmlPackage" eSuperTypes="#//UmlModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="umlOwnedElement" upperBound="-1" eType="#//UmlPackageElement" containment="true" eOpposite="#//UmlPackageElement/umlNamespace"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UmlPackageElement" eSuperTypes="#//UmlModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="umlNamespace" eType="#//UmlPackage" eOpposite="#//UmlPackage/umlOwnedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UmlPrimitiveDataType" eSuperTypes="#//UmlClassifier"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"SimpleUML","nsURI":"urn:SimpleUML.ecore","name":"SimpleUML","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UmlAssociation","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UmlAttribute","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UmlClass","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UmlClassifier","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UmlModelElement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UmlPackage","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UmlPackageElement","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UmlPrimitiveDataType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"umlDestination","changeable":true,"resolveProxies":true,"lowerBound":1,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"umlSource","changeable":true,"resolveProxies":true,"lowerBound":1,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"umlForward","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"umlReverse","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"umlOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"umlType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"umlAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"umlAttribute1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"umlGeneral","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"umlSpecific","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"umlName","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"umlKind","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"umlOwnedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"umlNamespace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":9,"target":3},{"source":9,"target":12},{"source":9,"target":1},{"source":9,"target":13},{"source":12,"target":3},{"source":10,"target":3},{"source":10,"target":14},{"source":10,"target":1},{"source":10,"target":15},{"source":14,"target":3},{"source":11,"target":7},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":16,"target":3},{"source":16,"target":19},{"source":16,"target":2},{"source":16,"target":20},{"source":19,"target":3},{"source":17,"target":4},{"source":17,"target":21},{"source":17,"target":2},{"source":17,"target":22},{"source":21,"target":4},{"source":18,"target":5},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":13},{"source":3,"target":15},{"source":3,"target":20},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":13,"target":1},{"source":13,"target":26},{"source":13,"target":3},{"source":13,"target":9},{"source":26,"target":1},{"source":15,"target":1},{"source":15,"target":27},{"source":15,"target":3},{"source":15,"target":10},{"source":27,"target":1},{"source":20,"target":2},{"source":20,"target":28},{"source":20,"target":3},{"source":20,"target":16},{"source":28,"target":2},{"source":23,"target":3},{"source":23,"target":29},{"source":23,"target":3},{"source":23,"target":24},{"source":29,"target":3},{"source":24,"target":3},{"source":24,"target":30},{"source":24,"target":3},{"source":24,"target":23},{"source":30,"target":3},{"source":25,"target":4},{"source":4,"target":0},{"source":4,"target":7},{"source":4,"target":22},{"source":4,"target":31},{"source":22,"target":2},{"source":22,"target":32},{"source":22,"target":4},{"source":22,"target":17},{"source":32,"target":2},{"source":31,"target":7},{"source":5,"target":0},{"source":5,"target":33},{"source":5,"target":34},{"source":5,"target":35},{"source":33,"target":36},{"source":33,"target":5},{"source":34,"target":37},{"source":34,"target":5},{"source":35,"target":38},{"source":35,"target":5},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":39},{"source":6,"target":40},{"source":39,"target":7},{"source":39,"target":41},{"source":39,"target":6},{"source":39,"target":42},{"source":41,"target":7},{"source":40,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":42},{"source":7,"target":43},{"source":42,"target":6},{"source":42,"target":44},{"source":42,"target":7},{"source":42,"target":39},{"source":44,"target":6},{"source":43,"target":5},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":45},{"source":45,"target":4}],"multigraph":true}
ecore
features
repo-ecore-all/data/verath/MDE2016-assignment6/assignment6_model/model/assignment6_model.ecore
assignment6_model Configurator name features groups Feature features groups name dependencies mandatory selected SimpleFeature Group features name groupType GroupType OR OR XOR XOR IntegerFeature minValue 0 maxValue 1 step 0 value 0 Dependency not UnaryDependency BinaryDependency rightHand leftHand operator BinaryOperator AND AND OR OR IsSelectedDependency target IntegerValueDependency target value 0
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="assignment6_model" nsURI="http://www.example.org/assignment6_model" nsPrefix="assignment6_model"> <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="Configurator"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1" eType="#//Group" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true" interface="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="mandatoryWithDependencies parentIsNotMandatory dependsOnSelf"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="mandatoryWithDependencies" value="self.mandatory implies self.dependencies->isEmpty()"/> <details key="parentIsNotMandatory" value="self.mandatory implies&#xA;&#x9;&#x9;&#x9;if self.oclContainer().oclIsKindOf(Feature) then&#xA;&#x9;&#x9;&#x9;&#x9;self.oclContainer().oclAsType(Feature).mandatory&#xA;&#x9;&#x9;&#x9;else &#xA;&#x9;&#x9;&#x9;&#x9;if self.oclContainer().oclIsKindOf(Group) and self.oclContainer().oclContainer().oclIsKindOf(Feature) then&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;self.oclContainer().oclContainer().oclAsType(Feature).mandatory&#xA;&#x9;&#x9;&#x9;&#x9;else true&#xA;&#x9;&#x9;&#x9;&#x9;endif&#xA;&#x9;&#x9;&#x9;endif"/> <details key="dependsOnSelf" value="self.dependencies->forAll(d |&#xA;&#x9; d.oclAsSet()&#xA;&#x9; ->closure(oclContents())&#xA;&#x9; ->forAll(d1 |&#xA;&#x9; &#x9;if d1.oclIsKindOf(IsSelectedDependency) then&#xA;&#x9; &#x9;&#x9;d1.oclAsType(IsSelectedDependency).target &lt;> self&#xA;&#x9; &#x9;else &#xA;&#x9; &#x9;&#x9;if d1.oclIsKindOf(IntegerValueDependency) then&#xA;&#x9; &#x9;&#x9;&#x9;d1.oclAsType(IntegerValueDependency).target &lt;> self&#xA;&#x9; &#x9;&#x9;else &#xA;&#x9; &#x9;&#x9;&#x9;true&#xA;&#x9; &#x9;&#x9;endif&#xA;&#x9; &#x9;endif&#xA;&#x9; )&#xA; &#x9;)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1" eType="#//Group" 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="dependencies" upperBound="-1" eType="#//Dependency" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mandatory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selected" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleFeature" eSuperTypes="#//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="Group"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="noMandatoryIfXOR"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="noMandatoryIfXOR" value="self.groupType = GroupType::XOR implies self.features->forAll(f| not f.mandatory)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="features" lowerBound="2" upperBound="-1" eType="#//SimpleFeature" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="groupType" eType="#//GroupType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="GroupType"> <eLiterals name="OR"/> <eLiterals name="XOR" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerFeature" eSuperTypes="#//Feature"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="minLessThanMax evenSteps"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="minLessThanMax" value="minValue &lt; maxValue"/> <details key="evenSteps" value="(maxValue - minValue).mod(step) = 0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="step" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dependency" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="not" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryDependency" abstract="true" interface="true" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="BinaryDependency" eSuperTypes="#//Dependency"> <eStructuralFeatures xsi:type="ecore:EReference" name="rightHand" lowerBound="1" eType="#//Dependency" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leftHand" lowerBound="1" eType="#//Dependency" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="#//BinaryOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BinaryOperator"> <eLiterals name="AND"/> <eLiterals name="OR" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IsSelectedDependency" eSuperTypes="#//UnaryDependency"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Feature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerValueDependency" eSuperTypes="#//UnaryDependency"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//IntegerFeature"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"assignment6_model","nsURI":"http://www.example.org/assignment6_model","name":"assignment6_model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Configurator","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleFeature","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Group","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"GroupType","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerFeature","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryDependency","instanceClass":null,"abstract":true,"id":8,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryDependency","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BinaryOperator","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsSelectedDependency","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValueDependency","instanceClass":null,"abstract":false,"id":12,"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":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":"features","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":"groups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","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":"groups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dependencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mandatory","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selected","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"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":2,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"groupType","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"name":"OR","id":38,"value":0,"literal":"OR","eClass":"EEnumLiteral"},{"name":"XOR","id":39,"value":1,"literal":"XOR","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"minValue","changeable":true,"lowerBound":0,"iD":false,"id":40,"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":"maxValue","changeable":true,"lowerBound":0,"iD":false,"id":41,"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":"step","changeable":true,"lowerBound":0,"iD":false,"id":42,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"not","changeable":true,"lowerBound":0,"iD":false,"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":"rightHand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftHand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"name":"AND","id":59,"value":0,"literal":"AND","eClass":"EEnumLiteral"},{"name":"OR","id":60,"value":1,"literal":"OR","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":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":64,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":1,"target":0},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":13,"target":16},{"source":13,"target":1},{"source":14,"target":2},{"source":14,"target":17},{"source":14,"target":1},{"source":17,"target":2},{"source":15,"target":4},{"source":15,"target":18},{"source":15,"target":1},{"source":18,"target":4},{"source":2,"target":0},{"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":19,"target":2},{"source":19,"target":25},{"source":19,"target":2},{"source":25,"target":2},{"source":20,"target":4},{"source":20,"target":26},{"source":20,"target":2},{"source":26,"target":4},{"source":21,"target":27},{"source":21,"target":2},{"source":22,"target":7},{"source":22,"target":28},{"source":22,"target":2},{"source":28,"target":7},{"source":23,"target":29},{"source":23,"target":2},{"source":24,"target":30},{"source":24,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":31},{"source":31,"target":2},{"source":4,"target":0},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":32,"target":3},{"source":32,"target":35},{"source":32,"target":4},{"source":35,"target":3},{"source":33,"target":36},{"source":33,"target":4},{"source":34,"target":5},{"source":34,"target":37},{"source":34,"target":4},{"source":37,"target":5},{"source":5,"target":0},{"source":5,"target":38},{"source":5,"target":39},{"source":38,"target":5},{"source":39,"target":5},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":40},{"source":6,"target":41},{"source":6,"target":42},{"source":6,"target":43},{"source":6,"target":44},{"source":40,"target":45},{"source":40,"target":6},{"source":41,"target":46},{"source":41,"target":6},{"source":42,"target":47},{"source":42,"target":6},{"source":43,"target":48},{"source":43,"target":6},{"source":44,"target":2},{"source":7,"target":0},{"source":7,"target":49},{"source":49,"target":50},{"source":49,"target":7},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":51},{"source":51,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":52},{"source":9,"target":53},{"source":9,"target":54},{"source":9,"target":55},{"source":52,"target":7},{"source":52,"target":56},{"source":52,"target":9},{"source":56,"target":7},{"source":53,"target":7},{"source":53,"target":57},{"source":53,"target":9},{"source":57,"target":7},{"source":54,"target":10},{"source":54,"target":58},{"source":54,"target":9},{"source":58,"target":10},{"source":55,"target":7},{"source":10,"target":0},{"source":10,"target":59},{"source":10,"target":60},{"source":59,"target":10},{"source":60,"target":10},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":61},{"source":11,"target":62},{"source":61,"target":2},{"source":61,"target":63},{"source":61,"target":11},{"source":63,"target":2},{"source":62,"target":8},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":64},{"source":12,"target":65},{"source":12,"target":66},{"source":64,"target":6},{"source":64,"target":67},{"source":64,"target":12},{"source":67,"target":6},{"source":65,"target":68},{"source":65,"target":12},{"source":66,"target":8}],"multigraph":true}
ecore
publication
repo-ecore-all/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/publication2014a.ecore
publication2014a SequenceType startToStart startToStart finishToStart finishToStart startToFinish startToFinish finishToFinish finishToFinish PublicationProcess phases minTime maxTime publicationRules PublicationPhase linksToSuccessors name minTime maxTime neededPerson rules Sequence sequenceType successor predecessor Rule text key Researcher phaseParticipation name forName position writes reviews papers Paper paragraphs progress authors Paragraph reviews content ReviewNote content Progress process paper percent time Write paragraph Review reviewNote PublicationStructure researchers papers PublicationSystem processView structuralView Named name Counted id Labelled lname
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="publication2014a" nsURI="http://publication2014a" nsPrefix="_publication2014a"> <eClassifiers xsi:type="ecore:EEnum" name="SequenceType"> <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="PublicationProcess" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="kref=publicationRules" value=""/> <details key="kref=phases" value=""/> <details key="nav:process" value=""/> <details key="nav:vwpublicationprocess" value="_"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value="_"/> <details key="kref=publicationRules" value="_"/> <details key="kref=phases" value="_"/> <details key="view=vwpublicationprocess" value="_"/> <details key="pov" value="_"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="phases" upperBound="-1" eType="#//PublicationPhase" containment="true"/> <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="publicationRules" upperBound="-1" eType="#//Rule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PublicationPhase"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="label=name" value=""/> <details key="ref=neededPerson" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value="_"/> <details key="view=vwpublicationprocess" value="_"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="linksToSuccessors" upperBound="-1" eType="#//Sequence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="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="neededPerson" upperBound="-1" eType="#//Researcher" eOpposite="#//Researcher/phaseParticipation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1" eType="#//Rule"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sequence"> <eAnnotations source="diagraph"> <details key="link" value=""/> <details key="lsrc=predecessor" value=""/> <details key="ltrg=successor" value=""/> <details key="cont=PublicationPhase.linksToSuccessors" value=""/> <details key="label=sequenceType" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value="_"/> <details key="ref=successor" value="_"/> <details key="ref=predecessor" value="_"/> <details key="view=vwpublicationprocess" value="_"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sequenceType" lowerBound="1" eType="#//SequenceType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="successor" lowerBound="1" eType="#//PublicationPhase"/> <eStructuralFeatures xsi:type="ecore:EReference" name="predecessor" lowerBound="1" eType="#//PublicationPhase"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="label=key" value=""/> <details key="label=text" value="_"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value="_"/> <details key="view=vwpublicationprocess" value="_"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Researcher"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="lnk=writes" value=""/> <details key="lnk=reviews" value=""/> <details key="label=name" value=""/> <details key="label=position" value="_"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="phaseParticipation" upperBound="-1" eType="#//PublicationPhase" eOpposite="#//PublicationPhase/neededPerson"/> <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:EAttribute" name="position" 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="papers" upperBound="-1" eType="#//Paper" eOpposite="#//Paper/authors"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Paper" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="kref=paragraphs" 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/papers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Paragraph" eSuperTypes="#//Counted #//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="kref=reviews" value=""/> <details key="cont=Paper.paragraphs" value=""/> <details key="label=name" 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="cont=Paper.progress" value=""/> <details key="ltrg=process" 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"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Write" eSuperTypes="#//Labelled"> <eAnnotations source="diagraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="paragraph" eType="#//Paragraph"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Review" eSuperTypes="#//Labelled"> <eAnnotations source="diagraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reviewNote" eType="#//ReviewNote"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PublicationStructure" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="kref=researchers" value=""/> <details key="kref=papers" value=""/> <details key="nav:structure" 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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PublicationSystem"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="cref=processView" value=""/> <details key="cref=structuralView" 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"/> </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=vwpublicationprocess" 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="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> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"_publication2014a","nsURI":"http://publication2014a","name":"publication2014a","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicationProcess","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicationPhase","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sequence","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Researcher","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paper","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paragraph","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReviewNote","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Progress","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Write","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Review","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicationStructure","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicationSystem","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Named","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Counted","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Labelled","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"name":"startToStart","id":18,"value":0,"literal":"startToStart","eClass":"EEnumLiteral"},{"name":"finishToStart","id":19,"value":1,"literal":"finishToStart","eClass":"EEnumLiteral"},{"name":"startToFinish","id":20,"value":2,"literal":"startToFinish","eClass":"EEnumLiteral"},{"name":"finishToFinish","id":21,"value":3,"literal":"finishToFinish","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":"phases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minTime","changeable":true,"lowerBound":1,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxTime","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"publicationRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"linksToSuccessors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"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":33,"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":34,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"neededPerson","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rules","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"phaseParticipation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sequenceType","changeable":true,"lowerBound":1,"iD":false,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"successor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predecessor","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":1,"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":"key","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"forName","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":"position","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"writes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reviews","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":"papers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"paragraphs","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":"progress","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"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":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":"reviews","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"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":"process","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":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":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"time","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"paragraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reviewNote","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"researchers","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":"papers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"processView","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"structuralView","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"id":108,"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":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lname","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":1,"target":0},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":18,"target":1},{"source":19,"target":1},{"source":20,"target":1},{"source":21,"target":1},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":22,"target":3},{"source":22,"target":27},{"source":22,"target":2},{"source":27,"target":3},{"source":23,"target":28},{"source":23,"target":2},{"source":24,"target":29},{"source":24,"target":2},{"source":25,"target":5},{"source":25,"target":30},{"source":25,"target":2},{"source":30,"target":5},{"source":26,"target":15},{"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":31,"target":4},{"source":31,"target":37},{"source":31,"target":3},{"source":37,"target":4},{"source":32,"target":38},{"source":32,"target":3},{"source":33,"target":39},{"source":33,"target":3},{"source":34,"target":40},{"source":34,"target":3},{"source":35,"target":6},{"source":35,"target":41},{"source":35,"target":3},{"source":35,"target":42},{"source":41,"target":6},{"source":36,"target":5},{"source":36,"target":43},{"source":36,"target":3},{"source":43,"target":5},{"source":4,"target":0},{"source":4,"target":44},{"source":4,"target":45},{"source":4,"target":46},{"source":44,"target":1},{"source":44,"target":47},{"source":44,"target":4},{"source":47,"target":1},{"source":45,"target":3},{"source":45,"target":48},{"source":45,"target":4},{"source":48,"target":3},{"source":46,"target":3},{"source":46,"target":49},{"source":46,"target":4},{"source":49,"target":3},{"source":5,"target":0},{"source":5,"target":50},{"source":5,"target":51},{"source":50,"target":52},{"source":50,"target":5},{"source":51,"target":53},{"source":51,"target":5},{"source":6,"target":0},{"source":6,"target":42},{"source":6,"target":54},{"source":6,"target":55},{"source":6,"target":56},{"source":6,"target":57},{"source":6,"target":58},{"source":6,"target":59},{"source":42,"target":3},{"source":42,"target":60},{"source":42,"target":6},{"source":42,"target":35},{"source":60,"target":3},{"source":54,"target":61},{"source":54,"target":6},{"source":55,"target":62},{"source":55,"target":6},{"source":56,"target":63},{"source":56,"target":6},{"source":57,"target":11},{"source":57,"target":64},{"source":57,"target":6},{"source":64,"target":11},{"source":58,"target":12},{"source":58,"target":65},{"source":58,"target":6},{"source":65,"target":12},{"source":59,"target":7},{"source":59,"target":66},{"source":59,"target":6},{"source":59,"target":67},{"source":66,"target":7},{"source":7,"target":0},{"source":7,"target":15},{"source":7,"target":68},{"source":7,"target":69},{"source":7,"target":67},{"source":7,"target":70},{"source":68,"target":8},{"source":68,"target":71},{"source":68,"target":7},{"source":71,"target":8},{"source":69,"target":10},{"source":69,"target":72},{"source":69,"target":7},{"source":69,"target":73},{"source":72,"target":10},{"source":67,"target":6},{"source":67,"target":74},{"source":67,"target":7},{"source":67,"target":59},{"source":74,"target":6},{"source":70,"target":15},{"source":8,"target":0},{"source":8,"target":16},{"source":8,"target":15},{"source":8,"target":75},{"source":8,"target":76},{"source":8,"target":77},{"source":8,"target":78},{"source":75,"target":9},{"source":75,"target":79},{"source":75,"target":8},{"source":79,"target":9},{"source":76,"target":80},{"source":76,"target":8},{"source":77,"target":16},{"source":78,"target":15},{"source":9,"target":0},{"source":9,"target":15},{"source":9,"target":81},{"source":9,"target":82},{"source":81,"target":83},{"source":81,"target":9},{"source":82,"target":15},{"source":10,"target":0},{"source":10,"target":17},{"source":10,"target":84},{"source":10,"target":73},{"source":10,"target":85},{"source":10,"target":86},{"source":10,"target":87},{"source":84,"target":2},{"source":84,"target":88},{"source":84,"target":10},{"source":88,"target":2},{"source":73,"target":7},{"source":73,"target":89},{"source":73,"target":10},{"source":73,"target":69},{"source":89,"target":7},{"source":85,"target":90},{"source":85,"target":10},{"source":86,"target":91},{"source":86,"target":10},{"source":87,"target":17},{"source":11,"target":0},{"source":11,"target":17},{"source":11,"target":92},{"source":11,"target":93},{"source":92,"target":8},{"source":92,"target":94},{"source":92,"target":11},{"source":94,"target":8},{"source":93,"target":17},{"source":12,"target":0},{"source":12,"target":17},{"source":12,"target":95},{"source":12,"target":96},{"source":95,"target":9},{"source":95,"target":97},{"source":95,"target":12},{"source":97,"target":9},{"source":96,"target":17},{"source":13,"target":0},{"source":13,"target":15},{"source":13,"target":98},{"source":13,"target":99},{"source":13,"target":100},{"source":98,"target":6},{"source":98,"target":101},{"source":98,"target":13},{"source":101,"target":6},{"source":99,"target":7},{"source":99,"target":102},{"source":99,"target":13},{"source":102,"target":7},{"source":100,"target":15},{"source":14,"target":0},{"source":14,"target":103},{"source":14,"target":104},{"source":103,"target":2},{"source":103,"target":105},{"source":103,"target":14},{"source":105,"target":2},{"source":104,"target":13},{"source":104,"target":106},{"source":104,"target":14},{"source":106,"target":13},{"source":15,"target":0},{"source":15,"target":107},{"source":107,"target":108},{"source":107,"target":15},{"source":16,"target":0},{"source":16,"target":109},{"source":109,"target":110},{"source":109,"target":16},{"source":17,"target":0},{"source":17,"target":111},{"source":111,"target":112},{"source":111,"target":17}],"multigraph":true}
ecore
library
repo-ecore-all/data/olegsergeyev/lab/tests/org.eclipse.emf.test.tools/data/ant.expected/models/5.0/creation/library.ecore/emf/library.ecore
library Book title pages 100 category author Library name writers books Writer name books BookCategory Mystery Mystery ScienceFiction ScienceFiction Biography Biography
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="library" nsURI="http:///library.ecore" nsPrefix="library"> <eClassifiers xsi:type="ecore:EClass" name="Book"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="100"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" eType="#//BookCategory"/> <eStructuralFeatures xsi:type="ecore:EReference" name="author" lowerBound="1" eType="#//Writer" eOpposite="#//Writer/books"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Library"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="writers" upperBound="-1" eType="#//Writer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="#//Book" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Writer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="#//Book" eOpposite="#//Book/author"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BookCategory"> <eLiterals name="Mystery"/> <eLiterals name="ScienceFiction" value="1"/> <eLiterals name="Biography" value="2"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"library","nsURI":"http:///library.ecore","name":"library","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Writer","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BookCategory","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":100,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"100","unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":1,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"writers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"name":"Mystery","id":23,"value":0,"literal":"Mystery","eClass":"EEnumLiteral"},{"name":"ScienceFiction","id":24,"value":1,"literal":"ScienceFiction","eClass":"EEnumLiteral"},{"name":"Biography","id":25,"value":2,"literal":"Biography","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":5,"target":9},{"source":5,"target":1},{"source":6,"target":10},{"source":6,"target":1},{"source":7,"target":4},{"source":7,"target":11},{"source":7,"target":1},{"source":11,"target":4},{"source":8,"target":3},{"source":8,"target":12},{"source":8,"target":1},{"source":8,"target":13},{"source":12,"target":3},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":14,"target":17},{"source":14,"target":2},{"source":15,"target":3},{"source":15,"target":18},{"source":15,"target":2},{"source":18,"target":3},{"source":16,"target":1},{"source":16,"target":19},{"source":16,"target":2},{"source":19,"target":1},{"source":3,"target":0},{"source":3,"target":20},{"source":3,"target":13},{"source":20,"target":21},{"source":20,"target":3},{"source":13,"target":1},{"source":13,"target":22},{"source":13,"target":3},{"source":13,"target":8},{"source":22,"target":1},{"source":4,"target":0},{"source":4,"target":23},{"source":4,"target":24},{"source":4,"target":25},{"source":23,"target":4},{"source":24,"target":4},{"source":25,"target":4}],"multigraph":true}
ecore
architecture
repo-ecore-all/data/rpc1/org.eclipse.uml2/plugins/org.eclipse.uml2.uml.profile.standard/model/Standard.ecore
standard Auxiliary base_Class Call client_and_supplier_are_operations diagnostics context base_Usage Create client_and_supplier_are_classifiers diagnostics context base_BehavioralFeature base_Usage Derive computation base_Abstraction Destroy base_BehavioralFeature Document base_Artifact File base_Artifact Entity base_Component Executable base_Artifact Focus base_Class Framework base_Package Implement implements_specification diagnostics context base_Component ImplementationClass cannot_be_realization diagnostics context base_Class Instantiate client_and_supplier_are_classifiers diagnostics context base_Usage Library base_Artifact Metaclass base_Class ModelLibrary base_Package Process base_Component Realization cannot_be_implementationClass diagnostics context base_Classifier Refine base_Abstraction Responsibility base_Usage Script base_Artifact Send client_operation_sends_supplier_signal diagnostics context base_Usage Service base_Component Source base_Artifact Specification cannot_be_type diagnostics context base_Classifier Subsystem base_Component Trace base_Abstraction Type cannot_be_specification diagnostics context base_Class Utility is_utility diagnostics context base_Class BuildComponent base_Component Metamodel base_Model SystemModel base_Model
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="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/5.0.0/UML/Profile/Standard" nsPrefix="standard"> <eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML"> <details key="originalName" value="Standard"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Auxiliary"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A class that supports another more central or fundamental class, typically by implementing secondary logic or control flow. Auxiliary classes are typically used together with Focus classes, and are particularly useful for specifying the secondary business logic or control flow of components during design. See also: «Focus».&#xA;&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> <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"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Call"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A usage dependency whose source is an operation and whose target is an operation. The relationship may also be subsumed to the class containing an operation, with the meaning that there exists an operation in the class to which the dependency applies. A call dependency specifies that the source operation or an operation in the source class invokes the target operation or an operation in the target class. A call dependency may connect a source operation to any target operation that is within scope including, but not limited to, operations of the enclosing classifier and operations of other visible classifiers.&#xA;&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> <eOperations name="client_and_supplier_are_operations" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.base_Usage.client->forAll(oclIsKindOf(Operation)) and self.base_Usage.supplier->forAll(oclIsKindOf(Operation))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Usage" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Usage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Create"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="When applied to a Usage, denotes that the client classifier creates instances of the supplier classifier. When applied to a BehavioralFeature, specifies that the designated feature creates an instance of the classifier to which the feature is attached.&#xA;&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> <eOperations name="client_and_supplier_are_classifiers" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.base_Usage->notEmpty() implies (self.base_Usage.client->forAll(oclIsKindOf(Classifier)) and self.base_Usage.supplier->forAll(oclIsKindOf(Classifier)))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="base_BehavioralFeature" ordered="false" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//BehavioralFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Usage" ordered="false" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Usage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Derive"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies a derivation relationship among model elements that are usually, but not necessarily, of the same type. A derived dependency specifies that the client may be computed from the supplier. The mapping specifies the computation. The client may be implemented for design reasons, such as efficiency, even though it is logically redundant.&#xA;&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="computation" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//ValueSpecification" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The specification for computing the derived client element from the derivation supplier element."/> </eAnnotations> </eStructuralFeatures> <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"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Destroy"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies that the designated feature destroys an instance of the classifier to which the feature is attached.&#xA;&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> <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"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Document" eSuperTypes="#//File"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A human-readable file. Subclass of «File».&#xA;&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EReference" name="base_Artifact" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Artifact"> <eAnnotations source="redefines" references="#//File/base_Artifact"/> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> </contents> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="File" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A physical file in the context of the system developed.&#xA;&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> <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"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A persistent information component representing a business concept.&#xA;&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> <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"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Executable" eSuperTypes="#//File"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A program file that can be executed on a computer system. Subclass of «File».&#xA;&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EReference" name="base_Artifact" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Artifact"> <eAnnotations source="redefines" references="#//File/base_Artifact"/> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> </contents> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Focus"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A class that defines the core logic or control flow for one or more auxiliary classes that support it. Focus classes are typically used together with one or more Auxiliary classes, and are particularly useful for specifying the core business logic or control flow of components during design. See also: «Auxiliary».&#xA;&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> <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"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Framework"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A package that contains model elements that specify a reusable architecture for all or part of a system. Frameworks typically include classes, patterns, or templates. When frameworks are specialized for an application domain they are sometimes referred to as application frameworks.&#xA;&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> <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"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Implement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A component definition that is not intended to have a specification itself. Rather, it is an implementation for a separate «Specification» to which it has a Dependency.&#xA;&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> <eOperations name="implements_specification" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.base_Component.clientDependency.supplier->select(oclIsKindOf(Classifier)).oclAsType(Classifier).extension_Specificaiton->notEmpty()"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Component" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Component"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImplementationClass"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The implementation of a class in some programming language (e.g., C++, Smalltalk, Java) in which an instance may not have more than one class. This is in contrast to Class, for which an instance may have multiple classes at one time and may gain or lose classes over time, and an object may dynamically have multiple classes. An Implementation class is said to realize a Classifier if it provides all of the operations defined for the Classifier with the same behavior as specified for the Classifier's operations. An Implementation Class may realize a number of different Types. The physical attributes and associations of the Implementation class do not have to be the same as those of any Classifier it realizes and the Implementation Class may provide methods for its operations in terms of its physical attributes and associations. See also: «Type».&#xA;&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> <eOperations name="cannot_be_realization" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.base_Class.extension_Realization->isEmpty()"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Class"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instantiate"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A usage dependency among classifiers indicating that operations on the client create instances of the supplier.&#xA;&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> <eOperations name="client_and_supplier_are_classifiers" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.base_Usage.client->forAll(oclIsKindOf(Classifier)) and self.base_Usage.supplier->forAll(oclIsKindOf(Classifier))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Usage" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Usage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="#//File"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A static or dynamic library file. Subclass of «File».&#xA;&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EReference" name="base_Artifact" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Artifact"> <eAnnotations source="redefines" references="#//File/base_Artifact"/> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> </contents> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Metaclass"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A class whose instances are also classes.&#xA;&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> <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"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelLibrary"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A package that contains model elements that are intended to be reused by other packages. It is analogous to a class library in some programming languages. The model library may not include instances of the metamodel extension metaclasses specified in Clause 12.3, such as Profiles and Stereotypes. However it may include ProfileApplications and Stereotype applications, and a model library is often used in conjunction with an applied Profile.&#xA;&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> <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"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Process"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A transaction based component.&#xA;&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> <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"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Realization"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A classifier that specifies a domain of objects and that also defines the physical implementation of those objects. For example, a Component stereotyped by «Realization» will only have realizing Classifiers that implement behavior specified by a separate «Specification» Component. See «Specification». This differs from «ImplementationClass» because an «ImplementationClass» is a realization of a Class that can have features such as attributes and methods that are useful to system designers.&#xA;&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> <eOperations name="cannot_be_implementationClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.base_Classifier.extension_ImplementationClass->isEmpty()"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Classifier" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Classifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Refine"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies a refinement relationship between model elements at different semantic levels, such as analysis and design. The mapping specifies the relationship between the two elements or sets of elements. The mapping may or may not be computable, and it may be unidirectional or bidirectional. Refinement can be used to model transformations from analysis to design and other such changes.&#xA;&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> <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"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Responsibility"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A contract or an obligation of an element in its relationship to other elements.&#xA;&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> <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"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Script" eSuperTypes="#//File"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A script file that can be interpreted by a computer system. Subclass of «File».&#xA;&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EReference" name="base_Artifact" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Artifact"> <eAnnotations source="redefines" references="#//File/base_Artifact"/> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> </contents> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Send"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A Usage whose client is an Operation and whose supplier is a Signal, specifying that the Operation sends the Signal.&#xA;&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> <eOperations name="client_operation_sends_supplier_signal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.base_Usage.client->forAll(oclIsKindOf(Operation)) and self.base_Usage.supplier->forAll(oclIsKindOf(Signal))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Usage" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Usage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Service"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A stateless, functional component.&#xA;&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> <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"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Source" eSuperTypes="#//File"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A source file that can be compiled into an executable file. Subclass of «File».&#xA;&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EReference" name="base_Artifact" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Artifact"> <eAnnotations source="redefines" references="#//File/base_Artifact"/> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> </contents> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Specification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A classifier that specifies a domain of objects without defining the physical implementation of those objects. For example, a Component stereotyped by «Specification» will only have provided and required interfaces, and is not intended to have any realizingClassifiers as part of its definition. This differs from «Type» because a «Type» can have features such as attributes and methods that are useful to analysts modeling systems. Also see: «Realization».&#xA;&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> <eOperations name="cannot_be_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.base_Classifier.extension_Type->isEmpty()"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Classifier" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Classifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Subsystem"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A unit of hierarchical decomposition for large systems. A subsystem is commonly instantiated indirectly. Definitions of subsystems vary widely among domains and methods, and it is expected that domain and method profiles will specialize this construct. A subsystem may be defined to have specification and realization elements. See also: «Specification» and «Realization».&#xA;&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> <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"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Trace"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies a trace relationship between model elements or sets of model elements that represent the same concept in different models. Traces are mainly used for tracking requirements and changes across models. As model changes can occur in both directions, the directionality of the dependency can often be ignored. The mapping specifies the relationship between the two, but it is rarely computable and is usually informal.&#xA;&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> <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"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A class that specifies a domain of objects together with the operations applicable to the objects, without defining the physical implementation of those objects. However, it may have attributes and associations. Behavioral specifications for type operations may be expressed using, for example, activity diagrams. An object may have at most one implementation class, however it may conform to multiple different types. See also: «ImplementationClass».&#xA;&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> <eOperations name="cannot_be_specification" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.base_Class.extension_Specification->isEmpty()"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Class"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Utility"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A class that has no instances, but rather denotes a named collection of attributes and operations, all of which are static.&#xA;&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> <eOperations name="is_utility" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.base_Class.feature->forAll(isStatic)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Class"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BuildComponent"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A collection of elements defined for the purpose of system level development activities, such as compilation and versioning.&#xA;&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> <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"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Metamodel"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A model that specifies the modeling concepts of some modeling language (e.g., a MOF model). See «Metaclass».&#xA;&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> <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"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SystemModel"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A SystemModel is a stereotyped model that contains a collection of models of the same system. A SystemModel also contains all relationships and constraints between model elements contained in different models.&#xA;&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> <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"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package StandardProfile (URI {@literal http://www.omg.org/spec/UML/20131001/StandardProfile}).&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"standard","nsURI":"http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard","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":"Call","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Create","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Derive","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Destroy","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Document","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"File","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Executable","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Focus","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Framework","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplementationClass","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instantiate","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metaclass","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelLibrary","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Process","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Refine","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Responsibility","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Script","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Send","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Source","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Specification","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subsystem","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trace","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Utility","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuildComponent","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"client_and_supplier_are_operations","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Usage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":39,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":40,"many":false,"required":false,"eClass":"EParameter"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"client_and_supplier_are_classifiers","lowerBound":0,"id":46,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_BehavioralFeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"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":"base_Usage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":51,"many":false,"required":false,"eClass":"EParameter"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"computation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"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_Abstraction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_BehavioralFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"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":65,"derived":false},{"id":66,"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":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Component","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"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_Artifact","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_Package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"implements_specification","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Component","changeable":true,"resolveProxies":true,"lowerBound":1,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":82,"many":false,"required":false,"eClass":"EParameter"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"cannot_be_realization","lowerBound":0,"id":88,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":91,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":92,"many":false,"required":false,"eClass":"EParameter"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"client_and_supplier_are_classifiers","lowerBound":0,"id":98,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Usage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":101,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":102,"many":false,"required":false,"eClass":"EParameter"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":111,"derived":false},{"id":112,"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":113,"derived":false},{"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":"base_Component","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"cannot_be_implementationClass","lowerBound":0,"id":117,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Classifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":120,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":121,"many":false,"required":false,"eClass":"EParameter"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"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":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Usage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"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":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"client_operation_sends_supplier_signal","lowerBound":0,"id":134,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Usage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":137,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":138,"many":false,"required":false,"eClass":"EParameter"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Component","changeable":true,"resolveProxies":true,"lowerBound":1,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Artifact","changeable":true,"resolveProxies":true,"lowerBound":1,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"cannot_be_type","lowerBound":0,"id":149,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Classifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":152,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":153,"many":false,"required":false,"eClass":"EParameter"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"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":159,"derived":false},{"id":160,"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":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"cannot_be_specification","lowerBound":0,"id":163,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":166,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":167,"many":false,"required":false,"eClass":"EParameter"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"is_utility","lowerBound":0,"id":173,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":176,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":177,"many":false,"required":false,"eClass":"EParameter"},{"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":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":183,"derived":false},{"id":184,"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":185,"derived":false},{"id":186,"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":187,"derived":false},{"id":188,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":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":2,"target":37},{"source":36,"target":38},{"source":36,"target":2},{"source":36,"target":39},{"source":36,"target":40},{"source":39,"target":41},{"source":39,"target":36},{"source":40,"target":42},{"source":40,"target":36},{"source":42,"target":43},{"source":42,"target":44},{"source":37,"target":45},{"source":37,"target":2},{"source":3,"target":0},{"source":3,"target":46},{"source":3,"target":47},{"source":3,"target":48},{"source":46,"target":49},{"source":46,"target":3},{"source":46,"target":50},{"source":46,"target":51},{"source":50,"target":52},{"source":50,"target":46},{"source":51,"target":53},{"source":51,"target":46},{"source":53,"target":54},{"source":53,"target":55},{"source":47,"target":56},{"source":47,"target":3},{"source":48,"target":57},{"source":48,"target":3},{"source":4,"target":0},{"source":4,"target":58},{"source":4,"target":59},{"source":58,"target":60},{"source":58,"target":4},{"source":59,"target":61},{"source":59,"target":4},{"source":5,"target":0},{"source":5,"target":62},{"source":62,"target":63},{"source":62,"target":5},{"source":6,"target":0},{"source":6,"target":7},{"source":6,"target":64},{"source":65,"target":66},{"source":64,"target":7},{"source":7,"target":0},{"source":7,"target":67},{"source":67,"target":68},{"source":67,"target":7},{"source":8,"target":0},{"source":8,"target":69},{"source":69,"target":70},{"source":69,"target":8},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":71},{"source":72,"target":73},{"source":71,"target":7},{"source":10,"target":0},{"source":10,"target":74},{"source":74,"target":75},{"source":74,"target":10},{"source":11,"target":0},{"source":11,"target":76},{"source":76,"target":77},{"source":76,"target":11},{"source":12,"target":0},{"source":12,"target":78},{"source":12,"target":79},{"source":78,"target":80},{"source":78,"target":12},{"source":78,"target":81},{"source":78,"target":82},{"source":81,"target":83},{"source":81,"target":78},{"source":82,"target":84},{"source":82,"target":78},{"source":84,"target":85},{"source":84,"target":86},{"source":79,"target":87},{"source":79,"target":12},{"source":13,"target":0},{"source":13,"target":88},{"source":13,"target":89},{"source":88,"target":90},{"source":88,"target":13},{"source":88,"target":91},{"source":88,"target":92},{"source":91,"target":93},{"source":91,"target":88},{"source":92,"target":94},{"source":92,"target":88},{"source":94,"target":95},{"source":94,"target":96},{"source":89,"target":97},{"source":89,"target":13},{"source":14,"target":0},{"source":14,"target":98},{"source":14,"target":99},{"source":98,"target":100},{"source":98,"target":14},{"source":98,"target":101},{"source":98,"target":102},{"source":101,"target":103},{"source":101,"target":98},{"source":102,"target":104},{"source":102,"target":98},{"source":104,"target":105},{"source":104,"target":106},{"source":99,"target":107},{"source":99,"target":14},{"source":15,"target":0},{"source":15,"target":7},{"source":15,"target":108},{"source":109,"target":110},{"source":108,"target":7},{"source":16,"target":0},{"source":16,"target":111},{"source":111,"target":112},{"source":111,"target":16},{"source":17,"target":0},{"source":17,"target":113},{"source":113,"target":114},{"source":113,"target":17},{"source":18,"target":0},{"source":18,"target":115},{"source":115,"target":116},{"source":115,"target":18},{"source":19,"target":0},{"source":19,"target":117},{"source":19,"target":118},{"source":117,"target":119},{"source":117,"target":19},{"source":117,"target":120},{"source":117,"target":121},{"source":120,"target":122},{"source":120,"target":117},{"source":121,"target":123},{"source":121,"target":117},{"source":123,"target":124},{"source":123,"target":125},{"source":118,"target":126},{"source":118,"target":19},{"source":20,"target":0},{"source":20,"target":127},{"source":127,"target":128},{"source":127,"target":20},{"source":21,"target":0},{"source":21,"target":129},{"source":129,"target":130},{"source":129,"target":21},{"source":22,"target":0},{"source":22,"target":7},{"source":22,"target":131},{"source":132,"target":133},{"source":131,"target":7},{"source":23,"target":0},{"source":23,"target":134},{"source":23,"target":135},{"source":134,"target":136},{"source":134,"target":23},{"source":134,"target":137},{"source":134,"target":138},{"source":137,"target":139},{"source":137,"target":134},{"source":138,"target":140},{"source":138,"target":134},{"source":140,"target":141},{"source":140,"target":142},{"source":135,"target":143},{"source":135,"target":23},{"source":24,"target":0},{"source":24,"target":144},{"source":144,"target":145},{"source":144,"target":24},{"source":25,"target":0},{"source":25,"target":7},{"source":25,"target":146},{"source":147,"target":148},{"source":146,"target":7},{"source":26,"target":0},{"source":26,"target":149},{"source":26,"target":150},{"source":149,"target":151},{"source":149,"target":26},{"source":149,"target":152},{"source":149,"target":153},{"source":152,"target":154},{"source":152,"target":149},{"source":153,"target":155},{"source":153,"target":149},{"source":155,"target":156},{"source":155,"target":157},{"source":150,"target":158},{"source":150,"target":26},{"source":27,"target":0},{"source":27,"target":159},{"source":159,"target":160},{"source":159,"target":27},{"source":28,"target":0},{"source":28,"target":161},{"source":161,"target":162},{"source":161,"target":28},{"source":29,"target":0},{"source":29,"target":163},{"source":29,"target":164},{"source":163,"target":165},{"source":163,"target":29},{"source":163,"target":166},{"source":163,"target":167},{"source":166,"target":168},{"source":166,"target":163},{"source":167,"target":169},{"source":167,"target":163},{"source":169,"target":170},{"source":169,"target":171},{"source":164,"target":172},{"source":164,"target":29},{"source":30,"target":0},{"source":30,"target":173},{"source":30,"target":174},{"source":173,"target":175},{"source":173,"target":30},{"source":173,"target":176},{"source":173,"target":177},{"source":176,"target":178},{"source":176,"target":173},{"source":177,"target":179},{"source":177,"target":173},{"source":179,"target":180},{"source":179,"target":181},{"source":174,"target":182},{"source":174,"target":30},{"source":31,"target":0},{"source":31,"target":183},{"source":183,"target":184},{"source":183,"target":31},{"source":32,"target":0},{"source":32,"target":185},{"source":185,"target":186},{"source":185,"target":32},{"source":33,"target":0},{"source":33,"target":187},{"source":187,"target":188},{"source":187,"target":33}],"multigraph":true}
ecore
configuration
repo-ecore-all/data/occiware/OCCI-Studio/plugins/org.eclipse.cmf.occi.core/model/OCCI.ecore
occi AnnotatedElement annotations Annotation key value Category name term scheme title attributes description Constraint name description body Type actions constraints fsm FSM ownedState attribute State literal initial false final false owningFSM outgoingTransition Transition source target action Attribute name mutable true required default description type Kind occiIsKindOf kind parent entities source target Action Mixin depends applies entities Entity occiCreate occiRetrieve occiUpdate occiDelete id title kind location attributes mixins parts MixinBase mixin entity attributes AttributeState name value Resource summary links rlinks Link LinkTargetInvariant resourcekind linkInstanceKind LinkSourceInvariant resourcekind linkInstanceKind source target Extension name scheme description import kinds mixins types specification Configuration description location use resources mixins DataType name documentation BasicType StringType pattern length minLength maxLength EObjectType instanceClassName BooleanType NumericType type totalDigits minExclusive maxExclusive minInclusive maxInclusive EnumerationType literals EnumerationLiteral name documentation enumerationType RecordType recordFields RecordField ArrayType type URI java.lang.String java.lang.String OCL java.lang.String java.lang.String String java.lang.String java.lang.String Integer java.lang.Integer java.lang.Integer Boolean boolean boolean AttributeName java.lang.String java.lang.String Name java.lang.String java.lang.String Scheme java.lang.String java.lang.String NumericTypeEnum Byte Byte Double Double Float Float Integer Integer Long Long Short Short BigDecimal BigDecimal
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="occi" nsURI="http://schemas.ogf.org/occi/core/ecore" nsPrefix="occi"> <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="AnnotatedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Annotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Category" abstract="true" eSuperTypes="#//AnnotatedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="IdentityUnique SchemeEndsWithSharp AttributesNameUnique"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="IdentityUnique" value="Category.allInstances()->isUnique(scheme + term)"/> <details key="SchemeEndsWithSharp" value="scheme.substring(scheme.size(), scheme.size()) = '#'"/> <details key="AttributesNameUnique" value="attributes->isUnique(name)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//Name"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="term" lowerBound="1" eType="#//String" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="self.name.toLowerCase()"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scheme" lowerBound="1" eType="#//Scheme"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//Name"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" lowerBound="1" eType="#//OCL"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//Category"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ActionTermUnicity ConstraintNameUnique"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="ActionTermUnicity" value="actions->isUnique(term)"/> <details key="ConstraintNameUnique" value="constraints->isUnique(name)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1" eType="#//Action" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1" eType="#//Constraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fsm" eType="#//FSM" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FSM"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="State"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="AttributeTypeMustBeEEnum containedAttribute"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="AttributeTypeMustBeEEnum" value="attribute.type.oclIsTypeOf(EnumerationType)"/> <details key="containedAttribute" value="self.oclContainer().oclAsType(Type).attributes->includes(self.attribute)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedState" upperBound="-1" eType="#//State" containment="true" eOpposite="#//State/owningFSM"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="State"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" lowerBound="1" eType="#//Attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="StateLiteralAlreadyDefinedInFSMAttributeType"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="StateLiteralAlreadyDefinedInFSMAttributeType" value="owningFSM.attribute.type=self.literal.enumerationType"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="literal" eType="#//EnumerationLiteral"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="State"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initial" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="final" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningFSM" lowerBound="1" eType="#//FSM" eOpposite="#//FSM/ownedState"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingTransition" upperBound="-1" eType="#//Transition" containment="true" eOpposite="#//Transition/source"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="State"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="State"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="containedActionMustBeDeclaredInTheAppropriateType"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="containedActionMustBeDeclaredInTheAppropriateType" value="Tuple {&#xA;&#x9;&#x9;&#x9;&#x9;status: Boolean= let type: Type = self.oclContainer().oclAsType(State).oclContainer().oclAsType(FSM).oclContainer().oclAsType(Type) in &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if (self.action &lt;> null) &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; then &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;type.actions->union(type.oclAsType(Kind)->closure(parent)->flatten()->collect(k|k.actions)->flatten())->includes(self.action)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; else&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;false&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; endif,&#xA;&#x9;&#x9;&#x9;&#x9;message: String =if (self.action &lt;> null) &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then 'The action '+ self.action.name +' declared in '+self.action.oclContainer().oclAsType(Type).name+&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;&#x9;&#x9;' kind/mixin cannot be used in the FSM of '+self.oclContainer().oclAsType(State).oclContainer().oclAsType(FSM).oclContainer().oclAsType(Type).name+' kind/mixin.'&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;else&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;&#x9;'The action of Transition instance coming from the &quot;'+ source.literal.name +'&quot; state to the &quot;' +target.literal.name + '&quot; state in the FSM of &quot;' + source.owningFSM.oclContainer().oclAsType(Type).name+ '&quot; kind/mixin instance must be a set'&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;endif&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;,&#xA;&#x9;&#x9;&#x9;&#x9;severity :Integer = -1&#xA;&#x9;&#x9;&#x9;&#x9;}.status"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//State" eOpposite="#//State/outgoingTransition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//Action"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="State"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//AnnotatedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="DefaultValueMustBeInstanceOfType"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="DefaultValueMustBeInstanceOfType" value="Tuple{&#xA;&#x9;&#x9;&#x9;&#x9;status : Boolean = &#x9;if (default &lt;> null)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;then &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;&#x9;if (type.oclIsTypeOf(BooleanType))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if (default.toLower() = 'true' or default.toLower() = 'false') &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;true&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;false&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;endif &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if (type.oclIsTypeOf(EnumerationType)) &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if (type.oclAsType(EnumerationType).literals->collect(l|l.name)->includes(default)) &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;true&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;false&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;endif&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;true&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;endif&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;endif &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;true&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;endif, &#xA;&#x9;&#x9;&#x9;&#x9;message : String = 'The default value of the attribute '+ name +' is wrong', &#xA;&#x9;&#x9;&#x9;&#x9;severity :&#x9;Integer = - 1, &#xA;&#x9;&#x9;&#x9;&#x9;quickfix : String = 'quickfix'}&#xA;&#x9;&#x9;&#x9;&#x9;.status"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//AttributeName"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mutable" lowerBound="1" eType="#//Boolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//DataType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Kind" eSuperTypes="#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="CorrectScheme NoCyclicInheritance EntityKindIsRootParent AttributesNameNotAlreadyDefinedInParent targetReferenceInvariant sourceReferenceInvariant"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="CorrectScheme" value="scheme = self.oclContainer().oclAsType(Extension).scheme"/> <details key="NoCyclicInheritance" value="parent->closure(parent)->excludes(self)"/> <details key="EntityKindIsRootParent" value="self->closure(parent)->exists(k |&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;k.term = 'entity' and k.scheme = 'http://schemas.ogf.org/occi/core#' and k.parent = null)"/> <details key="AttributesNameNotAlreadyDefinedInParent" value="attributes.name->excludesAll(parent->closure(parent).attributes.name)"/> <details key="targetReferenceInvariant" value="Tuple {&#xA;&#x9;&#x9;&#x9;&#x9;status: Boolean= &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(self.target->size() > 0)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;self->closure(parent)->exists(k |k.term = 'link' and k.scheme = 'http://schemas.ogf.org/occi/core#')&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;and &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;self.target->forAll(targetKind|targetKind->closure(parent)->exists(k |k.term = 'resource' and k.scheme = 'http://schemas.ogf.org/occi/core#'))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; else&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;true &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; endif,&#xA;&#x9;&#x9;&#x9;&#x9;message: String ='The target reference of '+self.name +' kind must connect a child of &quot;link&quot; Kind to a child of &quot;resource&quot; Kind' ,&#xA;&#x9;&#x9;&#x9;&#x9;severity :Integer = -1,&#xA;&#x9;&#x9;&#x9;&#x9;quickfix:String = 'quickfix'&#xA;&#x9;&#x9;&#x9;}.status"/> <details key="sourceReferenceInvariant" value="Tuple {&#xA;&#x9;&#x9;&#x9;&#x9;status: Boolean= &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(self.source->size() > 0)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;self->closure(parent)->exists(k |k.term = 'link' and k.scheme = 'http://schemas.ogf.org/occi/core#')&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;and &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;self.source->forAll(sourceKind|sourceKind->closure(parent)->exists(k |k.term = 'resource' and k.scheme = 'http://schemas.ogf.org/occi/core#'))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; else&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;true &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; endif,&#xA;&#x9;&#x9;&#x9;&#x9;message: String ='The source reference of '+self.name +' kind must connect a child of &quot;link&quot; Kind to a child of &quot;resource&quot; Kind' ,&#xA;&#x9;&#x9;&#x9;&#x9;severity :Integer = -1,&#xA;&#x9;&#x9;&#x9;&#x9;quickfix:String = 'quickfix'&#xA;&#x9;&#x9;&#x9;}.status"/> </eAnnotations> <eOperations name="occiIsKindOf" lowerBound="1" eType="#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="&#x9;if (self.parent &lt;> null)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(kind &lt;> null)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(self = kind)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;true&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(self.parent = kind) &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;true&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;self.parent.occiIsKindOf(kind)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;endif&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;endif&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;false&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;endif&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;false&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;endif"/> </eAnnotations> <eParameters name="kind" eType="#//Kind"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Kind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entities" ordered="false" upperBound="-1" eType="#//Entity" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="Entity.allInstances()->select(kind = self)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="source" upperBound="-1" eType="#//Kind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" upperBound="-1" eType="#//Kind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//Category"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="CorrectScheme containedAction"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="CorrectScheme" value="let category = oclContainer().oclAsType(Category)&#xA;&#x9;&#x9;&#x9;in scheme = category.scheme.substring(1, category.scheme.size() - 1) + '/' + category.term + '/action#'"/> <details key="containedAction" value="Tuple {&#xA;&#x9;&#x9;&#x9;&#x9;status: Boolean= &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(self.oclContainer.oclIsTypeOf(Kind))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if (self.oclContainer().oclAsType(Kind).fsm &lt;> null) &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;&#x9;self.oclContainer().oclAsType(Kind).fsm.ownedState.outgoingTransition.action->includes(self) &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;else &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;&#x9;true &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;endif&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; else&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;true &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; endif,&#xA;&#x9;&#x9;&#x9;&#x9;message: String ='The action '+name+' doesn\'t appear in the FSM of '+self.oclContainer().oclAsType(Kind).name +' Kind',&#xA;&#x9;&#x9;&#x9;&#x9;severity :Integer = 1,&#xA;&#x9;&#x9;&#x9;&#x9;quickfix:String = 'quickfix'&#xA;&#x9;&#x9;&#x9;&#x9;}.status"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mixin" eSuperTypes="#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="CorrectScheme NoCyclicInheritance AttributesNameNotAlreadyDefinedInDepends"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="CorrectScheme" value="&#xA;&#xA;&#x9;&#x9;&#x9;/* Previously let ownerScheme = owner.oclAsType(Extension).scheme in scheme.substring(1,ownerScheme.size()-1) = ownerScheme.substring(1,ownerScheme.size()-1) */&#xA;&#x9;&#x9;&#x9;let owner = self.oclContainer()&#xA;&#x9;&#x9;&#x9;in if owner.oclIsTypeOf(Extension)&#xA;&#x9;&#x9;&#x9;&#x9;then&#xA;&#x9;&#x9;&#x9;let ownerScheme = owner.oclAsType(Extension).scheme&#xA;&#x9;&#x9;in scheme.substring(1, ownerScheme.size() - 1) = ownerScheme.substring(1, ownerScheme.size() - 1) else true&#xA;&#x9;&#x9;&#x9;endif"/> <details key="NoCyclicInheritance" value="depends->closure(depends)->excludes(self)"/> <details key="AttributesNameNotAlreadyDefinedInDepends" value="attributes.name->excludesAll(depends->closure(depends).attributes.name)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="depends" upperBound="-1" eType="#//Mixin"/> <eStructuralFeatures xsi:type="ecore:EReference" name="applies" upperBound="-1" eType="#//Kind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entities" ordered="false" upperBound="-1" eType="#//Entity" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="Entity.allInstances()->select(parts.mixin->includes(self))"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Entity" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="IdUnique AttributesNameUnique KindCompatibleWithOneAppliesOfEachMixin DifferentMixins"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="IdUnique" value="Entity.allInstances()->isUnique(id)"/> <details key="AttributesNameUnique" value="attributes->isUnique(name)"/> <details key="KindCompatibleWithOneAppliesOfEachMixin" value="parts.mixin->forAll(m |&#xA;&#x9;&#x9;&#x9;&#x9;m.applies->notEmpty() implies m.applies->exists(k | kind->closure(parent)->includes(k)))"/> <details key="DifferentMixins" value="Tuple {&#xA;&#x9;&#x9;&#x9;&#x9;status: Boolean= self.parts ->forAll(mixinBase1, mixinBase2 | mixinBase1 &lt;> mixinBase2 implies mixinBase1.mixin &lt;> mixinBase2.mixin),&#xA;&#x9;&#x9;&#x9;&#x9;message: String ='Two instances of the same mixin are not allowed on the same Entity '+self.oclAsType(Entity).id,&#xA;&#x9;&#x9;&#x9;&#x9;severity: Integer = -1,&#xA;&#x9;&#x9;&#x9;&#x9;quickfix: String = 'quickfix'&#xA;&#x9;&#x9;&#x9;}.status"/> </eAnnotations> <eOperations name="occiCreate"/> <eOperations name="occiRetrieve"/> <eOperations name="occiUpdate"/> <eOperations name="occiDelete"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="#//URI"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="kind" lowerBound="1" eType="#//Kind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//AttributeState" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mixins" ordered="false" upperBound="-1" eType="#//Mixin" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="parts.mixin->asSet()"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parts" upperBound="-1" eType="#//MixinBase" containment="true" eOpposite="#//MixinBase/entity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MixinBase"> <eStructuralFeatures xsi:type="ecore:EReference" name="mixin" lowerBound="1" eType="#//Mixin"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entity" lowerBound="1" eType="#//Entity" eOpposite="#//Entity/parts"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//AttributeState" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeState"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//AttributeName"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Resource" eSuperTypes="#//Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ResourceKindIsInParent"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="ResourceKindIsInParent" value="kind->closure(parent)->exists(k |&#xA;&#x9;&#x9;&#x9;&#x9;k.term = 'resource' and k.scheme = 'http://schemas.ogf.org/occi/core#')"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="summary" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1" eType="#//Link" containment="true" eOpposite="#//Link/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rlinks" upperBound="-1" eType="#//Link" eOpposite="#//Link/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="#//Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="LinkKindIsInParent sourceReferenceInvariant targetReferenceInvariant"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="LinkKindIsInParent" value="kind->closure(parent)->exists(k |&#xA;&#x9;&#x9;&#x9;&#x9;k.term = 'link' and k.scheme = 'http://schemas.ogf.org/occi/core#')"/> <details key="sourceReferenceInvariant" value="Tuple {&#xA;&#x9;&#x9;&#x9;&#x9;status: Boolean= LinkSourceInvariant(self.source.kind,self.oclAsType(Entity).kind),&#xA;&#x9;&#x9;&#x9;&#x9;message: String ='The kind of the source reference in the link instance '+self.oclAsType(Entity).title+' must be a kind of the source of the kind of this link' ,&#xA;&#x9;&#x9;&#x9;&#x9;severity: Integer = -1,&#xA;&#x9;&#x9;&#x9;&#x9;quickfix: String = 'quickfix'&#xA;&#x9;&#x9;&#x9;}.status"/> <details key="targetReferenceInvariant" value="Tuple {&#xA;&#x9;&#x9;&#x9;&#x9;status: Boolean= LinkTargetInvariant(self.target.kind,self.oclAsType(Entity).kind),&#xA;&#x9;&#x9;&#x9;&#x9;message: String ='The kind of the target reference in the link instance '+self.oclAsType(Entity).title+' must be a kind of the target of the kind of this link' ,&#xA;&#x9;&#x9;&#x9;&#x9;severity: Integer = -1,&#xA;&#x9;&#x9;&#x9;&#x9;quickfix: String = 'quickfix'&#xA;&#x9;&#x9;&#x9;}.status"/> </eAnnotations> <eOperations name="LinkTargetInvariant" lowerBound="1" eType="#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;/* if target or source of the kind of this link instance exists */&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if (linkInstanceKind.target->size() > 0)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;linkInstanceKind.target->exists (aTarget |resourcekind.occiIsKindOf(aTarget))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(linkInstanceKind.parent &lt;> null)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;LinkTargetInvariant(resourcekind, linkInstanceKind.parent)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;true&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;endif&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;endif"/> </eAnnotations> <eParameters name="resourcekind" eType="#//Kind"/> <eParameters name="linkInstanceKind" eType="#//Kind"/> </eOperations> <eOperations name="LinkSourceInvariant" lowerBound="1" eType="#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;/* if target or source of the kind of this link instance exists */&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if (linkInstanceKind.source->size() > 0)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;linkInstanceKind.source->exists (aSource|resourcekind.occiIsKindOf(aSource))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(linkInstanceKind.parent &lt;> null)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;LinkSourceInvariant(resourcekind, linkInstanceKind.parent)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;true&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;endif&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;endif"/> </eAnnotations> <eParameters name="resourcekind" eType="#//Kind"/> <eParameters name="linkInstanceKind" eType="#//Kind"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Resource" eOpposite="#//Resource/links"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Resource" eOpposite="#//Resource/rlinks"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Extension"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="SchemeUnique KindsSchemeValid MixinsSchemeValid TermUnicity KindParentLocalOrImported MixinDependsLocalOrImported MixinAppliesLocalOrImported"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="SchemeUnique" value="Extension.allInstances()->isUnique(scheme)"/> <details key="KindsSchemeValid" value="kinds->forAll(k | k.scheme = self.scheme)"/> <details key="MixinsSchemeValid" value="mixins->forAll(m | m.scheme.substring(1, scheme.size() - 1) = scheme.substring(1,&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;scheme.size() - 1))"/> <details key="TermUnicity" value="kinds.term->intersection(mixins.term)->isEmpty()"/> <details key="KindParentLocalOrImported" value="kinds->forAll(parent &lt;> null implies let parentExtension = parent.oclContainer()&#xA;&#x9;&#x9;&#x9;in parentExtension = self or import->includes(parentExtension))"/> <details key="MixinDependsLocalOrImported" value="mixins.depends->forAll(let extension = oclContainer()&#xA;&#x9;&#x9;&#x9;in extension = self or import->includes(extension))"/> <details key="MixinAppliesLocalOrImported" value="mixins.applies->forAll(let extension = oclContainer()&#xA;&#x9;&#x9;&#x9;in extension = self or import->includes(extension))"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//Name"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scheme" lowerBound="1" eType="#//Scheme"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="import" upperBound="-1" eType="#//Extension"/> <eStructuralFeatures xsi:type="ecore:EReference" name="kinds" upperBound="-1" eType="#//Kind" containment="true" eKeys="#//Category/term"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mixins" upperBound="-1" eType="#//Mixin" containment="true" eKeys="#//Category/term"/> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//DataType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="specification" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Configuration"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="AllResourcesKindsInUse AllResourcesMixinsInUse AllResourcesLinksKindsInUse AllResourcesLinksMixinsInUse AllResourcesLinksTargetsInConfiguration AllMixinsAreTags"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="AllResourcesKindsInUse" value="use->includesAll(resources.kind.oclContainer())"/> <details key="AllResourcesMixinsInUse" value="&#xA;&#xA;&#x9;&#x9;/* Previously use->includesAll(resources.mixins.oclContainer()) */&#xA;&#x9;&#x9;&#x9;resources.parts.mixin->forAll(mo |&#xA;&#x9;&#x9;&#x9;let mixinOwner = mo.oclContainer()&#xA;&#x9;&#x9;&#x9;in if mixinOwner.oclIsTypeOf(Extension)&#xA;&#x9;&#x9;&#x9;&#x9;then self.use->includes(mixinOwner.oclAsType(Extension)) else self.mixins->includes(mo) endif)"/> <details key="AllResourcesLinksKindsInUse" value="use->includesAll(resources.links.kind.oclContainer())"/> <details key="AllResourcesLinksMixinsInUse" value="&#xA;&#xA;&#x9;&#x9;/* Previously use->includesAll(resources.links.mixins.oclContainer()) */&#xA;&#x9;&#x9;&#x9;resources.links.parts.mixin->forAll(mo |&#xA;&#x9;&#x9;&#x9;let mixinOwner = mo.oclContainer()&#xA;&#x9;&#x9;&#x9;in if mixinOwner.oclIsTypeOf(Extension)&#xA;&#x9;&#x9;&#x9;&#x9;then self.use->includes(mixinOwner.oclAsType(Extension)) else self.mixins->includes(mo) endif)"/> <details key="AllResourcesLinksTargetsInConfiguration" value="resources.links.target->forAll(r | r.oclContainer() = self)"/> <details key="AllMixinsAreTags" value="mixins->forAll(attributes->isEmpty() and actions->isEmpty() and depends->isEmpty())"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="#//URI"/> <eStructuralFeatures xsi:type="ecore:EReference" name="use" upperBound="-1" eType="#//Extension"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1" eType="#//Resource" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mixins" upperBound="-1" eType="#//Mixin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataType" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="DataTypeNameRegex"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="DataTypeNameRegex" value="self.name.matches('[a-zA-Z_][a-zA-Z0-9_]*')"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BasicType" abstract="true" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#//BasicType"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="PatternMustBeNotEmpty"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="PatternMustBeNotEmpty" value="if (pattern &lt;> null) then pattern.size() > 0 else true endif"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pattern" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minLength" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxLength" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EObjectType" eSuperTypes="#//BasicType"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="instanceClassNameMustHaveValue"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="instanceClassNameMustHaveValue" value="instanceClassName.size() > 0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClassName" lowerBound="1" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#//BasicType"/> <eClassifiers xsi:type="ecore:EClass" name="NumericType" eSuperTypes="#//BasicType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//NumericTypeEnum"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalDigits" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minExclusive" eType="#//String" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxExclusive" eType="#//String" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minInclusive" eType="#//String" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxInclusive" eType="#//String" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationType" eSuperTypes="#//DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="literals" lowerBound="1" upperBound="-1" eType="#//EnumerationLiteral" containment="true" eOpposite="#//EnumerationLiteral/enumerationType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="EnumerationLiteralNameRegex"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="EnumerationLiteralNameRegex" value="self.name.matches('[a-zA-Z_][a-zA-Z0-9_]*')"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//Name"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enumerationType" lowerBound="1" eType="#//EnumerationType" eOpposite="#//EnumerationType/literals"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RecordType" eSuperTypes="#//DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="recordFields" lowerBound="1" upperBound="-1" eType="#//RecordField" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RecordField" eSuperTypes="#//Attribute"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="TypeDifferentContainer ContainerMustBeRecordType RecordFieldNameRegex"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="TypeDifferentContainer" value="self.type &lt;> self.oclContainer"/> <details key="ContainerMustBeRecordType" value="self.oclContainer.oclIsTypeOf(occi::RecordType)"/> <details key="RecordFieldNameRegex" value="self.name.matches('[a-zA-Z][a-zA-Z0-9]*')"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayType" eSuperTypes="#//DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="TypeDifferentContainer"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="TypeDifferentContainer" value="self.type &lt;> self"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//DataType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="URI" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="pattern" value="[A-Za-z][A-Za-z0-9+-\.]*:(//(([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:]|%[0-9A-Fa-f]{2})*@)?(\[(((([0-9A-Fa-f]{1,4}:){6}|::([0-9A-Fa-f]{1,4}:){5}|([0-9A-Fa-f]{1,4})?::([0-9A-Fa-f]{1,4}:){4}|(([0-9A-Fa-f]{1,4}:){0,1}[0-9A-Fa-f]{1,4})?::([0-9A-Fa-f]{1,4}:){3}|(([0-9A-Fa-f]{1,4}:){0,2}[0-9A-Fa-f]{1,4})?::([0-9A-Fa-f]{1,4}:){2}|(([0-9A-Fa-f]{1,4}:){0,3}[0-9A-Fa-f]{1,4})?::([0-9A-Fa-f]{1,4}:)|(([0-9A-Fa-f]{1,4}:){0,4}[0-9A-Fa-f]{1,4})?::)([0-9A-Fa-f]{1,4}:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9])\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]))|(([0-9A-Fa-f]{1,4}:){0,5}[0-9A-Fa-f]{1,4})?::[0-9A-Fa-f]{1,4}|(([0-9A-Fa-f]{1,4}:){0,6}[0-9A-Fa-f]{1,4})?::)|[Vv][0-9A-Fa-f]+\.[A-Za-z0-9\-_~\.!$&amp;'()*+,;=:]+)\]|((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9])\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9])|([A-Za-z0-9\-_~\.!$&amp;'()*+,;=]|%[0-9A-Fa-f]{2})*)(:[0-9]*)?(/([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:@]|%[0-9A-Fa-f]{2})*)*|/(([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:@]|%[0-9A-Fa-f]{2})+(/([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:@]|%[0-9A-Fa-f]{2})*)*)?|([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:@]|%[0-9A-Fa-f]{2})+(/([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:@]|%[0-9A-Fa-f]{2})*)*|.{0})(\?([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:@/?]|%[0-9A-Fa-f]{2})*)?(\#([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:@/?]|%[0-9A-Fa-f]{2})*)?"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="OCL" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="java.lang.Integer"/> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="AttributeName" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="pattern" value="[a-zA-Z0-9]+(\.[a-zA-Z0-9]+)*"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Name" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="pattern" value="[a-zA-Z][a-zA-Z0-9_-]*"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Scheme" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="pattern" value="[A-Za-z][A-Za-z0-9+-\.]*:(//(([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:]|%[0-9A-Fa-f]{2})*@)?(\[(((([0-9A-Fa-f]{1,4}:){6}|::([0-9A-Fa-f]{1,4}:){5}|([0-9A-Fa-f]{1,4})?::([0-9A-Fa-f]{1,4}:){4}|(([0-9A-Fa-f]{1,4}:){0,1}[0-9A-Fa-f]{1,4})?::([0-9A-Fa-f]{1,4}:){3}|(([0-9A-Fa-f]{1,4}:){0,2}[0-9A-Fa-f]{1,4})?::([0-9A-Fa-f]{1,4}:){2}|(([0-9A-Fa-f]{1,4}:){0,3}[0-9A-Fa-f]{1,4})?::([0-9A-Fa-f]{1,4}:)|(([0-9A-Fa-f]{1,4}:){0,4}[0-9A-Fa-f]{1,4})?::)([0-9A-Fa-f]{1,4}:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9])\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]))|(([0-9A-Fa-f]{1,4}:){0,5}[0-9A-Fa-f]{1,4})?::[0-9A-Fa-f]{1,4}|(([0-9A-Fa-f]{1,4}:){0,6}[0-9A-Fa-f]{1,4})?::)|[Vv][0-9A-Fa-f]+\.[A-Za-z0-9\-_~\.!$&amp;'()*+,;=:]+)\]|((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9])\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9])|([A-Za-z0-9\-_~\.!$&amp;'()*+,;=]|%[0-9A-Fa-f]{2})*)(:[0-9]*)?(/([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:@]|%[0-9A-Fa-f]{2})*)*|/(([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:@]|%[0-9A-Fa-f]{2})+(/([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:@]|%[0-9A-Fa-f]{2})*)*)?|([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:@]|%[0-9A-Fa-f]{2})+(/([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:@]|%[0-9A-Fa-f]{2})*)*|.{0})(\#)"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="NumericTypeEnum"> <eLiterals name="Byte"/> <eLiterals name="Double" value="1"/> <eLiterals name="Float" value="2"/> <eLiterals name="Integer" value="3"/> <eLiterals name="Long" value="4"/> <eLiterals name="Short" value="5"/> <eLiterals name="BigDecimal" value="6"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"occi","nsURI":"http://schemas.ogf.org/occi/core/ecore","name":"occi","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotatedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":true,"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":"Type","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FSM","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Kind","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mixin","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MixinBase","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeState","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Configuration","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicType","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EObjectType","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericType","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationType","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecordType","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecordField","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayType","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"URI","instanceClass":"java.lang.String","id":31,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"OCL","instanceClass":"java.lang.String","id":32,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":33,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"Integer","instanceClass":"java.lang.Integer","id":34,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":35,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"AttributeName","instanceClass":"java.lang.String","id":36,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Name","instanceClass":"java.lang.String","id":37,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Scheme","instanceClass":"java.lang.String","id":38,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"NumericTypeEnum","instanceClass":null,"id":39,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"term","changeable":false,"lowerBound":1,"iD":false,"id":47,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scheme","changeable":true,"lowerBound":1,"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":"title","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"description","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":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"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":"body","changeable":true,"lowerBound":1,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actions","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":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fsm","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"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":"owningFSM","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"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":"initial","changeable":true,"lowerBound":1,"iD":false,"id":78,"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":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":"outgoingTransition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":true,"ordered":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":86,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":87,"derived":false},{"container":false,"ordered":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":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":"name","changeable":true,"lowerBound":1,"iD":false,"id":92,"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":"mutable","changeable":true,"lowerBound":1,"iD":false,"id":93,"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":"required","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":"default","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":"description","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"occiIsKindOf","lowerBound":1,"id":105,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"entities","changeable":false,"resolveProxies":true,"lowerBound":0,"id":107,"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":"source","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":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"kind","lowerBound":0,"id":112,"many":false,"required":false,"eClass":"EParameter"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"depends","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":"applies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"entities","changeable":false,"resolveProxies":true,"lowerBound":0,"id":121,"derived":true},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"occiCreate","lowerBound":0,"id":126,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"occiRetrieve","lowerBound":0,"id":127,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"occiUpdate","lowerBound":0,"id":128,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"occiDelete","lowerBound":0,"id":129,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":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":"title","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"resolveProxies":true,"lowerBound":1,"id":132,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"mixins","changeable":false,"resolveProxies":true,"lowerBound":0,"id":135,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mixin","changeable":true,"resolveProxies":true,"lowerBound":1,"id":145,"derived":false},{"container":false,"ordered":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":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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":150,"derived":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":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":"summary","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"links","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rlinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":162,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"LinkTargetInvariant","lowerBound":1,"id":163,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"LinkSourceInvariant","lowerBound":1,"id":164,"many":false,"required":true,"eClass":"EOperation"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourcekind","lowerBound":0,"id":167,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"linkInstanceKind","lowerBound":0,"id":168,"many":false,"required":false,"eClass":"EParameter"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourcekind","lowerBound":0,"id":172,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"linkInstanceKind","lowerBound":0,"id":173,"many":false,"required":false,"eClass":"EParameter"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"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":178,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scheme","changeable":true,"lowerBound":1,"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":"description","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":"import","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":"kinds","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":"mixins","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":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"specification","changeable":true,"lowerBound":0,"iD":false,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":194,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"use","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mixins","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"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":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pattern","changeable":true,"lowerBound":0,"iD":false,"id":209,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"length","changeable":true,"lowerBound":0,"iD":false,"id":210,"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":"minLength","changeable":true,"lowerBound":0,"iD":false,"id":211,"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":"maxLength","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"instanceClassName","changeable":true,"lowerBound":1,"iD":false,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"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":222,"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":"totalDigits","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":true,"transient":false,"unique":true,"name":"minExclusive","changeable":true,"lowerBound":0,"iD":false,"id":224,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"maxExclusive","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"minInclusive","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"maxInclusive","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"},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"literals","changeable":true,"resolveProxies":true,"lowerBound":1,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"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":"enumerationType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":238,"derived":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":239,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"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":"recordFields","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"name":"Byte","id":251,"value":0,"literal":"Byte","eClass":"EEnumLiteral"},{"name":"Double","id":252,"value":1,"literal":"Double","eClass":"EEnumLiteral"},{"name":"Float","id":253,"value":2,"literal":"Float","eClass":"EEnumLiteral"},{"name":"Integer","id":254,"value":3,"literal":"Integer","eClass":"EEnumLiteral"},{"name":"Long","id":255,"value":4,"literal":"Long","eClass":"EEnumLiteral"},{"name":"Short","id":256,"value":5,"literal":"Short","eClass":"EEnumLiteral"},{"name":"BigDecimal","id":257,"value":6,"literal":"BigDecimal","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":1,"target":0},{"source":1,"target":40},{"source":40,"target":2},{"source":40,"target":41},{"source":40,"target":1},{"source":41,"target":2},{"source":2,"target":0},{"source":2,"target":42},{"source":2,"target":43},{"source":42,"target":33},{"source":42,"target":44},{"source":42,"target":2},{"source":44,"target":33},{"source":43,"target":33},{"source":43,"target":45},{"source":43,"target":2},{"source":45,"target":33},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":46},{"source":3,"target":47},{"source":3,"target":48},{"source":3,"target":49},{"source":3,"target":50},{"source":3,"target":51},{"source":3,"target":52},{"source":46,"target":37},{"source":46,"target":53},{"source":46,"target":3},{"source":53,"target":37},{"source":47,"target":33},{"source":47,"target":54},{"source":47,"target":3},{"source":54,"target":33},{"source":48,"target":38},{"source":48,"target":55},{"source":48,"target":3},{"source":55,"target":38},{"source":49,"target":33},{"source":49,"target":56},{"source":49,"target":3},{"source":56,"target":33},{"source":50,"target":9},{"source":50,"target":57},{"source":50,"target":3},{"source":57,"target":9},{"source":51,"target":33},{"source":51,"target":58},{"source":51,"target":3},{"source":58,"target":33},{"source":52,"target":1},{"source":4,"target":0},{"source":4,"target":59},{"source":4,"target":60},{"source":4,"target":61},{"source":59,"target":37},{"source":59,"target":62},{"source":59,"target":4},{"source":62,"target":37},{"source":60,"target":33},{"source":60,"target":63},{"source":60,"target":4},{"source":63,"target":33},{"source":61,"target":32},{"source":61,"target":64},{"source":61,"target":4},{"source":64,"target":32},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":65},{"source":5,"target":66},{"source":5,"target":67},{"source":5,"target":68},{"source":65,"target":11},{"source":65,"target":69},{"source":65,"target":5},{"source":69,"target":11},{"source":66,"target":4},{"source":66,"target":70},{"source":66,"target":5},{"source":70,"target":4},{"source":67,"target":6},{"source":67,"target":71},{"source":67,"target":5},{"source":71,"target":6},{"source":68,"target":3},{"source":6,"target":0},{"source":6,"target":72},{"source":6,"target":73},{"source":72,"target":7},{"source":72,"target":74},{"source":72,"target":6},{"source":72,"target":75},{"source":74,"target":7},{"source":73,"target":9},{"source":73,"target":76},{"source":73,"target":6},{"source":76,"target":9},{"source":7,"target":0},{"source":7,"target":77},{"source":7,"target":78},{"source":7,"target":79},{"source":7,"target":75},{"source":7,"target":80},{"source":77,"target":27},{"source":77,"target":81},{"source":77,"target":7},{"source":81,"target":27},{"source":78,"target":35},{"source":78,"target":82},{"source":78,"target":7},{"source":82,"target":35},{"source":79,"target":35},{"source":79,"target":83},{"source":79,"target":7},{"source":83,"target":35},{"source":75,"target":6},{"source":75,"target":84},{"source":75,"target":7},{"source":75,"target":72},{"source":84,"target":6},{"source":80,"target":8},{"source":80,"target":85},{"source":80,"target":7},{"source":80,"target":86},{"source":85,"target":8},{"source":8,"target":0},{"source":8,"target":86},{"source":8,"target":87},{"source":8,"target":88},{"source":86,"target":7},{"source":86,"target":89},{"source":86,"target":8},{"source":86,"target":80},{"source":89,"target":7},{"source":87,"target":7},{"source":87,"target":90},{"source":87,"target":8},{"source":90,"target":7},{"source":88,"target":11},{"source":88,"target":91},{"source":88,"target":8},{"source":91,"target":11},{"source":9,"target":0},{"source":9,"target":1},{"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":92,"target":36},{"source":92,"target":99},{"source":92,"target":9},{"source":99,"target":36},{"source":93,"target":35},{"source":93,"target":100},{"source":93,"target":9},{"source":100,"target":35},{"source":94,"target":35},{"source":94,"target":101},{"source":94,"target":9},{"source":101,"target":35},{"source":95,"target":33},{"source":95,"target":102},{"source":95,"target":9},{"source":102,"target":33},{"source":96,"target":33},{"source":96,"target":103},{"source":96,"target":9},{"source":103,"target":33},{"source":97,"target":20},{"source":97,"target":104},{"source":97,"target":9},{"source":104,"target":20},{"source":98,"target":1},{"source":10,"target":0},{"source":10,"target":5},{"source":10,"target":105},{"source":10,"target":106},{"source":10,"target":107},{"source":10,"target":108},{"source":10,"target":109},{"source":10,"target":110},{"source":105,"target":35},{"source":105,"target":111},{"source":105,"target":10},{"source":105,"target":112},{"source":111,"target":35},{"source":112,"target":10},{"source":112,"target":113},{"source":112,"target":105},{"source":113,"target":10},{"source":106,"target":10},{"source":106,"target":114},{"source":106,"target":10},{"source":114,"target":10},{"source":107,"target":13},{"source":107,"target":115},{"source":107,"target":10},{"source":115,"target":13},{"source":108,"target":10},{"source":108,"target":116},{"source":108,"target":10},{"source":116,"target":10},{"source":109,"target":10},{"source":109,"target":117},{"source":109,"target":10},{"source":117,"target":10},{"source":110,"target":5},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":118},{"source":118,"target":3},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":119},{"source":12,"target":120},{"source":12,"target":121},{"source":12,"target":122},{"source":119,"target":12},{"source":119,"target":123},{"source":119,"target":12},{"source":123,"target":12},{"source":120,"target":10},{"source":120,"target":124},{"source":120,"target":12},{"source":124,"target":10},{"source":121,"target":13},{"source":121,"target":125},{"source":121,"target":12},{"source":125,"target":13},{"source":122,"target":5},{"source":13,"target":0},{"source":13,"target":126},{"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":13,"target":133},{"source":13,"target":134},{"source":13,"target":135},{"source":13,"target":136},{"source":126,"target":13},{"source":127,"target":13},{"source":128,"target":13},{"source":129,"target":13},{"source":130,"target":31},{"source":130,"target":137},{"source":130,"target":13},{"source":137,"target":31},{"source":131,"target":33},{"source":131,"target":138},{"source":131,"target":13},{"source":138,"target":33},{"source":132,"target":10},{"source":132,"target":139},{"source":132,"target":13},{"source":139,"target":10},{"source":133,"target":33},{"source":133,"target":140},{"source":133,"target":13},{"source":140,"target":33},{"source":134,"target":15},{"source":134,"target":141},{"source":134,"target":13},{"source":141,"target":15},{"source":135,"target":12},{"source":135,"target":142},{"source":135,"target":13},{"source":142,"target":12},{"source":136,"target":14},{"source":136,"target":143},{"source":136,"target":13},{"source":136,"target":144},{"source":143,"target":14},{"source":14,"target":0},{"source":14,"target":145},{"source":14,"target":144},{"source":14,"target":146},{"source":145,"target":12},{"source":145,"target":147},{"source":145,"target":14},{"source":147,"target":12},{"source":144,"target":13},{"source":144,"target":148},{"source":144,"target":14},{"source":144,"target":136},{"source":148,"target":13},{"source":146,"target":15},{"source":146,"target":149},{"source":146,"target":14},{"source":149,"target":15},{"source":15,"target":0},{"source":15,"target":150},{"source":15,"target":151},{"source":150,"target":36},{"source":150,"target":152},{"source":150,"target":15},{"source":152,"target":36},{"source":151,"target":33},{"source":151,"target":153},{"source":151,"target":15},{"source":153,"target":33},{"source":16,"target":0},{"source":16,"target":13},{"source":16,"target":154},{"source":16,"target":155},{"source":16,"target":156},{"source":16,"target":157},{"source":154,"target":33},{"source":154,"target":158},{"source":154,"target":16},{"source":158,"target":33},{"source":155,"target":17},{"source":155,"target":159},{"source":155,"target":16},{"source":155,"target":160},{"source":159,"target":17},{"source":156,"target":17},{"source":156,"target":161},{"source":156,"target":16},{"source":156,"target":162},{"source":161,"target":17},{"source":157,"target":13},{"source":17,"target":0},{"source":17,"target":13},{"source":17,"target":163},{"source":17,"target":164},{"source":17,"target":160},{"source":17,"target":162},{"source":17,"target":165},{"source":163,"target":35},{"source":163,"target":166},{"source":163,"target":17},{"source":163,"target":167},{"source":163,"target":168},{"source":166,"target":35},{"source":167,"target":10},{"source":167,"target":169},{"source":167,"target":163},{"source":169,"target":10},{"source":168,"target":10},{"source":168,"target":170},{"source":168,"target":163},{"source":170,"target":10},{"source":164,"target":35},{"source":164,"target":171},{"source":164,"target":17},{"source":164,"target":172},{"source":164,"target":173},{"source":171,"target":35},{"source":172,"target":10},{"source":172,"target":174},{"source":172,"target":164},{"source":174,"target":10},{"source":173,"target":10},{"source":173,"target":175},{"source":173,"target":164},{"source":175,"target":10},{"source":160,"target":16},{"source":160,"target":176},{"source":160,"target":17},{"source":160,"target":155},{"source":176,"target":16},{"source":162,"target":16},{"source":162,"target":177},{"source":162,"target":17},{"source":162,"target":156},{"source":177,"target":16},{"source":165,"target":13},{"source":18,"target":0},{"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":178,"target":37},{"source":178,"target":186},{"source":178,"target":18},{"source":186,"target":37},{"source":179,"target":38},{"source":179,"target":187},{"source":179,"target":18},{"source":187,"target":38},{"source":180,"target":33},{"source":180,"target":188},{"source":180,"target":18},{"source":188,"target":33},{"source":181,"target":18},{"source":181,"target":189},{"source":181,"target":18},{"source":189,"target":18},{"source":182,"target":10},{"source":182,"target":190},{"source":182,"target":18},{"source":182,"target":47},{"source":190,"target":10},{"source":183,"target":12},{"source":183,"target":191},{"source":183,"target":18},{"source":183,"target":47},{"source":191,"target":12},{"source":184,"target":20},{"source":184,"target":192},{"source":184,"target":18},{"source":192,"target":20},{"source":185,"target":33},{"source":185,"target":193},{"source":185,"target":18},{"source":193,"target":33},{"source":19,"target":0},{"source":19,"target":194},{"source":19,"target":195},{"source":19,"target":196},{"source":19,"target":197},{"source":19,"target":198},{"source":194,"target":33},{"source":194,"target":199},{"source":194,"target":19},{"source":199,"target":33},{"source":195,"target":31},{"source":195,"target":200},{"source":195,"target":19},{"source":200,"target":31},{"source":196,"target":18},{"source":196,"target":201},{"source":196,"target":19},{"source":201,"target":18},{"source":197,"target":16},{"source":197,"target":202},{"source":197,"target":19},{"source":202,"target":16},{"source":198,"target":12},{"source":198,"target":203},{"source":198,"target":19},{"source":203,"target":12},{"source":20,"target":0},{"source":20,"target":204},{"source":20,"target":205},{"source":204,"target":33},{"source":204,"target":206},{"source":204,"target":20},{"source":206,"target":33},{"source":205,"target":33},{"source":205,"target":207},{"source":205,"target":20},{"source":207,"target":33},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":208},{"source":208,"target":20},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":209},{"source":22,"target":210},{"source":22,"target":211},{"source":22,"target":212},{"source":22,"target":213},{"source":209,"target":33},{"source":209,"target":214},{"source":209,"target":22},{"source":214,"target":33},{"source":210,"target":215},{"source":210,"target":22},{"source":211,"target":216},{"source":211,"target":22},{"source":212,"target":217},{"source":212,"target":22},{"source":213,"target":21},{"source":23,"target":0},{"source":23,"target":21},{"source":23,"target":218},{"source":23,"target":219},{"source":218,"target":33},{"source":218,"target":220},{"source":218,"target":23},{"source":220,"target":33},{"source":219,"target":21},{"source":24,"target":0},{"source":24,"target":21},{"source":24,"target":221},{"source":221,"target":21},{"source":25,"target":0},{"source":25,"target":21},{"source":25,"target":222},{"source":25,"target":223},{"source":25,"target":224},{"source":25,"target":225},{"source":25,"target":226},{"source":25,"target":227},{"source":25,"target":228},{"source":222,"target":39},{"source":222,"target":229},{"source":222,"target":25},{"source":229,"target":39},{"source":223,"target":230},{"source":223,"target":25},{"source":224,"target":33},{"source":224,"target":231},{"source":224,"target":25},{"source":231,"target":33},{"source":225,"target":33},{"source":225,"target":232},{"source":225,"target":25},{"source":232,"target":33},{"source":226,"target":33},{"source":226,"target":233},{"source":226,"target":25},{"source":233,"target":33},{"source":227,"target":33},{"source":227,"target":234},{"source":227,"target":25},{"source":234,"target":33},{"source":228,"target":21},{"source":26,"target":0},{"source":26,"target":20},{"source":26,"target":235},{"source":26,"target":236},{"source":235,"target":27},{"source":235,"target":237},{"source":235,"target":26},{"source":235,"target":238},{"source":237,"target":27},{"source":236,"target":20},{"source":27,"target":0},{"source":27,"target":239},{"source":27,"target":240},{"source":27,"target":238},{"source":239,"target":37},{"source":239,"target":241},{"source":239,"target":27},{"source":241,"target":37},{"source":240,"target":33},{"source":240,"target":242},{"source":240,"target":27},{"source":242,"target":33},{"source":238,"target":26},{"source":238,"target":243},{"source":238,"target":27},{"source":238,"target":235},{"source":243,"target":26},{"source":28,"target":0},{"source":28,"target":20},{"source":28,"target":244},{"source":28,"target":245},{"source":244,"target":29},{"source":244,"target":246},{"source":244,"target":28},{"source":246,"target":29},{"source":245,"target":20},{"source":29,"target":0},{"source":29,"target":9},{"source":29,"target":247},{"source":247,"target":9},{"source":30,"target":0},{"source":30,"target":20},{"source":30,"target":248},{"source":30,"target":249},{"source":248,"target":20},{"source":248,"target":250},{"source":248,"target":30},{"source":250,"target":20},{"source":249,"target":20},{"source":31,"target":0},{"source":32,"target":0},{"source":33,"target":0},{"source":34,"target":0},{"source":35,"target":0},{"source":36,"target":0},{"source":37,"target":0},{"source":38,"target":0},{"source":39,"target":0},{"source":39,"target":251},{"source":39,"target":252},{"source":39,"target":253},{"source":39,"target":254},{"source":39,"target":255},{"source":39,"target":256},{"source":39,"target":257},{"source":251,"target":39},{"source":252,"target":39},{"source":253,"target":39},{"source":254,"target":39},{"source":255,"target":39},{"source":256,"target":39},{"source":257,"target":39}],"multigraph":true}
ecore
components
repo-ecore-all/data/oovever/MetaModel/org.eclipse.sirius.architecture/model/architecture.ecore
architectureTool Component name portOfComponent componentDependence class componentOfComponent interfaceOfComponent ComponentDependence Class Association InterfaceAbstract Generalization composition Aggregation System SystemDependence componentOfSystem name portOfSystem System interfaceOfSystem ComponentDependence Port type simple providedRealize portDependence provided required name requiredRealize Interface providedRealize InterfaceRealize InterfaceDependence requiredRealize Attribute name type Visable Method name returnType visable parameter classMember attribute method name
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="architectureTool" nsURI="http://www.example.org/architecture" nsPrefix="architectureTool"> <eClassifiers xsi:type="ecore:EClass" name="Component"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="portOfComponent" upperBound="-1" eType="#//Port" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="componentDependence" upperBound="-1" eType="#//Component"/> <eStructuralFeatures xsi:type="ecore:EReference" name="class" upperBound="-1" eType="#//Class" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="componentOfComponent" upperBound="-1" eType="#//Component" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceOfComponent" upperBound="-1" eType="#//Interface" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ComponentDependence" upperBound="-1" eType="#//System" eOpposite="#//System/ComponentDependence"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//classMember"> <eStructuralFeatures xsi:type="ecore:EReference" name="Association" upperBound="-1" eType="#//Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="InterfaceAbstract" upperBound="-1" eType="#//Interface"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="wildcards" value=""/> <details key="name" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="Generalization" upperBound="-1" eType="#//Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="composition" upperBound="-1" eType="#//Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Aggregation" upperBound="-1" eType="#//Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="System"> <eStructuralFeatures xsi:type="ecore:EReference" name="SystemDependence" upperBound="-1" eType="#//System"/> <eStructuralFeatures xsi:type="ecore:EReference" name="componentOfSystem" upperBound="-1" eType="#//Component" 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="portOfSystem" upperBound="-1" eType="#//Port" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="System" upperBound="-1" eType="#//System" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceOfSystem" upperBound="-1" eType="#//Interface" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ComponentDependence" upperBound="-1" eType="#//Component" eOpposite="#//Component/ComponentDependence"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Port" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="simple" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="providedRealize" upperBound="-1" eType="#//Interface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="portDependence" upperBound="-1" eType="#//Port"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="provided" 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#//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="requiredRealize" upperBound="-1" eType="#//Interface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//classMember"> <eStructuralFeatures xsi:type="ecore:EReference" name="providedRealize" upperBound="-1" eType="#//Port"/> <eStructuralFeatures xsi:type="ecore:EReference" name="InterfaceRealize" upperBound="-1" eType="#//Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="InterfaceDependence" upperBound="-1" eType="#//Interface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredRealize" upperBound="-1" eType="#//Port"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Visable" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="returnType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visable" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="classMember" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="method" upperBound="-1" eType="#//Method" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"architectureTool","nsURI":"http://www.example.org/architecture","name":"architectureTool","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"System","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":true,"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":"Attribute","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":"classMember","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"portOfComponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"componentDependence","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":"class","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":"componentOfComponent","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":"interfaceOfComponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ComponentDependence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ComponentDependence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Association","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":"InterfaceAbstract","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":"Generalization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"composition","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":"Aggregation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"SystemDependence","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":"componentOfSystem","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},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"portOfSystem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"System","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":"interfaceOfSystem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"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":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"simple","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"providedRealize","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":"portDependence","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":"provided","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":"required","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiredRealize","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"providedRealize","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":"InterfaceRealize","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":"InterfaceDependence","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":"requiredRealize","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"Visable","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"returnType","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":"visable","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":"parameter","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"method","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":9,"target":16},{"source":9,"target":1},{"source":10,"target":4},{"source":10,"target":17},{"source":10,"target":1},{"source":17,"target":4},{"source":11,"target":1},{"source":11,"target":18},{"source":11,"target":1},{"source":18,"target":1},{"source":12,"target":2},{"source":12,"target":19},{"source":12,"target":1},{"source":19,"target":2},{"source":13,"target":1},{"source":13,"target":20},{"source":13,"target":1},{"source":20,"target":1},{"source":14,"target":5},{"source":14,"target":21},{"source":14,"target":1},{"source":21,"target":5},{"source":15,"target":3},{"source":15,"target":22},{"source":15,"target":1},{"source":15,"target":23},{"source":22,"target":3},{"source":2,"target":0},{"source":2,"target":8},{"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":24,"target":2},{"source":24,"target":30},{"source":24,"target":2},{"source":30,"target":2},{"source":25,"target":5},{"source":25,"target":31},{"source":25,"target":2},{"source":31,"target":5},{"source":26,"target":2},{"source":26,"target":32},{"source":26,"target":2},{"source":32,"target":2},{"source":27,"target":2},{"source":27,"target":33},{"source":27,"target":2},{"source":33,"target":2},{"source":28,"target":2},{"source":28,"target":34},{"source":28,"target":2},{"source":34,"target":2},{"source":29,"target":8},{"source":3,"target":0},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":23},{"source":35,"target":3},{"source":35,"target":41},{"source":35,"target":3},{"source":41,"target":3},{"source":36,"target":1},{"source":36,"target":42},{"source":36,"target":3},{"source":42,"target":1},{"source":37,"target":43},{"source":37,"target":3},{"source":38,"target":4},{"source":38,"target":44},{"source":38,"target":3},{"source":44,"target":4},{"source":39,"target":3},{"source":39,"target":45},{"source":39,"target":3},{"source":45,"target":3},{"source":40,"target":5},{"source":40,"target":46},{"source":40,"target":3},{"source":46,"target":5},{"source":23,"target":1},{"source":23,"target":47},{"source":23,"target":3},{"source":23,"target":15},{"source":47,"target":1},{"source":4,"target":0},{"source":4,"target":48},{"source":4,"target":49},{"source":4,"target":50},{"source":4,"target":51},{"source":4,"target":52},{"source":4,"target":53},{"source":4,"target":54},{"source":4,"target":55},{"source":48,"target":56},{"source":48,"target":4},{"source":49,"target":57},{"source":49,"target":4},{"source":50,"target":5},{"source":50,"target":58},{"source":50,"target":4},{"source":58,"target":5},{"source":51,"target":4},{"source":51,"target":59},{"source":51,"target":4},{"source":59,"target":4},{"source":52,"target":60},{"source":52,"target":4},{"source":53,"target":61},{"source":53,"target":4},{"source":54,"target":62},{"source":54,"target":4},{"source":55,"target":5},{"source":55,"target":63},{"source":55,"target":4},{"source":63,"target":5},{"source":5,"target":0},{"source":5,"target":8},{"source":5,"target":64},{"source":5,"target":65},{"source":5,"target":66},{"source":5,"target":67},{"source":5,"target":68},{"source":64,"target":4},{"source":64,"target":69},{"source":64,"target":5},{"source":69,"target":4},{"source":65,"target":2},{"source":65,"target":70},{"source":65,"target":5},{"source":70,"target":2},{"source":66,"target":5},{"source":66,"target":71},{"source":66,"target":5},{"source":71,"target":5},{"source":67,"target":4},{"source":67,"target":72},{"source":67,"target":5},{"source":72,"target":4},{"source":68,"target":8},{"source":6,"target":0},{"source":6,"target":73},{"source":6,"target":74},{"source":6,"target":75},{"source":73,"target":76},{"source":73,"target":6},{"source":74,"target":77},{"source":74,"target":6},{"source":75,"target":78},{"source":75,"target":6},{"source":7,"target":0},{"source":7,"target":79},{"source":7,"target":80},{"source":7,"target":81},{"source":7,"target":82},{"source":79,"target":83},{"source":79,"target":7},{"source":80,"target":84},{"source":80,"target":7},{"source":81,"target":85},{"source":81,"target":7},{"source":82,"target":86},{"source":82,"target":7},{"source":8,"target":0},{"source":8,"target":87},{"source":8,"target":88},{"source":8,"target":89},{"source":87,"target":6},{"source":87,"target":90},{"source":87,"target":8},{"source":90,"target":6},{"source":88,"target":7},{"source":88,"target":91},{"source":88,"target":8},{"source":91,"target":7},{"source":89,"target":92},{"source":89,"target":8}],"multigraph":true}
ecore
class-diagram
repo-ecore-all/data/celsobarreto/m3-benchmark/m3_benchmark/metamodels/UML_1.4.2_CD.ecore
UML_14 ModelElement name constraint comments supplierDependency clientDependency Feature owner ownerScope visibility NameSpace GeneralizableElement isRoot isLeaf isAbstract generalization specialization Parameter type feature kind defaultValue Constraint constrainedElement body Classifier feature typedParameter typedFeature powertypeRange association specifiedEnd StructuralFeature type multiplicity changeability targetScope ordering BehavioralFeature isQuery parameter Multiplicity range MultiplicityRange lower upper multiplicity Operation isRoot isLeaf isAbstract specification Method operation body Attribute initialValue associationEnd Relationship Generalization child parent powertype discriminator Association connection AssociationEnd association participant specification isNavigable aggregation multiplicity visibility targetScope changeability qualifier Class isActive AssociationClass Element Dependency supplier client Binding Abstraction Usage Permission Interface DataType Primitive Enumeration literal EnumerationLiteral enumeration Comment body annotatedElement ElementOwnership visibility isSpecification VisibilityKind public public protected protected private private package package OrderingKind unordered unordered ordered ordered AggregationKind none none aggregate aggregate composite composite ChangeableKind changeable changeable frozen frozen addOnly addOnly ScopeKind instance instance classifier classifier ParameterDirectionKind in in out out inout inout return return
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UML_14" nsURI="http://UML" nsPrefix="UML"> <eClassifiers xsi:type="ecore:EClass" name="ModelElement" abstract="true" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraint" upperBound="-1" eType="#//Constraint" eOpposite="#//Constraint/constrainedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1" eType="#//Comment" eOpposite="#//Comment/annotatedElement"/> <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:EClass" name="Feature" abstract="true" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//Classifier" eOpposite="#//Classifier/feature"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ownerScope" eType="#//ScopeKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NameSpace" abstract="true" eSuperTypes="#//ModelElement"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralizableElement" abstract="true" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRoot" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isLeaf" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" upperBound="-1" eType="#//Generalization" eOpposite="#//Generalization/child"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specialization" upperBound="-1" eType="#//Generalization" eOpposite="#//Generalization/parent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" abstract="true" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Classifier" eOpposite="#//Classifier/typedParameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="#//BehavioralFeature" eOpposite="#//BehavioralFeature/parameter"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//ParameterDirectionKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraint" abstract="true" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="constrainedElement" upperBound="-1" eType="#//ModelElement" eOpposite="#//ModelElement/constraint"/> <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="Classifier" abstract="true" eSuperTypes="#//NameSpace #//GeneralizableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" upperBound="-1" eType="#//Feature" containment="true" eOpposite="#//Feature/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typedParameter" upperBound="-1" eType="#//Parameter" eOpposite="#//Parameter/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typedFeature" upperBound="-1" eType="#//StructuralFeature" eOpposite="#//StructuralFeature/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="powertypeRange" upperBound="-1" eType="#//Generalization" eOpposite="#//Generalization/powertype"/> <eStructuralFeatures xsi:type="ecore:EReference" name="association" eType="#//AssociationEnd" eOpposite="#//AssociationEnd/participant"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specifiedEnd" eType="#//AssociationEnd" eOpposite="#//AssociationEnd/specification"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" abstract="true" eSuperTypes="#//Feature"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Classifier" eOpposite="#//Classifier/typedFeature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="multiplicity" eType="#//Multiplicity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeability" eType="#//ChangeableKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetScope" eType="#//ScopeKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordering" eType="#//OrderingKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" abstract="true" eSuperTypes="#//Feature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isQuery" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" upperBound="-1" eType="#//Parameter" containment="true" eOpposite="#//Parameter/feature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Multiplicity"> <eStructuralFeatures xsi:type="ecore:EReference" name="range" lowerBound="1" upperBound="-1" eType="#//MultiplicityRange" containment="true" eOpposite="#//MultiplicityRange/multiplicity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiplicityRange"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="multiplicity" lowerBound="1" eType="#//Multiplicity" eOpposite="#//Multiplicity/range"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRoot" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isLeaf" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="specification" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method" eSuperTypes="#//BehavioralFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" lowerBound="1" upperBound="-1" eType="#//Operation"/> <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="Attribute" eSuperTypes="#//StructuralFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="associationEnd" eType="#//AssociationEnd" eOpposite="#//AssociationEnd/qualifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Relationship" abstract="true" eSuperTypes="#//ModelElement"/> <eClassifiers xsi:type="ecore:EClass" name="Generalization" eSuperTypes="#//Relationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="child" upperBound="-1" eType="#//GeneralizableElement" eOpposite="#//GeneralizableElement/generalization"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" upperBound="-1" eType="#//GeneralizableElement" eOpposite="#//GeneralizableElement/specialization"/> <eStructuralFeatures xsi:type="ecore:EReference" name="powertype" eType="#//Classifier" eOpposite="#//Classifier/powertypeRange"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="discriminator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Relationship #//GeneralizableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="connection" lowerBound="2" upperBound="-1" eType="#//AssociationEnd" containment="true" eOpposite="#//AssociationEnd/association"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssociationEnd" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="association" lowerBound="1" eType="#//Association" eOpposite="#//Association/connection"/> <eStructuralFeatures xsi:type="ecore:EReference" name="participant" eType="#//Classifier" eOpposite="#//Classifier/association"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specification" eType="#//Classifier" eOpposite="#//Classifier/specifiedEnd"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isNavigable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aggregation" eType="#//AggregationKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="multiplicity" eType="#//Multiplicity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetScope" lowerBound="1" eType="#//ScopeKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeability" lowerBound="1" eType="#//ChangeableKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" eType="#//Attribute" containment="true" eOpposite="#//Attribute/associationEnd"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//Classifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isActive" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//Relationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="supplier" lowerBound="1" upperBound="-1" eType="#//ModelElement" eOpposite="#//ModelElement/supplierDependency"/> <eStructuralFeatures xsi:type="ecore:EReference" name="client" lowerBound="1" upperBound="-1" eType="#//ModelElement" eOpposite="#//ModelElement/clientDependency"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Binding" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Primitive" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="literal" lowerBound="1" upperBound="-1" eType="#//EnumerationLiteral" containment="true" eOpposite="#//EnumerationLiteral/enumeration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumeration" lowerBound="1" eType="#//Enumeration" eOpposite="#//Enumeration/literal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotatedElement" eType="#//ModelElement" eOpposite="#//ModelElement/comments"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementOwnership"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" lowerBound="1" eType="#//VisibilityKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSpecification" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eLiterals name="public"/> <eLiterals name="protected" value="1"/> <eLiterals name="private" value="2"/> <eLiterals name="package" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OrderingKind"> <eLiterals name="unordered"/> <eLiterals name="ordered" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AggregationKind"> <eLiterals name="none"/> <eLiterals name="aggregate" value="1"/> <eLiterals name="composite" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ChangeableKind"> <eLiterals name="changeable"/> <eLiterals name="frozen" value="1"/> <eLiterals name="addOnly" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ScopeKind"> <eLiterals name="instance"/> <eLiterals name="classifier" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ParameterDirectionKind"> <eLiterals name="in"/> <eLiterals name="out" value="1"/> <eLiterals name="inout" value="2"/> <eLiterals name="return" value="3"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"UML","nsURI":"http://UML","name":"UML_14","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameSpace","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizableElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Multiplicity","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityRange","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationEnd","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","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":"Comment","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementOwnership","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":34,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"OrderingKind","instanceClass":null,"id":35,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"AggregationKind","instanceClass":null,"id":36,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ChangeableKind","instanceClass":null,"id":37,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ScopeKind","instanceClass":null,"id":38,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterDirectionKind","instanceClass":null,"id":39,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":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":"constraint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"supplierDependency","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":"clientDependency","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":false,"unsettable":false,"transient":false,"unique":true,"name":"constrainedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"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":"annotatedElement","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"supplier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"id":53,"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":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":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ownerScope","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isRoot","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isLeaf","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":0,"iD":false,"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":"generalization","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":false,"unsettable":false,"transient":false,"unique":true,"name":"specialization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":77,"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":"feature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"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":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":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typedParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","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":false,"unsettable":false,"transient":false,"unique":true,"name":"typedFeature","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":"powertypeRange","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":"association","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specifiedEnd","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"},{"container":false,"ordered":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":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"powertype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"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":"participant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"multiplicity","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":"changeability","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetScope","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ordering","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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isQuery","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"range","changeable":true,"resolveProxies":true,"lowerBound":1,"id":122,"derived":false},{"id":123,"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":"multiplicity","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"lower","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":"upper","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,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isRoot","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isLeaf","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":"isAbstract","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"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":"operation","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"body","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"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":"initialValue","changeable":true,"lowerBound":0,"iD":false,"id":144,"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":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"discriminator","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connection","changeable":true,"resolveProxies":true,"lowerBound":2,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"association","changeable":true,"resolveProxies":true,"lowerBound":1,"id":161,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isNavigable","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aggregation","changeable":true,"lowerBound":0,"iD":false,"id":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":"multiplicity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"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":165,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetScope","changeable":true,"lowerBound":1,"iD":false,"id":166,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"changeability","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"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isActive","changeable":true,"lowerBound":1,"iD":false,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enumeration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":197,"derived":false},{"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":"body","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"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":203,"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":"isSpecification","changeable":true,"lowerBound":1,"iD":false,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"name":"public","id":207,"value":0,"literal":"public","eClass":"EEnumLiteral"},{"name":"protected","id":208,"value":1,"literal":"protected","eClass":"EEnumLiteral"},{"name":"private","id":209,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"package","id":210,"value":3,"literal":"package","eClass":"EEnumLiteral"},{"name":"unordered","id":211,"value":0,"literal":"unordered","eClass":"EEnumLiteral"},{"name":"ordered","id":212,"value":1,"literal":"ordered","eClass":"EEnumLiteral"},{"name":"none","id":213,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"aggregate","id":214,"value":1,"literal":"aggregate","eClass":"EEnumLiteral"},{"name":"composite","id":215,"value":2,"literal":"composite","eClass":"EEnumLiteral"},{"name":"changeable","id":216,"value":0,"literal":"changeable","eClass":"EEnumLiteral"},{"name":"frozen","id":217,"value":1,"literal":"frozen","eClass":"EEnumLiteral"},{"name":"addOnly","id":218,"value":2,"literal":"addOnly","eClass":"EEnumLiteral"},{"name":"instance","id":219,"value":0,"literal":"instance","eClass":"EEnumLiteral"},{"name":"classifier","id":220,"value":1,"literal":"classifier","eClass":"EEnumLiteral"},{"name":"in","id":221,"value":0,"literal":"in","eClass":"EEnumLiteral"},{"name":"out","id":222,"value":1,"literal":"out","eClass":"EEnumLiteral"},{"name":"inout","id":223,"value":2,"literal":"inout","eClass":"EEnumLiteral"},{"name":"return","id":224,"value":3,"literal":"return","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":1,"target":0},{"source":1,"target":21},{"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":40,"target":46},{"source":40,"target":1},{"source":41,"target":6},{"source":41,"target":47},{"source":41,"target":1},{"source":41,"target":48},{"source":47,"target":6},{"source":42,"target":32},{"source":42,"target":49},{"source":42,"target":1},{"source":42,"target":50},{"source":49,"target":32},{"source":43,"target":22},{"source":43,"target":51},{"source":43,"target":1},{"source":43,"target":52},{"source":51,"target":22},{"source":44,"target":22},{"source":44,"target":53},{"source":44,"target":1},{"source":44,"target":54},{"source":53,"target":22},{"source":45,"target":21},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":55},{"source":2,"target":56},{"source":2,"target":57},{"source":2,"target":58},{"source":55,"target":7},{"source":55,"target":59},{"source":55,"target":2},{"source":55,"target":60},{"source":59,"target":7},{"source":56,"target":38},{"source":56,"target":61},{"source":56,"target":2},{"source":61,"target":38},{"source":57,"target":34},{"source":57,"target":62},{"source":57,"target":2},{"source":62,"target":34},{"source":58,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":63},{"source":63,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":64},{"source":4,"target":65},{"source":4,"target":66},{"source":4,"target":67},{"source":4,"target":68},{"source":4,"target":69},{"source":64,"target":70},{"source":64,"target":4},{"source":65,"target":71},{"source":65,"target":4},{"source":66,"target":72},{"source":66,"target":4},{"source":67,"target":16},{"source":67,"target":73},{"source":67,"target":4},{"source":67,"target":74},{"source":73,"target":16},{"source":68,"target":16},{"source":68,"target":75},{"source":68,"target":4},{"source":68,"target":76},{"source":75,"target":16},{"source":69,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":77},{"source":5,"target":78},{"source":5,"target":79},{"source":5,"target":80},{"source":5,"target":81},{"source":77,"target":7},{"source":77,"target":82},{"source":77,"target":5},{"source":77,"target":83},{"source":82,"target":7},{"source":78,"target":9},{"source":78,"target":84},{"source":78,"target":5},{"source":78,"target":85},{"source":84,"target":9},{"source":79,"target":39},{"source":79,"target":86},{"source":79,"target":5},{"source":86,"target":39},{"source":80,"target":87},{"source":80,"target":5},{"source":81,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":48},{"source":6,"target":88},{"source":6,"target":89},{"source":48,"target":1},{"source":48,"target":90},{"source":48,"target":6},{"source":48,"target":41},{"source":90,"target":1},{"source":88,"target":91},{"source":88,"target":6},{"source":89,"target":1},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":4},{"source":7,"target":60},{"source":7,"target":83},{"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":60,"target":2},{"source":60,"target":98},{"source":60,"target":7},{"source":60,"target":55},{"source":98,"target":2},{"source":83,"target":5},{"source":83,"target":99},{"source":83,"target":7},{"source":83,"target":77},{"source":99,"target":5},{"source":92,"target":8},{"source":92,"target":100},{"source":92,"target":7},{"source":92,"target":101},{"source":100,"target":8},{"source":93,"target":16},{"source":93,"target":102},{"source":93,"target":7},{"source":93,"target":103},{"source":102,"target":16},{"source":94,"target":18},{"source":94,"target":104},{"source":94,"target":7},{"source":94,"target":105},{"source":104,"target":18},{"source":95,"target":18},{"source":95,"target":106},{"source":95,"target":7},{"source":95,"target":107},{"source":106,"target":18},{"source":96,"target":3},{"source":97,"target":4},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":101},{"source":8,"target":108},{"source":8,"target":109},{"source":8,"target":110},{"source":8,"target":111},{"source":8,"target":112},{"source":101,"target":7},{"source":101,"target":113},{"source":101,"target":8},{"source":101,"target":92},{"source":113,"target":7},{"source":108,"target":10},{"source":108,"target":114},{"source":108,"target":8},{"source":114,"target":10},{"source":109,"target":37},{"source":109,"target":115},{"source":109,"target":8},{"source":115,"target":37},{"source":110,"target":38},{"source":110,"target":116},{"source":110,"target":8},{"source":116,"target":38},{"source":111,"target":35},{"source":111,"target":117},{"source":111,"target":8},{"source":117,"target":35},{"source":112,"target":2},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":118},{"source":9,"target":85},{"source":9,"target":119},{"source":118,"target":120},{"source":118,"target":9},{"source":85,"target":5},{"source":85,"target":121},{"source":85,"target":9},{"source":85,"target":78},{"source":121,"target":5},{"source":119,"target":2},{"source":10,"target":0},{"source":10,"target":122},{"source":122,"target":11},{"source":122,"target":123},{"source":122,"target":10},{"source":122,"target":124},{"source":123,"target":11},{"source":11,"target":0},{"source":11,"target":125},{"source":11,"target":126},{"source":11,"target":124},{"source":125,"target":127},{"source":125,"target":11},{"source":126,"target":128},{"source":126,"target":11},{"source":124,"target":10},{"source":124,"target":129},{"source":124,"target":11},{"source":124,"target":122},{"source":129,"target":10},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":130},{"source":12,"target":131},{"source":12,"target":132},{"source":12,"target":133},{"source":12,"target":134},{"source":130,"target":135},{"source":130,"target":12},{"source":131,"target":136},{"source":131,"target":12},{"source":132,"target":137},{"source":132,"target":12},{"source":133,"target":138},{"source":133,"target":12},{"source":134,"target":9},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":139},{"source":13,"target":140},{"source":13,"target":141},{"source":139,"target":12},{"source":139,"target":142},{"source":139,"target":13},{"source":142,"target":12},{"source":140,"target":143},{"source":140,"target":13},{"source":141,"target":9},{"source":14,"target":0},{"source":14,"target":8},{"source":14,"target":144},{"source":14,"target":145},{"source":14,"target":146},{"source":144,"target":147},{"source":144,"target":14},{"source":145,"target":18},{"source":145,"target":148},{"source":145,"target":14},{"source":145,"target":149},{"source":148,"target":18},{"source":146,"target":8},{"source":15,"target":0},{"source":15,"target":1},{"source":15,"target":150},{"source":150,"target":1},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":74},{"source":16,"target":76},{"source":16,"target":103},{"source":16,"target":151},{"source":16,"target":152},{"source":74,"target":4},{"source":74,"target":153},{"source":74,"target":16},{"source":74,"target":67},{"source":153,"target":4},{"source":76,"target":4},{"source":76,"target":154},{"source":76,"target":16},{"source":76,"target":68},{"source":154,"target":4},{"source":103,"target":7},{"source":103,"target":155},{"source":103,"target":16},{"source":103,"target":93},{"source":155,"target":7},{"source":151,"target":156},{"source":151,"target":16},{"source":152,"target":15},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":4},{"source":17,"target":157},{"source":17,"target":158},{"source":17,"target":159},{"source":157,"target":18},{"source":157,"target":160},{"source":157,"target":17},{"source":157,"target":161},{"source":160,"target":18},{"source":158,"target":15},{"source":159,"target":4},{"source":18,"target":0},{"source":18,"target":1},{"source":18,"target":161},{"source":18,"target":105},{"source":18,"target":107},{"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":18,"target":149},{"source":18,"target":168},{"source":161,"target":17},{"source":161,"target":169},{"source":161,"target":18},{"source":161,"target":157},{"source":169,"target":17},{"source":105,"target":7},{"source":105,"target":170},{"source":105,"target":18},{"source":105,"target":94},{"source":170,"target":7},{"source":107,"target":7},{"source":107,"target":171},{"source":107,"target":18},{"source":107,"target":95},{"source":171,"target":7},{"source":162,"target":172},{"source":162,"target":18},{"source":163,"target":36},{"source":163,"target":173},{"source":163,"target":18},{"source":173,"target":36},{"source":164,"target":10},{"source":164,"target":174},{"source":164,"target":18},{"source":174,"target":10},{"source":165,"target":34},{"source":165,"target":175},{"source":165,"target":18},{"source":175,"target":34},{"source":166,"target":38},{"source":166,"target":176},{"source":166,"target":18},{"source":176,"target":38},{"source":167,"target":37},{"source":167,"target":177},{"source":167,"target":18},{"source":177,"target":37},{"source":149,"target":14},{"source":149,"target":178},{"source":149,"target":18},{"source":149,"target":145},{"source":178,"target":14},{"source":168,"target":1},{"source":19,"target":0},{"source":19,"target":7},{"source":19,"target":179},{"source":19,"target":180},{"source":179,"target":181},{"source":179,"target":19},{"source":180,"target":7},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":17},{"source":20,"target":182},{"source":20,"target":183},{"source":182,"target":19},{"source":183,"target":17},{"source":21,"target":0},{"source":22,"target":0},{"source":22,"target":15},{"source":22,"target":52},{"source":22,"target":54},{"source":22,"target":184},{"source":52,"target":1},{"source":52,"target":185},{"source":52,"target":22},{"source":52,"target":43},{"source":185,"target":1},{"source":54,"target":1},{"source":54,"target":186},{"source":54,"target":22},{"source":54,"target":44},{"source":186,"target":1},{"source":184,"target":15},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":187},{"source":187,"target":22},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":188},{"source":188,"target":22},{"source":25,"target":0},{"source":25,"target":22},{"source":25,"target":189},{"source":189,"target":22},{"source":26,"target":0},{"source":26,"target":22},{"source":26,"target":190},{"source":190,"target":22},{"source":27,"target":0},{"source":27,"target":7},{"source":27,"target":191},{"source":191,"target":7},{"source":28,"target":0},{"source":28,"target":7},{"source":28,"target":192},{"source":192,"target":7},{"source":29,"target":0},{"source":29,"target":28},{"source":29,"target":193},{"source":193,"target":28},{"source":30,"target":0},{"source":30,"target":28},{"source":30,"target":194},{"source":30,"target":195},{"source":194,"target":31},{"source":194,"target":196},{"source":194,"target":30},{"source":194,"target":197},{"source":196,"target":31},{"source":195,"target":28},{"source":31,"target":0},{"source":31,"target":1},{"source":31,"target":197},{"source":31,"target":198},{"source":197,"target":30},{"source":197,"target":199},{"source":197,"target":31},{"source":197,"target":194},{"source":199,"target":30},{"source":198,"target":1},{"source":32,"target":0},{"source":32,"target":200},{"source":32,"target":50},{"source":200,"target":201},{"source":200,"target":32},{"source":50,"target":1},{"source":50,"target":202},{"source":50,"target":32},{"source":50,"target":42},{"source":202,"target":1},{"source":33,"target":0},{"source":33,"target":203},{"source":33,"target":204},{"source":203,"target":34},{"source":203,"target":205},{"source":203,"target":33},{"source":205,"target":34},{"source":204,"target":206},{"source":204,"target":33},{"source":34,"target":0},{"source":34,"target":207},{"source":34,"target":208},{"source":34,"target":209},{"source":34,"target":210},{"source":207,"target":34},{"source":208,"target":34},{"source":209,"target":34},{"source":210,"target":34},{"source":35,"target":0},{"source":35,"target":211},{"source":35,"target":212},{"source":211,"target":35},{"source":212,"target":35},{"source":36,"target":0},{"source":36,"target":213},{"source":36,"target":214},{"source":36,"target":215},{"source":213,"target":36},{"source":214,"target":36},{"source":215,"target":36},{"source":37,"target":0},{"source":37,"target":216},{"source":37,"target":217},{"source":37,"target":218},{"source":216,"target":37},{"source":217,"target":37},{"source":218,"target":37},{"source":38,"target":0},{"source":38,"target":219},{"source":38,"target":220},{"source":219,"target":38},{"source":220,"target":38},{"source":39,"target":0},{"source":39,"target":221},{"source":39,"target":222},{"source":39,"target":223},{"source":39,"target":224},{"source":221,"target":39},{"source":222,"target":39},{"source":223,"target":39},{"source":224,"target":39}],"multigraph":true}
ecore
class-diagram
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/damenac/puzzle/plugins/fr.inria.diverse.puzzle.metrics/testdata/ClassDiagram.ecore
classdiagram Diagram classes associations types generalizations Association name source target sourceMultiplicity targetMultiplicity Class name attribute is_persistent true method Aggregation Composition Dependency Generalization source target Interface name attribute method InterfaceRealization source target Realization source target Attribute type name is_primary true PrimitiveDataType name AttributeValue Method name
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="classdiagram" nsURI="http://classdiagram.ecore" nsPrefix="classdiagram"> <eClassifiers xsi:type="ecore:EClass" name="Diagram"> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" lowerBound="1" upperBound="-1" eType="#//Class" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="associations" upperBound="-1" eType="#//Association" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//PrimitiveDataType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generalizations" upperBound="-1" eType="#//Generalization" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Association"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Class"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceMultiplicity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetMultiplicity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//AttributeValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="is_persistent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="method" upperBound="-1" eType="#//Method" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Aggregation" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Composition" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Generalization"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="method" upperBound="-1" eType="#//Method" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceRealization"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" upperBound="-1" eType="#//Interface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" upperBound="-1" eType="#//Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Realization"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" upperBound="-1" eType="#//Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//AttributeValue"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="is_primary" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveDataType" eSuperTypes="#//AttributeValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeValue" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Method"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"classdiagram","nsURI":"http://classdiagram.ecore","name":"classdiagram","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Diagram","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Aggregation","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Composition","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceRealization","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveDataType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeValue","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"associations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generalizations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceMultiplicity","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetMultiplicity","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"is_persistent","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"is_primary","changeable":true,"lowerBound":1,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":15,"target":3},{"source":15,"target":19},{"source":15,"target":1},{"source":19,"target":3},{"source":16,"target":2},{"source":16,"target":20},{"source":16,"target":1},{"source":20,"target":2},{"source":17,"target":12},{"source":17,"target":21},{"source":17,"target":1},{"source":21,"target":12},{"source":18,"target":7},{"source":18,"target":22},{"source":18,"target":1},{"source":22,"target":7},{"source":2,"target":0},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":23,"target":28},{"source":23,"target":2},{"source":24,"target":3},{"source":24,"target":29},{"source":24,"target":2},{"source":29,"target":3},{"source":25,"target":3},{"source":25,"target":30},{"source":25,"target":2},{"source":30,"target":3},{"source":26,"target":31},{"source":26,"target":2},{"source":27,"target":32},{"source":27,"target":2},{"source":3,"target":0},{"source":3,"target":13},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":33,"target":38},{"source":33,"target":3},{"source":34,"target":11},{"source":34,"target":39},{"source":34,"target":3},{"source":39,"target":11},{"source":35,"target":40},{"source":35,"target":3},{"source":36,"target":14},{"source":36,"target":41},{"source":36,"target":3},{"source":41,"target":14},{"source":37,"target":13},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":42},{"source":42,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":43},{"source":43,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":44},{"source":44,"target":2},{"source":7,"target":0},{"source":7,"target":45},{"source":7,"target":46},{"source":45,"target":3},{"source":45,"target":47},{"source":45,"target":7},{"source":47,"target":3},{"source":46,"target":3},{"source":46,"target":48},{"source":46,"target":7},{"source":48,"target":3},{"source":8,"target":0},{"source":8,"target":49},{"source":8,"target":50},{"source":8,"target":51},{"source":49,"target":52},{"source":49,"target":8},{"source":50,"target":11},{"source":50,"target":53},{"source":50,"target":8},{"source":53,"target":11},{"source":51,"target":14},{"source":51,"target":54},{"source":51,"target":8},{"source":54,"target":14},{"source":9,"target":0},{"source":9,"target":55},{"source":9,"target":56},{"source":55,"target":8},{"source":55,"target":57},{"source":55,"target":9},{"source":57,"target":8},{"source":56,"target":3},{"source":56,"target":58},{"source":56,"target":9},{"source":58,"target":3},{"source":10,"target":0},{"source":10,"target":59},{"source":10,"target":60},{"source":59,"target":3},{"source":59,"target":61},{"source":59,"target":10},{"source":61,"target":3},{"source":60,"target":3},{"source":60,"target":62},{"source":60,"target":10},{"source":62,"target":3},{"source":11,"target":0},{"source":11,"target":63},{"source":11,"target":64},{"source":11,"target":65},{"source":63,"target":13},{"source":63,"target":66},{"source":63,"target":11},{"source":66,"target":13},{"source":64,"target":67},{"source":64,"target":11},{"source":65,"target":68},{"source":65,"target":11},{"source":12,"target":0},{"source":12,"target":13},{"source":12,"target":69},{"source":12,"target":70},{"source":69,"target":71},{"source":69,"target":12},{"source":70,"target":13},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":72},{"source":72,"target":73},{"source":72,"target":14}],"multigraph":true}
ecore
workflow
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset-mtl/repos/voblivion/ENSEEIHT/2A/GenieLogicielEtSystemes/TP5/SimplePDL.ecore
simplepdl WorkSequenceType startToStart startToStart finishToStart finishToStart startToFinish startToFinish finishToFinish finishToFinish Process name activities workSequences WorkDefinition linksToPredecessors linksToSuccessors name WorkSequence linkType predecessor successor
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="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="activities" lowerBound="1" upperBound="-1" eType="#//WorkDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="workSequences" upperBound="-1" eType="#//WorkSequence" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkDefinition"> <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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkSequence"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linkType" lowerBound="1" eType="#//WorkSequenceType"/> <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"/> </eClassifiers> </ecore:EPackage>
false
{"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"},{"name":"startToStart","id":5,"value":0,"literal":"startToStart","eClass":"EEnumLiteral"},{"name":"finishToStart","id":6,"value":1,"literal":"finishToStart","eClass":"EEnumLiteral"},{"name":"startToFinish","id":7,"value":2,"literal":"startToFinish","eClass":"EEnumLiteral"},{"name":"finishToFinish","id":8,"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":9,"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":"activities","changeable":true,"resolveProxies":true,"lowerBound":1,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"workSequences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linksToPredecessors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linksToSuccessors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":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":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predecessor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"id":22,"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":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":5,"target":1},{"source":6,"target":1},{"source":7,"target":1},{"source":8,"target":1},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":9,"target":12},{"source":9,"target":2},{"source":10,"target":3},{"source":10,"target":13},{"source":10,"target":2},{"source":13,"target":3},{"source":11,"target":4},{"source":11,"target":14},{"source":11,"target":2},{"source":14,"target":4},{"source":3,"target":0},{"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":4},{"source":16,"target":20},{"source":16,"target":3},{"source":16,"target":21},{"source":20,"target":4},{"source":17,"target":22},{"source":17,"target":3},{"source":4,"target":0},{"source":4,"target":23},{"source":4,"target":21},{"source":4,"target":19},{"source":23,"target":1},{"source":23,"target":24},{"source":23,"target":4},{"source":24,"target":1},{"source":21,"target":3},{"source":21,"target":25},{"source":21,"target":4},{"source":21,"target":16},{"source":25,"target":3},{"source":19,"target":3},{"source":19,"target":26},{"source":19,"target":4},{"source":19,"target":15},{"source":26,"target":3}],"multigraph":true}
ecore
people
repo-ecore-all/data/akravets/free.akravets.sandbox.emf.validation/model/person.ecore
person AgeType java.math.BigInteger java.math.BigInteger CompanyType person DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation company EmailType java.lang.String java.lang.String PersonType age country Netherlands email name
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="person" nsURI="person" nsPrefix="person"> <eClassifiers xsi:type="ecore:EDataType" name="AgeType" instanceClassName="java.math.BigInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="age_type"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#integer"/> <details key="minExclusive" value="0"/> <details key="maxInclusive" value="200"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompanyType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="company_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="person" lowerBound="1" eType="#//PersonType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="person"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocumentRoot"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xmlns:prefix"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xsi:schemaLocation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="company" upperBound="-2" eType="#//CompanyType" 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="company"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EmailType" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="email_type"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/> <details key="pattern" value=".+@.+"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PersonType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="person_type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="age" lowerBound="1" eType="#//AgeType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="age"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="country" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="Netherlands" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="country"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="email" eType="#//EmailType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="email"/> </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> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"person","nsURI":"person","name":"person","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.math.BigInteger","defaultValue":null,"instanceClassName":"java.math.BigInteger","name":"AgeType","instanceClass":"java.math.BigInteger","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompanyType","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":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"EmailType","instanceClass":"java.lang.String","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PersonType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"person","changeable":true,"resolveProxies":false,"lowerBound":1,"id":6,"derived":false},{"id":7,"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":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":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":10,"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":"company","changeable":true,"resolveProxies":false,"lowerBound":0,"id":11,"derived":true},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"age","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Netherlands","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Netherlands","unsettable":true,"transient":false,"unique":true,"name":"country","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":"email","changeable":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":6},{"source":6,"target":5},{"source":6,"target":7},{"source":6,"target":2},{"source":7,"target":5},{"source":3,"target":0},{"source":3,"target":8},{"source":3,"target":9},{"source":3,"target":10},{"source":3,"target":11},{"source":8,"target":12},{"source":8,"target":3},{"source":9,"target":13},{"source":9,"target":3},{"source":10,"target":14},{"source":10,"target":3},{"source":11,"target":2},{"source":11,"target":15},{"source":11,"target":3},{"source":15,"target":2},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":16},{"source":5,"target":17},{"source":5,"target":18},{"source":5,"target":19},{"source":16,"target":1},{"source":16,"target":20},{"source":16,"target":5},{"source":20,"target":1},{"source":17,"target":21},{"source":17,"target":5},{"source":18,"target":4},{"source":18,"target":22},{"source":18,"target":5},{"source":22,"target":4},{"source":19,"target":23},{"source":19,"target":5}],"multigraph":true}
ecore
transformation
repo-ecore-all/data/arcadien/emf4cpp/emf4cpp/emf4cpp/emf4cpp.tests/xpand/xpand3.ecore
xpand3 SyntaxElement line start end fileName File imports declarations ImportStatement importedId exported Identifier value DeclaredParameter name type expression AbstractExpression BooleanOperation Cast type target ChainExpression first next ConstructorCallExpression type FeatureCall target name CollectionExpression closure eleName OperationCall params TypeSelectExpression typeLiteral GlobalVarExpression globalVarName IfExpression condition thenPart elsePart LetExpression varExpression targetExpression varName ListLiteral elements Literal literalValue BooleanLiteral IntegerLiteral NullLiteral RealLiteral StringLiteral SwitchExpression switchExpr defaultExpr cases Case condition thenPart BinaryOperation left right operator UnaryOperation operator operand statement AbstractStatement ExpandStatement foreach parameters separator target definition ExpressionStatement expression ErrorStatement message AbstractStatementWithBody body FileStatement fileNameExpression outletNameIdentifier once ForEachStatement target separator variable iteratorName IfStatement condition elseIf LetStatement varName varValue ProtectStatement commentStart commentEnd id disable TextStatement value deleteLine declaration AbstractDeclaration owner params isPrivate guard AbstractNamedDeclaration name Definition body Extension cached body returnType AbstractAspect pointcut wildparams ExtensionAspect expression DefinitionAspect body Check errorSeverity msg constraint feature CreateExtension toBeCreated JavaExtension javaType javaMethod javaParamTypes
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="xpand3" nsURI="http://www.eclipse.org/m2t/xpand/xpand3" nsPrefix="xpand3"> <eClassifiers xsi:type="ecore:EClass" name="SyntaxElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="line" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="start" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="end" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <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="File" eSuperTypes="#//SyntaxElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//ImportStatement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="declarations" lowerBound="1" upperBound="-1" eType="#//declaration/AbstractDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImportStatement" eSuperTypes="#//SyntaxElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="importedId" eType="#//Identifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Identifier" eSuperTypes="#//SyntaxElement"> <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="DeclaredParameter" eSuperTypes="#//SyntaxElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Identifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Identifier" containment="true"/> </eClassifiers> <eSubpackages name="expression" nsURI="http://www.eclipse.org/m2t/xpand/xpand3/expression" nsPrefix="expression"> <eClassifiers xsi:type="ecore:EClass" name="AbstractExpression" abstract="true" eSuperTypes="#//SyntaxElement"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanOperation" eSuperTypes="#//expression/BinaryOperation"/> <eClassifiers xsi:type="ecore:EClass" name="Cast" eSuperTypes="#//expression/AbstractExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Identifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//expression/AbstractExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChainExpression" eSuperTypes="#//expression/AbstractExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="first" eType="#//expression/AbstractExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="next" eType="#//expression/AbstractExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstructorCallExpression" eSuperTypes="#//expression/AbstractExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Identifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureCall" eSuperTypes="#//expression/AbstractExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//expression/AbstractExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Identifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionExpression" eSuperTypes="#//expression/FeatureCall"> <eStructuralFeatures xsi:type="ecore:EReference" name="closure" eType="#//expression/AbstractExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eleName" eType="#//Identifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationCall" eSuperTypes="#//expression/FeatureCall"> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//expression/AbstractExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeSelectExpression" eSuperTypes="#//expression/FeatureCall"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeLiteral" eType="#//Identifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GlobalVarExpression" eSuperTypes="#//expression/AbstractExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="globalVarName" eType="#//Identifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfExpression" eSuperTypes="#//expression/AbstractExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//expression/AbstractExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenPart" eType="#//expression/AbstractExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elsePart" eType="#//expression/AbstractExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LetExpression" eSuperTypes="#//expression/AbstractExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="varExpression" eType="#//expression/AbstractExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetExpression" eType="#//expression/AbstractExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="varName" eType="#//Identifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListLiteral" eSuperTypes="#//expression/AbstractExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//expression/AbstractExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Literal" abstract="true" eSuperTypes="#//expression/AbstractExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="literalValue" eType="#//Identifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//expression/Literal"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerLiteral" eSuperTypes="#//expression/Literal"/> <eClassifiers xsi:type="ecore:EClass" name="NullLiteral" eSuperTypes="#//expression/Literal"/> <eClassifiers xsi:type="ecore:EClass" name="RealLiteral" eSuperTypes="#//expression/Literal"/> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//expression/Literal"/> <eClassifiers xsi:type="ecore:EClass" name="SwitchExpression" eSuperTypes="#//expression/AbstractExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="switchExpr" eType="#//expression/AbstractExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultExpr" eType="#//expression/AbstractExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cases" upperBound="-1" eType="#//expression/Case" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Case" eSuperTypes="#//SyntaxElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//expression/AbstractExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenPart" eType="#//expression/AbstractExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryOperation" eSuperTypes="#//expression/AbstractExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//expression/AbstractExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//expression/AbstractExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operator" eType="#//Identifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryOperation" eSuperTypes="#//expression/AbstractExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="operator" eType="#//Identifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" eType="#//expression/AbstractExpression"/> </eClassifiers> </eSubpackages> <eSubpackages name="statement" nsURI="http://www.eclipse.org/m2t/xpand/xpand3/statement" nsPrefix="statement"> <eClassifiers xsi:type="ecore:EClass" name="AbstractStatement" abstract="true" eSuperTypes="#//SyntaxElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExpandStatement" eSuperTypes="#//statement/AbstractStatement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="foreach" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//expression/AbstractExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="separator" eType="#//expression/AbstractExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//expression/AbstractExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" lowerBound="1" eType="#//Identifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="#//statement/AbstractStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//expression/AbstractExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ErrorStatement" eSuperTypes="#//statement/AbstractStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="message" lowerBound="1" eType="#//expression/AbstractExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractStatementWithBody" abstract="true" eSuperTypes="#//statement/AbstractStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" upperBound="-1" eType="#//statement/AbstractStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileStatement" eSuperTypes="#//statement/AbstractStatementWithBody"> <eStructuralFeatures xsi:type="ecore:EReference" name="fileNameExpression" eType="#//expression/AbstractExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outletNameIdentifier" eType="#//Identifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="once" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForEachStatement" eSuperTypes="#//statement/AbstractStatementWithBody"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//expression/AbstractExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="separator" eType="#//expression/AbstractExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Identifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iteratorName" eType="#//Identifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//statement/AbstractStatementWithBody"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//expression/AbstractExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseIf" eType="#//statement/IfStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LetStatement" eSuperTypes="#//statement/AbstractStatementWithBody"> <eStructuralFeatures xsi:type="ecore:EReference" name="varName" eType="#//Identifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="varValue" eType="#//expression/AbstractExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProtectStatement" eSuperTypes="#//statement/AbstractStatementWithBody"> <eStructuralFeatures xsi:type="ecore:EReference" name="commentStart" eType="#//expression/AbstractExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commentEnd" eType="#//expression/AbstractExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="id" eType="#//expression/AbstractExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="disable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextStatement" eSuperTypes="#//statement/AbstractStatement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deleteLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> </eSubpackages> <eSubpackages name="declaration" nsURI="http://www.eclipse.org/m2t/xpand/xpand3/declaration" nsPrefix="declaration"> <eClassifiers xsi:type="ecore:EClass" name="AbstractDeclaration" abstract="true" eSuperTypes="#//SyntaxElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//File" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//DeclaredParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPrivate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="#//expression/AbstractExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractNamedDeclaration" abstract="true" eSuperTypes="#//declaration/AbstractDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Identifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Definition" eSuperTypes="#//declaration/AbstractNamedDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#//statement/AbstractStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//declaration/AbstractNamedDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cached" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//expression/AbstractExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//Identifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractAspect" abstract="true" eSuperTypes="#//declaration/AbstractDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="pointcut" eType="#//Identifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wildparams" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtensionAspect" eSuperTypes="#//declaration/AbstractAspect"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//expression/AbstractExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefinitionAspect" eSuperTypes="#//declaration/AbstractAspect"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#//statement/AbstractStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Check" eSuperTypes="#//declaration/AbstractDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="errorSeverity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="msg" eType="#//expression/AbstractExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraint" eType="#//expression/AbstractExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="feature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CreateExtension" eSuperTypes="#//declaration/Extension"> <eStructuralFeatures xsi:type="ecore:EReference" name="toBeCreated" eType="#//DeclaredParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JavaExtension" eSuperTypes="#//declaration/AbstractNamedDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="javaType" eType="#//Identifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="javaMethod" eType="#//Identifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="javaParamTypes" upperBound="-1" eType="#//Identifier" containment="true"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"xpand3","nsURI":"http://www.eclipse.org/m2t/xpand/xpand3","name":"xpand3","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SyntaxElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"File","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportStatement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Identifier","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeclaredParameter","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"nsPrefix":"expression","nsURI":"http://www.eclipse.org/m2t/xpand/xpand3/expression","name":"expression","id":6,"eClass":"EPackage"},{"nsPrefix":"statement","nsURI":"http://www.eclipse.org/m2t/xpand/xpand3/statement","name":"statement","id":7,"eClass":"EPackage"},{"nsPrefix":"declaration","nsURI":"http://www.eclipse.org/m2t/xpand/xpand3/declaration","name":"declaration","id":8,"eClass":"EPackage"},{"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":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"start","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"end","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":"fileName","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"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":"declarations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractDeclaration","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"importedId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exported","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractExpression","instanceClass":null,"abstract":true,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanOperation","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cast","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChainExpression","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorCallExpression","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureCall","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionExpression","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCall","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeSelectExpression","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalVarExpression","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExpression","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExpression","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListLiteral","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":true,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteral","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteral","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteral","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchExpression","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Case","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryOperation","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryOperation","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"next","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","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":"name","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":"closure","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":"eleName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","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":true,"unsettable":false,"transient":false,"unique":true,"name":"typeLiteral","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"globalVarName","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":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","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":true,"unsettable":false,"transient":false,"unique":true,"name":"thenPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elsePart","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"varExpression","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":"targetExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"varName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"literalValue","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"},{"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":"switchExpr","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":"defaultExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cases","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":false,"ordered":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":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":"thenPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","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":"operator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"operand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractStatement","instanceClass":null,"abstract":true,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpandStatement","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ErrorStatement","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractStatementWithBody","instanceClass":null,"abstract":true,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileStatement","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForEachStatement","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetStatement","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtectStatement","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextStatement","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"id":153,"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":"foreach","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"container":false,"ordered":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":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":"separator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"container":false,"ordered":true,"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":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"container":false,"ordered":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":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"resolveProxies":true,"lowerBound":1,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"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":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fileNameExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outletNameIdentifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"once","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","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":"separator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","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":"iteratorName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"elseIf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"varName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"varValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"commentStart","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":"commentEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"disable","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"},{"id":208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":209,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"deleteLine","changeable":true,"lowerBound":0,"iD":false,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractNamedDeclaration","instanceClass":null,"abstract":true,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Definition","instanceClass":null,"abstract":false,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractAspect","instanceClass":null,"abstract":true,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionAspect","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefinitionAspect","instanceClass":null,"abstract":false,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Check","instanceClass":null,"abstract":false,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateExtension","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaExtension","instanceClass":null,"abstract":false,"id":222,"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":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":223,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isPrivate","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":true,"unsettable":false,"transient":false,"unique":true,"name":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cached","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":239,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pointcut","changeable":true,"resolveProxies":true,"lowerBound":0,"id":245,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wildparams","changeable":true,"lowerBound":0,"iD":false,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"id":255,"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":"errorSeverity","changeable":true,"lowerBound":0,"iD":false,"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":"msg","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":"constraint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"lowerBound":0,"iD":false,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toBeCreated","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"javaType","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":"javaMethod","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"javaParamTypes","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":9,"target":13},{"source":9,"target":1},{"source":10,"target":14},{"source":10,"target":1},{"source":11,"target":15},{"source":11,"target":1},{"source":12,"target":16},{"source":12,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":17,"target":3},{"source":17,"target":20},{"source":17,"target":2},{"source":20,"target":3},{"source":18,"target":21},{"source":18,"target":22},{"source":18,"target":2},{"source":22,"target":21},{"source":19,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":23,"target":4},{"source":23,"target":26},{"source":23,"target":3},{"source":26,"target":4},{"source":24,"target":27},{"source":24,"target":3},{"source":25,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":28},{"source":4,"target":29},{"source":28,"target":30},{"source":28,"target":4},{"source":29,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":31},{"source":5,"target":32},{"source":5,"target":33},{"source":31,"target":4},{"source":31,"target":34},{"source":31,"target":5},{"source":34,"target":4},{"source":32,"target":4},{"source":32,"target":35},{"source":32,"target":5},{"source":35,"target":4},{"source":33,"target":1},{"source":6,"target":36},{"source":6,"target":37},{"source":6,"target":38},{"source":6,"target":39},{"source":6,"target":40},{"source":6,"target":41},{"source":6,"target":42},{"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":6,"target":50},{"source":6,"target":51},{"source":6,"target":52},{"source":6,"target":53},{"source":6,"target":54},{"source":6,"target":55},{"source":6,"target":56},{"source":6,"target":57},{"source":6,"target":58},{"source":6,"target":0},{"source":36,"target":6},{"source":36,"target":1},{"source":36,"target":59},{"source":59,"target":1},{"source":37,"target":6},{"source":37,"target":57},{"source":37,"target":60},{"source":60,"target":57},{"source":38,"target":6},{"source":38,"target":36},{"source":38,"target":61},{"source":38,"target":62},{"source":38,"target":63},{"source":61,"target":4},{"source":61,"target":64},{"source":61,"target":38},{"source":64,"target":4},{"source":62,"target":36},{"source":62,"target":65},{"source":62,"target":38},{"source":65,"target":36},{"source":63,"target":36},{"source":39,"target":6},{"source":39,"target":36},{"source":39,"target":66},{"source":39,"target":67},{"source":39,"target":68},{"source":66,"target":36},{"source":66,"target":69},{"source":66,"target":39},{"source":69,"target":36},{"source":67,"target":36},{"source":67,"target":70},{"source":67,"target":39},{"source":70,"target":36},{"source":68,"target":36},{"source":40,"target":6},{"source":40,"target":36},{"source":40,"target":71},{"source":40,"target":72},{"source":71,"target":4},{"source":71,"target":73},{"source":71,"target":40},{"source":73,"target":4},{"source":72,"target":36},{"source":41,"target":6},{"source":41,"target":36},{"source":41,"target":74},{"source":41,"target":75},{"source":41,"target":76},{"source":74,"target":36},{"source":74,"target":77},{"source":74,"target":41},{"source":77,"target":36},{"source":75,"target":4},{"source":75,"target":78},{"source":75,"target":41},{"source":78,"target":4},{"source":76,"target":36},{"source":42,"target":6},{"source":42,"target":41},{"source":42,"target":79},{"source":42,"target":80},{"source":42,"target":81},{"source":79,"target":36},{"source":79,"target":82},{"source":79,"target":42},{"source":82,"target":36},{"source":80,"target":4},{"source":80,"target":83},{"source":80,"target":42},{"source":83,"target":4},{"source":81,"target":41},{"source":43,"target":6},{"source":43,"target":41},{"source":43,"target":84},{"source":43,"target":85},{"source":84,"target":36},{"source":84,"target":86},{"source":84,"target":43},{"source":86,"target":36},{"source":85,"target":41},{"source":44,"target":6},{"source":44,"target":41},{"source":44,"target":87},{"source":44,"target":88},{"source":87,"target":4},{"source":87,"target":89},{"source":87,"target":44},{"source":89,"target":4},{"source":88,"target":41},{"source":45,"target":6},{"source":45,"target":36},{"source":45,"target":90},{"source":45,"target":91},{"source":90,"target":4},{"source":90,"target":92},{"source":90,"target":45},{"source":92,"target":4},{"source":91,"target":36},{"source":46,"target":6},{"source":46,"target":36},{"source":46,"target":93},{"source":46,"target":94},{"source":46,"target":95},{"source":46,"target":96},{"source":93,"target":36},{"source":93,"target":97},{"source":93,"target":46},{"source":97,"target":36},{"source":94,"target":36},{"source":94,"target":98},{"source":94,"target":46},{"source":98,"target":36},{"source":95,"target":36},{"source":95,"target":99},{"source":95,"target":46},{"source":99,"target":36},{"source":96,"target":36},{"source":47,"target":6},{"source":47,"target":36},{"source":47,"target":100},{"source":47,"target":101},{"source":47,"target":102},{"source":47,"target":103},{"source":100,"target":36},{"source":100,"target":104},{"source":100,"target":47},{"source":104,"target":36},{"source":101,"target":36},{"source":101,"target":105},{"source":101,"target":47},{"source":105,"target":36},{"source":102,"target":4},{"source":102,"target":106},{"source":102,"target":47},{"source":106,"target":4},{"source":103,"target":36},{"source":48,"target":6},{"source":48,"target":36},{"source":48,"target":107},{"source":48,"target":108},{"source":107,"target":36},{"source":107,"target":109},{"source":107,"target":48},{"source":109,"target":36},{"source":108,"target":36},{"source":49,"target":6},{"source":49,"target":36},{"source":49,"target":110},{"source":49,"target":111},{"source":110,"target":4},{"source":110,"target":112},{"source":110,"target":49},{"source":112,"target":4},{"source":111,"target":36},{"source":50,"target":6},{"source":50,"target":49},{"source":50,"target":113},{"source":113,"target":49},{"source":51,"target":6},{"source":51,"target":49},{"source":51,"target":114},{"source":114,"target":49},{"source":52,"target":6},{"source":52,"target":49},{"source":52,"target":115},{"source":115,"target":49},{"source":53,"target":6},{"source":53,"target":49},{"source":53,"target":116},{"source":116,"target":49},{"source":54,"target":6},{"source":54,"target":49},{"source":54,"target":117},{"source":117,"target":49},{"source":55,"target":6},{"source":55,"target":36},{"source":55,"target":118},{"source":55,"target":119},{"source":55,"target":120},{"source":55,"target":121},{"source":118,"target":36},{"source":118,"target":122},{"source":118,"target":55},{"source":122,"target":36},{"source":119,"target":36},{"source":119,"target":123},{"source":119,"target":55},{"source":123,"target":36},{"source":120,"target":56},{"source":120,"target":124},{"source":120,"target":55},{"source":124,"target":56},{"source":121,"target":36},{"source":56,"target":6},{"source":56,"target":1},{"source":56,"target":125},{"source":56,"target":126},{"source":56,"target":127},{"source":125,"target":36},{"source":125,"target":128},{"source":125,"target":56},{"source":128,"target":36},{"source":126,"target":36},{"source":126,"target":129},{"source":126,"target":56},{"source":129,"target":36},{"source":127,"target":1},{"source":57,"target":6},{"source":57,"target":36},{"source":57,"target":130},{"source":57,"target":131},{"source":57,"target":132},{"source":57,"target":133},{"source":130,"target":36},{"source":130,"target":134},{"source":130,"target":57},{"source":134,"target":36},{"source":131,"target":36},{"source":131,"target":135},{"source":131,"target":57},{"source":135,"target":36},{"source":132,"target":4},{"source":132,"target":136},{"source":132,"target":57},{"source":136,"target":4},{"source":133,"target":36},{"source":58,"target":6},{"source":58,"target":36},{"source":58,"target":137},{"source":58,"target":138},{"source":58,"target":139},{"source":137,"target":4},{"source":137,"target":140},{"source":137,"target":58},{"source":140,"target":4},{"source":138,"target":36},{"source":138,"target":141},{"source":138,"target":58},{"source":141,"target":36},{"source":139,"target":36},{"source":7,"target":142},{"source":7,"target":143},{"source":7,"target":144},{"source":7,"target":145},{"source":7,"target":146},{"source":7,"target":147},{"source":7,"target":148},{"source":7,"target":149},{"source":7,"target":150},{"source":7,"target":151},{"source":7,"target":152},{"source":7,"target":0},{"source":142,"target":7},{"source":142,"target":1},{"source":142,"target":153},{"source":153,"target":1},{"source":143,"target":7},{"source":143,"target":142},{"source":143,"target":154},{"source":143,"target":155},{"source":143,"target":156},{"source":143,"target":157},{"source":143,"target":158},{"source":143,"target":159},{"source":154,"target":160},{"source":154,"target":143},{"source":155,"target":36},{"source":155,"target":161},{"source":155,"target":143},{"source":161,"target":36},{"source":156,"target":36},{"source":156,"target":162},{"source":156,"target":143},{"source":162,"target":36},{"source":157,"target":36},{"source":157,"target":163},{"source":157,"target":143},{"source":163,"target":36},{"source":158,"target":4},{"source":158,"target":164},{"source":158,"target":143},{"source":164,"target":4},{"source":159,"target":142},{"source":144,"target":7},{"source":144,"target":142},{"source":144,"target":165},{"source":144,"target":166},{"source":165,"target":36},{"source":165,"target":167},{"source":165,"target":144},{"source":167,"target":36},{"source":166,"target":142},{"source":145,"target":7},{"source":145,"target":142},{"source":145,"target":168},{"source":145,"target":169},{"source":168,"target":36},{"source":168,"target":170},{"source":168,"target":145},{"source":170,"target":36},{"source":169,"target":142},{"source":146,"target":7},{"source":146,"target":142},{"source":146,"target":171},{"source":146,"target":172},{"source":171,"target":142},{"source":171,"target":173},{"source":171,"target":146},{"source":173,"target":142},{"source":172,"target":142},{"source":147,"target":7},{"source":147,"target":146},{"source":147,"target":174},{"source":147,"target":175},{"source":147,"target":176},{"source":147,"target":177},{"source":174,"target":36},{"source":174,"target":178},{"source":174,"target":147},{"source":178,"target":36},{"source":175,"target":4},{"source":175,"target":179},{"source":175,"target":147},{"source":179,"target":4},{"source":176,"target":180},{"source":176,"target":147},{"source":177,"target":146},{"source":148,"target":7},{"source":148,"target":146},{"source":148,"target":181},{"source":148,"target":182},{"source":148,"target":183},{"source":148,"target":184},{"source":148,"target":185},{"source":181,"target":36},{"source":181,"target":186},{"source":181,"target":148},{"source":186,"target":36},{"source":182,"target":36},{"source":182,"target":187},{"source":182,"target":148},{"source":187,"target":36},{"source":183,"target":4},{"source":183,"target":188},{"source":183,"target":148},{"source":188,"target":4},{"source":184,"target":4},{"source":184,"target":189},{"source":184,"target":148},{"source":189,"target":4},{"source":185,"target":146},{"source":149,"target":7},{"source":149,"target":146},{"source":149,"target":190},{"source":149,"target":191},{"source":149,"target":192},{"source":190,"target":36},{"source":190,"target":193},{"source":190,"target":149},{"source":193,"target":36},{"source":191,"target":149},{"source":191,"target":194},{"source":191,"target":149},{"source":194,"target":149},{"source":192,"target":146},{"source":150,"target":7},{"source":150,"target":146},{"source":150,"target":195},{"source":150,"target":196},{"source":150,"target":197},{"source":195,"target":4},{"source":195,"target":198},{"source":195,"target":150},{"source":198,"target":4},{"source":196,"target":36},{"source":196,"target":199},{"source":196,"target":150},{"source":199,"target":36},{"source":197,"target":146},{"source":151,"target":7},{"source":151,"target":146},{"source":151,"target":200},{"source":151,"target":201},{"source":151,"target":202},{"source":151,"target":203},{"source":151,"target":204},{"source":200,"target":36},{"source":200,"target":205},{"source":200,"target":151},{"source":205,"target":36},{"source":201,"target":36},{"source":201,"target":206},{"source":201,"target":151},{"source":206,"target":36},{"source":202,"target":36},{"source":202,"target":207},{"source":202,"target":151},{"source":207,"target":36},{"source":203,"target":208},{"source":203,"target":151},{"source":204,"target":146},{"source":152,"target":7},{"source":152,"target":142},{"source":152,"target":209},{"source":152,"target":210},{"source":152,"target":211},{"source":209,"target":212},{"source":209,"target":152},{"source":210,"target":213},{"source":210,"target":152},{"source":211,"target":142},{"source":8,"target":21},{"source":8,"target":214},{"source":8,"target":215},{"source":8,"target":216},{"source":8,"target":217},{"source":8,"target":218},{"source":8,"target":219},{"source":8,"target":220},{"source":8,"target":221},{"source":8,"target":222},{"source":8,"target":0},{"source":21,"target":8},{"source":21,"target":1},{"source":21,"target":223},{"source":21,"target":224},{"source":21,"target":225},{"source":21,"target":226},{"source":21,"target":227},{"source":223,"target":2},{"source":223,"target":228},{"source":223,"target":21},{"source":228,"target":2},{"source":224,"target":5},{"source":224,"target":229},{"source":224,"target":21},{"source":229,"target":5},{"source":225,"target":230},{"source":225,"target":21},{"source":226,"target":36},{"source":226,"target":231},{"source":226,"target":21},{"source":231,"target":36},{"source":227,"target":1},{"source":214,"target":8},{"source":214,"target":21},{"source":214,"target":232},{"source":214,"target":233},{"source":232,"target":4},{"source":232,"target":234},{"source":232,"target":214},{"source":234,"target":4},{"source":233,"target":21},{"source":215,"target":8},{"source":215,"target":214},{"source":215,"target":235},{"source":215,"target":236},{"source":235,"target":142},{"source":235,"target":237},{"source":235,"target":215},{"source":237,"target":142},{"source":236,"target":214},{"source":216,"target":8},{"source":216,"target":214},{"source":216,"target":238},{"source":216,"target":239},{"source":216,"target":240},{"source":216,"target":241},{"source":238,"target":242},{"source":238,"target":216},{"source":239,"target":36},{"source":239,"target":243},{"source":239,"target":216},{"source":243,"target":36},{"source":240,"target":4},{"source":240,"target":244},{"source":240,"target":216},{"source":244,"target":4},{"source":241,"target":214},{"source":217,"target":8},{"source":217,"target":21},{"source":217,"target":245},{"source":217,"target":246},{"source":217,"target":247},{"source":245,"target":4},{"source":245,"target":248},{"source":245,"target":217},{"source":248,"target":4},{"source":246,"target":249},{"source":246,"target":217},{"source":247,"target":21},{"source":218,"target":8},{"source":218,"target":217},{"source":218,"target":250},{"source":218,"target":251},{"source":250,"target":36},{"source":250,"target":252},{"source":250,"target":218},{"source":252,"target":36},{"source":251,"target":217},{"source":219,"target":8},{"source":219,"target":217},{"source":219,"target":253},{"source":219,"target":254},{"source":253,"target":142},{"source":253,"target":255},{"source":253,"target":219},{"source":255,"target":142},{"source":254,"target":217},{"source":220,"target":8},{"source":220,"target":21},{"source":220,"target":256},{"source":220,"target":257},{"source":220,"target":258},{"source":220,"target":259},{"source":220,"target":260},{"source":256,"target":261},{"source":256,"target":220},{"source":257,"target":36},{"source":257,"target":262},{"source":257,"target":220},{"source":262,"target":36},{"source":258,"target":36},{"source":258,"target":263},{"source":258,"target":220},{"source":263,"target":36},{"source":259,"target":264},{"source":259,"target":220},{"source":260,"target":21},{"source":221,"target":8},{"source":221,"target":216},{"source":221,"target":265},{"source":221,"target":266},{"source":265,"target":5},{"source":265,"target":267},{"source":265,"target":221},{"source":267,"target":5},{"source":266,"target":216},{"source":222,"target":8},{"source":222,"target":214},{"source":222,"target":268},{"source":222,"target":269},{"source":222,"target":270},{"source":222,"target":271},{"source":268,"target":4},{"source":268,"target":272},{"source":268,"target":222},{"source":272,"target":4},{"source":269,"target":4},{"source":269,"target":273},{"source":269,"target":222},{"source":273,"target":4},{"source":270,"target":4},{"source":270,"target":274},{"source":270,"target":222},{"source":274,"target":4},{"source":271,"target":214}],"multigraph":true}
ecore
people
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/damenac/puzzle/examples/empirical-study/puzzle.empirical.study/githubmetamodels/People.ecore
people Gender MALE MALE FEMALE FEMALE Person child childName children parents gender name father mother Universe people
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="people" nsURI="http://www.eclipse.org/examples/tree" nsPrefix="tree"> <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:EEnum" name="Gender"> <eLiterals name="MALE"/> <eLiterals name="FEMALE"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Person"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="null MixedGenderParents"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="MixedGenderParents" value="father.gender &lt;> mother.gender"/> </eAnnotations> <eOperations name="child" eType="#//Person"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="body" value="children->any(name=childName)"/> </eAnnotations> <eParameters name="childName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//Person"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parents" upperBound="2" eType="#//Person"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gender" eType="#//Gender"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="father" lowerBound="1" eType="#//Person" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="parents->any(gender = Gender::MALE)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="mother" lowerBound="1" eType="#//Person" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="parents->any(gender = Gender::FEMALE)"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Universe"> <eStructuralFeatures xsi:type="ecore:EReference" name="people" upperBound="-1" eType="#//Person" containment="true"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"tree","nsURI":"http://www.eclipse.org/examples/tree","name":"people","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"Gender","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"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":"Universe","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"name":"MALE","id":4,"value":0,"literal":"MALE","eClass":"EEnumLiteral"},{"name":"FEMALE","id":5,"value":0,"literal":"FEMALE","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"child","lowerBound":0,"id":6,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"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":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"father","changeable":true,"resolveProxies":true,"lowerBound":1,"id":11,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"mother","changeable":true,"resolveProxies":true,"lowerBound":1,"id":12,"derived":true},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"childName","lowerBound":0,"id":14,"many":false,"required":false,"eClass":"EParameter"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"people","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":4,"target":1},{"source":5,"target":1},{"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":2,"target":12},{"source":6,"target":2},{"source":6,"target":13},{"source":6,"target":2},{"source":6,"target":14},{"source":13,"target":2},{"source":14,"target":15},{"source":14,"target":6},{"source":7,"target":2},{"source":7,"target":16},{"source":7,"target":2},{"source":16,"target":2},{"source":8,"target":2},{"source":8,"target":17},{"source":8,"target":2},{"source":17,"target":2},{"source":9,"target":1},{"source":9,"target":18},{"source":9,"target":2},{"source":18,"target":1},{"source":10,"target":19},{"source":10,"target":2},{"source":11,"target":2},{"source":11,"target":20},{"source":11,"target":2},{"source":20,"target":2},{"source":12,"target":2},{"source":12,"target":21},{"source":12,"target":2},{"source":21,"target":2},{"source":3,"target":0},{"source":3,"target":22},{"source":22,"target":2},{"source":22,"target":23},{"source":22,"target":3},{"source":23,"target":2}],"multigraph":true}
ecore
library
repo-ecore-all/data/epsilonlabs/haetae/org.eclipse.epsilon.haetae.model.connectivity/library.ecore
library t_library tagName text book t_book parentNode tagName text pages title author published t_author parentNode tagName text t_published parentNode tagName text
<?xml version="1.0" encoding="ASCII"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="library" nsURI="http://library/1.0" nsPrefix="library"> <eClassifiers xsi:type="ecore:EClass" name="t_library"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tagName"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="book" upperBound="-1" eType="//t_book" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="t_book"> <eStructuralFeatures xsi:type="ecore:EReference" name="parentNode" eType="//t_library" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tagName"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pages"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="author" upperBound="-1" eType="//t_author" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="published" eType="//t_published" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="t_author"> <eStructuralFeatures xsi:type="ecore:EReference" name="parentNode" eType="//t_book" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tagName"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="t_published"> <eStructuralFeatures xsi:type="ecore:EReference" name="parentNode" eType="//t_book" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tagName"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"library","nsURI":"http://library/1.0","name":"library","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"t_library","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"t_book","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"t_author","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"t_published","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tagName","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"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":"book","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parentNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tagName","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":"text","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pages","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":"title","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":"author","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":"published","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parentNode","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":"tagName","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":"text","changeable":true,"lowerBound":0,"iD":false,"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":"parentNode","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"tagName","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":"text","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":5,"target":8},{"source":5,"target":1},{"source":6,"target":9},{"source":6,"target":1},{"source":7,"target":2},{"source":7,"target":10},{"source":7,"target":1},{"source":10,"target":2},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":11,"target":1},{"source":11,"target":18},{"source":11,"target":2},{"source":18,"target":1},{"source":12,"target":19},{"source":12,"target":2},{"source":13,"target":20},{"source":13,"target":2},{"source":14,"target":21},{"source":14,"target":2},{"source":15,"target":22},{"source":15,"target":2},{"source":16,"target":3},{"source":16,"target":23},{"source":16,"target":2},{"source":23,"target":3},{"source":17,"target":4},{"source":17,"target":24},{"source":17,"target":2},{"source":24,"target":4},{"source":3,"target":0},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":25,"target":2},{"source":25,"target":28},{"source":25,"target":3},{"source":28,"target":2},{"source":26,"target":29},{"source":26,"target":3},{"source":27,"target":30},{"source":27,"target":3},{"source":4,"target":0},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":31,"target":2},{"source":31,"target":34},{"source":31,"target":4},{"source":34,"target":2},{"source":32,"target":35},{"source":32,"target":4},{"source":33,"target":36},{"source":33,"target":4}],"multigraph":true}
ecore
modelling
repo-ecore-all/data/RovoMe/University/ME_2011_WS_Lab1/model/sooml.ecore
sooml Package classes packages parentPackage NamedElement name Class stateMachine operations features Attribute dataType Reference type opposite Operation parameter StructuralFeature upperBound 1 lowerBound 0 StateMachine class states initialState State transitions entryOperation Transition actions guard event target Guard Action Event operation DataType String String Integer Integer Boolean Boolean Complex Complex Parameter dataType classType CallOperationAction calledOperation parameter ParameterBinding structuralFeatureBinding parameterBinding IsInStateCondition inState EntryOperation calledOperation ReferenceIsInStateCondition reference ParameterIsInStateCondition parameter CallReferenceOperationAction callObjectViaReference CallParameterOperationAction callObjectViaParameter ReferenceAssignmentAction parameter reference
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="sooml" nsURI="http://www.big.tuwien.ac.at/me/ws11/sooml" nsPrefix="sooml"> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" ordered="false" upperBound="-1" eType="#//Class" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="packages" ordered="false" upperBound="-1" eType="#//Package" containment="true" eOpposite="#//Package/parentPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentPackage" ordered="false" eType="#//Package" changeable="false" eOpposite="#//Package/packages"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="stateMachine" lowerBound="1" eType="#//StateMachine" containment="true" eOpposite="#//StateMachine/class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="#//Operation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//StructuralFeature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//StructuralFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataType" lowerBound="1" eType="#//DataType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Reference" eSuperTypes="#//StructuralFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opposite" eType="#//Reference"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" upperBound="-1" eType="#//Parameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateMachine"> <eStructuralFeatures xsi:type="ecore:EReference" name="class" ordered="false" lowerBound="1" eType="#//Class" changeable="false" eOpposite="#//Class/stateMachine"/> <eStructuralFeatures xsi:type="ecore:EReference" name="states" ordered="false" upperBound="-1" eType="#//State" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialState" ordered="false" lowerBound="1" eType="#//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entryOperation" eType="#//EntryOperation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1" eType="#//Action" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="#//Guard" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="event" lowerBound="1" eType="#//Event" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Guard" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Action" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" lowerBound="1" eType="#//Operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DataType"> <eLiterals name="String"/> <eLiterals name="Integer"/> <eLiterals name="Boolean"/> <eLiterals name="Complex" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataType" lowerBound="1" eType="#//DataType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classType" eType="#//Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" abstract="true" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="calledOperation" lowerBound="1" eType="#//Operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" upperBound="-1" eType="#//ParameterBinding" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterBinding"> <eStructuralFeatures xsi:type="ecore:EReference" name="structuralFeatureBinding" eType="#//StructuralFeature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterBinding" lowerBound="1" eType="#//Parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IsInStateCondition" abstract="true" eSuperTypes="#//Guard"> <eStructuralFeatures xsi:type="ecore:EReference" name="inState" lowerBound="1" eType="#//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntryOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="calledOperation" lowerBound="1" eType="#//Operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceIsInStateCondition" eSuperTypes="#//IsInStateCondition"> <eStructuralFeatures xsi:type="ecore:EReference" name="reference" lowerBound="1" eType="#//Reference"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterIsInStateCondition" eSuperTypes="#//IsInStateCondition"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" lowerBound="1" eType="#//Parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallReferenceOperationAction" eSuperTypes="#//CallOperationAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="callObjectViaReference" eType="#//Reference"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallParameterOperationAction" eSuperTypes="#//CallOperationAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="callObjectViaParameter" lowerBound="1" eType="#//Parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceAssignmentAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" lowerBound="1" eType="#//Parameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reference" lowerBound="1" eType="#//Reference"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"sooml","nsURI":"http://www.big.tuwien.ac.at/me/ws11/sooml","name":"sooml","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":"NamedElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guard","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"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":"CallOperationAction","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterBinding","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsInStateCondition","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryOperation","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceIsInStateCondition","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterIsInStateCondition","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallReferenceOperationAction","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallParameterOperationAction","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceAssignmentAction","instanceClass":null,"abstract":false,"id":24,"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":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"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":"parentPackage","changeable":false,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stateMachine","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":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":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"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":"class","changeable":false,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataType","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"opposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"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":"upperBound","changeable":true,"lowerBound":1,"iD":false,"id":53,"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":"lowerBound","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"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":58,"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":"initialState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","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":"entryOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"name":"String","id":78,"value":0,"literal":"String","eClass":"EEnumLiteral"},{"name":"Integer","id":79,"value":0,"literal":"Integer","eClass":"EEnumLiteral"},{"name":"Boolean","id":80,"value":0,"literal":"Boolean","eClass":"EEnumLiteral"},{"name":"Complex","id":81,"value":1,"literal":"Complex","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataType","changeable":true,"lowerBound":1,"iD":false,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"calledOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"structuralFeatureBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"parameterBinding","changeable":true,"resolveProxies":true,"lowerBound":1,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inState","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":"calledOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":99,"derived":false},{"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":"reference","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"callObjectViaReference","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"callObjectViaParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameter","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":"reference","changeable":true,"resolveProxies":true,"lowerBound":1,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":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":2},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":25,"target":3},{"source":25,"target":29},{"source":25,"target":1},{"source":29,"target":3},{"source":26,"target":1},{"source":26,"target":30},{"source":26,"target":1},{"source":26,"target":27},{"source":30,"target":1},{"source":27,"target":1},{"source":27,"target":31},{"source":27,"target":1},{"source":27,"target":26},{"source":31,"target":1},{"source":28,"target":2},{"source":2,"target":0},{"source":2,"target":32},{"source":32,"target":33},{"source":32,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":34,"target":8},{"source":34,"target":38},{"source":34,"target":3},{"source":34,"target":39},{"source":38,"target":8},{"source":35,"target":6},{"source":35,"target":40},{"source":35,"target":3},{"source":40,"target":6},{"source":36,"target":7},{"source":36,"target":41},{"source":36,"target":3},{"source":41,"target":7},{"source":37,"target":2},{"source":4,"target":0},{"source":4,"target":7},{"source":4,"target":42},{"source":4,"target":43},{"source":42,"target":14},{"source":42,"target":44},{"source":42,"target":4},{"source":44,"target":14},{"source":43,"target":7},{"source":5,"target":0},{"source":5,"target":7},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":45,"target":3},{"source":45,"target":48},{"source":45,"target":5},{"source":48,"target":3},{"source":46,"target":5},{"source":46,"target":49},{"source":46,"target":5},{"source":49,"target":5},{"source":47,"target":7},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":50},{"source":6,"target":51},{"source":50,"target":15},{"source":50,"target":52},{"source":50,"target":6},{"source":52,"target":15},{"source":51,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":53},{"source":7,"target":54},{"source":7,"target":55},{"source":53,"target":56},{"source":53,"target":7},{"source":54,"target":57},{"source":54,"target":7},{"source":55,"target":2},{"source":8,"target":0},{"source":8,"target":39},{"source":8,"target":58},{"source":8,"target":59},{"source":39,"target":3},{"source":39,"target":60},{"source":39,"target":8},{"source":39,"target":34},{"source":60,"target":3},{"source":58,"target":9},{"source":58,"target":61},{"source":58,"target":8},{"source":61,"target":9},{"source":59,"target":9},{"source":59,"target":62},{"source":59,"target":8},{"source":62,"target":9},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":63},{"source":9,"target":64},{"source":9,"target":65},{"source":63,"target":10},{"source":63,"target":66},{"source":63,"target":9},{"source":66,"target":10},{"source":64,"target":19},{"source":64,"target":67},{"source":64,"target":9},{"source":67,"target":19},{"source":65,"target":2},{"source":10,"target":0},{"source":10,"target":68},{"source":10,"target":69},{"source":10,"target":70},{"source":10,"target":71},{"source":68,"target":12},{"source":68,"target":72},{"source":68,"target":10},{"source":72,"target":12},{"source":69,"target":11},{"source":69,"target":73},{"source":69,"target":10},{"source":73,"target":11},{"source":70,"target":13},{"source":70,"target":74},{"source":70,"target":10},{"source":74,"target":13},{"source":71,"target":9},{"source":71,"target":75},{"source":71,"target":10},{"source":75,"target":9},{"source":11,"target":0},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":76},{"source":76,"target":6},{"source":76,"target":77},{"source":76,"target":13},{"source":77,"target":6},{"source":14,"target":0},{"source":14,"target":78},{"source":14,"target":79},{"source":14,"target":80},{"source":14,"target":81},{"source":78,"target":14},{"source":79,"target":14},{"source":80,"target":14},{"source":81,"target":14},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":82},{"source":15,"target":83},{"source":15,"target":84},{"source":82,"target":14},{"source":82,"target":85},{"source":82,"target":15},{"source":85,"target":14},{"source":83,"target":3},{"source":83,"target":86},{"source":83,"target":15},{"source":86,"target":3},{"source":84,"target":2},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":87},{"source":16,"target":88},{"source":16,"target":89},{"source":87,"target":6},{"source":87,"target":90},{"source":87,"target":16},{"source":90,"target":6},{"source":88,"target":17},{"source":88,"target":91},{"source":88,"target":16},{"source":91,"target":17},{"source":89,"target":12},{"source":17,"target":0},{"source":17,"target":92},{"source":17,"target":93},{"source":92,"target":7},{"source":92,"target":94},{"source":92,"target":17},{"source":94,"target":7},{"source":93,"target":15},{"source":93,"target":95},{"source":93,"target":17},{"source":95,"target":15},{"source":18,"target":0},{"source":18,"target":11},{"source":18,"target":96},{"source":18,"target":97},{"source":96,"target":9},{"source":96,"target":98},{"source":96,"target":18},{"source":98,"target":9},{"source":97,"target":11},{"source":19,"target":0},{"source":19,"target":99},{"source":99,"target":6},{"source":99,"target":100},{"source":99,"target":19},{"source":100,"target":6},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":101},{"source":20,"target":102},{"source":101,"target":5},{"source":101,"target":103},{"source":101,"target":20},{"source":103,"target":5},{"source":102,"target":18},{"source":21,"target":0},{"source":21,"target":18},{"source":21,"target":104},{"source":21,"target":105},{"source":104,"target":15},{"source":104,"target":106},{"source":104,"target":21},{"source":106,"target":15},{"source":105,"target":18},{"source":22,"target":0},{"source":22,"target":16},{"source":22,"target":107},{"source":22,"target":108},{"source":107,"target":5},{"source":107,"target":109},{"source":107,"target":22},{"source":109,"target":5},{"source":108,"target":16},{"source":23,"target":0},{"source":23,"target":16},{"source":23,"target":110},{"source":23,"target":111},{"source":110,"target":15},{"source":110,"target":112},{"source":110,"target":23},{"source":112,"target":15},{"source":111,"target":16},{"source":24,"target":0},{"source":24,"target":12},{"source":24,"target":113},{"source":24,"target":114},{"source":24,"target":115},{"source":113,"target":15},{"source":113,"target":116},{"source":113,"target":24},{"source":116,"target":15},{"source":114,"target":5},{"source":114,"target":117},{"source":114,"target":24},{"source":117,"target":5},{"source":115,"target":12}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/rhernando/projs_mde/atlPetri/metamodels/StateDiagram.ecore
statediagram StateDiagram states name State name transitions isInitial Transition next
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="statediagram" nsURI="http://master/exercise/StateDiagram" nsPrefix="StateDiagram"> <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="StateDiagram"> <eStructuralFeatures xsi:type="ecore:EReference" name="states" ordered="false" upperBound="-1" eType="#//State" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isInitial" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="next" eType="#//State"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"StateDiagram","nsURI":"http://master/exercise/StateDiagram","name":"statediagram","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateDiagram","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"container":false,"ordered":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":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"id":6,"eClass":"EGenericType"},{"id":7,"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":8,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isInitial","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"next","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":4,"target":2},{"source":4,"target":6},{"source":4,"target":1},{"source":6,"target":2},{"source":5,"target":7},{"source":5,"target":1},{"source":2,"target":0},{"source":2,"target":8},{"source":2,"target":9},{"source":2,"target":10},{"source":8,"target":11},{"source":8,"target":2},{"source":9,"target":3},{"source":9,"target":12},{"source":9,"target":2},{"source":12,"target":3},{"source":10,"target":13},{"source":10,"target":2},{"source":3,"target":0},{"source":3,"target":14},{"source":14,"target":2},{"source":14,"target":15},{"source":14,"target":3},{"source":15,"target":2}],"multigraph":true}
ecore
entities
repo-ecore-all/data/kthoms/org.eclipse.xpand/plugins/org.eclipse.xtend.util.uml2ecore/out/entity.ecore
entitymm Model name types Attribute name entity type Type name PrimitiveType Entity isPersistent size desc attributes
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="entitymm" nsURI="http://www.voelter.de/entitymm" nsPrefix="entitymm"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="ecore:EClass #//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entity" lowerBound="1" eType="ecore:EClass #//Entity" eOpposite="#//Entity/attributes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass #//PrimitiveType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="Entity" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPersistent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="desc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" lowerBound="1" upperBound="-1" eType="ecore:EClass #//Attribute" containment="true" eOpposite="#//Attribute/entity"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"entitymm","nsURI":"http://www.voelter.de/entitymm","name":"entitymm","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":"Attribute","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":11,"derived":false},{"container":false,"ordered":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":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"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":"isPersistent","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"desc","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":6,"target":8},{"source":6,"target":1},{"source":7,"target":3},{"source":7,"target":9},{"source":7,"target":1},{"source":9,"target":3},{"source":2,"target":0},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":10,"target":13},{"source":10,"target":2},{"source":11,"target":5},{"source":11,"target":14},{"source":11,"target":2},{"source":11,"target":15},{"source":14,"target":5},{"source":12,"target":4},{"source":12,"target":16},{"source":12,"target":2},{"source":16,"target":4},{"source":3,"target":0},{"source":3,"target":17},{"source":17,"target":18},{"source":17,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":19},{"source":19,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":20},{"source":5,"target":21},{"source":5,"target":22},{"source":5,"target":15},{"source":5,"target":23},{"source":20,"target":24},{"source":20,"target":5},{"source":21,"target":25},{"source":21,"target":5},{"source":22,"target":26},{"source":22,"target":5},{"source":15,"target":2},{"source":15,"target":27},{"source":15,"target":5},{"source":15,"target":11},{"source":27,"target":2},{"source":23,"target":3}],"multigraph":true}
ecore
families
repo-ecore-all/data/MSubhanH/Ecore2OWL/emf4sw/examples/GUI Test Runs/Family.ecore
family_ecore Person name hasFather height hasSister age hasUncle hasBrother Family member
<?xml version="1.0" encoding="ASCII" standalone="no"?> <ecore:EPackage xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="family_ecore" nsPrefix="family_ecore" nsURI="http://example.org/family.ecore" xmi:version="2.0"> <eAnnotations source="http://www.w3.org/2002/07/owl#Ontology"> <details key="uri" value="http://example.org/family.ecore"/> <details key="prefix" value="family_ecore"/> </eAnnotations> <eClassifiers name="Person" xsi:type="ecore:EClass"> <eAnnotations source="http://www.w3.org/2002/07/owl#Class"> <details key="uri" value="http://example.org/family.ecore#Person"/> </eAnnotations> <eStructuralFeatures eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" lowerBound="0" name="name" upperBound="1" xsi:type="ecore:EAttribute"> <eAnnotations source="http://www.w3.org/2002/07/owl#DatatypeProperty"> <details key="uri" value="http://example.org/family.ecore#name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures eType="//Person" lowerBound="1" name="hasFather" upperBound="1" xsi:type="ecore:EReference"> <eAnnotations source="http://www.w3.org/2002/07/owl#ObjectProperty"> <details key="uri" value="http://example.org/family.ecore#hasFather"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat" lowerBound="0" name="height" upperBound="1" xsi:type="ecore:EAttribute"> <eAnnotations source="http://www.w3.org/2002/07/owl#DatatypeProperty"> <details key="uri" value="http://example.org/family.ecore#height"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures eType="//Person" lowerBound="0" name="hasSister" upperBound="-1" xsi:type="ecore:EReference"> <eAnnotations source="http://www.w3.org/2002/07/owl#ObjectProperty"> <details key="uri" value="http://example.org/family.ecore#hasSister"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" lowerBound="0" name="age" upperBound="1" xsi:type="ecore:EAttribute"> <eAnnotations source="http://www.w3.org/2002/07/owl#DatatypeProperty"> <details key="uri" value="http://example.org/family.ecore#age"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures eType="//Person" lowerBound="0" name="hasUncle" upperBound="-1" xsi:type="ecore:EReference"> <eAnnotations source="http://www.w3.org/2002/07/owl#ObjectProperty"> <details key="uri" value="http://example.org/family.ecore#hasUncle"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures eType="//Person" lowerBound="0" name="hasBrother" upperBound="-1" xsi:type="ecore:EReference"> <eAnnotations source="http://www.w3.org/2002/07/owl#ObjectProperty"> <details key="uri" value="http://example.org/family.ecore#hasBrother"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers name="Family" xsi:type="ecore:EClass"> <eAnnotations source="http://www.w3.org/2002/07/owl#Class"> <details key="uri" value="http://example.org/family.ecore#Family"/> </eAnnotations> <eStructuralFeatures containment="true" eType="//Person" lowerBound="1" name="member" upperBound="-1" xsi:type="ecore:EReference"> <eAnnotations source="http://www.w3.org/2002/07/owl#ObjectProperty"> <details key="uri" value="http://example.org/family.ecore#member"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"family_ecore","nsURI":"http://example.org/family.ecore","name":"family_ecore","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Family","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":3,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasFather","changeable":true,"resolveProxies":true,"lowerBound":1,"id":4,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasSister","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"age","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":false,"unsettable":false,"transient":false,"unique":true,"name":"hasUncle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasBrother","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":3,"target":10},{"source":3,"target":1},{"source":4,"target":1},{"source":4,"target":11},{"source":4,"target":1},{"source":11,"target":1},{"source":5,"target":12},{"source":5,"target":1},{"source":6,"target":1},{"source":6,"target":13},{"source":6,"target":1},{"source":13,"target":1},{"source":7,"target":14},{"source":7,"target":1},{"source":8,"target":1},{"source":8,"target":15},{"source":8,"target":1},{"source":15,"target":1},{"source":9,"target":1},{"source":9,"target":16},{"source":9,"target":1},{"source":16,"target":1},{"source":2,"target":0},{"source":2,"target":17},{"source":17,"target":1},{"source":17,"target":18},{"source":17,"target":2},{"source":18,"target":1}],"multigraph":true}
ecore
metamodelling
repo-ecore-all/data/lunalixxi/AGSN/Model_transformation/resource/metamodels/ecore.ecore
ecore EAnnotation details contents references source eModelElement EAttribute eAttributeType iD EBigDecimal java.math.BigDecimal java.math.BigDecimal EBigInteger java.math.BigInteger java.math.BigInteger EBoolean boolean boolean EBooleanObject java.lang.Boolean java.lang.Boolean EByte byte byte EByteArray byte[] byte[] EByteObject java.lang.Byte java.lang.Byte EChar char char ECharacterObject java.lang.Character java.lang.Character EClass isSuperTypeOf someClass getFeatureCount getEStructuralFeature featureID getFeatureID feature getEStructuralFeature featureName getOperationCount getEOperation operationID getOperationID operation getOverride operation eOperations eStructuralFeatures eGenericSuperTypes abstract eAllAttributes eAllContainments eAllGenericSuperTypes eAllOperations eAllReferences eAllStructuralFeatures eAllSuperTypes eAttributes eIDAttribute eReferences eSuperTypes interface EClassifier isInstance object getClassifierID eTypeParameters defaultValue instanceClass instanceClassName instanceTypeName ePackage EDataType serializable true EDate java.util.Date java.util.Date EDiagnosticChain org.eclipse.emf.common.util.DiagnosticChain org.eclipse.emf.common.util.DiagnosticChain EDouble double double EDoubleObject java.lang.Double java.lang.Double EEList org.eclipse.emf.common.util.EList org.eclipse.emf.common.util.EList E EEnum getEEnumLiteral name getEEnumLiteral value getEEnumLiteralByLiteral literal eLiterals EEnumerator org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator EEnumLiteral instance literal value eEnum EFactory create eClass createFromString eDataType literalValue convertToString eDataType instanceValue ePackage EFeatureMap org.eclipse.emf.ecore.util.FeatureMap org.eclipse.emf.ecore.util.FeatureMap EFeatureMapEntry org.eclipse.emf.ecore.util.FeatureMap$Entry org.eclipse.emf.ecore.util.FeatureMap$Entry EFloat float float EFloatObject java.lang.Float java.lang.Float EGenericType eUpperBound eTypeArguments eLowerBound eClassifier eRawType eTypeParameter EInt int int EIntegerObject java.lang.Integer java.lang.Integer EInvocationTargetException java.lang.reflect.InvocationTargetException java.lang.reflect.InvocationTargetException EJavaClass java.lang.Class java.lang.Class T EJavaObject java.lang.Object java.lang.Object ELong long long ELongObject java.lang.Long java.lang.Long EMap java.util.Map java.util.Map K V EModelElement getEAnnotation source eAnnotations ENamedElement name EObject eClass eIsProxy eResource eContainer eContainingFeature eContainmentFeature eContents eAllContents eCrossReferences eGet feature eGet feature resolve eSet feature newValue eIsSet feature eUnset feature eInvoke operation arguments EOperation getOperationID isOverrideOf someOperation eTypeParameters eParameters eGenericExceptions eExceptions eContainingClass EPackage getEClassifier name eClassifiers eSubpackages eFactoryInstance nsPrefix nsURI eSuperPackage EParameter eOperation EReference container containment eKeys eOpposite eReferenceType resolveProxies true EResource org.eclipse.emf.ecore.resource.Resource org.eclipse.emf.ecore.resource.Resource EResourceSet org.eclipse.emf.ecore.resource.ResourceSet org.eclipse.emf.ecore.resource.ResourceSet EShort short short EShortObject java.lang.Short java.lang.Short EString java.lang.String java.lang.String EStringToStringMapEntry java.util.Map$Entry java.util.Map$Entry key value EStructuralFeature getFeatureID getContainerClass changeable true defaultValue defaultValueLiteral derived transient unsettable volatile eContainingClass ETreeIterator org.eclipse.emf.common.util.TreeIterator org.eclipse.emf.common.util.TreeIterator E ETypedElement eGenericType eType lowerBound many ordered true required unique true upperBound 1 ETypeParameter eBounds
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ecore" nsURI="http://www.eclipse.org/emf/2002/Ecore" nsPrefix="ecore"> <eClassifiers xsi:type="ecore:EClass" name="EAnnotation" eSuperTypes="#//EModelElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EAnnotation"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedSourceURI"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="details" upperBound="-1" eType="#//EStringToStringMapEntry" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="details"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="contents"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="references"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="#//EString"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="source"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eModelElement" eType="#//EModelElement" transient="true" eOpposite="#//EModelElement/eAnnotations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EAttribute" eSuperTypes="#//EStructuralFeature"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EAttribute"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentTransient"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="eAttributeType" lowerBound="1" eType="#//EDataType" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="eAttributeType"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" eType="#//EBoolean"> <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:EDataType" name="EBigDecimal" instanceClassName="java.math.BigDecimal"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EBigDecimal"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#decimal"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBigInteger" instanceClassName="java.math.BigInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EBigInteger"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#integer"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBoolean" instanceClassName="boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EBoolean"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBooleanObject" instanceClassName="java.lang.Boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EBoolean:Object"/> <details key="baseType" value="EBoolean"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByte" instanceClassName="byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EByte"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#byte"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByteArray" instanceClassName="byte[]"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EByteArray"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#hexBinary"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByteObject" instanceClassName="java.lang.Byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EByte:Object"/> <details key="baseType" value="EByte"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EChar" instanceClassName="char"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EChar"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ECharacterObject" instanceClassName="java.lang.Character"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EChar:Object"/> <details key="baseType" value="EChar"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClass" eSuperTypes="#//EClassifier"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EClass"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="InterfaceIsAbstract AtMostOneID UniqueFeatureNames UniqueOperationSignatures NoCircularSuperTypes WellFormedMapEntryClass ConsistentSuperTypes DisjointFeatureAndOperationSignatures"/> </eAnnotations> <eOperations name="isSuperTypeOf" eType="#//EBoolean"> <eParameters name="someClass" eType="#//EClass"/> </eOperations> <eOperations name="getFeatureCount" eType="#//EInt"/> <eOperations name="getEStructuralFeature" eType="#//EStructuralFeature"> <eParameters name="featureID" eType="#//EInt"/> </eOperations> <eOperations name="getFeatureID" eType="#//EInt"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="getEStructuralFeature" eType="#//EStructuralFeature"> <eParameters name="featureName" eType="#//EString"/> </eOperations> <eOperations name="getOperationCount" eType="#//EInt"/> <eOperations name="getEOperation" eType="#//EOperation"> <eParameters name="operationID" eType="#//EInt"/> </eOperations> <eOperations name="getOperationID" eType="#//EInt"> <eParameters name="operation" eType="#//EOperation"/> </eOperations> <eOperations name="getOverride" eType="#//EOperation"> <eParameters name="operation" eType="#//EOperation"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eOperations" upperBound="-1" eType="#//EOperation" containment="true" resolveProxies="false" eOpposite="#//EOperation/eContainingClass"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="eOperations"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eStructuralFeatures" upperBound="-1" eType="#//EStructuralFeature" containment="true" resolveProxies="false" eOpposite="#//EStructuralFeature/eContainingClass"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="eStructuralFeatures"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eGenericSuperTypes" upperBound="-1" eType="#//EGenericType" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="eGenericSuperTypes"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="#//EBoolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="abstract"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllAttributes" upperBound="-1" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="eAllAttributes"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllContainments" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="eAllContainments"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllGenericSuperTypes" upperBound="-1" eType="#//EGenericType" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="eAllGenericSuperTypes"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllOperations" upperBound="-1" eType="#//EOperation" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="eAllOperations"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllReferences" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="eAllReferences"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllStructuralFeatures" upperBound="-1" eType="#//EStructuralFeature" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="eAllStructuralFeatures"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllSuperTypes" upperBound="-1" eType="#//EClass" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="eAllSuperTypes"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eAttributes" upperBound="-1" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="eAttributes"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eIDAttribute" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="eIDAttribute"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eReferences" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="eReferences"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eSuperTypes" upperBound="-1" eType="#//EClass" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="eSuperTypes"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interface" eType="#//EBoolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="interface"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClassifier" abstract="true" eSuperTypes="#//ENamedElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EClassifier"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedInstanceTypeName UniqueTypeParameterNames"/> </eAnnotations> <eOperations name="isInstance" eType="#//EBoolean"> <eParameters name="object" eType="#//EJavaObject"/> </eOperations> <eOperations name="getClassifierID" eType="#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameters" upperBound="-1" eType="#//ETypeParameter" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="eTypeParameters"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="#//EJavaObject" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="defaultValue"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClass" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="instanceClass"/> </eAnnotations> <eGenericType eClassifier="#//EJavaClass"> <eTypeArguments/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClassName" eType="#//EString" volatile="true" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="instanceClassName"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceTypeName" eType="#//EString" volatile="true" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="instanceTypeName"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" eType="#//EPackage" transient="true" eOpposite="#//EPackage/eClassifiers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EDataType" eSuperTypes="#//EClassifier"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EDataType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serializable" eType="#//EBoolean" defaultValueLiteral="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="serializable"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EDate" instanceClassName="java.util.Date"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EDate"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EDiagnosticChain" instanceClassName="org.eclipse.emf.common.util.DiagnosticChain" serializable="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EDiagnosticChain"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EDouble" instanceClassName="double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EDouble"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#double"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EDoubleObject" instanceClassName="java.lang.Double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EDouble:Object"/> <details key="baseType" value="EDouble"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EEList" instanceClassName="org.eclipse.emf.common.util.EList" serializable="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EEList"/> </eAnnotations> <eTypeParameters name="E"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EEnum" eSuperTypes="#//EDataType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EEnum"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueEnumeratorNames UniqueEnumeratorLiterals"/> </eAnnotations> <eOperations name="getEEnumLiteral" eType="#//EEnumLiteral"> <eParameters name="name" eType="#//EString"/> </eOperations> <eOperations name="getEEnumLiteral" eType="#//EEnumLiteral"> <eParameters name="value" eType="#//EInt"/> </eOperations> <eOperations name="getEEnumLiteralByLiteral" eType="#//EEnumLiteral"> <eParameters name="literal" eType="#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eLiterals" upperBound="-1" eType="#//EEnumLiteral" containment="true" resolveProxies="false" eOpposite="#//EEnumLiteral/eEnum"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="eLiterals"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EEnumerator" instanceClassName="org.eclipse.emf.common.util.Enumerator" serializable="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EEnumerator"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EEnumLiteral" eSuperTypes="#//ENamedElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EEnumLiteral"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instance" eType="#//EEnumerator" transient="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="instance"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" eType="#//EString"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="literal"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//EInt"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="value"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eEnum" eType="#//EEnum" transient="true" eOpposite="#//EEnum/eLiterals"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EFactory" eSuperTypes="#//EModelElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EFactory"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eOperations name="create" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"> <eParameters name="eClass" eType="#//EClass"/> </eOperations> <eOperations name="createFromString" eType="#//EJavaObject"> <eParameters name="eDataType" eType="#//EDataType"/> <eParameters name="literalValue" eType="#//EString"/> </eOperations> <eOperations name="convertToString" eType="#//EString"> <eParameters name="eDataType" eType="#//EDataType"/> <eParameters name="instanceValue" eType="#//EJavaObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" lowerBound="1" eType="#//EPackage" transient="true" resolveProxies="false" eOpposite="#//EPackage/eFactoryInstance"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="ePackage"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EFeatureMap" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap" serializable="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EFeatureMap"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EFeatureMapEntry" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap$Entry" serializable="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EFeatureMapEntry"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EFloat" instanceClassName="float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EFloat"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#float"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EFloatObject" instanceClassName="java.lang.Float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EFloat:Object"/> <details key="baseType" value="EFloat"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EGenericType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EGenericType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentType ConsistentBounds ConsistentArguments"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="eUpperBound" eType="#//EGenericType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="eUpperBound"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeArguments" upperBound="-1" eType="#//EGenericType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="eTypeArguments"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eLowerBound" eType="#//EGenericType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="eLowerBound"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eClassifier" eType="#//EClassifier"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="eClassifier"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eRawType" lowerBound="1" eType="#//EClassifier" changeable="false" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="eRawType"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameter" eType="#//ETypeParameter" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="eTypeParameter"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EInt" instanceClassName="int"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EInt"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EIntegerObject" instanceClassName="java.lang.Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EInt:Object"/> <details key="baseType" value="EInt"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EInvocationTargetException" instanceClassName="java.lang.reflect.InvocationTargetException" serializable="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EInvocationTargetException"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EJavaClass" instanceClassName="java.lang.Class"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EJavaClass"/> </eAnnotations> <eTypeParameters name="T"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EJavaObject" instanceClassName="java.lang.Object"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EJavaObject"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ELong" instanceClassName="long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ELong"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#long"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ELongObject" instanceClassName="java.lang.Long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ELong:Object"/> <details key="baseType" value="ELong"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EMap" instanceClassName="java.util.Map" serializable="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EMap"/> </eAnnotations> <eTypeParameters name="K"/> <eTypeParameters name="V"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EModelElement" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EModelElement"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eOperations name="getEAnnotation" eType="#//EAnnotation"> <eParameters name="source" eType="#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eAnnotations" upperBound="-1" eType="#//EAnnotation" containment="true" resolveProxies="false" eOpposite="#//EAnnotation/eModelElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="eAnnotations"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ENamedElement" abstract="true" eSuperTypes="#//EModelElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ENamedElement"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedName"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//EString"> <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="EObject"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EObject"/> <details key="kind" value="empty"/> </eAnnotations> <eOperations name="eClass" eType="#//EClass"/> <eOperations name="eIsProxy" eType="#//EBoolean"/> <eOperations name="eResource" eType="#//EResource"/> <eOperations name="eContainer" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eOperations name="eContainingFeature" eType="#//EStructuralFeature"/> <eOperations name="eContainmentFeature" eType="#//EReference"/> <eOperations name="eContents"> <eGenericType eClassifier="#//EEList"> <eTypeArguments eClassifier="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eGenericType> </eOperations> <eOperations name="eAllContents"> <eGenericType eClassifier="#//ETreeIterator"> <eTypeArguments eClassifier="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eGenericType> </eOperations> <eOperations name="eCrossReferences"> <eGenericType eClassifier="#//EEList"> <eTypeArguments eClassifier="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eGenericType> </eOperations> <eOperations name="eGet" eType="#//EJavaObject"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="eGet" eType="#//EJavaObject"> <eParameters name="feature" eType="#//EStructuralFeature"/> <eParameters name="resolve" eType="#//EBoolean"/> </eOperations> <eOperations name="eSet"> <eParameters name="feature" eType="#//EStructuralFeature"/> <eParameters name="newValue" eType="#//EJavaObject"/> </eOperations> <eOperations name="eIsSet" eType="#//EBoolean"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="eUnset"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="eInvoke" eType="#//EJavaObject" eExceptions="#//EInvocationTargetException"> <eParameters name="operation" eType="#//EOperation"/> <eParameters name="arguments"> <eGenericType eClassifier="#//EEList"> <eTypeArguments/> </eGenericType> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EOperation" eSuperTypes="#//ETypedElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EOperation"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueParameterNames UniqueTypeParameterNames NoRepeatingVoid"/> </eAnnotations> <eOperations name="getOperationID" eType="#//EInt"/> <eOperations name="isOverrideOf" eType="#//EBoolean"> <eParameters name="someOperation" eType="#//EOperation"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameters" upperBound="-1" eType="#//ETypeParameter" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="eTypeParameters"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eParameters" upperBound="-1" eType="#//EParameter" containment="true" resolveProxies="false" eOpposite="#//EParameter/eOperation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="eParameters"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eGenericExceptions" upperBound="-1" eType="#//EGenericType" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="eGenericExceptions"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eExceptions" upperBound="-1" eType="#//EClassifier" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="eExceptions"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="#//EClass" transient="true" eOpposite="#//EClass/eOperations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EPackage" eSuperTypes="#//ENamedElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EPackage"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedNsURI WellFormedNsPrefix UniqueSubpackageNames UniqueClassifierNames UniqueNsURIs"/> </eAnnotations> <eOperations name="getEClassifier" eType="#//EClassifier"> <eParameters name="name" eType="#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eClassifiers" upperBound="-1" eType="#//EClassifier" containment="true" eOpposite="#//EClassifier/ePackage"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="eClassifiers"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eSubpackages" upperBound="-1" eType="#//EPackage" containment="true" eOpposite="#//EPackage/eSuperPackage"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="eSubpackages"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eFactoryInstance" lowerBound="1" eType="#//EFactory" transient="true" resolveProxies="false" eOpposite="#//EFactory/ePackage"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="eFactoryInstance"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsPrefix" eType="#//EString"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="nsPrefix"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsURI" eType="#//EString"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="nsURI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eSuperPackage" eType="#//EPackage" transient="true" eOpposite="#//EPackage/eSubpackages"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EParameter" eSuperTypes="#//ETypedElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EParameter"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="eOperation" eType="#//EOperation" transient="true" eOpposite="#//EOperation/eParameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EReference" eSuperTypes="#//EStructuralFeature"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EReference"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentOpposite SingleContainer ConsistentKeys ConsistentUnique ConsistentContainer"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="container" eType="#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="container"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="containment" eType="#//EBoolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="containment"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eKeys" upperBound="-1" eType="#//EAttribute"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="eKeys"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eOpposite" eType="#//EReference"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="eOpposite"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eReferenceType" lowerBound="1" eType="#//EClass" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="eReferenceType"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolveProxies" eType="#//EBoolean" defaultValueLiteral="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="resolveProxies"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EResource" instanceClassName="org.eclipse.emf.ecore.resource.Resource" serializable="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EResource"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EResourceSet" instanceClassName="org.eclipse.emf.ecore.resource.ResourceSet" serializable="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EResourceSet"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EShort" instanceClassName="short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EShort"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#short"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EShortObject" instanceClassName="java.lang.Short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EShort:Object"/> <details key="baseType" value="EShort"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EString" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EString"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EStringToStringMapEntry" instanceClassName="java.util.Map$Entry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EStringToStringMapEntry"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="#//EString"> <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="#//EString"> <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="EStructuralFeature" abstract="true" eSuperTypes="#//ETypedElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EStructuralFeature"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ValidDefaultValueLiteral"/> </eAnnotations> <eOperations name="getFeatureID" eType="#//EInt"/> <eOperations name="getContainerClass"> <eGenericType eClassifier="#//EJavaClass"> <eTypeArguments/> </eGenericType> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeable" eType="#//EBoolean" defaultValueLiteral="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="changeable"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="#//EJavaObject" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="defaultValue"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValueLiteral" eType="#//EString"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="defaultValueLiteral"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="derived" eType="#//EBoolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="derived"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transient" eType="#//EBoolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="transient"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unsettable" eType="#//EBoolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="unsettable"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="volatile" eType="#//EBoolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="volatile"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="#//EClass" transient="true" eOpposite="#//EClass/eStructuralFeatures"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ETreeIterator" instanceClassName="org.eclipse.emf.common.util.TreeIterator" serializable="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ETreeIterator"/> </eAnnotations> <eTypeParameters name="E"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETypedElement" abstract="true" eSuperTypes="#//ENamedElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ETypedElement"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ValidLowerBound ValidUpperBound ConsistentBounds ValidType"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="eGenericType" eType="#//EGenericType" volatile="true" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="eGenericType"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eType" eType="#//EClassifier" volatile="true" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="eType"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="#//EInt"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="lowerBound"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="many"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordered" eType="#//EBoolean" defaultValueLiteral="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="ordered"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="required"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="#//EBoolean" defaultValueLiteral="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="unique"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="#//EInt" defaultValueLiteral="1"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="upperBound"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETypeParameter" eSuperTypes="#//ENamedElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ETypeParameter"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="eBounds" upperBound="-1" eType="#//EGenericType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="eBounds"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"ecore","nsURI":"http://www.eclipse.org/emf/2002/Ecore","name":"ecore","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAnnotation","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAttribute","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.math.BigDecimal","defaultValue":null,"instanceClassName":"java.math.BigDecimal","name":"EBigDecimal","instanceClass":"java.math.BigDecimal","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigInteger","defaultValue":null,"instanceClassName":"java.math.BigInteger","name":"EBigInteger","instanceClass":"java.math.BigInteger","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"EBoolean","instanceClass":"boolean","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"EBooleanObject","instanceClass":"java.lang.Boolean","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte","defaultValue":0,"instanceClassName":"byte","name":"EByte","instanceClass":"byte","id":7,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte[]","defaultValue":null,"instanceClassName":"byte[]","name":"EByteArray","instanceClass":"[B","id":8,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Byte","defaultValue":null,"instanceClassName":"java.lang.Byte","name":"EByteObject","instanceClass":"java.lang.Byte","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"char","defaultValue":"\u0000","instanceClassName":"char","name":"EChar","instanceClass":"char","id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Character","defaultValue":null,"instanceClassName":"java.lang.Character","name":"ECharacterObject","instanceClass":"java.lang.Character","id":11,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClassifier","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EDataType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"EDate","instanceClass":"java.util.Date","id":15,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.DiagnosticChain","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.DiagnosticChain","name":"EDiagnosticChain","instanceClass":"org.eclipse.emf.common.util.DiagnosticChain","id":16,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"EDouble","instanceClass":"double","id":17,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"EDoubleObject","instanceClass":"java.lang.Double","id":18,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.EList","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.EList","name":"EEList","instanceClass":"org.eclipse.emf.common.util.EList","id":19,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnum","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"EEnumerator","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":21,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnumLiteral","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EFactory","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.ecore.util.FeatureMap","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.util.FeatureMap","name":"EFeatureMap","instanceClass":"org.eclipse.emf.ecore.util.FeatureMap","id":24,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.util.FeatureMap$Entry","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.util.FeatureMap$Entry","name":"EFeatureMapEntry","instanceClass":"org.eclipse.emf.ecore.util.FeatureMap$Entry","id":25,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"float","defaultValue":0.0,"instanceClassName":"float","name":"EFloat","instanceClass":"float","id":26,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"EFloatObject","instanceClass":"java.lang.Float","id":27,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EGenericType","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"EInt","instanceClass":"int","id":29,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"EIntegerObject","instanceClass":"java.lang.Integer","id":30,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.reflect.InvocationTargetException","defaultValue":null,"instanceClassName":"java.lang.reflect.InvocationTargetException","name":"EInvocationTargetException","instanceClass":"java.lang.reflect.InvocationTargetException","id":31,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Class","defaultValue":null,"instanceClassName":"java.lang.Class","name":"EJavaClass","instanceClass":"java.lang.Class","id":32,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EJavaObject","instanceClass":"java.lang.Object","id":33,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"long","defaultValue":0,"instanceClassName":"long","name":"ELong","instanceClass":"long","id":34,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Long","defaultValue":null,"instanceClassName":"java.lang.Long","name":"ELongObject","instanceClass":"java.lang.Long","id":35,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map","defaultValue":null,"instanceClassName":"java.util.Map","name":"EMap","instanceClass":"java.util.Map","id":36,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EModelElement","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ENamedElement","instanceClass":null,"abstract":true,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EObject","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EOperation","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EPackage","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EParameter","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EReference","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.Resource","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.Resource","name":"EResource","instanceClass":"org.eclipse.emf.ecore.resource.Resource","id":44,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.ResourceSet","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.ResourceSet","name":"EResourceSet","instanceClass":"org.eclipse.emf.ecore.resource.ResourceSet","id":45,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"short","defaultValue":0,"instanceClassName":"short","name":"EShort","instanceClass":"short","id":46,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Short","defaultValue":null,"instanceClassName":"java.lang.Short","name":"EShortObject","instanceClass":"java.lang.Short","id":47,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"EString","instanceClass":"java.lang.String","id":48,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EStringToStringMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EStructuralFeature","instanceClass":null,"abstract":true,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.common.util.TreeIterator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.TreeIterator","name":"ETreeIterator","instanceClass":"org.eclipse.emf.common.util.TreeIterator","id":51,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypedElement","instanceClass":null,"abstract":true,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypeParameter","instanceClass":null,"abstract":false,"id":53,"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":"details","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":"contents","changeable":true,"resolveProxies":false,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"references","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":"source","changeable":true,"lowerBound":0,"iD":false,"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":true,"unique":true,"name":"eModelElement","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eAnnotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAttributeType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":66,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iD","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSuperTypeOf","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureCount","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":73,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureID","lowerBound":0,"id":74,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperationCount","lowerBound":0,"id":76,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEOperation","lowerBound":0,"id":77,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperationID","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOverride","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eOperations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":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":"eStructuralFeatures","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":true,"transient":false,"unique":true,"name":"eGenericSuperTypes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":82,"derived":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":83,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllAttributes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":84,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllContainments","changeable":false,"resolveProxies":true,"lowerBound":0,"id":85,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllGenericSuperTypes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":86,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllOperations","changeable":false,"resolveProxies":true,"lowerBound":0,"id":87,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllReferences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":88,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllStructuralFeatures","changeable":false,"resolveProxies":true,"lowerBound":0,"id":89,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllSuperTypes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":90,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAttributes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":91,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eIDAttribute","changeable":false,"resolveProxies":false,"lowerBound":0,"id":92,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eReferences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":93,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eSuperTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"someClass","lowerBound":0,"id":98,"many":false,"required":false,"eClass":"EParameter"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureID","lowerBound":0,"id":102,"many":false,"required":false,"eClass":"EParameter"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":105,"many":false,"required":false,"eClass":"EParameter"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureName","lowerBound":0,"id":108,"many":false,"required":false,"eClass":"EParameter"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operationID","lowerBound":0,"id":112,"many":false,"required":false,"eClass":"EParameter"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":115,"many":false,"required":false,"eClass":"EParameter"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":118,"many":false,"required":false,"eClass":"EParameter"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eContainingClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eContainingClass","changeable":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"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"isInstance","lowerBound":0,"id":138,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getClassifierID","lowerBound":0,"id":139,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"defaultValue","changeable":false,"lowerBound":0,"iD":false,"id":141,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"instanceClass","changeable":false,"lowerBound":0,"iD":false,"id":142,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"instanceClassName","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"instanceTypeName","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ePackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":148,"many":false,"required":false,"eClass":"EParameter"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"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":"eClassifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"serializable","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"name":"E","id":162,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":163,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":164,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteralByLiteral","lowerBound":0,"id":165,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eLiterals","changeable":true,"resolveProxies":false,"lowerBound":0,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":169,"many":false,"required":false,"eClass":"EParameter"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":172,"many":false,"required":false,"eClass":"EParameter"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"literal","lowerBound":0,"id":175,"many":false,"required":false,"eClass":"EParameter"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eEnum","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"instance","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"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":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":187,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createFromString","lowerBound":0,"id":188,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"convertToString","lowerBound":0,"id":189,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ePackage","changeable":true,"resolveProxies":false,"lowerBound":1,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":193,"many":false,"required":false,"eClass":"EParameter"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eDataType","lowerBound":0,"id":196,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"literalValue","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":"eDataType","lowerBound":0,"id":201,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"instanceValue","lowerBound":0,"id":202,"many":false,"required":false,"eClass":"EParameter"},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eFactoryInstance","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"eUpperBound","changeable":true,"resolveProxies":false,"lowerBound":0,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypeArguments","changeable":true,"resolveProxies":false,"lowerBound":0,"id":208,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eLowerBound","changeable":true,"resolveProxies":false,"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":"eClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eRawType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":211,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eTypeParameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"name":"T","id":219,"eClass":"ETypeParameter"},{"name":"K","id":220,"eClass":"ETypeParameter"},{"name":"V","id":221,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEAnnotation","lowerBound":0,"id":222,"many":false,"required":false,"eClass":"EOperation"},{"id":223,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":224,"many":false,"required":false,"eClass":"EParameter"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":230,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eIsProxy","lowerBound":0,"id":231,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eResource","lowerBound":0,"id":232,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainer","lowerBound":0,"id":233,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainingFeature","lowerBound":0,"id":234,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainmentFeature","lowerBound":0,"id":235,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContents","lowerBound":0,"id":236,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eAllContents","lowerBound":0,"id":237,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eCrossReferences","lowerBound":0,"id":238,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eGet","lowerBound":0,"id":239,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eGet","lowerBound":0,"id":240,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eSet","lowerBound":0,"id":241,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eIsSet","lowerBound":0,"id":242,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eUnset","lowerBound":0,"id":243,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eInvoke","lowerBound":0,"id":244,"many":false,"required":false,"eClass":"EOperation"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":258,"many":false,"required":false,"eClass":"EParameter"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":261,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolve","lowerBound":0,"id":262,"many":false,"required":false,"eClass":"EParameter"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":265,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"newValue","lowerBound":0,"id":266,"many":false,"required":false,"eClass":"EParameter"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":270,"many":false,"required":false,"eClass":"EParameter"},{"id":271,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":272,"many":false,"required":false,"eClass":"EParameter"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":275,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"arguments","lowerBound":0,"id":276,"many":false,"required":false,"eClass":"EParameter"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperationID","lowerBound":0,"id":281,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isOverrideOf","lowerBound":0,"id":282,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eParameters","changeable":true,"resolveProxies":false,"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":true,"transient":false,"unique":true,"name":"eGenericExceptions","changeable":true,"resolveProxies":false,"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":true,"transient":false,"unique":true,"name":"eExceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"someOperation","lowerBound":0,"id":290,"many":false,"required":false,"eClass":"EParameter"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEClassifier","lowerBound":0,"id":298,"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":"eSubpackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nsPrefix","changeable":true,"lowerBound":0,"iD":false,"id":300,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nsURI","changeable":true,"lowerBound":0,"iD":false,"id":301,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eSuperPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":305,"many":false,"required":false,"eClass":"EParameter"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"container","changeable":false,"lowerBound":0,"iD":false,"id":315,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"containment","changeable":true,"lowerBound":0,"iD":false,"id":316,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eKeys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":317,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eOpposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":318,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eReferenceType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":319,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"resolveProxies","changeable":true,"lowerBound":0,"iD":false,"id":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"},{"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":328,"derived":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":329,"derived":false},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureID","lowerBound":0,"id":332,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainerClass","lowerBound":0,"id":333,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"changeable","changeable":true,"lowerBound":0,"iD":false,"id":334,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"defaultValue","changeable":false,"lowerBound":0,"iD":false,"id":335,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValueLiteral","changeable":true,"lowerBound":0,"iD":false,"id":336,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"derived","changeable":true,"lowerBound":0,"iD":false,"id":337,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"transient","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":"unsettable","changeable":true,"lowerBound":0,"iD":false,"id":339,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"volatile","changeable":true,"lowerBound":0,"iD":false,"id":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"name":"E","id":353,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"eGenericType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":354,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"lowerBound","changeable":true,"lowerBound":0,"iD":false,"id":356,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"many","changeable":false,"lowerBound":0,"iD":false,"id":357,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"ordered","changeable":true,"lowerBound":0,"iD":false,"id":358,"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":"required","changeable":false,"lowerBound":0,"iD":false,"id":359,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"lowerBound":0,"iD":false,"id":360,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":0,"iD":false,"id":361,"derived":false},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eBounds","changeable":true,"resolveProxies":false,"lowerBound":0,"id":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":1,"target":0},{"source":1,"target":37},{"source":1,"target":54},{"source":1,"target":55},{"source":1,"target":56},{"source":1,"target":57},{"source":1,"target":58},{"source":1,"target":59},{"source":54,"target":49},{"source":54,"target":60},{"source":54,"target":1},{"source":60,"target":49},{"source":55,"target":61},{"source":55,"target":1},{"source":56,"target":62},{"source":56,"target":1},{"source":57,"target":48},{"source":57,"target":63},{"source":57,"target":1},{"source":63,"target":48},{"source":58,"target":37},{"source":58,"target":64},{"source":58,"target":1},{"source":58,"target":65},{"source":64,"target":37},{"source":59,"target":37},{"source":2,"target":0},{"source":2,"target":50},{"source":2,"target":66},{"source":2,"target":67},{"source":2,"target":68},{"source":66,"target":14},{"source":66,"target":69},{"source":66,"target":2},{"source":69,"target":14},{"source":67,"target":5},{"source":67,"target":70},{"source":67,"target":2},{"source":70,"target":5},{"source":68,"target":50},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0},{"source":7,"target":0},{"source":8,"target":0},{"source":9,"target":0},{"source":10,"target":0},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":13},{"source":12,"target":71},{"source":12,"target":72},{"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":12,"target":79},{"source":12,"target":80},{"source":12,"target":81},{"source":12,"target":82},{"source":12,"target":83},{"source":12,"target":84},{"source":12,"target":85},{"source":12,"target":86},{"source":12,"target":87},{"source":12,"target":88},{"source":12,"target":89},{"source":12,"target":90},{"source":12,"target":91},{"source":12,"target":92},{"source":12,"target":93},{"source":12,"target":94},{"source":12,"target":95},{"source":12,"target":96},{"source":71,"target":5},{"source":71,"target":97},{"source":71,"target":12},{"source":71,"target":98},{"source":97,"target":5},{"source":98,"target":12},{"source":98,"target":99},{"source":98,"target":71},{"source":99,"target":12},{"source":72,"target":29},{"source":72,"target":100},{"source":72,"target":12},{"source":100,"target":29},{"source":73,"target":50},{"source":73,"target":101},{"source":73,"target":12},{"source":73,"target":102},{"source":101,"target":50},{"source":102,"target":29},{"source":102,"target":103},{"source":102,"target":73},{"source":103,"target":29},{"source":74,"target":29},{"source":74,"target":104},{"source":74,"target":12},{"source":74,"target":105},{"source":104,"target":29},{"source":105,"target":50},{"source":105,"target":106},{"source":105,"target":74},{"source":106,"target":50},{"source":75,"target":50},{"source":75,"target":107},{"source":75,"target":12},{"source":75,"target":108},{"source":107,"target":50},{"source":108,"target":48},{"source":108,"target":109},{"source":108,"target":75},{"source":109,"target":48},{"source":76,"target":29},{"source":76,"target":110},{"source":76,"target":12},{"source":110,"target":29},{"source":77,"target":40},{"source":77,"target":111},{"source":77,"target":12},{"source":77,"target":112},{"source":111,"target":40},{"source":112,"target":29},{"source":112,"target":113},{"source":112,"target":77},{"source":113,"target":29},{"source":78,"target":29},{"source":78,"target":114},{"source":78,"target":12},{"source":78,"target":115},{"source":114,"target":29},{"source":115,"target":40},{"source":115,"target":116},{"source":115,"target":78},{"source":116,"target":40},{"source":79,"target":40},{"source":79,"target":117},{"source":79,"target":12},{"source":79,"target":118},{"source":117,"target":40},{"source":118,"target":40},{"source":118,"target":119},{"source":118,"target":79},{"source":119,"target":40},{"source":80,"target":40},{"source":80,"target":120},{"source":80,"target":12},{"source":80,"target":121},{"source":120,"target":40},{"source":81,"target":50},{"source":81,"target":122},{"source":81,"target":12},{"source":81,"target":123},{"source":122,"target":50},{"source":82,"target":28},{"source":82,"target":124},{"source":82,"target":12},{"source":124,"target":28},{"source":83,"target":5},{"source":83,"target":125},{"source":83,"target":12},{"source":125,"target":5},{"source":84,"target":2},{"source":84,"target":126},{"source":84,"target":12},{"source":126,"target":2},{"source":85,"target":43},{"source":85,"target":127},{"source":85,"target":12},{"source":127,"target":43},{"source":86,"target":28},{"source":86,"target":128},{"source":86,"target":12},{"source":128,"target":28},{"source":87,"target":40},{"source":87,"target":129},{"source":87,"target":12},{"source":129,"target":40},{"source":88,"target":43},{"source":88,"target":130},{"source":88,"target":12},{"source":130,"target":43},{"source":89,"target":50},{"source":89,"target":131},{"source":89,"target":12},{"source":131,"target":50},{"source":90,"target":12},{"source":90,"target":132},{"source":90,"target":12},{"source":132,"target":12},{"source":91,"target":2},{"source":91,"target":133},{"source":91,"target":12},{"source":133,"target":2},{"source":92,"target":2},{"source":92,"target":134},{"source":92,"target":12},{"source":134,"target":2},{"source":93,"target":43},{"source":93,"target":135},{"source":93,"target":12},{"source":135,"target":43},{"source":94,"target":12},{"source":94,"target":136},{"source":94,"target":12},{"source":136,"target":12},{"source":95,"target":5},{"source":95,"target":137},{"source":95,"target":12},{"source":137,"target":5},{"source":96,"target":13},{"source":13,"target":0},{"source":13,"target":38},{"source":13,"target":138},{"source":13,"target":139},{"source":13,"target":140},{"source":13,"target":141},{"source":13,"target":142},{"source":13,"target":143},{"source":13,"target":144},{"source":13,"target":145},{"source":13,"target":146},{"source":138,"target":5},{"source":138,"target":147},{"source":138,"target":13},{"source":138,"target":148},{"source":147,"target":5},{"source":148,"target":33},{"source":148,"target":149},{"source":148,"target":138},{"source":149,"target":33},{"source":139,"target":29},{"source":139,"target":150},{"source":139,"target":13},{"source":150,"target":29},{"source":140,"target":53},{"source":140,"target":151},{"source":140,"target":13},{"source":151,"target":53},{"source":141,"target":33},{"source":141,"target":152},{"source":141,"target":13},{"source":152,"target":33},{"source":142,"target":32},{"source":142,"target":153},{"source":142,"target":13},{"source":153,"target":154},{"source":153,"target":32},{"source":143,"target":48},{"source":143,"target":155},{"source":143,"target":13},{"source":155,"target":48},{"source":144,"target":48},{"source":144,"target":156},{"source":144,"target":13},{"source":156,"target":48},{"source":145,"target":41},{"source":145,"target":157},{"source":145,"target":13},{"source":145,"target":158},{"source":157,"target":41},{"source":146,"target":38},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":159},{"source":14,"target":160},{"source":159,"target":5},{"source":159,"target":161},{"source":159,"target":14},{"source":161,"target":5},{"source":160,"target":13},{"source":15,"target":0},{"source":16,"target":0},{"source":17,"target":0},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":162},{"source":20,"target":0},{"source":20,"target":14},{"source":20,"target":163},{"source":20,"target":164},{"source":20,"target":165},{"source":20,"target":166},{"source":20,"target":167},{"source":163,"target":22},{"source":163,"target":168},{"source":163,"target":20},{"source":163,"target":169},{"source":168,"target":22},{"source":169,"target":48},{"source":169,"target":170},{"source":169,"target":163},{"source":170,"target":48},{"source":164,"target":22},{"source":164,"target":171},{"source":164,"target":20},{"source":164,"target":172},{"source":171,"target":22},{"source":172,"target":29},{"source":172,"target":173},{"source":172,"target":164},{"source":173,"target":29},{"source":165,"target":22},{"source":165,"target":174},{"source":165,"target":20},{"source":165,"target":175},{"source":174,"target":22},{"source":175,"target":48},{"source":175,"target":176},{"source":175,"target":165},{"source":176,"target":48},{"source":166,"target":22},{"source":166,"target":177},{"source":166,"target":20},{"source":166,"target":178},{"source":177,"target":22},{"source":167,"target":14},{"source":21,"target":0},{"source":22,"target":0},{"source":22,"target":38},{"source":22,"target":179},{"source":22,"target":180},{"source":22,"target":181},{"source":22,"target":178},{"source":22,"target":182},{"source":179,"target":21},{"source":179,"target":183},{"source":179,"target":22},{"source":183,"target":21},{"source":180,"target":48},{"source":180,"target":184},{"source":180,"target":22},{"source":184,"target":48},{"source":181,"target":29},{"source":181,"target":185},{"source":181,"target":22},{"source":185,"target":29},{"source":178,"target":20},{"source":178,"target":186},{"source":178,"target":22},{"source":178,"target":166},{"source":186,"target":20},{"source":182,"target":38},{"source":23,"target":0},{"source":23,"target":37},{"source":23,"target":187},{"source":23,"target":188},{"source":23,"target":189},{"source":23,"target":190},{"source":23,"target":191},{"source":187,"target":192},{"source":187,"target":23},{"source":187,"target":193},{"source":193,"target":12},{"source":193,"target":194},{"source":193,"target":187},{"source":194,"target":12},{"source":188,"target":33},{"source":188,"target":195},{"source":188,"target":23},{"source":188,"target":196},{"source":188,"target":197},{"source":195,"target":33},{"source":196,"target":14},{"source":196,"target":198},{"source":196,"target":188},{"source":198,"target":14},{"source":197,"target":48},{"source":197,"target":199},{"source":197,"target":188},{"source":199,"target":48},{"source":189,"target":48},{"source":189,"target":200},{"source":189,"target":23},{"source":189,"target":201},{"source":189,"target":202},{"source":200,"target":48},{"source":201,"target":14},{"source":201,"target":203},{"source":201,"target":189},{"source":203,"target":14},{"source":202,"target":33},{"source":202,"target":204},{"source":202,"target":189},{"source":204,"target":33},{"source":190,"target":41},{"source":190,"target":205},{"source":190,"target":23},{"source":190,"target":206},{"source":205,"target":41},{"source":191,"target":37},{"source":24,"target":0},{"source":25,"target":0},{"source":26,"target":0},{"source":27,"target":0},{"source":28,"target":0},{"source":28,"target":207},{"source":28,"target":208},{"source":28,"target":209},{"source":28,"target":210},{"source":28,"target":211},{"source":28,"target":212},{"source":207,"target":28},{"source":207,"target":213},{"source":207,"target":28},{"source":213,"target":28},{"source":208,"target":28},{"source":208,"target":214},{"source":208,"target":28},{"source":214,"target":28},{"source":209,"target":28},{"source":209,"target":215},{"source":209,"target":28},{"source":215,"target":28},{"source":210,"target":13},{"source":210,"target":216},{"source":210,"target":28},{"source":216,"target":13},{"source":211,"target":13},{"source":211,"target":217},{"source":211,"target":28},{"source":217,"target":13},{"source":212,"target":53},{"source":212,"target":218},{"source":212,"target":28},{"source":218,"target":53},{"source":29,"target":0},{"source":30,"target":0},{"source":31,"target":0},{"source":32,"target":0},{"source":32,"target":219},{"source":33,"target":0},{"source":34,"target":0},{"source":35,"target":0},{"source":36,"target":0},{"source":36,"target":220},{"source":36,"target":221},{"source":37,"target":0},{"source":37,"target":222},{"source":37,"target":65},{"source":222,"target":1},{"source":222,"target":223},{"source":222,"target":37},{"source":222,"target":224},{"source":223,"target":1},{"source":224,"target":48},{"source":224,"target":225},{"source":224,"target":222},{"source":225,"target":48},{"source":65,"target":1},{"source":65,"target":226},{"source":65,"target":37},{"source":65,"target":58},{"source":226,"target":1},{"source":38,"target":0},{"source":38,"target":37},{"source":38,"target":227},{"source":38,"target":228},{"source":227,"target":48},{"source":227,"target":229},{"source":227,"target":38},{"source":229,"target":48},{"source":228,"target":37},{"source":39,"target":0},{"source":39,"target":230},{"source":39,"target":231},{"source":39,"target":232},{"source":39,"target":233},{"source":39,"target":234},{"source":39,"target":235},{"source":39,"target":236},{"source":39,"target":237},{"source":39,"target":238},{"source":39,"target":239},{"source":39,"target":240},{"source":39,"target":241},{"source":39,"target":242},{"source":39,"target":243},{"source":39,"target":244},{"source":230,"target":12},{"source":230,"target":245},{"source":230,"target":39},{"source":245,"target":12},{"source":231,"target":5},{"source":231,"target":246},{"source":231,"target":39},{"source":246,"target":5},{"source":232,"target":44},{"source":232,"target":247},{"source":232,"target":39},{"source":247,"target":44},{"source":233,"target":248},{"source":233,"target":39},{"source":234,"target":50},{"source":234,"target":249},{"source":234,"target":39},{"source":249,"target":50},{"source":235,"target":43},{"source":235,"target":250},{"source":235,"target":39},{"source":250,"target":43},{"source":236,"target":19},{"source":236,"target":251},{"source":236,"target":39},{"source":251,"target":252},{"source":251,"target":19},{"source":237,"target":51},{"source":237,"target":253},{"source":237,"target":39},{"source":253,"target":254},{"source":253,"target":51},{"source":238,"target":19},{"source":238,"target":255},{"source":238,"target":39},{"source":255,"target":256},{"source":255,"target":19},{"source":239,"target":33},{"source":239,"target":257},{"source":239,"target":39},{"source":239,"target":258},{"source":257,"target":33},{"source":258,"target":50},{"source":258,"target":259},{"source":258,"target":239},{"source":259,"target":50},{"source":240,"target":33},{"source":240,"target":260},{"source":240,"target":39},{"source":240,"target":261},{"source":240,"target":262},{"source":260,"target":33},{"source":261,"target":50},{"source":261,"target":263},{"source":261,"target":240},{"source":263,"target":50},{"source":262,"target":5},{"source":262,"target":264},{"source":262,"target":240},{"source":264,"target":5},{"source":241,"target":39},{"source":241,"target":265},{"source":241,"target":266},{"source":265,"target":50},{"source":265,"target":267},{"source":265,"target":241},{"source":267,"target":50},{"source":266,"target":33},{"source":266,"target":268},{"source":266,"target":241},{"source":268,"target":33},{"source":242,"target":5},{"source":242,"target":269},{"source":242,"target":39},{"source":242,"target":270},{"source":269,"target":5},{"source":270,"target":50},{"source":270,"target":271},{"source":270,"target":242},{"source":271,"target":50},{"source":243,"target":39},{"source":243,"target":272},{"source":272,"target":50},{"source":272,"target":273},{"source":272,"target":243},{"source":273,"target":50},{"source":244,"target":33},{"source":244,"target":274},{"source":244,"target":39},{"source":244,"target":275},{"source":244,"target":276},{"source":244,"target":31},{"source":244,"target":277},{"source":274,"target":33},{"source":275,"target":40},{"source":275,"target":278},{"source":275,"target":244},{"source":278,"target":40},{"source":276,"target":19},{"source":276,"target":279},{"source":276,"target":244},{"source":279,"target":280},{"source":279,"target":19},{"source":277,"target":31},{"source":40,"target":0},{"source":40,"target":52},{"source":40,"target":281},{"source":40,"target":282},{"source":40,"target":283},{"source":40,"target":284},{"source":40,"target":285},{"source":40,"target":286},{"source":40,"target":121},{"source":40,"target":287},{"source":281,"target":29},{"source":281,"target":288},{"source":281,"target":40},{"source":288,"target":29},{"source":282,"target":5},{"source":282,"target":289},{"source":282,"target":40},{"source":282,"target":290},{"source":289,"target":5},{"source":290,"target":40},{"source":290,"target":291},{"source":290,"target":282},{"source":291,"target":40},{"source":283,"target":53},{"source":283,"target":292},{"source":283,"target":40},{"source":292,"target":53},{"source":284,"target":42},{"source":284,"target":293},{"source":284,"target":40},{"source":284,"target":294},{"source":293,"target":42},{"source":285,"target":28},{"source":285,"target":295},{"source":285,"target":40},{"source":295,"target":28},{"source":286,"target":13},{"source":286,"target":296},{"source":286,"target":40},{"source":296,"target":13},{"source":121,"target":12},{"source":121,"target":297},{"source":121,"target":40},{"source":121,"target":80},{"source":297,"target":12},{"source":287,"target":52},{"source":41,"target":0},{"source":41,"target":38},{"source":41,"target":298},{"source":41,"target":158},{"source":41,"target":299},{"source":41,"target":206},{"source":41,"target":300},{"source":41,"target":301},{"source":41,"target":302},{"source":41,"target":303},{"source":298,"target":13},{"source":298,"target":304},{"source":298,"target":41},{"source":298,"target":305},{"source":304,"target":13},{"source":305,"target":48},{"source":305,"target":306},{"source":305,"target":298},{"source":306,"target":48},{"source":158,"target":13},{"source":158,"target":307},{"source":158,"target":41},{"source":158,"target":145},{"source":307,"target":13},{"source":299,"target":41},{"source":299,"target":308},{"source":299,"target":41},{"source":299,"target":302},{"source":308,"target":41},{"source":206,"target":23},{"source":206,"target":309},{"source":206,"target":41},{"source":206,"target":190},{"source":309,"target":23},{"source":300,"target":48},{"source":300,"target":310},{"source":300,"target":41},{"source":310,"target":48},{"source":301,"target":48},{"source":301,"target":311},{"source":301,"target":41},{"source":311,"target":48},{"source":302,"target":41},{"source":302,"target":312},{"source":302,"target":41},{"source":302,"target":299},{"source":312,"target":41},{"source":303,"target":38},{"source":42,"target":0},{"source":42,"target":52},{"source":42,"target":294},{"source":42,"target":313},{"source":294,"target":40},{"source":294,"target":314},{"source":294,"target":42},{"source":294,"target":284},{"source":314,"target":40},{"source":313,"target":52},{"source":43,"target":0},{"source":43,"target":50},{"source":43,"target":315},{"source":43,"target":316},{"source":43,"target":317},{"source":43,"target":318},{"source":43,"target":319},{"source":43,"target":320},{"source":43,"target":321},{"source":315,"target":5},{"source":315,"target":322},{"source":315,"target":43},{"source":322,"target":5},{"source":316,"target":5},{"source":316,"target":323},{"source":316,"target":43},{"source":323,"target":5},{"source":317,"target":2},{"source":317,"target":324},{"source":317,"target":43},{"source":324,"target":2},{"source":318,"target":43},{"source":318,"target":325},{"source":318,"target":43},{"source":325,"target":43},{"source":319,"target":12},{"source":319,"target":326},{"source":319,"target":43},{"source":326,"target":12},{"source":320,"target":5},{"source":320,"target":327},{"source":320,"target":43},{"source":327,"target":5},{"source":321,"target":50},{"source":44,"target":0},{"source":45,"target":0},{"source":46,"target":0},{"source":47,"target":0},{"source":48,"target":0},{"source":49,"target":0},{"source":49,"target":328},{"source":49,"target":329},{"source":328,"target":48},{"source":328,"target":330},{"source":328,"target":49},{"source":330,"target":48},{"source":329,"target":48},{"source":329,"target":331},{"source":329,"target":49},{"source":331,"target":48},{"source":50,"target":0},{"source":50,"target":52},{"source":50,"target":332},{"source":50,"target":333},{"source":50,"target":334},{"source":50,"target":335},{"source":50,"target":336},{"source":50,"target":337},{"source":50,"target":338},{"source":50,"target":339},{"source":50,"target":340},{"source":50,"target":123},{"source":50,"target":341},{"source":332,"target":29},{"source":332,"target":342},{"source":332,"target":50},{"source":342,"target":29},{"source":333,"target":32},{"source":333,"target":343},{"source":333,"target":50},{"source":343,"target":344},{"source":343,"target":32},{"source":334,"target":5},{"source":334,"target":345},{"source":334,"target":50},{"source":345,"target":5},{"source":335,"target":33},{"source":335,"target":346},{"source":335,"target":50},{"source":346,"target":33},{"source":336,"target":48},{"source":336,"target":347},{"source":336,"target":50},{"source":347,"target":48},{"source":337,"target":5},{"source":337,"target":348},{"source":337,"target":50},{"source":348,"target":5},{"source":338,"target":5},{"source":338,"target":349},{"source":338,"target":50},{"source":349,"target":5},{"source":339,"target":5},{"source":339,"target":350},{"source":339,"target":50},{"source":350,"target":5},{"source":340,"target":5},{"source":340,"target":351},{"source":340,"target":50},{"source":351,"target":5},{"source":123,"target":12},{"source":123,"target":352},{"source":123,"target":50},{"source":123,"target":81},{"source":352,"target":12},{"source":341,"target":52},{"source":51,"target":0},{"source":51,"target":353},{"source":52,"target":0},{"source":52,"target":38},{"source":52,"target":354},{"source":52,"target":355},{"source":52,"target":356},{"source":52,"target":357},{"source":52,"target":358},{"source":52,"target":359},{"source":52,"target":360},{"source":52,"target":361},{"source":52,"target":362},{"source":354,"target":28},{"source":354,"target":363},{"source":354,"target":52},{"source":363,"target":28},{"source":355,"target":13},{"source":355,"target":364},{"source":355,"target":52},{"source":364,"target":13},{"source":356,"target":29},{"source":356,"target":365},{"source":356,"target":52},{"source":365,"target":29},{"source":357,"target":5},{"source":357,"target":366},{"source":357,"target":52},{"source":366,"target":5},{"source":358,"target":5},{"source":358,"target":367},{"source":358,"target":52},{"source":367,"target":5},{"source":359,"target":5},{"source":359,"target":368},{"source":359,"target":52},{"source":368,"target":5},{"source":360,"target":5},{"source":360,"target":369},{"source":360,"target":52},{"source":369,"target":5},{"source":361,"target":29},{"source":361,"target":370},{"source":361,"target":52},{"source":370,"target":29},{"source":362,"target":38},{"source":53,"target":0},{"source":53,"target":38},{"source":53,"target":371},{"source":53,"target":372},{"source":371,"target":28},{"source":371,"target":373},{"source":371,"target":53},{"source":373,"target":28},{"source":372,"target":38}],"multigraph":true}
ecore
petrinet
repo-ecore-all/data/montex/CHESS-SBA/org.polarsys.chess.statebased/metamodels/pnmlcoremodel.ecore
pnmlcoremodel PetriNetDoc nets xmlns http://www.pnml.org/version-2009/grammar/pnml PetriNet id type pages name toolspecifics containerPetriNetDoc PNType COREMODEL http://www.pnml.org/version-2009/grammar/pnmlcoremodel PTNET http://www.pnml.org/version-2009/grammar/ptnet SYMNET http://www.pnml.org/version-2009/grammar/symmetricnet HLPN http://www.pnml.org/version-2009/grammar/highlevelnet Page objects containerPetriNet nodegraphics PnObject id name toolspecifics containerPage Name text containerNamePetriNet containerNamePnObject ToolInfo tool version formattedXMLBuffer toolInfoGrammarURI containerPetriNet containerPnObject containerLabel toolInfoModel Label toolspecifics NodeGraphics position dimension fill line containerNode containerPage Graphics Coordinate x y Position containerPNodeGraphics containerArcGraphics Offset containerAnnotationGraphics Dimension containerDNodeGraphics AnnotationGraphics offset fill line font containerAnnotation Fill color BLACK gradientcolor BLACK gradientrotation image containerNodeGraphics containerAnnotationGraphics CSS2Color AQUA aqua BLACK black BLUE blue FUCHSIA fuchsia GRAY gray GREEN green LIME lime MAROON maroon NAVY navy OLIVE olive ORANGE orange PURPLE purple RED red SILVER silver TEAL teal WHITE white YELLOW yellow Gradient HORIZONTAL horizontal VERTICAL vertical DIAGONAL diagonal Line color BLACK shape LINE width containerNodeGraphics containerArcGraphics containerAnnotationGraphics style LineShape LINE line CURVE curve ArcGraphics positions line containerArc Arc source target arcgraphics Node InArcs OutArcs nodegraphics Font align LEFT decoration UNDERLINE family VERDANA rotation size SMALL style NORMAL weight containerAnnotationGraphics FontAlign LEFT left CENTER center RIGHT right FontDecoration UNDERLINE underline OVERLINE overline LINETHROUGH linethrough CSS2FontFamily VERDANA verdana ARIAL arial TIMES times GEORGIA georgia TREBUCHET trebuchet CSS2FontSize XXSMALL xxsmall XSMALL xsmall SMALL small MEDIUM medium LARGE large XLARGE xlarge XXLARGE xxlarge CSS2FontStyle NORMAL normal ITALIC italic OBLIQUE oblique CSS2FontWeight NORMAL normal BOLD bold BOLDER bolder LIGHTER lighter PlaceNode referencingPlaces TransitionNode referencingTransitions Place RefTransition ref Transition RefPlace ref Attribute LineStyle SOLID solid DASH dash DOT dot Annotation annotationgraphics URI java.net.URI java.net.URI LongString java.lang.StringBuffer java.lang.StringBuffer AnyObject containerToolInfo
<?xml version="1.0" encoding="UTF-8"?> <!-- Meta-model for PNML specification --> <!-- Provided by www.pnml.org --> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="pnmlcoremodel" nsURI="http:///pnmlcoremodel.ecore" nsPrefix="pnmlcoremodel"> <eClassifiers xsi:type="ecore:EClass" name="PetriNetDoc"> <eStructuralFeatures xsi:type="ecore:EReference" name="nets" ordered="false" lowerBound="1" upperBound="-1" eType="#//PetriNet" containment="true" eOpposite="#//PetriNet/containerPetriNetDoc"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xmlns" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="http://www.pnml.org/version-2009/grammar/pnml"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PetriNet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" lowerBound="1" eType="#//PNType"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="type"/> <details key="kind" value="attribute"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pages" ordered="false" lowerBound="1" upperBound="-1" eType="#//Page" containment="true" eOpposite="#//Page/containerPetriNet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" eType="#//Name" containment="true" eOpposite="#//Name/containerNamePetriNet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toolspecifics" ordered="false" upperBound="-1" eType="#//ToolInfo" containment="true" eOpposite="#//ToolInfo/containerPetriNet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerPetriNetDoc" ordered="false" lowerBound="1" eType="#//PetriNetDoc" eOpposite="#//PetriNetDoc/nets"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PNType"> <eLiterals name="COREMODEL" literal="http://www.pnml.org/version-2009/grammar/pnmlcoremodel"/> <eLiterals name="PTNET" value="1" literal="http://www.pnml.org/version-2009/grammar/ptnet"/> <eLiterals name="SYMNET" value="2" literal="http://www.pnml.org/version-2009/grammar/symmetricnet"/> <eLiterals name="HLPN" value="3" literal="http://www.pnml.org/version-2009/grammar/highlevelnet"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Page" eSuperTypes="#//PnObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="objects" ordered="false" upperBound="-1" eType="#//PnObject" containment="true" eOpposite="#//PnObject/containerPage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerPetriNet" ordered="false" eType="#//PetriNet" eOpposite="#//PetriNet/pages"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodegraphics" eType="#//NodeGraphics" containment="true" eOpposite="#//NodeGraphics/containerPage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PnObject" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" eType="#//Name" containment="true" eOpposite="#//Name/containerNamePnObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toolspecifics" ordered="false" upperBound="-1" eType="#//ToolInfo" containment="true" eOpposite="#//ToolInfo/containerPnObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerPage" ordered="false" eType="#//Page" eOpposite="#//Page/objects"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Name" eSuperTypes="#//Annotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerNamePetriNet" eType="#//PetriNet" eOpposite="#//PetriNet/name"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerNamePnObject" eType="#//PnObject" eOpposite="#//PnObject/name"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToolInfo"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tool" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="formattedXMLBuffer" ordered="false" eType="#//LongString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toolInfoGrammarURI" ordered="false" eType="#//URI"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerPetriNet" ordered="false" eType="#//PetriNet" eOpposite="#//PetriNet/toolspecifics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerPnObject" ordered="false" eType="#//PnObject" eOpposite="#//PnObject/toolspecifics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerLabel" ordered="false" eType="#//Label" eOpposite="#//Label/toolspecifics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toolInfoModel" eType="#//AnyObject" containment="true" eOpposite="#//AnyObject/containerToolInfo"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Label" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="toolspecifics" ordered="false" upperBound="-1" eType="#//ToolInfo" containment="true" eOpposite="#//ToolInfo/containerLabel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NodeGraphics" eSuperTypes="#//Graphics"> <eStructuralFeatures xsi:type="ecore:EReference" name="position" ordered="false" eType="#//Position" containment="true" eOpposite="#//Position/containerPNodeGraphics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dimension" ordered="false" eType="#//Dimension" containment="true" eOpposite="#//Dimension/containerDNodeGraphics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fill" ordered="false" eType="#//Fill" containment="true" eOpposite="#//Fill/containerNodeGraphics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="line" ordered="false" eType="#//Line" containment="true" eOpposite="#//Line/containerNodeGraphics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerNode" eType="#//Node" eOpposite="#//Node/nodegraphics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerPage" eType="#//Page" eOpposite="#//Page/nodegraphics"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Graphics" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Coordinate" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Position" eSuperTypes="#//Coordinate"> <eStructuralFeatures xsi:type="ecore:EReference" name="containerPNodeGraphics" eType="#//NodeGraphics" eOpposite="#//NodeGraphics/position"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerArcGraphics" ordered="false" eType="#//ArcGraphics" eOpposite="#//ArcGraphics/positions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Offset" eSuperTypes="#//Coordinate"> <eStructuralFeatures xsi:type="ecore:EReference" name="containerAnnotationGraphics" ordered="false" eType="#//AnnotationGraphics" eOpposite="#//AnnotationGraphics/offset"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dimension" eSuperTypes="#//Coordinate"> <eStructuralFeatures xsi:type="ecore:EReference" name="containerDNodeGraphics" ordered="false" eType="#//NodeGraphics" eOpposite="#//NodeGraphics/dimension"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationGraphics" eSuperTypes="#//Graphics"> <eStructuralFeatures xsi:type="ecore:EReference" name="offset" ordered="false" eType="#//Offset" containment="true" eOpposite="#//Offset/containerAnnotationGraphics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fill" ordered="false" eType="#//Fill" containment="true" eOpposite="#//Fill/containerAnnotationGraphics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="line" ordered="false" eType="#//Line" containment="true" eOpposite="#//Line/containerAnnotationGraphics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="font" ordered="false" eType="#//Font" containment="true" eOpposite="#//Font/containerAnnotationGraphics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerAnnotation" eType="#//Annotation" eOpposite="#//Annotation/annotationgraphics"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Fill"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" ordered="false" eType="#//CSS2Color" defaultValueLiteral="BLACK"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gradientcolor" ordered="false" eType="#//CSS2Color" defaultValueLiteral="BLACK"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gradientrotation" ordered="false" eType="#//Gradient"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="image" ordered="false" eType="#//URI"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerNodeGraphics" ordered="false" eType="#//NodeGraphics" eOpposite="#//NodeGraphics/fill"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerAnnotationGraphics" ordered="false" eType="#//AnnotationGraphics" eOpposite="#//AnnotationGraphics/fill"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CSS2Color"> <eLiterals name="AQUA" literal="aqua"/> <eLiterals name="BLACK" value="1" literal="black"/> <eLiterals name="BLUE" value="2" literal="blue"/> <eLiterals name="FUCHSIA" value="3" literal="fuchsia"/> <eLiterals name="GRAY" value="4" literal="gray"/> <eLiterals name="GREEN" value="5" literal="green"/> <eLiterals name="LIME" value="6" literal="lime"/> <eLiterals name="MAROON" value="7" literal="maroon"/> <eLiterals name="NAVY" value="8" literal="navy"/> <eLiterals name="OLIVE" value="9" literal="olive"/> <eLiterals name="ORANGE" value="10" literal="orange"/> <eLiterals name="PURPLE" value="11" literal="purple"/> <eLiterals name="RED" value="12" literal="red"/> <eLiterals name="SILVER" value="13" literal="silver"/> <eLiterals name="TEAL" value="14" literal="teal"/> <eLiterals name="WHITE" value="15" literal="white"/> <eLiterals name="YELLOW" value="16" literal="yellow"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Gradient"> <eLiterals name="HORIZONTAL" literal="horizontal"/> <eLiterals name="VERTICAL" value="1" literal="vertical"/> <eLiterals name="DIAGONAL" value="2" literal="diagonal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Line"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" ordered="false" eType="#//CSS2Color" defaultValueLiteral="BLACK"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shape" ordered="false" eType="#//LineShape" defaultValueLiteral="LINE"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerNodeGraphics" ordered="false" eType="#//NodeGraphics" eOpposite="#//NodeGraphics/line"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerArcGraphics" ordered="false" eType="#//ArcGraphics" eOpposite="#//ArcGraphics/line"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerAnnotationGraphics" ordered="false" eType="#//AnnotationGraphics" eOpposite="#//AnnotationGraphics/line"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//LineStyle"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LineShape"> <eLiterals name="LINE" literal="line"/> <eLiterals name="CURVE" value="1" literal="curve"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArcGraphics" eSuperTypes="#//Graphics"> <eStructuralFeatures xsi:type="ecore:EReference" name="positions" upperBound="-1" eType="#//Position" containment="true" eOpposite="#//Position/containerArcGraphics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="line" ordered="false" eType="#//Line" containment="true" eOpposite="#//Line/containerArcGraphics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerArc" eType="#//Arc" eOpposite="#//Arc/arcgraphics"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Arc" eSuperTypes="#//PnObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="samePageSourceTarget"/> </eAnnotations> <eAnnotations source="http://www.pnml.org/models/OCL"> <details key="samePageSourceTarget" value="self.source.containerPage = self.target.containerPage"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="#//Node" eOpposite="#//Node/OutArcs"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" eType="#//Node" eOpposite="#//Node/InArcs"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arcgraphics" ordered="false" eType="#//ArcGraphics" containment="true" eOpposite="#//ArcGraphics/containerArc"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true" eSuperTypes="#//PnObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="InArcs" ordered="false" upperBound="-1" eType="#//Arc" changeable="false" eOpposite="#//Arc/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="OutArcs" ordered="false" upperBound="-1" eType="#//Arc" changeable="false" eOpposite="#//Arc/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodegraphics" eType="#//NodeGraphics" containment="true" eOpposite="#//NodeGraphics/containerNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Font"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="align" ordered="false" eType="#//FontAlign" defaultValueLiteral="LEFT"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="decoration" ordered="false" eType="#//FontDecoration" defaultValueLiteral="UNDERLINE"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="family" ordered="false" eType="#//CSS2FontFamily" defaultValueLiteral="VERDANA"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rotation" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" ordered="false" eType="#//CSS2FontSize" defaultValueLiteral="SMALL"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" ordered="false" eType="#//CSS2FontStyle" defaultValueLiteral="NORMAL"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" ordered="false" eType="#//CSS2FontWeight"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerAnnotationGraphics" ordered="false" eType="#//AnnotationGraphics" eOpposite="#//AnnotationGraphics/font"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FontAlign"> <eLiterals name="LEFT" literal="left"/> <eLiterals name="CENTER" value="1" literal="center"/> <eLiterals name="RIGHT" value="2" literal="right"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FontDecoration"> <eLiterals name="UNDERLINE" literal="underline"/> <eLiterals name="OVERLINE" value="1" literal="overline"/> <eLiterals name="LINETHROUGH" value="2" literal="linethrough"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CSS2FontFamily"> <eLiterals name="VERDANA" literal="verdana"/> <eLiterals name="ARIAL" value="1" literal="arial"/> <eLiterals name="TIMES" value="2" literal="times"/> <eLiterals name="GEORGIA" value="3" literal="georgia"/> <eLiterals name="TREBUCHET" value="4" literal="trebuchet"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CSS2FontSize"> <eLiterals name="XXSMALL" literal="xxsmall"/> <eLiterals name="XSMALL" value="1" literal="xsmall"/> <eLiterals name="SMALL" value="2" literal="small"/> <eLiterals name="MEDIUM" value="3" literal="medium"/> <eLiterals name="LARGE" value="4" literal="large"/> <eLiterals name="XLARGE" value="5" literal="xlarge"/> <eLiterals name="XXLARGE" value="6" literal="xxlarge"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CSS2FontStyle"> <eLiterals name="NORMAL" literal="normal"/> <eLiterals name="ITALIC" value="1" literal="italic"/> <eLiterals name="OBLIQUE" value="2" literal="oblique"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CSS2FontWeight"> <eLiterals name="NORMAL" literal="normal"/> <eLiterals name="BOLD" value="1" literal="bold"/> <eLiterals name="BOLDER" value="2" literal="bolder"/> <eLiterals name="LIGHTER" value="3" literal="lighter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlaceNode" abstract="true" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="referencingPlaces" upperBound="-1" eType="#//RefPlace" changeable="false" eOpposite="#//RefPlace/ref"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransitionNode" abstract="true" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="referencingTransitions" upperBound="-1" eType="#//RefTransition" changeable="false" eOpposite="#//RefTransition/ref"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Place" eSuperTypes="#//PlaceNode"/> <eClassifiers xsi:type="ecore:EClass" name="RefTransition" eSuperTypes="#//TransitionNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" ordered="false" lowerBound="1" eType="#//TransitionNode" eOpposite="#//TransitionNode/referencingTransitions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//TransitionNode"/> <eClassifiers xsi:type="ecore:EClass" name="RefPlace" eSuperTypes="#//PlaceNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" ordered="false" lowerBound="1" eType="#//PlaceNode" eOpposite="#//PlaceNode/referencingPlaces"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" abstract="true" eSuperTypes="#//Label"/> <eClassifiers xsi:type="ecore:EEnum" name="LineStyle"> <eLiterals name="SOLID" literal="solid"/> <eLiterals name="DASH" value="1" literal="dash"/> <eLiterals name="DOT" value="2" literal="dot"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Annotation" abstract="true" eSuperTypes="#//Label"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotationgraphics" ordered="false" eType="#//AnnotationGraphics" containment="true" eOpposite="#//AnnotationGraphics/containerAnnotation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="URI" instanceClassName="java.net.URI"/> <eClassifiers xsi:type="ecore:EDataType" name="LongString" instanceClassName="java.lang.StringBuffer"/> <eClassifiers xsi:type="ecore:EClass" name="AnyObject" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="containerToolInfo" eType="#//ToolInfo" changeable="false" eOpposite="#//ToolInfo/toolInfoModel"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"pnmlcoremodel","nsURI":"http:///pnmlcoremodel.ecore","name":"pnmlcoremodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNetDoc","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNet","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PNType","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"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":"PnObject","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Name","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolInfo","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeGraphics","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Graphics","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Coordinate","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Position","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Offset","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dimension","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationGraphics","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fill","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CSS2Color","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Gradient","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Line","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LineShape","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArcGraphics","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"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,"instanceClassName":null,"name":"FontAlign","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"FontDecoration","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CSS2FontFamily","instanceClass":null,"id":27,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CSS2FontSize","instanceClass":null,"id":28,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CSS2FontStyle","instanceClass":null,"id":29,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CSS2FontWeight","instanceClass":null,"id":30,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlaceNode","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionNode","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefTransition","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefPlace","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LineStyle","instanceClass":null,"id":38,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":true,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.net.URI","defaultValue":null,"instanceClassName":"java.net.URI","name":"URI","instanceClass":"java.net.URI","id":40,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.StringBuffer","defaultValue":null,"instanceClassName":"java.lang.StringBuffer","name":"LongString","instanceClass":"java.lang.StringBuffer","id":41,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyObject","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nets","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":"http://www.pnml.org/version-2009/grammar/pnml","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"http://www.pnml.org/version-2009/grammar/pnml","unsettable":false,"transient":false,"unique":true,"name":"xmlns","changeable":false,"lowerBound":0,"iD":false,"id":44,"derived":false},{"id":45,"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":"containerPetriNetDoc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":48,"derived":false},{"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":49,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toolspecifics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerPetriNet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerNamePetriNet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerPetriNet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"name":"COREMODEL","id":62,"value":0,"literal":"http://www.pnml.org/version-2009/grammar/pnmlcoremodel","eClass":"EEnumLiteral"},{"name":"PTNET","id":63,"value":1,"literal":"http://www.pnml.org/version-2009/grammar/ptnet","eClass":"EEnumLiteral"},{"name":"SYMNET","id":64,"value":2,"literal":"http://www.pnml.org/version-2009/grammar/symmetricnet","eClass":"EEnumLiteral"},{"name":"HLPN","id":65,"value":3,"literal":"http://www.pnml.org/version-2009/grammar/highlevelnet","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"nodegraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerPage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerPage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"id","changeable":true,"lowerBound":1,"iD":true,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toolspecifics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"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":"containerNamePnObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerPnObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"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":true,"name":"tool","changeable":true,"lowerBound":1,"iD":false,"id":88,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":1,"iD":false,"id":89,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"formattedXMLBuffer","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"toolInfoGrammarURI","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"toolInfoModel","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"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toolspecifics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerToolInfo","changeable":false,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":true,"name":"dimension","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":true,"name":"fill","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"line","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"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":false,"unique":true,"name":"containerPNodeGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerDNodeGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerNodeGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerNodeGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"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":"nodegraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":1,"iD":false,"id":122,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":1,"iD":false,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerArcGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"positions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"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":"containerAnnotationGraphics","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":true,"unsettable":false,"transient":false,"unique":true,"name":"offset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fill","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"line","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"font","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerAnnotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerAnnotationGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerAnnotationGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerAnnotationGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotationgraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"BLACK","unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"BLACK","unsettable":false,"transient":false,"unique":true,"name":"gradientcolor","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gradientrotation","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"image","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"name":"AQUA","id":161,"value":0,"literal":"aqua","eClass":"EEnumLiteral"},{"name":"BLACK","id":162,"value":1,"literal":"black","eClass":"EEnumLiteral"},{"name":"BLUE","id":163,"value":2,"literal":"blue","eClass":"EEnumLiteral"},{"name":"FUCHSIA","id":164,"value":3,"literal":"fuchsia","eClass":"EEnumLiteral"},{"name":"GRAY","id":165,"value":4,"literal":"gray","eClass":"EEnumLiteral"},{"name":"GREEN","id":166,"value":5,"literal":"green","eClass":"EEnumLiteral"},{"name":"LIME","id":167,"value":6,"literal":"lime","eClass":"EEnumLiteral"},{"name":"MAROON","id":168,"value":7,"literal":"maroon","eClass":"EEnumLiteral"},{"name":"NAVY","id":169,"value":8,"literal":"navy","eClass":"EEnumLiteral"},{"name":"OLIVE","id":170,"value":9,"literal":"olive","eClass":"EEnumLiteral"},{"name":"ORANGE","id":171,"value":10,"literal":"orange","eClass":"EEnumLiteral"},{"name":"PURPLE","id":172,"value":11,"literal":"purple","eClass":"EEnumLiteral"},{"name":"RED","id":173,"value":12,"literal":"red","eClass":"EEnumLiteral"},{"name":"SILVER","id":174,"value":13,"literal":"silver","eClass":"EEnumLiteral"},{"name":"TEAL","id":175,"value":14,"literal":"teal","eClass":"EEnumLiteral"},{"name":"WHITE","id":176,"value":15,"literal":"white","eClass":"EEnumLiteral"},{"name":"YELLOW","id":177,"value":16,"literal":"yellow","eClass":"EEnumLiteral"},{"name":"HORIZONTAL","id":178,"value":0,"literal":"horizontal","eClass":"EEnumLiteral"},{"name":"VERTICAL","id":179,"value":1,"literal":"vertical","eClass":"EEnumLiteral"},{"name":"DIAGONAL","id":180,"value":2,"literal":"diagonal","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"BLACK","unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"LINE","unsettable":false,"transient":false,"unique":true,"name":"shape","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerArcGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"line","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"name":"LINE","id":194,"value":0,"literal":"line","eClass":"EEnumLiteral"},{"name":"CURVE","id":195,"value":1,"literal":"curve","eClass":"EEnumLiteral"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerArc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arcgraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":202,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"OutArcs","changeable":false,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"InArcs","changeable":false,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"LEFT","unsettable":false,"transient":false,"unique":true,"name":"align","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"UNDERLINE","unsettable":false,"transient":false,"unique":true,"name":"decoration","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"VERDANA","unsettable":false,"transient":false,"unique":true,"name":"family","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rotation","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"SMALL","unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":218,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"NORMAL","unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":0,"iD":false,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"name":"LEFT","id":229,"value":0,"literal":"left","eClass":"EEnumLiteral"},{"name":"CENTER","id":230,"value":1,"literal":"center","eClass":"EEnumLiteral"},{"name":"RIGHT","id":231,"value":2,"literal":"right","eClass":"EEnumLiteral"},{"name":"UNDERLINE","id":232,"value":0,"literal":"underline","eClass":"EEnumLiteral"},{"name":"OVERLINE","id":233,"value":1,"literal":"overline","eClass":"EEnumLiteral"},{"name":"LINETHROUGH","id":234,"value":2,"literal":"linethrough","eClass":"EEnumLiteral"},{"name":"VERDANA","id":235,"value":0,"literal":"verdana","eClass":"EEnumLiteral"},{"name":"ARIAL","id":236,"value":1,"literal":"arial","eClass":"EEnumLiteral"},{"name":"TIMES","id":237,"value":2,"literal":"times","eClass":"EEnumLiteral"},{"name":"GEORGIA","id":238,"value":3,"literal":"georgia","eClass":"EEnumLiteral"},{"name":"TREBUCHET","id":239,"value":4,"literal":"trebuchet","eClass":"EEnumLiteral"},{"name":"XXSMALL","id":240,"value":0,"literal":"xxsmall","eClass":"EEnumLiteral"},{"name":"XSMALL","id":241,"value":1,"literal":"xsmall","eClass":"EEnumLiteral"},{"name":"SMALL","id":242,"value":2,"literal":"small","eClass":"EEnumLiteral"},{"name":"MEDIUM","id":243,"value":3,"literal":"medium","eClass":"EEnumLiteral"},{"name":"LARGE","id":244,"value":4,"literal":"large","eClass":"EEnumLiteral"},{"name":"XLARGE","id":245,"value":5,"literal":"xlarge","eClass":"EEnumLiteral"},{"name":"XXLARGE","id":246,"value":6,"literal":"xxlarge","eClass":"EEnumLiteral"},{"name":"NORMAL","id":247,"value":0,"literal":"normal","eClass":"EEnumLiteral"},{"name":"ITALIC","id":248,"value":1,"literal":"italic","eClass":"EEnumLiteral"},{"name":"OBLIQUE","id":249,"value":2,"literal":"oblique","eClass":"EEnumLiteral"},{"name":"NORMAL","id":250,"value":0,"literal":"normal","eClass":"EEnumLiteral"},{"name":"BOLD","id":251,"value":1,"literal":"bold","eClass":"EEnumLiteral"},{"name":"BOLDER","id":252,"value":2,"literal":"bolder","eClass":"EEnumLiteral"},{"name":"LIGHTER","id":253,"value":3,"literal":"lighter","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencingPlaces","changeable":false,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":1,"id":257,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencingTransitions","changeable":false,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":1,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"name":"SOLID","id":269,"value":0,"literal":"solid","eClass":"EEnumLiteral"},{"name":"DASH","id":270,"value":1,"literal":"dash","eClass":"EEnumLiteral"},{"name":"DOT","id":271,"value":2,"literal":"dot","eClass":"EEnumLiteral"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":1,"target":0},{"source":1,"target":43},{"source":1,"target":44},{"source":43,"target":2},{"source":43,"target":45},{"source":43,"target":1},{"source":43,"target":46},{"source":45,"target":2},{"source":44,"target":47},{"source":44,"target":1},{"source":2,"target":0},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":50},{"source":2,"target":51},{"source":2,"target":52},{"source":2,"target":46},{"source":48,"target":53},{"source":48,"target":2},{"source":49,"target":3},{"source":49,"target":54},{"source":49,"target":2},{"source":54,"target":3},{"source":50,"target":4},{"source":50,"target":55},{"source":50,"target":2},{"source":50,"target":56},{"source":55,"target":4},{"source":51,"target":6},{"source":51,"target":57},{"source":51,"target":2},{"source":51,"target":58},{"source":57,"target":6},{"source":52,"target":7},{"source":52,"target":59},{"source":52,"target":2},{"source":52,"target":60},{"source":59,"target":7},{"source":46,"target":1},{"source":46,"target":61},{"source":46,"target":2},{"source":46,"target":43},{"source":61,"target":1},{"source":3,"target":0},{"source":3,"target":62},{"source":3,"target":63},{"source":3,"target":64},{"source":3,"target":65},{"source":62,"target":3},{"source":63,"target":3},{"source":64,"target":3},{"source":65,"target":3},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":66},{"source":4,"target":56},{"source":4,"target":67},{"source":4,"target":68},{"source":66,"target":5},{"source":66,"target":69},{"source":66,"target":4},{"source":66,"target":70},{"source":69,"target":5},{"source":56,"target":2},{"source":56,"target":71},{"source":56,"target":4},{"source":56,"target":50},{"source":71,"target":2},{"source":67,"target":9},{"source":67,"target":72},{"source":67,"target":4},{"source":67,"target":73},{"source":72,"target":9},{"source":68,"target":5},{"source":5,"target":0},{"source":5,"target":74},{"source":5,"target":75},{"source":5,"target":76},{"source":5,"target":70},{"source":74,"target":77},{"source":74,"target":5},{"source":75,"target":6},{"source":75,"target":78},{"source":75,"target":5},{"source":75,"target":79},{"source":78,"target":6},{"source":76,"target":7},{"source":76,"target":80},{"source":76,"target":5},{"source":76,"target":81},{"source":80,"target":7},{"source":70,"target":4},{"source":70,"target":82},{"source":70,"target":5},{"source":70,"target":66},{"source":82,"target":4},{"source":6,"target":0},{"source":6,"target":39},{"source":6,"target":83},{"source":6,"target":58},{"source":6,"target":79},{"source":6,"target":84},{"source":83,"target":85},{"source":83,"target":6},{"source":58,"target":2},{"source":58,"target":86},{"source":58,"target":6},{"source":58,"target":51},{"source":86,"target":2},{"source":79,"target":5},{"source":79,"target":87},{"source":79,"target":6},{"source":79,"target":75},{"source":87,"target":5},{"source":84,"target":39},{"source":7,"target":0},{"source":7,"target":88},{"source":7,"target":89},{"source":7,"target":90},{"source":7,"target":91},{"source":7,"target":60},{"source":7,"target":81},{"source":7,"target":92},{"source":7,"target":93},{"source":88,"target":94},{"source":88,"target":7},{"source":89,"target":95},{"source":89,"target":7},{"source":90,"target":41},{"source":90,"target":96},{"source":90,"target":7},{"source":96,"target":41},{"source":91,"target":40},{"source":91,"target":97},{"source":91,"target":7},{"source":97,"target":40},{"source":60,"target":2},{"source":60,"target":98},{"source":60,"target":7},{"source":60,"target":52},{"source":98,"target":2},{"source":81,"target":5},{"source":81,"target":99},{"source":81,"target":7},{"source":81,"target":76},{"source":99,"target":5},{"source":92,"target":8},{"source":92,"target":100},{"source":92,"target":7},{"source":92,"target":101},{"source":100,"target":8},{"source":93,"target":42},{"source":93,"target":102},{"source":93,"target":7},{"source":93,"target":103},{"source":102,"target":42},{"source":8,"target":0},{"source":8,"target":101},{"source":101,"target":7},{"source":101,"target":104},{"source":101,"target":8},{"source":101,"target":92},{"source":104,"target":7},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":105},{"source":9,"target":106},{"source":9,"target":107},{"source":9,"target":108},{"source":9,"target":109},{"source":9,"target":73},{"source":9,"target":110},{"source":105,"target":12},{"source":105,"target":111},{"source":105,"target":9},{"source":105,"target":112},{"source":111,"target":12},{"source":106,"target":14},{"source":106,"target":113},{"source":106,"target":9},{"source":106,"target":114},{"source":113,"target":14},{"source":107,"target":16},{"source":107,"target":115},{"source":107,"target":9},{"source":107,"target":116},{"source":115,"target":16},{"source":108,"target":19},{"source":108,"target":117},{"source":108,"target":9},{"source":108,"target":118},{"source":117,"target":19},{"source":109,"target":23},{"source":109,"target":119},{"source":109,"target":9},{"source":109,"target":120},{"source":119,"target":23},{"source":73,"target":4},{"source":73,"target":121},{"source":73,"target":9},{"source":73,"target":67},{"source":121,"target":4},{"source":110,"target":10},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":122},{"source":11,"target":123},{"source":122,"target":124},{"source":122,"target":11},{"source":123,"target":125},{"source":123,"target":11},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":112},{"source":12,"target":126},{"source":12,"target":127},{"source":112,"target":9},{"source":112,"target":128},{"source":112,"target":12},{"source":112,"target":105},{"source":128,"target":9},{"source":126,"target":21},{"source":126,"target":129},{"source":126,"target":12},{"source":126,"target":130},{"source":129,"target":21},{"source":127,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":131},{"source":13,"target":132},{"source":131,"target":15},{"source":131,"target":133},{"source":131,"target":13},{"source":131,"target":134},{"source":133,"target":15},{"source":132,"target":11},{"source":14,"target":0},{"source":14,"target":11},{"source":14,"target":114},{"source":14,"target":135},{"source":114,"target":9},{"source":114,"target":136},{"source":114,"target":14},{"source":114,"target":106},{"source":136,"target":9},{"source":135,"target":11},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":134},{"source":15,"target":137},{"source":15,"target":138},{"source":15,"target":139},{"source":15,"target":140},{"source":15,"target":141},{"source":134,"target":13},{"source":134,"target":142},{"source":134,"target":15},{"source":134,"target":131},{"source":142,"target":13},{"source":137,"target":16},{"source":137,"target":143},{"source":137,"target":15},{"source":137,"target":144},{"source":143,"target":16},{"source":138,"target":19},{"source":138,"target":145},{"source":138,"target":15},{"source":138,"target":146},{"source":145,"target":19},{"source":139,"target":24},{"source":139,"target":147},{"source":139,"target":15},{"source":139,"target":148},{"source":147,"target":24},{"source":140,"target":39},{"source":140,"target":149},{"source":140,"target":15},{"source":140,"target":150},{"source":149,"target":39},{"source":141,"target":10},{"source":16,"target":0},{"source":16,"target":151},{"source":16,"target":152},{"source":16,"target":153},{"source":16,"target":154},{"source":16,"target":116},{"source":16,"target":144},{"source":151,"target":17},{"source":151,"target":155},{"source":151,"target":16},{"source":155,"target":17},{"source":152,"target":17},{"source":152,"target":156},{"source":152,"target":16},{"source":156,"target":17},{"source":153,"target":18},{"source":153,"target":157},{"source":153,"target":16},{"source":157,"target":18},{"source":154,"target":40},{"source":154,"target":158},{"source":154,"target":16},{"source":158,"target":40},{"source":116,"target":9},{"source":116,"target":159},{"source":116,"target":16},{"source":116,"target":107},{"source":159,"target":9},{"source":144,"target":15},{"source":144,"target":160},{"source":144,"target":16},{"source":144,"target":137},{"source":160,"target":15},{"source":17,"target":0},{"source":17,"target":161},{"source":17,"target":162},{"source":17,"target":163},{"source":17,"target":164},{"source":17,"target":165},{"source":17,"target":166},{"source":17,"target":167},{"source":17,"target":168},{"source":17,"target":169},{"source":17,"target":170},{"source":17,"target":171},{"source":17,"target":172},{"source":17,"target":173},{"source":17,"target":174},{"source":17,"target":175},{"source":17,"target":176},{"source":17,"target":177},{"source":161,"target":17},{"source":162,"target":17},{"source":163,"target":17},{"source":164,"target":17},{"source":165,"target":17},{"source":166,"target":17},{"source":167,"target":17},{"source":168,"target":17},{"source":169,"target":17},{"source":170,"target":17},{"source":171,"target":17},{"source":172,"target":17},{"source":173,"target":17},{"source":174,"target":17},{"source":175,"target":17},{"source":176,"target":17},{"source":177,"target":17},{"source":18,"target":0},{"source":18,"target":178},{"source":18,"target":179},{"source":18,"target":180},{"source":178,"target":18},{"source":179,"target":18},{"source":180,"target":18},{"source":19,"target":0},{"source":19,"target":181},{"source":19,"target":182},{"source":19,"target":183},{"source":19,"target":118},{"source":19,"target":184},{"source":19,"target":146},{"source":19,"target":185},{"source":181,"target":17},{"source":181,"target":186},{"source":181,"target":19},{"source":186,"target":17},{"source":182,"target":20},{"source":182,"target":187},{"source":182,"target":19},{"source":187,"target":20},{"source":183,"target":188},{"source":183,"target":19},{"source":118,"target":9},{"source":118,"target":189},{"source":118,"target":19},{"source":118,"target":108},{"source":189,"target":9},{"source":184,"target":21},{"source":184,"target":190},{"source":184,"target":19},{"source":184,"target":191},{"source":190,"target":21},{"source":146,"target":15},{"source":146,"target":192},{"source":146,"target":19},{"source":146,"target":138},{"source":192,"target":15},{"source":185,"target":38},{"source":185,"target":193},{"source":185,"target":19},{"source":193,"target":38},{"source":20,"target":0},{"source":20,"target":194},{"source":20,"target":195},{"source":194,"target":20},{"source":195,"target":20},{"source":21,"target":0},{"source":21,"target":10},{"source":21,"target":130},{"source":21,"target":191},{"source":21,"target":196},{"source":21,"target":197},{"source":130,"target":12},{"source":130,"target":198},{"source":130,"target":21},{"source":130,"target":126},{"source":198,"target":12},{"source":191,"target":19},{"source":191,"target":199},{"source":191,"target":21},{"source":191,"target":184},{"source":199,"target":19},{"source":196,"target":22},{"source":196,"target":200},{"source":196,"target":21},{"source":196,"target":201},{"source":200,"target":22},{"source":197,"target":10},{"source":22,"target":0},{"source":22,"target":5},{"source":22,"target":202},{"source":22,"target":203},{"source":22,"target":201},{"source":22,"target":204},{"source":202,"target":23},{"source":202,"target":205},{"source":202,"target":22},{"source":202,"target":206},{"source":205,"target":23},{"source":203,"target":23},{"source":203,"target":207},{"source":203,"target":22},{"source":203,"target":208},{"source":207,"target":23},{"source":201,"target":21},{"source":201,"target":209},{"source":201,"target":22},{"source":201,"target":196},{"source":209,"target":21},{"source":204,"target":5},{"source":23,"target":0},{"source":23,"target":5},{"source":23,"target":208},{"source":23,"target":206},{"source":23,"target":120},{"source":23,"target":210},{"source":208,"target":22},{"source":208,"target":211},{"source":208,"target":23},{"source":208,"target":203},{"source":211,"target":22},{"source":206,"target":22},{"source":206,"target":212},{"source":206,"target":23},{"source":206,"target":202},{"source":212,"target":22},{"source":120,"target":9},{"source":120,"target":213},{"source":120,"target":23},{"source":120,"target":109},{"source":213,"target":9},{"source":210,"target":5},{"source":24,"target":0},{"source":24,"target":214},{"source":24,"target":215},{"source":24,"target":216},{"source":24,"target":217},{"source":24,"target":218},{"source":24,"target":219},{"source":24,"target":220},{"source":24,"target":148},{"source":214,"target":25},{"source":214,"target":221},{"source":214,"target":24},{"source":221,"target":25},{"source":215,"target":26},{"source":215,"target":222},{"source":215,"target":24},{"source":222,"target":26},{"source":216,"target":27},{"source":216,"target":223},{"source":216,"target":24},{"source":223,"target":27},{"source":217,"target":224},{"source":217,"target":24},{"source":218,"target":28},{"source":218,"target":225},{"source":218,"target":24},{"source":225,"target":28},{"source":219,"target":29},{"source":219,"target":226},{"source":219,"target":24},{"source":226,"target":29},{"source":220,"target":30},{"source":220,"target":227},{"source":220,"target":24},{"source":227,"target":30},{"source":148,"target":15},{"source":148,"target":228},{"source":148,"target":24},{"source":148,"target":139},{"source":228,"target":15},{"source":25,"target":0},{"source":25,"target":229},{"source":25,"target":230},{"source":25,"target":231},{"source":229,"target":25},{"source":230,"target":25},{"source":231,"target":25},{"source":26,"target":0},{"source":26,"target":232},{"source":26,"target":233},{"source":26,"target":234},{"source":232,"target":26},{"source":233,"target":26},{"source":234,"target":26},{"source":27,"target":0},{"source":27,"target":235},{"source":27,"target":236},{"source":27,"target":237},{"source":27,"target":238},{"source":27,"target":239},{"source":235,"target":27},{"source":236,"target":27},{"source":237,"target":27},{"source":238,"target":27},{"source":239,"target":27},{"source":28,"target":0},{"source":28,"target":240},{"source":28,"target":241},{"source":28,"target":242},{"source":28,"target":243},{"source":28,"target":244},{"source":28,"target":245},{"source":28,"target":246},{"source":240,"target":28},{"source":241,"target":28},{"source":242,"target":28},{"source":243,"target":28},{"source":244,"target":28},{"source":245,"target":28},{"source":246,"target":28},{"source":29,"target":0},{"source":29,"target":247},{"source":29,"target":248},{"source":29,"target":249},{"source":247,"target":29},{"source":248,"target":29},{"source":249,"target":29},{"source":30,"target":0},{"source":30,"target":250},{"source":30,"target":251},{"source":30,"target":252},{"source":30,"target":253},{"source":250,"target":30},{"source":251,"target":30},{"source":252,"target":30},{"source":253,"target":30},{"source":31,"target":0},{"source":31,"target":23},{"source":31,"target":254},{"source":31,"target":255},{"source":254,"target":36},{"source":254,"target":256},{"source":254,"target":31},{"source":254,"target":257},{"source":256,"target":36},{"source":255,"target":23},{"source":32,"target":0},{"source":32,"target":23},{"source":32,"target":258},{"source":32,"target":259},{"source":258,"target":34},{"source":258,"target":260},{"source":258,"target":32},{"source":258,"target":261},{"source":260,"target":34},{"source":259,"target":23},{"source":33,"target":0},{"source":33,"target":31},{"source":33,"target":262},{"source":262,"target":31},{"source":34,"target":0},{"source":34,"target":32},{"source":34,"target":261},{"source":34,"target":263},{"source":261,"target":32},{"source":261,"target":264},{"source":261,"target":34},{"source":261,"target":258},{"source":264,"target":32},{"source":263,"target":32},{"source":35,"target":0},{"source":35,"target":32},{"source":35,"target":265},{"source":265,"target":32},{"source":36,"target":0},{"source":36,"target":31},{"source":36,"target":257},{"source":36,"target":266},{"source":257,"target":31},{"source":257,"target":267},{"source":257,"target":36},{"source":257,"target":254},{"source":267,"target":31},{"source":266,"target":31},{"source":37,"target":0},{"source":37,"target":8},{"source":37,"target":268},{"source":268,"target":8},{"source":38,"target":0},{"source":38,"target":269},{"source":38,"target":270},{"source":38,"target":271},{"source":269,"target":38},{"source":270,"target":38},{"source":271,"target":38},{"source":39,"target":0},{"source":39,"target":8},{"source":39,"target":150},{"source":39,"target":272},{"source":150,"target":15},{"source":150,"target":273},{"source":150,"target":39},{"source":150,"target":140},{"source":273,"target":15},{"source":272,"target":8},{"source":40,"target":0},{"source":41,"target":0},{"source":42,"target":0},{"source":42,"target":103},{"source":103,"target":7},{"source":103,"target":274},{"source":103,"target":42},{"source":103,"target":93},{"source":274,"target":7}],"multigraph":true}
ecore
modelling
repo-ecore-all/data/alfa-ryano/gamified-modelling-server/server/z-gamified-modelling-server/www/common/model/graph.ecore
graphmodelling ModellingType name Graph Entity ID name text description value type className group category accessModifier x y width height Graph nodes edges Node parentNode subNodes properties operations Property Operation Edge source target
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="graphmodelling" nsURI="graphmodelling" nsPrefix="graphmodelling"> <eClassifiers xsi:type="ecore:EClass" name="ModellingType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="Graph"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Entity"> <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="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <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="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accessModifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Graph" eSuperTypes="#//Entity"> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1" eType="#//Edge" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Entity"> <eStructuralFeatures xsi:type="ecore:EReference" name="parentNode" eType="#//Node" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subNodes" upperBound="-1" eType="#//Node" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//Property" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="#//Operation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//Entity"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//Entity"/> <eClassifiers xsi:type="ecore:EClass" name="Edge" eSuperTypes="#//Entity"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Node"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"graphmodelling","nsURI":"graphmodelling","name":"graphmodelling","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModellingType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Graph","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":"Graph","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Graph","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ID","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":"name","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":"text","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"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":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":"type","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":"className","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":"group","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":"category","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":"accessModifier","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":"x","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":"y","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"edges","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":"parentNode","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":"subNodes","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":"properties","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":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":8,"target":9},{"source":8,"target":1},{"source":2,"target":0},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":10,"target":24},{"source":10,"target":2},{"source":11,"target":25},{"source":11,"target":2},{"source":12,"target":26},{"source":12,"target":2},{"source":13,"target":27},{"source":13,"target":2},{"source":14,"target":28},{"source":14,"target":2},{"source":15,"target":29},{"source":15,"target":2},{"source":16,"target":30},{"source":16,"target":2},{"source":17,"target":31},{"source":17,"target":2},{"source":18,"target":32},{"source":18,"target":2},{"source":19,"target":33},{"source":19,"target":2},{"source":20,"target":34},{"source":20,"target":2},{"source":21,"target":35},{"source":21,"target":2},{"source":22,"target":36},{"source":22,"target":2},{"source":23,"target":37},{"source":23,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":38},{"source":3,"target":39},{"source":3,"target":40},{"source":38,"target":4},{"source":38,"target":41},{"source":38,"target":3},{"source":41,"target":4},{"source":39,"target":7},{"source":39,"target":42},{"source":39,"target":3},{"source":42,"target":7},{"source":40,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":43},{"source":4,"target":44},{"source":4,"target":45},{"source":4,"target":46},{"source":4,"target":47},{"source":43,"target":4},{"source":43,"target":48},{"source":43,"target":4},{"source":48,"target":4},{"source":44,"target":4},{"source":44,"target":49},{"source":44,"target":4},{"source":49,"target":4},{"source":45,"target":5},{"source":45,"target":50},{"source":45,"target":4},{"source":50,"target":5},{"source":46,"target":6},{"source":46,"target":51},{"source":46,"target":4},{"source":51,"target":6},{"source":47,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":52},{"source":52,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":53},{"source":53,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":54},{"source":7,"target":55},{"source":7,"target":56},{"source":54,"target":4},{"source":54,"target":57},{"source":54,"target":7},{"source":57,"target":4},{"source":55,"target":4},{"source":55,"target":58},{"source":55,"target":7},{"source":58,"target":4},{"source":56,"target":2}],"multigraph":true}
ecore
html
repo-ecore-all/data/sasalem/ProR_filter/org.eclipse.rmf.rif11.xsd.model/src/org/eclipse/rmf/rif11/xhtml/impl/xhtml.ecore
xhtml AbbrType class id style title AContent mixed group br span object img tt i b big small u strike em strong dfn code q samp kbd var cite abbr acronym sub sup ins del AcronymType class id style title AddressType class id style title AlignType left left center center right right justify justify char char AlignTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator AType charset class coords href hreflang id name rel rev shape rect style title type BigType class id style title Block group p h1 h2 h3 h4 h5 h6 div ul ol dl pre hr blockquote address table ins del BlockquoteType cite class id style title BodyType class id style title BrType class id style title BType class id style title CaptionType class id style title Character java.lang.String java.lang.String Charset java.lang.String java.lang.String Charsets java.lang.String java.lang.String CiteType class id style title CodeType class id style title ColgroupType col align char charoff class id span 1 style title valign width ColType align char charoff class id span 1 style title valign width ContentType java.lang.String java.lang.String ContentTypes java.lang.String java.lang.String Coords java.lang.String java.lang.String Datetime javax.xml.datatype.XMLGregorianCalendar javax.xml.datatype.XMLGregorianCalendar DdType class id style title DeclareType declare declare DeclareTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator DelType cite1 class datetime id style title DfnType class id style title DivType class id style title DlType group dt dd class id style title DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation a abbr acronym address b big blockquote body br caption cite code col colgroup dd del dfn div dl dt em h1 h2 h3 h4 h5 h6 hr html i img ins kbd li object ol p param pre q samp small span strike strong sub sup table tbody td tfoot th thead tr tt u ul var DtType class id style title EmType class id style title Flow mixed group p h1 h2 h3 h4 h5 h6 div ul ol dl pre hr blockquote address table a br span object img tt i b big small u strike em strong dfn code q samp kbd var cite abbr acronym sub sup ins del FormContent group p h1 h2 h3 h4 h5 h6 div ul ol dl pre hr blockquote address table ins del H1Type class id style title H2Type class id style title H3Type class id style title H4Type class id style title H5Type class id style title H6Type class id style title HrType class id style title HtmlType body id ImgType alt class height id ismap longdesc src style title usemap width Inline mixed group a br span object img tt i b big small u strike em strong dfn code q samp kbd var cite abbr acronym sub sup ins del InsType cite1 class datetime id style title IsmapType ismap ismap IsmapTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator IType class id style title KbdType class id style title LanguageCode java.lang.String java.lang.String Length java.lang.String java.lang.String LinkTypes java.util.List java.util.List LiType class id style title MultiLength java.lang.String java.lang.String Number java.math.BigInteger java.math.BigInteger ObjectType mixed group param p h1 h2 h3 h4 h5 h6 div ul ol dl pre hr blockquote address table a br span object img tt i b big small u strike em strong dfn code q samp kbd var cite abbr acronym sub sup ins del archive class classid codebase codetype data declare height id name standby style tabindex title type usemap width OlType li class id style title ParamType id name type value valuetype data Pixels java.math.BigInteger java.math.BigInteger PreContent mixed group a tt i b big small u strike em strong dfn code q samp kbd var cite abbr acronym sub sup br span ins del PreType class id style title PType class id style title QType cite1 class id style title SampType class id style title Scope row row col col rowgroup rowgroup colgroup colgroup ScopeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator Script java.lang.String java.lang.String Shape rect rect circle circle poly poly default default ShapeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator SmallType class id style title SpanType class id style title StrikeType class id style title StrongType class id style title StyleSheet java.lang.String java.lang.String SubType class id style title SupType class id style title TabindexNumber java.math.BigInteger java.math.BigInteger TableType caption col colgroup thead tfoot tbody tr border cellpadding cellspacing class id style summary title width TbodyType tr align char charoff class id style title valign TdType abbr1 align axis char charoff class colspan 1 headers id rowspan 1 scope style title valign Text java.lang.String java.lang.String TfootType tr align char charoff class id style title valign TheadType tr align char charoff class id style title valign ThType abbr1 align axis char charoff class colspan 1 headers id rowspan 1 scope style title valign TrType group th td align char charoff class id style title valign TtType class id style title UlType li class id style title URI java.lang.String java.lang.String UriList java.lang.String java.lang.String UType class id style title ValignType top top middle middle bottom bottom baseline baseline ValignTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator ValuetypeType data data ref ref object object ValuetypeTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator VarType class id style title
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="xhtml" nsURI="http://automotive-his.de/200706/rif-xhtml" nsPrefix="rif-xhtml"> <eAnnotations source="http://www.w3.org/XML/1998/namespace"> <details key="lang" value="en"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="AbbrType" eSuperTypes="#//Inline"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="abbr_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AContent"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="a.content"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="br" upperBound="-1" eType="#//BrType" 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="br"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="span" upperBound="-1" eType="#//SpanType" 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="span"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="object" upperBound="-1" eType="#//ObjectType" 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="object"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="img" upperBound="-1" eType="#//ImgType" 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="img"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="tt" upperBound="-1" eType="#//TtType" 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="tt"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="i" upperBound="-1" eType="#//IType" 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="i"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="b" upperBound="-1" eType="#//BType" 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="b"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="big" upperBound="-1" eType="#//BigType" 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="big"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="small" upperBound="-1" eType="#//SmallType" 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="small"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="u" upperBound="-1" eType="#//UType" 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="u"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="strike" upperBound="-1" eType="#//StrikeType" 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="strike"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="em" upperBound="-1" eType="#//EmType" 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="em"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="strong" upperBound="-1" eType="#//StrongType" 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="strong"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dfn" upperBound="-1" eType="#//DfnType" 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="dfn"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="code" upperBound="-1" eType="#//CodeType" 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="code"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="q" upperBound="-1" eType="#//QType" 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="q"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="samp" upperBound="-1" eType="#//SampType" 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="samp"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="kbd" upperBound="-1" eType="#//KbdType" 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="kbd"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="var" upperBound="-1" eType="#//VarType" 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="var"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="cite" upperBound="-1" eType="#//CiteType" 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="cite"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="abbr" upperBound="-1" eType="#//AbbrType" 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="abbr"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="acronym" upperBound="-1" eType="#//AcronymType" 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="acronym"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sub" upperBound="-1" eType="#//SubType" 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="sub"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sup" upperBound="-1" eType="#//SupType" 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="sup"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ins" upperBound="-1" eType="#//InsType" 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="ins"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="del" upperBound="-1" eType="#//DelType" 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="del"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AcronymType" eSuperTypes="#//Inline"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="acronym_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AddressType" eSuperTypes="#//Inline"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="address_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AlignType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="align_._type"/> </eAnnotations> <eLiterals name="left"/> <eLiterals name="center" value="1"/> <eLiterals name="right" value="2"/> <eLiterals name="justify" value="3"/> <eLiterals name="char" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="AlignTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="align_._type:Object"/> <details key="baseType" value="align_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AType" eSuperTypes="#//AContent"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="a_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="charset" eType="#//Charset"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="charset"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="coords" eType="#//Coords"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="coords"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="href" eType="#//URI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="href"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hreflang" eType="#//LanguageCode"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="hreflang"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKEN"> <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="rel" eType="#//LinkTypes"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="rel"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rev" eType="#//LinkTypes"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="rev"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shape" eType="#//Shape" defaultValueLiteral="rect" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="shape"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//ContentType"> <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="BigType" eSuperTypes="#//Inline"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="big_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Block"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="p" upperBound="-1" eType="#//PType" 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="p"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="h1" upperBound="-1" eType="#//H1Type" 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="h1"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="h2" upperBound="-1" eType="#//H2Type" 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="h2"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="h3" upperBound="-1" eType="#//H3Type" 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="h3"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="h4" upperBound="-1" eType="#//H4Type" 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="h4"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="h5" upperBound="-1" eType="#//H5Type" 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="h5"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="h6" upperBound="-1" eType="#//H6Type" 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="h6"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="div" upperBound="-1" eType="#//DivType" 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="div"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ul" upperBound="-1" eType="#//UlType" 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="ul"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ol" upperBound="-1" eType="#//OlType" 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="ol"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dl" upperBound="-1" eType="#//DlType" 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="dl"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pre" upperBound="-1" eType="#//PreType" 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="pre"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="hr" upperBound="-1" eType="#//HrType" 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="hr"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="blockquote" upperBound="-1" eType="#//BlockquoteType" 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="blockquote"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="address" upperBound="-1" eType="#//AddressType" 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="address"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="table" upperBound="-1" eType="#//TableType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="table"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ins" upperBound="-1" eType="#//InsType" 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="ins"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="del" upperBound="-1" eType="#//DelType" 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="del"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BlockquoteType" eSuperTypes="#//Block"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="blockquote_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cite" eType="#//URI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="cite"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BodyType" eSuperTypes="#//Block"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="body_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BrType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="br_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BType" eSuperTypes="#//Inline"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="b_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CaptionType" eSuperTypes="#//Inline"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="caption_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Character" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Character"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/> <details key="length" value="1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Charset" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Charset"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Charsets" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Charsets"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CiteType" eSuperTypes="#//Inline"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="cite_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CodeType" eSuperTypes="#//Inline"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="code_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ColgroupType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="colgroup_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="col" upperBound="-1" eType="#//ColType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="col"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="align" eType="#//AlignType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="align"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="char" eType="#//Character"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="char"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="charoff" eType="#//Length"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="charoff"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="span" eType="#//Number" defaultValueLiteral="1" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="span"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="valign" eType="#//ValignType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="valign"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="#//MultiLength"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="width"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ColType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="col_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="align" eType="#//AlignType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="align"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="char" eType="#//Character"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="char"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="charoff" eType="#//Length"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="charoff"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="span" eType="#//Number" defaultValueLiteral="1" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="span"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="valign" eType="#//ValignType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="valign"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="#//MultiLength"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="width"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ContentType" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ContentType"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ContentTypes" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ContentTypes"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Coords" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Coords"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Datetime" instanceClassName="javax.xml.datatype.XMLGregorianCalendar"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Datetime"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#dateTime"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DdType" eSuperTypes="#//Flow"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="dd_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DeclareType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="declare_._type"/> </eAnnotations> <eLiterals name="declare"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="DeclareTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="declare_._type:Object"/> <details key="baseType" value="declare_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DelType" eSuperTypes="#//Flow"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="del_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cite1" eType="#//URI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="cite"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="datetime" eType="#//Datetime"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="datetime"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DfnType" eSuperTypes="#//Inline"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="dfn_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DivType" eSuperTypes="#//Flow"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="div_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DlType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="dl_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dt" upperBound="-1" eType="#//DtType" 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="dt"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dd" upperBound="-1" eType="#//DdType" 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="dd"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="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="a" upperBound="-2" eType="#//AType" 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="a"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="abbr" upperBound="-2" eType="#//AbbrType" 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="abbr"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="acronym" upperBound="-2" eType="#//AcronymType" 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="acronym"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="address" upperBound="-2" eType="#//AddressType" 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="address"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="b" upperBound="-2" eType="#//BType" 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="b"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="big" upperBound="-2" eType="#//BigType" 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="big"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="blockquote" upperBound="-2" eType="#//BlockquoteType" 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="blockquote"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-2" eType="#//BodyType" 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="body"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="br" upperBound="-2" eType="#//BrType" 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="br"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="caption" upperBound="-2" eType="#//CaptionType" 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="caption"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="cite" upperBound="-2" eType="#//CiteType" 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="cite"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="code" upperBound="-2" eType="#//CodeType" 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="code"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="col" upperBound="-2" eType="#//ColType" 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="col"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="colgroup" upperBound="-2" eType="#//ColgroupType" 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="colgroup"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dd" upperBound="-2" eType="#//DdType" 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="dd"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="del" upperBound="-2" eType="#//DelType" 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="del"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dfn" upperBound="-2" eType="#//DfnType" 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="dfn"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="div" upperBound="-2" eType="#//DivType" 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="div"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dl" upperBound="-2" eType="#//DlType" 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="dl"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dt" upperBound="-2" eType="#//DtType" 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="dt"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="em" upperBound="-2" eType="#//EmType" 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="em"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="h1" upperBound="-2" eType="#//H1Type" 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="h1"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="h2" upperBound="-2" eType="#//H2Type" 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="h2"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="h3" upperBound="-2" eType="#//H3Type" 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="h3"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="h4" upperBound="-2" eType="#//H4Type" 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="h4"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="h5" upperBound="-2" eType="#//H5Type" 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="h5"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="h6" upperBound="-2" eType="#//H6Type" 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="h6"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="hr" upperBound="-2" eType="#//HrType" 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="hr"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="html" upperBound="-2" eType="#//HtmlType" 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="html"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="i" upperBound="-2" eType="#//IType" 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="i"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="img" upperBound="-2" eType="#//ImgType" 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="img"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ins" upperBound="-2" eType="#//InsType" 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="ins"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="kbd" upperBound="-2" eType="#//KbdType" 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="kbd"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="li" upperBound="-2" eType="#//LiType" 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="li"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="object" upperBound="-2" eType="#//ObjectType" 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="object"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ol" upperBound="-2" eType="#//OlType" 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="ol"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="p" upperBound="-2" eType="#//PType" 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="p"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="param" upperBound="-2" eType="#//ParamType" 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="param"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pre" upperBound="-2" eType="#//PreType" 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="pre"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="q" upperBound="-2" eType="#//QType" 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="q"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="samp" upperBound="-2" eType="#//SampType" 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="samp"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="small" upperBound="-2" eType="#//SmallType" 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="small"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="span" upperBound="-2" eType="#//SpanType" 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="span"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="strike" upperBound="-2" eType="#//StrikeType" 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="strike"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="strong" upperBound="-2" eType="#//StrongType" 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="strong"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sub" upperBound="-2" eType="#//SubType" 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="sub"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sup" upperBound="-2" eType="#//SupType" 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="sup"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="table" upperBound="-2" eType="#//TableType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="table"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="tbody" upperBound="-2" eType="#//TbodyType" 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="tbody"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="td" upperBound="-2" eType="#//TdType" 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="td"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="tfoot" upperBound="-2" eType="#//TfootType" 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="tfoot"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="th" upperBound="-2" eType="#//ThType" 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="th"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="thead" upperBound="-2" eType="#//TheadType" 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="thead"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="tr" upperBound="-2" eType="#//TrType" 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="tr"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="tt" upperBound="-2" eType="#//TtType" 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="tt"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="u" upperBound="-2" eType="#//UType" 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="u"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ul" upperBound="-2" eType="#//UlType" 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="ul"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="var" upperBound="-2" eType="#//VarType" 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="var"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DtType" eSuperTypes="#//Inline"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="dt_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmType" eSuperTypes="#//Inline"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="em_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Flow"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Flow"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="p" upperBound="-1" eType="#//PType" 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="p"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="h1" upperBound="-1" eType="#//H1Type" 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="h1"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="h2" upperBound="-1" eType="#//H2Type" 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="h2"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="h3" upperBound="-1" eType="#//H3Type" 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="h3"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="h4" upperBound="-1" eType="#//H4Type" 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="h4"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="h5" upperBound="-1" eType="#//H5Type" 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="h5"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="h6" upperBound="-1" eType="#//H6Type" 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="h6"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="div" upperBound="-1" eType="#//DivType" 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="div"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ul" upperBound="-1" eType="#//UlType" 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="ul"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ol" upperBound="-1" eType="#//OlType" 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="ol"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dl" upperBound="-1" eType="#//DlType" 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="dl"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pre" upperBound="-1" eType="#//PreType" 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="pre"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="hr" upperBound="-1" eType="#//HrType" 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="hr"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="blockquote" upperBound="-1" eType="#//BlockquoteType" 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="blockquote"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="address" upperBound="-1" eType="#//AddressType" 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="address"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="table" upperBound="-1" eType="#//TableType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="table"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="a" upperBound="-1" eType="#//AType" 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="a"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="br" upperBound="-1" eType="#//BrType" 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="br"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="span" upperBound="-1" eType="#//SpanType" 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="span"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="object" upperBound="-1" eType="#//ObjectType" 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="object"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="img" upperBound="-1" eType="#//ImgType" 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="img"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="tt" upperBound="-1" eType="#//TtType" 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="tt"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="i" upperBound="-1" eType="#//IType" 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="i"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="b" upperBound="-1" eType="#//BType" 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="b"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="big" upperBound="-1" eType="#//BigType" 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="big"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="small" upperBound="-1" eType="#//SmallType" 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="small"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="u" upperBound="-1" eType="#//UType" 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="u"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="strike" upperBound="-1" eType="#//StrikeType" 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="strike"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="em" upperBound="-1" eType="#//EmType" 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="em"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="strong" upperBound="-1" eType="#//StrongType" 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="strong"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dfn" upperBound="-1" eType="#//DfnType" 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="dfn"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="code" upperBound="-1" eType="#//CodeType" 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="code"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="q" upperBound="-1" eType="#//QType" 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="q"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="samp" upperBound="-1" eType="#//SampType" 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="samp"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="kbd" upperBound="-1" eType="#//KbdType" 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="kbd"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="var" upperBound="-1" eType="#//VarType" 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="var"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="cite" upperBound="-1" eType="#//CiteType" 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="cite"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="abbr" upperBound="-1" eType="#//AbbrType" 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="abbr"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="acronym" upperBound="-1" eType="#//AcronymType" 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="acronym"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sub" upperBound="-1" eType="#//SubType" 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="sub"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sup" upperBound="-1" eType="#//SupType" 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="sup"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ins" upperBound="-1" eType="#//InsType" 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="ins"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="del" upperBound="-1" eType="#//DelType" 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="del"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormContent"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="form.content"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="p" upperBound="-1" eType="#//PType" 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="p"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="h1" upperBound="-1" eType="#//H1Type" 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="h1"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="h2" upperBound="-1" eType="#//H2Type" 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="h2"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="h3" upperBound="-1" eType="#//H3Type" 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="h3"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="h4" upperBound="-1" eType="#//H4Type" 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="h4"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="h5" upperBound="-1" eType="#//H5Type" 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="h5"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="h6" upperBound="-1" eType="#//H6Type" 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="h6"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="div" upperBound="-1" eType="#//DivType" 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="div"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ul" upperBound="-1" eType="#//UlType" 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="ul"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ol" upperBound="-1" eType="#//OlType" 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="ol"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dl" upperBound="-1" eType="#//DlType" 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="dl"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pre" upperBound="-1" eType="#//PreType" 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="pre"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="hr" upperBound="-1" eType="#//HrType" 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="hr"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="blockquote" upperBound="-1" eType="#//BlockquoteType" 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="blockquote"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="address" upperBound="-1" eType="#//AddressType" 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="address"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="table" upperBound="-1" eType="#//TableType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="table"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ins" upperBound="-1" eType="#//InsType" 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="ins"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="del" upperBound="-1" eType="#//DelType" 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="del"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="H1Type" eSuperTypes="#//Inline"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="h1_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="H2Type" eSuperTypes="#//Inline"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="h2_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="H3Type" eSuperTypes="#//Inline"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="h3_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="H4Type" eSuperTypes="#//Inline"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="h4_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="H5Type" eSuperTypes="#//Inline"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="h5_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="H6Type" eSuperTypes="#//Inline"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="h6_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HrType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="hr_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HtmlType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="html_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//BodyType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="body"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImgType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="img_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alt" lowerBound="1" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="alt"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="height" eType="#//Length"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="height"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ismap" eType="#//IsmapType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="ismap"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="longdesc" eType="#//URI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="longdesc"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="src" lowerBound="1" eType="#//URI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="src"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="usemap" eType="#//URI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="usemap"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="#//Length"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="width"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Inline"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Inline"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="a" upperBound="-1" eType="#//AType" 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="a"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="br" upperBound="-1" eType="#//BrType" 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="br"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="span" upperBound="-1" eType="#//SpanType" 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="span"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="object" upperBound="-1" eType="#//ObjectType" 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="object"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="img" upperBound="-1" eType="#//ImgType" 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="img"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="tt" upperBound="-1" eType="#//TtType" 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="tt"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="i" upperBound="-1" eType="#//IType" 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="i"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="b" upperBound="-1" eType="#//BType" 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="b"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="big" upperBound="-1" eType="#//BigType" 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="big"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="small" upperBound="-1" eType="#//SmallType" 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="small"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="u" upperBound="-1" eType="#//UType" 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="u"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="strike" upperBound="-1" eType="#//StrikeType" 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="strike"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="em" upperBound="-1" eType="#//EmType" 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="em"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="strong" upperBound="-1" eType="#//StrongType" 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="strong"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dfn" upperBound="-1" eType="#//DfnType" 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="dfn"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="code" upperBound="-1" eType="#//CodeType" 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="code"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="q" upperBound="-1" eType="#//QType" 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="q"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="samp" upperBound="-1" eType="#//SampType" 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="samp"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="kbd" upperBound="-1" eType="#//KbdType" 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="kbd"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="var" upperBound="-1" eType="#//VarType" 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="var"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="cite" upperBound="-1" eType="#//CiteType" 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="cite"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="abbr" upperBound="-1" eType="#//AbbrType" 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="abbr"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="acronym" upperBound="-1" eType="#//AcronymType" 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="acronym"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sub" upperBound="-1" eType="#//SubType" 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="sub"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sup" upperBound="-1" eType="#//SupType" 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="sup"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ins" upperBound="-1" eType="#//InsType" 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="ins"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="del" upperBound="-1" eType="#//DelType" 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="del"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InsType" eSuperTypes="#//Flow"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ins_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cite1" eType="#//URI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="cite"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="datetime" eType="#//Datetime"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="datetime"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="IsmapType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ismap_._type"/> </eAnnotations> <eLiterals name="ismap"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IsmapTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ismap_._type:Object"/> <details key="baseType" value="ismap_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IType" eSuperTypes="#//Inline"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="i_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KbdType" eSuperTypes="#//Inline"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="kbd_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="LanguageCode" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="LanguageCode"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#language"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Length" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Length"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="LinkTypes" instanceClassName="java.util.List"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="LinkTypes"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#NMTOKENS"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiType" eSuperTypes="#//Flow"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="li_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="MultiLength" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MultiLength"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/> <details key="pattern" value="[-+]?(\d+|\d+(\.\d+)?%25)|[1-9]?(\d+)?\*"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Number" instanceClassName="java.math.BigInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Number"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#nonNegativeInteger"/> <details key="pattern" value="[0-9]+"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="object_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="param" upperBound="-1" eType="#//ParamType" 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="param"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="p" upperBound="-1" eType="#//PType" 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="p"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="h1" upperBound="-1" eType="#//H1Type" 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="h1"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="h2" upperBound="-1" eType="#//H2Type" 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="h2"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="h3" upperBound="-1" eType="#//H3Type" 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="h3"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="h4" upperBound="-1" eType="#//H4Type" 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="h4"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="h5" upperBound="-1" eType="#//H5Type" 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="h5"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="h6" upperBound="-1" eType="#//H6Type" 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="h6"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="div" upperBound="-1" eType="#//DivType" 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="div"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ul" upperBound="-1" eType="#//UlType" 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="ul"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ol" upperBound="-1" eType="#//OlType" 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="ol"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dl" upperBound="-1" eType="#//DlType" 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="dl"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pre" upperBound="-1" eType="#//PreType" 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="pre"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="hr" upperBound="-1" eType="#//HrType" 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="hr"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="blockquote" upperBound="-1" eType="#//BlockquoteType" 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="blockquote"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="address" upperBound="-1" eType="#//AddressType" 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="address"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="table" upperBound="-1" eType="#//TableType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="table"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="a" upperBound="-1" eType="#//AType" 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="a"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="br" upperBound="-1" eType="#//BrType" 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="br"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="span" upperBound="-1" eType="#//SpanType" 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="span"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="object" upperBound="-1" eType="#//ObjectType" 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="object"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="img" upperBound="-1" eType="#//ImgType" 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="img"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="tt" upperBound="-1" eType="#//TtType" 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="tt"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="i" upperBound="-1" eType="#//IType" 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="i"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="b" upperBound="-1" eType="#//BType" 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="b"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="big" upperBound="-1" eType="#//BigType" 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="big"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="small" upperBound="-1" eType="#//SmallType" 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="small"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="u" upperBound="-1" eType="#//UType" 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="u"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="strike" upperBound="-1" eType="#//StrikeType" 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="strike"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="em" upperBound="-1" eType="#//EmType" 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="em"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="strong" upperBound="-1" eType="#//StrongType" 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="strong"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dfn" upperBound="-1" eType="#//DfnType" 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="dfn"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="code" upperBound="-1" eType="#//CodeType" 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="code"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="q" upperBound="-1" eType="#//QType" 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="q"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="samp" upperBound="-1" eType="#//SampType" 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="samp"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="kbd" upperBound="-1" eType="#//KbdType" 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="kbd"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="var" upperBound="-1" eType="#//VarType" 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="var"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="cite" upperBound="-1" eType="#//CiteType" 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="cite"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="abbr" upperBound="-1" eType="#//AbbrType" 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="abbr"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="acronym" upperBound="-1" eType="#//AcronymType" 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="acronym"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sub" upperBound="-1" eType="#//SubType" 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="sub"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sup" upperBound="-1" eType="#//SupType" 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="sup"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ins" upperBound="-1" eType="#//InsType" 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="ins"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="del" upperBound="-1" eType="#//DelType" 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="del"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="archive" eType="#//UriList"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="archive"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="classid" eType="#//URI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="classid"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="codebase" eType="#//URI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="codebase"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="codetype" eType="#//ContentType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="codetype"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="data" eType="#//URI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="data"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="declare" eType="#//DeclareType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="declare"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="#//Length"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="height"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKEN"> <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="standby" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="standby"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tabindex" eType="#//TabindexNumber"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="tabindex"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//ContentType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="type"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="usemap" eType="#//URI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="usemap"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="#//Length"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="width"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OlType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ol_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="li" lowerBound="1" upperBound="-1" eType="#//LiType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="li"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParamType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="param_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//ContentType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="type"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="value"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="valuetype" eType="#//ValuetypeType" defaultValueLiteral="data" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="valuetype"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Pixels" instanceClassName="java.math.BigInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Pixels"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#nonNegativeInteger"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PreContent"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="pre.content"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="a" upperBound="-1" eType="#//AType" 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="a"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="tt" upperBound="-1" eType="#//TtType" 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="tt"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="i" upperBound="-1" eType="#//IType" 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="i"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="b" upperBound="-1" eType="#//BType" 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="b"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="big" upperBound="-1" eType="#//BigType" 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="big"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="small" upperBound="-1" eType="#//SmallType" 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="small"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="u" upperBound="-1" eType="#//UType" 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="u"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="strike" upperBound="-1" eType="#//StrikeType" 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="strike"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="em" upperBound="-1" eType="#//EmType" 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="em"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="strong" upperBound="-1" eType="#//StrongType" 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="strong"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dfn" upperBound="-1" eType="#//DfnType" 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="dfn"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="code" upperBound="-1" eType="#//CodeType" 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="code"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="q" upperBound="-1" eType="#//QType" 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="q"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="samp" upperBound="-1" eType="#//SampType" 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="samp"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="kbd" upperBound="-1" eType="#//KbdType" 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="kbd"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="var" upperBound="-1" eType="#//VarType" 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="var"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="cite" upperBound="-1" eType="#//CiteType" 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="cite"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="abbr" upperBound="-1" eType="#//AbbrType" 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="abbr"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="acronym" upperBound="-1" eType="#//AcronymType" 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="acronym"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sub" upperBound="-1" eType="#//SubType" 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="sub"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sup" upperBound="-1" eType="#//SupType" 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="sup"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="br" upperBound="-1" eType="#//BrType" 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="br"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="span" upperBound="-1" eType="#//SpanType" 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="span"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ins" upperBound="-1" eType="#//InsType" 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="ins"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="del" upperBound="-1" eType="#//DelType" 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="del"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PreType" eSuperTypes="#//PreContent"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="pre_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PType" eSuperTypes="#//Inline"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="p_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QType" eSuperTypes="#//Inline"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="q_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cite1" eType="#//URI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="cite"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SampType" eSuperTypes="#//Inline"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="samp_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Scope"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Scope"/> </eAnnotations> <eLiterals name="row"/> <eLiterals name="col" value="1"/> <eLiterals name="rowgroup" value="2"/> <eLiterals name="colgroup" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ScopeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Scope:Object"/> <details key="baseType" value="Scope"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Script" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Script"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Shape"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Shape"/> </eAnnotations> <eLiterals name="rect"/> <eLiterals name="circle" value="1"/> <eLiterals name="poly" value="2"/> <eLiterals name="default" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ShapeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Shape:Object"/> <details key="baseType" value="Shape"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SmallType" eSuperTypes="#//Inline"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="small_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpanType" eSuperTypes="#//Inline"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="span_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StrikeType" eSuperTypes="#//Inline"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="strike_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StrongType" eSuperTypes="#//Inline"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="strong_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="StyleSheet" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="StyleSheet"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubType" eSuperTypes="#//Inline"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="sub_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SupType" eSuperTypes="#//Inline"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="sup_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="TabindexNumber" instanceClassName="java.math.BigInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="tabindexNumber"/> <details key="baseType" value="Number"/> <details key="minInclusive" value="0"/> <details key="maxInclusive" value="32767"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="table_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="caption" eType="#//CaptionType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="caption"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="col" upperBound="-1" eType="#//ColType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="col"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="colgroup" upperBound="-1" eType="#//ColgroupType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="colgroup"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="thead" eType="#//TheadType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="thead"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="tfoot" eType="#//TfootType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="tfoot"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="tbody" upperBound="-1" eType="#//TbodyType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="tbody"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="tr" upperBound="-1" eType="#//TrType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="tr"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="border" eType="#//Pixels"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="border"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cellpadding" eType="#//Length"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="cellpadding"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cellspacing" eType="#//Length"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="cellspacing"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="summary" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="summary"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="#//Length"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="width"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TbodyType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="tbody_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="tr" lowerBound="1" upperBound="-1" eType="#//TrType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="tr"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="align" eType="#//AlignType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="align"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="char" eType="#//Character"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="char"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="charoff" eType="#//Length"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="charoff"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="valign" eType="#//ValignType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="valign"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TdType" eSuperTypes="#//Flow"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="td_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abbr1" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="abbr"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="align" eType="#//AlignType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="align"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="axis" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="axis"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="char" eType="#//Character"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="char"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="charoff" eType="#//Length"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="charoff"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="colspan" eType="#//Number" defaultValueLiteral="1" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="colspan"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="headers" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//IDREFS"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="headers"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rowspan" eType="#//Number" defaultValueLiteral="1" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="rowspan"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scope" eType="#//Scope" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="scope"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="valign" eType="#//ValignType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="valign"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Text" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Text"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TfootType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="tfoot_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="tr" lowerBound="1" upperBound="-1" eType="#//TrType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="tr"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="align" eType="#//AlignType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="align"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="char" eType="#//Character"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="char"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="charoff" eType="#//Length"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="charoff"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="valign" eType="#//ValignType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="valign"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TheadType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="thead_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="tr" lowerBound="1" upperBound="-1" eType="#//TrType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="tr"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="align" eType="#//AlignType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="align"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="char" eType="#//Character"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="char"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="charoff" eType="#//Length"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="charoff"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="valign" eType="#//ValignType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="valign"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThType" eSuperTypes="#//Flow"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="th_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abbr1" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="abbr"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="align" eType="#//AlignType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="align"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="axis" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="axis"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="char" eType="#//Character"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="char"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="charoff" eType="#//Length"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="charoff"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="colspan" eType="#//Number" defaultValueLiteral="1" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="colspan"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="headers" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//IDREFS"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="headers"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rowspan" eType="#//Number" defaultValueLiteral="1" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="rowspan"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scope" eType="#//Scope" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="scope"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="valign" eType="#//ValignType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="valign"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TrType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="tr_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="th" upperBound="-1" eType="#//ThType" 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="th"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="td" upperBound="-1" eType="#//TdType" 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="td"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="align" eType="#//AlignType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="align"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="char" eType="#//Character"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="char"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="charoff" eType="#//Length"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="charoff"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="valign" eType="#//ValignType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="valign"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TtType" eSuperTypes="#//Inline"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="tt_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UlType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ul_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="li" lowerBound="1" upperBound="-1" eType="#//LiType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="li"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="URI" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="URI"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#anyURI"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="UriList" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="UriList"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UType" eSuperTypes="#//Inline"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="u_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ValignType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="valign_._type"/> </eAnnotations> <eLiterals name="top"/> <eLiterals name="middle" value="1"/> <eLiterals name="bottom" value="2"/> <eLiterals name="baseline" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ValignTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="valign_._type:Object"/> <details key="baseType" value="valign_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ValuetypeType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="valuetype_._type"/> </eAnnotations> <eLiterals name="data"/> <eLiterals name="ref" value="1"/> <eLiterals name="object" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ValuetypeTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="valuetype_._type:Object"/> <details key="baseType" value="valuetype_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VarType" eSuperTypes="#//Inline"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="var_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKENS"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//StyleSheet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//Text"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"rif-xhtml","nsURI":"http://automotive-his.de/200706/rif-xhtml","name":"xhtml","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbbrType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AContent","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcronymType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddressType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AlignType","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"AlignTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BigType","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":"BlockquoteType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BodyType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BrType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CaptionType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Character","instanceClass":"java.lang.String","id":15,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Charset","instanceClass":"java.lang.String","id":16,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Charsets","instanceClass":"java.lang.String","id":17,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CiteType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CodeType","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColgroupType","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColType","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"ContentType","instanceClass":"java.lang.String","id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"ContentTypes","instanceClass":"java.lang.String","id":23,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Coords","instanceClass":"java.lang.String","id":24,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.xml.datatype.XMLGregorianCalendar","defaultValue":null,"instanceClassName":"javax.xml.datatype.XMLGregorianCalendar","name":"Datetime","instanceClass":"javax.xml.datatype.XMLGregorianCalendar","id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DdType","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DeclareType","instanceClass":null,"id":27,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"DeclareTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":28,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DelType","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DfnType","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DivType","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DlType","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DtType","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmType","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Flow","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormContent","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"H1Type","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"H2Type","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"H3Type","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"H4Type","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"H5Type","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"H6Type","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HrType","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HtmlType","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImgType","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inline","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InsType","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"IsmapType","instanceClass":null,"id":49,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"IsmapTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":50,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IType","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KbdType","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"LanguageCode","instanceClass":"java.lang.String","id":53,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Length","instanceClass":"java.lang.String","id":54,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.List","defaultValue":null,"instanceClassName":"java.util.List","name":"LinkTypes","instanceClass":"java.util.List","id":55,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiType","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"MultiLength","instanceClass":"java.lang.String","id":57,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigInteger","defaultValue":null,"instanceClassName":"java.math.BigInteger","name":"Number","instanceClass":"java.math.BigInteger","id":58,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectType","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OlType","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParamType","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.math.BigInteger","defaultValue":null,"instanceClassName":"java.math.BigInteger","name":"Pixels","instanceClass":"java.math.BigInteger","id":62,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PreContent","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PreType","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PType","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QType","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SampType","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Scope","instanceClass":null,"id":68,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ScopeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":69,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Script","instanceClass":"java.lang.String","id":70,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"Shape","instanceClass":null,"id":71,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ShapeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":72,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SmallType","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpanType","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrikeType","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrongType","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"StyleSheet","instanceClass":"java.lang.String","id":77,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubType","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SupType","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.math.BigInteger","defaultValue":null,"instanceClassName":"java.math.BigInteger","name":"TabindexNumber","instanceClass":"java.math.BigInteger","id":80,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableType","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TbodyType","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TdType","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Text","instanceClass":"java.lang.String","id":84,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TfootType","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TheadType","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThType","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrType","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TtType","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UlType","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"URI","instanceClass":"java.lang.String","id":91,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"UriList","instanceClass":"java.lang.String","id":92,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UType","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ValignType","instanceClass":null,"id":94,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ValignTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":95,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"ValuetypeType","instanceClass":null,"id":96,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ValuetypeTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":97,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarType","instanceClass":null,"abstract":false,"id":98,"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":"class","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":"id","changeable":true,"lowerBound":0,"iD":true,"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":"style","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":"title","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"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":108,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"br","changeable":true,"resolveProxies":false,"lowerBound":0,"id":110,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"span","changeable":true,"resolveProxies":false,"lowerBound":0,"id":111,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"object","changeable":true,"resolveProxies":false,"lowerBound":0,"id":112,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"img","changeable":true,"resolveProxies":false,"lowerBound":0,"id":113,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"tt","changeable":true,"resolveProxies":false,"lowerBound":0,"id":114,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"i","changeable":true,"resolveProxies":false,"lowerBound":0,"id":115,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"b","changeable":true,"resolveProxies":false,"lowerBound":0,"id":116,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"big","changeable":true,"resolveProxies":false,"lowerBound":0,"id":117,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"small","changeable":true,"resolveProxies":false,"lowerBound":0,"id":118,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"u","changeable":true,"resolveProxies":false,"lowerBound":0,"id":119,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"strike","changeable":true,"resolveProxies":false,"lowerBound":0,"id":120,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"em","changeable":true,"resolveProxies":false,"lowerBound":0,"id":121,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"strong","changeable":true,"resolveProxies":false,"lowerBound":0,"id":122,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"dfn","changeable":true,"resolveProxies":false,"lowerBound":0,"id":123,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"code","changeable":true,"resolveProxies":false,"lowerBound":0,"id":124,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"q","changeable":true,"resolveProxies":false,"lowerBound":0,"id":125,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"samp","changeable":true,"resolveProxies":false,"lowerBound":0,"id":126,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"kbd","changeable":true,"resolveProxies":false,"lowerBound":0,"id":127,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"var","changeable":true,"resolveProxies":false,"lowerBound":0,"id":128,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"cite","changeable":true,"resolveProxies":false,"lowerBound":0,"id":129,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"abbr","changeable":true,"resolveProxies":false,"lowerBound":0,"id":130,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"acronym","changeable":true,"resolveProxies":false,"lowerBound":0,"id":131,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"sub","changeable":true,"resolveProxies":false,"lowerBound":0,"id":132,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"sup","changeable":true,"resolveProxies":false,"lowerBound":0,"id":133,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"ins","changeable":true,"resolveProxies":false,"lowerBound":0,"id":134,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"del","changeable":true,"resolveProxies":false,"lowerBound":0,"id":135,"derived":true},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":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":"id","changeable":true,"lowerBound":0,"iD":true,"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":"style","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":"title","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"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":"style","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":"title","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"},{"id":181,"eClass":"EGenericType"},{"name":"left","id":182,"value":0,"literal":"left","eClass":"EEnumLiteral"},{"name":"center","id":183,"value":1,"literal":"center","eClass":"EEnumLiteral"},{"name":"right","id":184,"value":2,"literal":"right","eClass":"EEnumLiteral"},{"name":"justify","id":185,"value":3,"literal":"justify","eClass":"EEnumLiteral"},{"name":"char","id":186,"value":4,"literal":"char","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"charset","changeable":true,"lowerBound":0,"iD":false,"id":187,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":188,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"coords","changeable":true,"lowerBound":0,"iD":false,"id":189,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"href","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":"hreflang","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"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":"name","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":"rel","changeable":true,"lowerBound":0,"iD":false,"id":194,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rev","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"rect","unsettable":true,"transient":false,"unique":true,"name":"shape","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":"style","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":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":"style","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":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":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":223,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"p","changeable":true,"resolveProxies":false,"lowerBound":0,"id":224,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"h1","changeable":true,"resolveProxies":false,"lowerBound":0,"id":225,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"h2","changeable":true,"resolveProxies":false,"lowerBound":0,"id":226,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"h3","changeable":true,"resolveProxies":false,"lowerBound":0,"id":227,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"h4","changeable":true,"resolveProxies":false,"lowerBound":0,"id":228,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"h5","changeable":true,"resolveProxies":false,"lowerBound":0,"id":229,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"h6","changeable":true,"resolveProxies":false,"lowerBound":0,"id":230,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"div","changeable":true,"resolveProxies":false,"lowerBound":0,"id":231,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"ul","changeable":true,"resolveProxies":false,"lowerBound":0,"id":232,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"ol","changeable":true,"resolveProxies":false,"lowerBound":0,"id":233,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"dl","changeable":true,"resolveProxies":false,"lowerBound":0,"id":234,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"pre","changeable":true,"resolveProxies":false,"lowerBound":0,"id":235,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"hr","changeable":true,"resolveProxies":false,"lowerBound":0,"id":236,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"blockquote","changeable":true,"resolveProxies":false,"lowerBound":0,"id":237,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"address","changeable":true,"resolveProxies":false,"lowerBound":0,"id":238,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"table","changeable":true,"resolveProxies":false,"lowerBound":0,"id":239,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"ins","changeable":true,"resolveProxies":false,"lowerBound":0,"id":240,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"del","changeable":true,"resolveProxies":false,"lowerBound":0,"id":241,"derived":true},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cite","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":"class","changeable":true,"lowerBound":0,"iD":false,"id":262,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":263,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":264,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","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"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"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":"id","changeable":true,"lowerBound":0,"iD":true,"id":273,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":274,"derived":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":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":281,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":282,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":283,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":289,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":290,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":291,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":298,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":299,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":300,"derived":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":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":307,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":308,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":309,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":316,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"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":"style","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":"title","changeable":true,"lowerBound":0,"iD":false,"id":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"col","changeable":true,"resolveProxies":false,"lowerBound":0,"id":325,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"align","changeable":true,"lowerBound":0,"iD":false,"id":326,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"char","changeable":true,"lowerBound":0,"iD":false,"id":327,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"charoff","changeable":true,"lowerBound":0,"iD":false,"id":328,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":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":"id","changeable":true,"lowerBound":0,"iD":true,"id":330,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":true,"transient":false,"unique":true,"name":"span","changeable":true,"lowerBound":0,"iD":false,"id":331,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":332,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":333,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"valign","changeable":true,"lowerBound":0,"iD":false,"id":334,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":335,"derived":false},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"align","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":"char","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":"charoff","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":"class","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":"id","changeable":true,"lowerBound":0,"iD":true,"id":351,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":true,"transient":false,"unique":true,"name":"span","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":"style","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":"title","changeable":true,"lowerBound":0,"iD":false,"id":354,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"valign","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":"width","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":367,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":368,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":369,"derived":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":370,"derived":false},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"name":"declare","id":376,"value":0,"literal":"declare","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":"cite1","changeable":true,"lowerBound":0,"iD":false,"id":377,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":378,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"datetime","changeable":true,"lowerBound":0,"iD":false,"id":379,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"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":"style","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":"title","changeable":true,"lowerBound":0,"iD":false,"id":382,"derived":false},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","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":"id","changeable":true,"lowerBound":0,"iD":true,"id":391,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":392,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":393,"derived":false},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":399,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":400,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":401,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":402,"derived":false},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":408,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"dt","changeable":true,"resolveProxies":false,"lowerBound":0,"id":409,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"dd","changeable":true,"resolveProxies":false,"lowerBound":0,"id":410,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":411,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":412,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":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":"title","changeable":true,"lowerBound":0,"iD":false,"id":414,"derived":false},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"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":422,"derived":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":423,"derived":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":424,"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":"a","changeable":true,"resolveProxies":false,"lowerBound":0,"id":425,"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":"abbr","changeable":true,"resolveProxies":false,"lowerBound":0,"id":426,"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":"acronym","changeable":true,"resolveProxies":false,"lowerBound":0,"id":427,"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":"address","changeable":true,"resolveProxies":false,"lowerBound":0,"id":428,"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":"b","changeable":true,"resolveProxies":false,"lowerBound":0,"id":429,"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":"big","changeable":true,"resolveProxies":false,"lowerBound":0,"id":430,"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":"blockquote","changeable":true,"resolveProxies":false,"lowerBound":0,"id":431,"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":"body","changeable":true,"resolveProxies":false,"lowerBound":0,"id":432,"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":"br","changeable":true,"resolveProxies":false,"lowerBound":0,"id":433,"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":"caption","changeable":true,"resolveProxies":false,"lowerBound":0,"id":434,"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":"cite","changeable":true,"resolveProxies":false,"lowerBound":0,"id":435,"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":"code","changeable":true,"resolveProxies":false,"lowerBound":0,"id":436,"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":"col","changeable":true,"resolveProxies":false,"lowerBound":0,"id":437,"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":"colgroup","changeable":true,"resolveProxies":false,"lowerBound":0,"id":438,"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":"dd","changeable":true,"resolveProxies":false,"lowerBound":0,"id":439,"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":"del","changeable":true,"resolveProxies":false,"lowerBound":0,"id":440,"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":"dfn","changeable":true,"resolveProxies":false,"lowerBound":0,"id":441,"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":"div","changeable":true,"resolveProxies":false,"lowerBound":0,"id":442,"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":"dl","changeable":true,"resolveProxies":false,"lowerBound":0,"id":443,"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":"dt","changeable":true,"resolveProxies":false,"lowerBound":0,"id":444,"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":"em","changeable":true,"resolveProxies":false,"lowerBound":0,"id":445,"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":"h1","changeable":true,"resolveProxies":false,"lowerBound":0,"id":446,"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":"h2","changeable":true,"resolveProxies":false,"lowerBound":0,"id":447,"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":"h3","changeable":true,"resolveProxies":false,"lowerBound":0,"id":448,"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":"h4","changeable":true,"resolveProxies":false,"lowerBound":0,"id":449,"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":"h5","changeable":true,"resolveProxies":false,"lowerBound":0,"id":450,"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":"h6","changeable":true,"resolveProxies":false,"lowerBound":0,"id":451,"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":"hr","changeable":true,"resolveProxies":false,"lowerBound":0,"id":452,"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":"html","changeable":true,"resolveProxies":false,"lowerBound":0,"id":453,"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":"i","changeable":true,"resolveProxies":false,"lowerBound":0,"id":454,"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":"img","changeable":true,"resolveProxies":false,"lowerBound":0,"id":455,"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":"ins","changeable":true,"resolveProxies":false,"lowerBound":0,"id":456,"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":"kbd","changeable":true,"resolveProxies":false,"lowerBound":0,"id":457,"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":"li","changeable":true,"resolveProxies":false,"lowerBound":0,"id":458,"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":"object","changeable":true,"resolveProxies":false,"lowerBound":0,"id":459,"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":"ol","changeable":true,"resolveProxies":false,"lowerBound":0,"id":460,"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":"p","changeable":true,"resolveProxies":false,"lowerBound":0,"id":461,"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":"param","changeable":true,"resolveProxies":false,"lowerBound":0,"id":462,"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":"pre","changeable":true,"resolveProxies":false,"lowerBound":0,"id":463,"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":"q","changeable":true,"resolveProxies":false,"lowerBound":0,"id":464,"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":"samp","changeable":true,"resolveProxies":false,"lowerBound":0,"id":465,"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":"small","changeable":true,"resolveProxies":false,"lowerBound":0,"id":466,"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":"span","changeable":true,"resolveProxies":false,"lowerBound":0,"id":467,"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":"strike","changeable":true,"resolveProxies":false,"lowerBound":0,"id":468,"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":"strong","changeable":true,"resolveProxies":false,"lowerBound":0,"id":469,"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":"sub","changeable":true,"resolveProxies":false,"lowerBound":0,"id":470,"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":"sup","changeable":true,"resolveProxies":false,"lowerBound":0,"id":471,"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":"table","changeable":true,"resolveProxies":false,"lowerBound":0,"id":472,"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":"tbody","changeable":true,"resolveProxies":false,"lowerBound":0,"id":473,"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":"td","changeable":true,"resolveProxies":false,"lowerBound":0,"id":474,"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":"tfoot","changeable":true,"resolveProxies":false,"lowerBound":0,"id":475,"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":"th","changeable":true,"resolveProxies":false,"lowerBound":0,"id":476,"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":"thead","changeable":true,"resolveProxies":false,"lowerBound":0,"id":477,"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":"tr","changeable":true,"resolveProxies":false,"lowerBound":0,"id":478,"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":"tt","changeable":true,"resolveProxies":false,"lowerBound":0,"id":479,"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":"u","changeable":true,"resolveProxies":false,"lowerBound":0,"id":480,"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":"ul","changeable":true,"resolveProxies":false,"lowerBound":0,"id":481,"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":"var","changeable":true,"resolveProxies":false,"lowerBound":0,"id":482,"derived":true},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":544,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":545,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":546,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":547,"derived":false},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":553,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":554,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":555,"derived":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":556,"derived":false},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":562,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":563,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"p","changeable":true,"resolveProxies":false,"lowerBound":0,"id":564,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"h1","changeable":true,"resolveProxies":false,"lowerBound":0,"id":565,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"h2","changeable":true,"resolveProxies":false,"lowerBound":0,"id":566,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"h3","changeable":true,"resolveProxies":false,"lowerBound":0,"id":567,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"h4","changeable":true,"resolveProxies":false,"lowerBound":0,"id":568,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"h5","changeable":true,"resolveProxies":false,"lowerBound":0,"id":569,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"h6","changeable":true,"resolveProxies":false,"lowerBound":0,"id":570,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"div","changeable":true,"resolveProxies":false,"lowerBound":0,"id":571,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"ul","changeable":true,"resolveProxies":false,"lowerBound":0,"id":572,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"ol","changeable":true,"resolveProxies":false,"lowerBound":0,"id":573,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"dl","changeable":true,"resolveProxies":false,"lowerBound":0,"id":574,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"pre","changeable":true,"resolveProxies":false,"lowerBound":0,"id":575,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"hr","changeable":true,"resolveProxies":false,"lowerBound":0,"id":576,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"blockquote","changeable":true,"resolveProxies":false,"lowerBound":0,"id":577,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"address","changeable":true,"resolveProxies":false,"lowerBound":0,"id":578,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"table","changeable":true,"resolveProxies":false,"lowerBound":0,"id":579,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"a","changeable":true,"resolveProxies":false,"lowerBound":0,"id":580,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"br","changeable":true,"resolveProxies":false,"lowerBound":0,"id":581,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"span","changeable":true,"resolveProxies":false,"lowerBound":0,"id":582,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"object","changeable":true,"resolveProxies":false,"lowerBound":0,"id":583,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"img","changeable":true,"resolveProxies":false,"lowerBound":0,"id":584,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"tt","changeable":true,"resolveProxies":false,"lowerBound":0,"id":585,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"i","changeable":true,"resolveProxies":false,"lowerBound":0,"id":586,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"b","changeable":true,"resolveProxies":false,"lowerBound":0,"id":587,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"big","changeable":true,"resolveProxies":false,"lowerBound":0,"id":588,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"small","changeable":true,"resolveProxies":false,"lowerBound":0,"id":589,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"u","changeable":true,"resolveProxies":false,"lowerBound":0,"id":590,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"strike","changeable":true,"resolveProxies":false,"lowerBound":0,"id":591,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"em","changeable":true,"resolveProxies":false,"lowerBound":0,"id":592,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"strong","changeable":true,"resolveProxies":false,"lowerBound":0,"id":593,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"dfn","changeable":true,"resolveProxies":false,"lowerBound":0,"id":594,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"code","changeable":true,"resolveProxies":false,"lowerBound":0,"id":595,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"q","changeable":true,"resolveProxies":false,"lowerBound":0,"id":596,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"samp","changeable":true,"resolveProxies":false,"lowerBound":0,"id":597,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"kbd","changeable":true,"resolveProxies":false,"lowerBound":0,"id":598,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"var","changeable":true,"resolveProxies":false,"lowerBound":0,"id":599,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"cite","changeable":true,"resolveProxies":false,"lowerBound":0,"id":600,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"abbr","changeable":true,"resolveProxies":false,"lowerBound":0,"id":601,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"acronym","changeable":true,"resolveProxies":false,"lowerBound":0,"id":602,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"sub","changeable":true,"resolveProxies":false,"lowerBound":0,"id":603,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"sup","changeable":true,"resolveProxies":false,"lowerBound":0,"id":604,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"ins","changeable":true,"resolveProxies":false,"lowerBound":0,"id":605,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"del","changeable":true,"resolveProxies":false,"lowerBound":0,"id":606,"derived":true},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"id":610,"eClass":"EGenericType"},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"id":623,"eClass":"EGenericType"},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"id":626,"eClass":"EGenericType"},{"id":627,"eClass":"EGenericType"},{"id":628,"eClass":"EGenericType"},{"id":629,"eClass":"EGenericType"},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"},{"id":632,"eClass":"EGenericType"},{"id":633,"eClass":"EGenericType"},{"id":634,"eClass":"EGenericType"},{"id":635,"eClass":"EGenericType"},{"id":636,"eClass":"EGenericType"},{"id":637,"eClass":"EGenericType"},{"id":638,"eClass":"EGenericType"},{"id":639,"eClass":"EGenericType"},{"id":640,"eClass":"EGenericType"},{"id":641,"eClass":"EGenericType"},{"id":642,"eClass":"EGenericType"},{"id":643,"eClass":"EGenericType"},{"id":644,"eClass":"EGenericType"},{"id":645,"eClass":"EGenericType"},{"id":646,"eClass":"EGenericType"},{"id":647,"eClass":"EGenericType"},{"id":648,"eClass":"EGenericType"},{"id":649,"eClass":"EGenericType"},{"id":650,"eClass":"EGenericType"},{"id":651,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":652,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"p","changeable":true,"resolveProxies":false,"lowerBound":0,"id":653,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"h1","changeable":true,"resolveProxies":false,"lowerBound":0,"id":654,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"h2","changeable":true,"resolveProxies":false,"lowerBound":0,"id":655,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"h3","changeable":true,"resolveProxies":false,"lowerBound":0,"id":656,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"h4","changeable":true,"resolveProxies":false,"lowerBound":0,"id":657,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"h5","changeable":true,"resolveProxies":false,"lowerBound":0,"id":658,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"h6","changeable":true,"resolveProxies":false,"lowerBound":0,"id":659,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"div","changeable":true,"resolveProxies":false,"lowerBound":0,"id":660,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"ul","changeable":true,"resolveProxies":false,"lowerBound":0,"id":661,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"ol","changeable":true,"resolveProxies":false,"lowerBound":0,"id":662,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"dl","changeable":true,"resolveProxies":false,"lowerBound":0,"id":663,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"pre","changeable":true,"resolveProxies":false,"lowerBound":0,"id":664,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"hr","changeable":true,"resolveProxies":false,"lowerBound":0,"id":665,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"blockquote","changeable":true,"resolveProxies":false,"lowerBound":0,"id":666,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"address","changeable":true,"resolveProxies":false,"lowerBound":0,"id":667,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"table","changeable":true,"resolveProxies":false,"lowerBound":0,"id":668,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"ins","changeable":true,"resolveProxies":false,"lowerBound":0,"id":669,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"del","changeable":true,"resolveProxies":false,"lowerBound":0,"id":670,"derived":true},{"id":671,"eClass":"EGenericType"},{"id":672,"eClass":"EGenericType"},{"id":673,"eClass":"EGenericType"},{"id":674,"eClass":"EGenericType"},{"id":675,"eClass":"EGenericType"},{"id":676,"eClass":"EGenericType"},{"id":677,"eClass":"EGenericType"},{"id":678,"eClass":"EGenericType"},{"id":679,"eClass":"EGenericType"},{"id":680,"eClass":"EGenericType"},{"id":681,"eClass":"EGenericType"},{"id":682,"eClass":"EGenericType"},{"id":683,"eClass":"EGenericType"},{"id":684,"eClass":"EGenericType"},{"id":685,"eClass":"EGenericType"},{"id":686,"eClass":"EGenericType"},{"id":687,"eClass":"EGenericType"},{"id":688,"eClass":"EGenericType"},{"id":689,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":690,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":691,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":692,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":693,"derived":false},{"id":694,"eClass":"EGenericType"},{"id":695,"eClass":"EGenericType"},{"id":696,"eClass":"EGenericType"},{"id":697,"eClass":"EGenericType"},{"id":698,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":699,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":700,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":701,"derived":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":702,"derived":false},{"id":703,"eClass":"EGenericType"},{"id":704,"eClass":"EGenericType"},{"id":705,"eClass":"EGenericType"},{"id":706,"eClass":"EGenericType"},{"id":707,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":708,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":709,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":710,"derived":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":711,"derived":false},{"id":712,"eClass":"EGenericType"},{"id":713,"eClass":"EGenericType"},{"id":714,"eClass":"EGenericType"},{"id":715,"eClass":"EGenericType"},{"id":716,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":717,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":718,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":719,"derived":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":720,"derived":false},{"id":721,"eClass":"EGenericType"},{"id":722,"eClass":"EGenericType"},{"id":723,"eClass":"EGenericType"},{"id":724,"eClass":"EGenericType"},{"id":725,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":726,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":727,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":728,"derived":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":729,"derived":false},{"id":730,"eClass":"EGenericType"},{"id":731,"eClass":"EGenericType"},{"id":732,"eClass":"EGenericType"},{"id":733,"eClass":"EGenericType"},{"id":734,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":735,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":736,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":737,"derived":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":738,"derived":false},{"id":739,"eClass":"EGenericType"},{"id":740,"eClass":"EGenericType"},{"id":741,"eClass":"EGenericType"},{"id":742,"eClass":"EGenericType"},{"id":743,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":744,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":745,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":746,"derived":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":747,"derived":false},{"id":748,"eClass":"EGenericType"},{"id":749,"eClass":"EGenericType"},{"id":750,"eClass":"EGenericType"},{"id":751,"eClass":"EGenericType"},{"container":false,"ordered":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":752,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":753,"derived":false},{"id":754,"eClass":"EGenericType"},{"id":755,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alt","changeable":true,"lowerBound":1,"iD":false,"id":756,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":757,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":758,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":759,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"ismap","changeable":true,"lowerBound":0,"iD":false,"id":760,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"longdesc","changeable":true,"lowerBound":0,"iD":false,"id":761,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"src","changeable":true,"lowerBound":1,"iD":false,"id":762,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":763,"derived":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":764,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"usemap","changeable":true,"lowerBound":0,"iD":false,"id":765,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":766,"derived":false},{"id":767,"eClass":"EGenericType"},{"id":768,"eClass":"EGenericType"},{"id":769,"eClass":"EGenericType"},{"id":770,"eClass":"EGenericType"},{"id":771,"eClass":"EGenericType"},{"id":772,"eClass":"EGenericType"},{"id":773,"eClass":"EGenericType"},{"id":774,"eClass":"EGenericType"},{"id":775,"eClass":"EGenericType"},{"id":776,"eClass":"EGenericType"},{"id":777,"eClass":"EGenericType"},{"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":778,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":779,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"a","changeable":true,"resolveProxies":false,"lowerBound":0,"id":780,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"br","changeable":true,"resolveProxies":false,"lowerBound":0,"id":781,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"span","changeable":true,"resolveProxies":false,"lowerBound":0,"id":782,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"object","changeable":true,"resolveProxies":false,"lowerBound":0,"id":783,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"img","changeable":true,"resolveProxies":false,"lowerBound":0,"id":784,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"tt","changeable":true,"resolveProxies":false,"lowerBound":0,"id":785,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"i","changeable":true,"resolveProxies":false,"lowerBound":0,"id":786,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"b","changeable":true,"resolveProxies":false,"lowerBound":0,"id":787,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"big","changeable":true,"resolveProxies":false,"lowerBound":0,"id":788,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"small","changeable":true,"resolveProxies":false,"lowerBound":0,"id":789,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"u","changeable":true,"resolveProxies":false,"lowerBound":0,"id":790,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"strike","changeable":true,"resolveProxies":false,"lowerBound":0,"id":791,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"em","changeable":true,"resolveProxies":false,"lowerBound":0,"id":792,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"strong","changeable":true,"resolveProxies":false,"lowerBound":0,"id":793,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"dfn","changeable":true,"resolveProxies":false,"lowerBound":0,"id":794,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"code","changeable":true,"resolveProxies":false,"lowerBound":0,"id":795,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"q","changeable":true,"resolveProxies":false,"lowerBound":0,"id":796,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"samp","changeable":true,"resolveProxies":false,"lowerBound":0,"id":797,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"kbd","changeable":true,"resolveProxies":false,"lowerBound":0,"id":798,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"var","changeable":true,"resolveProxies":false,"lowerBound":0,"id":799,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"cite","changeable":true,"resolveProxies":false,"lowerBound":0,"id":800,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"abbr","changeable":true,"resolveProxies":false,"lowerBound":0,"id":801,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"acronym","changeable":true,"resolveProxies":false,"lowerBound":0,"id":802,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"sub","changeable":true,"resolveProxies":false,"lowerBound":0,"id":803,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"sup","changeable":true,"resolveProxies":false,"lowerBound":0,"id":804,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"ins","changeable":true,"resolveProxies":false,"lowerBound":0,"id":805,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"del","changeable":true,"resolveProxies":false,"lowerBound":0,"id":806,"derived":true},{"id":807,"eClass":"EGenericType"},{"id":808,"eClass":"EGenericType"},{"id":809,"eClass":"EGenericType"},{"id":810,"eClass":"EGenericType"},{"id":811,"eClass":"EGenericType"},{"id":812,"eClass":"EGenericType"},{"id":813,"eClass":"EGenericType"},{"id":814,"eClass":"EGenericType"},{"id":815,"eClass":"EGenericType"},{"id":816,"eClass":"EGenericType"},{"id":817,"eClass":"EGenericType"},{"id":818,"eClass":"EGenericType"},{"id":819,"eClass":"EGenericType"},{"id":820,"eClass":"EGenericType"},{"id":821,"eClass":"EGenericType"},{"id":822,"eClass":"EGenericType"},{"id":823,"eClass":"EGenericType"},{"id":824,"eClass":"EGenericType"},{"id":825,"eClass":"EGenericType"},{"id":826,"eClass":"EGenericType"},{"id":827,"eClass":"EGenericType"},{"id":828,"eClass":"EGenericType"},{"id":829,"eClass":"EGenericType"},{"id":830,"eClass":"EGenericType"},{"id":831,"eClass":"EGenericType"},{"id":832,"eClass":"EGenericType"},{"id":833,"eClass":"EGenericType"},{"id":834,"eClass":"EGenericType"},{"id":835,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cite1","changeable":true,"lowerBound":0,"iD":false,"id":836,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":837,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"datetime","changeable":true,"lowerBound":0,"iD":false,"id":838,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":839,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":840,"derived":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":841,"derived":false},{"id":842,"eClass":"EGenericType"},{"id":843,"eClass":"EGenericType"},{"id":844,"eClass":"EGenericType"},{"id":845,"eClass":"EGenericType"},{"id":846,"eClass":"EGenericType"},{"id":847,"eClass":"EGenericType"},{"id":848,"eClass":"EGenericType"},{"name":"ismap","id":849,"value":0,"literal":"ismap","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":"class","changeable":true,"lowerBound":0,"iD":false,"id":850,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":851,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":852,"derived":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":853,"derived":false},{"id":854,"eClass":"EGenericType"},{"id":855,"eClass":"EGenericType"},{"id":856,"eClass":"EGenericType"},{"id":857,"eClass":"EGenericType"},{"id":858,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":859,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":860,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":861,"derived":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":862,"derived":false},{"id":863,"eClass":"EGenericType"},{"id":864,"eClass":"EGenericType"},{"id":865,"eClass":"EGenericType"},{"id":866,"eClass":"EGenericType"},{"id":867,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":868,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":869,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":870,"derived":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":871,"derived":false},{"id":872,"eClass":"EGenericType"},{"id":873,"eClass":"EGenericType"},{"id":874,"eClass":"EGenericType"},{"id":875,"eClass":"EGenericType"},{"id":876,"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":877,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":878,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"param","changeable":true,"resolveProxies":false,"lowerBound":0,"id":879,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"p","changeable":true,"resolveProxies":false,"lowerBound":0,"id":880,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"h1","changeable":true,"resolveProxies":false,"lowerBound":0,"id":881,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"h2","changeable":true,"resolveProxies":false,"lowerBound":0,"id":882,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"h3","changeable":true,"resolveProxies":false,"lowerBound":0,"id":883,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"h4","changeable":true,"resolveProxies":false,"lowerBound":0,"id":884,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"h5","changeable":true,"resolveProxies":false,"lowerBound":0,"id":885,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"h6","changeable":true,"resolveProxies":false,"lowerBound":0,"id":886,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"div","changeable":true,"resolveProxies":false,"lowerBound":0,"id":887,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"ul","changeable":true,"resolveProxies":false,"lowerBound":0,"id":888,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"ol","changeable":true,"resolveProxies":false,"lowerBound":0,"id":889,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"dl","changeable":true,"resolveProxies":false,"lowerBound":0,"id":890,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"pre","changeable":true,"resolveProxies":false,"lowerBound":0,"id":891,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"hr","changeable":true,"resolveProxies":false,"lowerBound":0,"id":892,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"blockquote","changeable":true,"resolveProxies":false,"lowerBound":0,"id":893,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"address","changeable":true,"resolveProxies":false,"lowerBound":0,"id":894,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"table","changeable":true,"resolveProxies":false,"lowerBound":0,"id":895,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"a","changeable":true,"resolveProxies":false,"lowerBound":0,"id":896,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"br","changeable":true,"resolveProxies":false,"lowerBound":0,"id":897,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"span","changeable":true,"resolveProxies":false,"lowerBound":0,"id":898,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"object","changeable":true,"resolveProxies":false,"lowerBound":0,"id":899,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"img","changeable":true,"resolveProxies":false,"lowerBound":0,"id":900,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"tt","changeable":true,"resolveProxies":false,"lowerBound":0,"id":901,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"i","changeable":true,"resolveProxies":false,"lowerBound":0,"id":902,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"b","changeable":true,"resolveProxies":false,"lowerBound":0,"id":903,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"big","changeable":true,"resolveProxies":false,"lowerBound":0,"id":904,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"small","changeable":true,"resolveProxies":false,"lowerBound":0,"id":905,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"u","changeable":true,"resolveProxies":false,"lowerBound":0,"id":906,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"strike","changeable":true,"resolveProxies":false,"lowerBound":0,"id":907,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"em","changeable":true,"resolveProxies":false,"lowerBound":0,"id":908,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"strong","changeable":true,"resolveProxies":false,"lowerBound":0,"id":909,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"dfn","changeable":true,"resolveProxies":false,"lowerBound":0,"id":910,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"code","changeable":true,"resolveProxies":false,"lowerBound":0,"id":911,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"q","changeable":true,"resolveProxies":false,"lowerBound":0,"id":912,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"samp","changeable":true,"resolveProxies":false,"lowerBound":0,"id":913,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"kbd","changeable":true,"resolveProxies":false,"lowerBound":0,"id":914,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"var","changeable":true,"resolveProxies":false,"lowerBound":0,"id":915,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"cite","changeable":true,"resolveProxies":false,"lowerBound":0,"id":916,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"abbr","changeable":true,"resolveProxies":false,"lowerBound":0,"id":917,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"acronym","changeable":true,"resolveProxies":false,"lowerBound":0,"id":918,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"sub","changeable":true,"resolveProxies":false,"lowerBound":0,"id":919,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"sup","changeable":true,"resolveProxies":false,"lowerBound":0,"id":920,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"ins","changeable":true,"resolveProxies":false,"lowerBound":0,"id":921,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"del","changeable":true,"resolveProxies":false,"lowerBound":0,"id":922,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"archive","changeable":true,"lowerBound":0,"iD":false,"id":923,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":924,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"classid","changeable":true,"lowerBound":0,"iD":false,"id":925,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"codebase","changeable":true,"lowerBound":0,"iD":false,"id":926,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"codetype","changeable":true,"lowerBound":0,"iD":false,"id":927,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"lowerBound":0,"iD":false,"id":928,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"declare","changeable":true,"lowerBound":0,"iD":false,"id":929,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":930,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":931,"derived":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":932,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"standby","changeable":true,"lowerBound":0,"iD":false,"id":933,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":934,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tabindex","changeable":true,"lowerBound":0,"iD":false,"id":935,"derived":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":936,"derived":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":937,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"usemap","changeable":true,"lowerBound":0,"iD":false,"id":938,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":939,"derived":false},{"id":940,"eClass":"EGenericType"},{"id":941,"eClass":"EGenericType"},{"id":942,"eClass":"EGenericType"},{"id":943,"eClass":"EGenericType"},{"id":944,"eClass":"EGenericType"},{"id":945,"eClass":"EGenericType"},{"id":946,"eClass":"EGenericType"},{"id":947,"eClass":"EGenericType"},{"id":948,"eClass":"EGenericType"},{"id":949,"eClass":"EGenericType"},{"id":950,"eClass":"EGenericType"},{"id":951,"eClass":"EGenericType"},{"id":952,"eClass":"EGenericType"},{"id":953,"eClass":"EGenericType"},{"id":954,"eClass":"EGenericType"},{"id":955,"eClass":"EGenericType"},{"id":956,"eClass":"EGenericType"},{"id":957,"eClass":"EGenericType"},{"id":958,"eClass":"EGenericType"},{"id":959,"eClass":"EGenericType"},{"id":960,"eClass":"EGenericType"},{"id":961,"eClass":"EGenericType"},{"id":962,"eClass":"EGenericType"},{"id":963,"eClass":"EGenericType"},{"id":964,"eClass":"EGenericType"},{"id":965,"eClass":"EGenericType"},{"id":966,"eClass":"EGenericType"},{"id":967,"eClass":"EGenericType"},{"id":968,"eClass":"EGenericType"},{"id":969,"eClass":"EGenericType"},{"id":970,"eClass":"EGenericType"},{"id":971,"eClass":"EGenericType"},{"id":972,"eClass":"EGenericType"},{"id":973,"eClass":"EGenericType"},{"id":974,"eClass":"EGenericType"},{"id":975,"eClass":"EGenericType"},{"id":976,"eClass":"EGenericType"},{"id":977,"eClass":"EGenericType"},{"id":978,"eClass":"EGenericType"},{"id":979,"eClass":"EGenericType"},{"id":980,"eClass":"EGenericType"},{"id":981,"eClass":"EGenericType"},{"id":982,"eClass":"EGenericType"},{"id":983,"eClass":"EGenericType"},{"id":984,"eClass":"EGenericType"},{"id":985,"eClass":"EGenericType"},{"id":986,"eClass":"EGenericType"},{"id":987,"eClass":"EGenericType"},{"id":988,"eClass":"EGenericType"},{"id":989,"eClass":"EGenericType"},{"id":990,"eClass":"EGenericType"},{"id":991,"eClass":"EGenericType"},{"id":992,"eClass":"EGenericType"},{"id":993,"eClass":"EGenericType"},{"id":994,"eClass":"EGenericType"},{"id":995,"eClass":"EGenericType"},{"id":996,"eClass":"EGenericType"},{"id":997,"eClass":"EGenericType"},{"id":998,"eClass":"EGenericType"},{"id":999,"eClass":"EGenericType"},{"id":1000,"eClass":"EGenericType"},{"id":1001,"eClass":"EGenericType"},{"id":1002,"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":"li","changeable":true,"resolveProxies":false,"lowerBound":1,"id":1003,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":1004,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":1005,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":1006,"derived":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":1007,"derived":false},{"id":1008,"eClass":"EGenericType"},{"id":1009,"eClass":"EGenericType"},{"id":1010,"eClass":"EGenericType"},{"id":1011,"eClass":"EGenericType"},{"id":1012,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":1013,"derived":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":1014,"derived":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":1015,"derived":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":1016,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"data","unsettable":true,"transient":false,"unique":true,"name":"valuetype","changeable":true,"lowerBound":0,"iD":false,"id":1017,"derived":false},{"id":1018,"eClass":"EGenericType"},{"id":1019,"eClass":"EGenericType"},{"id":1020,"eClass":"EGenericType"},{"id":1021,"eClass":"EGenericType"},{"id":1022,"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":1023,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":1024,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"a","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1025,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"tt","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1026,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"i","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1027,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"b","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1028,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"big","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1029,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"small","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1030,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"u","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1031,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"strike","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1032,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"em","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1033,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"strong","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1034,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"dfn","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1035,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"code","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1036,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"q","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1037,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"samp","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1038,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"kbd","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1039,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"var","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1040,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"cite","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1041,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"abbr","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1042,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"acronym","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1043,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"sub","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1044,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"sup","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1045,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"br","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1046,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"span","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1047,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"ins","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1048,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"del","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1049,"derived":true},{"id":1050,"eClass":"EGenericType"},{"id":1051,"eClass":"EGenericType"},{"id":1052,"eClass":"EGenericType"},{"id":1053,"eClass":"EGenericType"},{"id":1054,"eClass":"EGenericType"},{"id":1055,"eClass":"EGenericType"},{"id":1056,"eClass":"EGenericType"},{"id":1057,"eClass":"EGenericType"},{"id":1058,"eClass":"EGenericType"},{"id":1059,"eClass":"EGenericType"},{"id":1060,"eClass":"EGenericType"},{"id":1061,"eClass":"EGenericType"},{"id":1062,"eClass":"EGenericType"},{"id":1063,"eClass":"EGenericType"},{"id":1064,"eClass":"EGenericType"},{"id":1065,"eClass":"EGenericType"},{"id":1066,"eClass":"EGenericType"},{"id":1067,"eClass":"EGenericType"},{"id":1068,"eClass":"EGenericType"},{"id":1069,"eClass":"EGenericType"},{"id":1070,"eClass":"EGenericType"},{"id":1071,"eClass":"EGenericType"},{"id":1072,"eClass":"EGenericType"},{"id":1073,"eClass":"EGenericType"},{"id":1074,"eClass":"EGenericType"},{"id":1075,"eClass":"EGenericType"},{"id":1076,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":1077,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":1078,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":1079,"derived":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":1080,"derived":false},{"id":1081,"eClass":"EGenericType"},{"id":1082,"eClass":"EGenericType"},{"id":1083,"eClass":"EGenericType"},{"id":1084,"eClass":"EGenericType"},{"id":1085,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":1086,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":1087,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":1088,"derived":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":1089,"derived":false},{"id":1090,"eClass":"EGenericType"},{"id":1091,"eClass":"EGenericType"},{"id":1092,"eClass":"EGenericType"},{"id":1093,"eClass":"EGenericType"},{"id":1094,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cite1","changeable":true,"lowerBound":0,"iD":false,"id":1095,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":1096,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":1097,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":1098,"derived":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":1099,"derived":false},{"id":1100,"eClass":"EGenericType"},{"id":1101,"eClass":"EGenericType"},{"id":1102,"eClass":"EGenericType"},{"id":1103,"eClass":"EGenericType"},{"id":1104,"eClass":"EGenericType"},{"id":1105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":1106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":1107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":1108,"derived":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":1109,"derived":false},{"id":1110,"eClass":"EGenericType"},{"id":1111,"eClass":"EGenericType"},{"id":1112,"eClass":"EGenericType"},{"id":1113,"eClass":"EGenericType"},{"id":1114,"eClass":"EGenericType"},{"name":"row","id":1115,"value":0,"literal":"row","eClass":"EEnumLiteral"},{"name":"col","id":1116,"value":1,"literal":"col","eClass":"EEnumLiteral"},{"name":"rowgroup","id":1117,"value":2,"literal":"rowgroup","eClass":"EEnumLiteral"},{"name":"colgroup","id":1118,"value":3,"literal":"colgroup","eClass":"EEnumLiteral"},{"name":"rect","id":1119,"value":0,"literal":"rect","eClass":"EEnumLiteral"},{"name":"circle","id":1120,"value":1,"literal":"circle","eClass":"EEnumLiteral"},{"name":"poly","id":1121,"value":2,"literal":"poly","eClass":"EEnumLiteral"},{"name":"default","id":1122,"value":3,"literal":"default","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":"class","changeable":true,"lowerBound":0,"iD":false,"id":1123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":1124,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":1125,"derived":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":1126,"derived":false},{"id":1127,"eClass":"EGenericType"},{"id":1128,"eClass":"EGenericType"},{"id":1129,"eClass":"EGenericType"},{"id":1130,"eClass":"EGenericType"},{"id":1131,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":1132,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":1133,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":1134,"derived":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":1135,"derived":false},{"id":1136,"eClass":"EGenericType"},{"id":1137,"eClass":"EGenericType"},{"id":1138,"eClass":"EGenericType"},{"id":1139,"eClass":"EGenericType"},{"id":1140,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":1141,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":1142,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":1143,"derived":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":1144,"derived":false},{"id":1145,"eClass":"EGenericType"},{"id":1146,"eClass":"EGenericType"},{"id":1147,"eClass":"EGenericType"},{"id":1148,"eClass":"EGenericType"},{"id":1149,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":1150,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":1151,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":1152,"derived":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":1153,"derived":false},{"id":1154,"eClass":"EGenericType"},{"id":1155,"eClass":"EGenericType"},{"id":1156,"eClass":"EGenericType"},{"id":1157,"eClass":"EGenericType"},{"id":1158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":1159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":1160,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":1161,"derived":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":1162,"derived":false},{"id":1163,"eClass":"EGenericType"},{"id":1164,"eClass":"EGenericType"},{"id":1165,"eClass":"EGenericType"},{"id":1166,"eClass":"EGenericType"},{"id":1167,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":1168,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":1169,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":1170,"derived":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":1171,"derived":false},{"id":1172,"eClass":"EGenericType"},{"id":1173,"eClass":"EGenericType"},{"id":1174,"eClass":"EGenericType"},{"id":1175,"eClass":"EGenericType"},{"id":1176,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"caption","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1177,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"col","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1178,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"colgroup","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1179,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thead","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1180,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tfoot","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1181,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tbody","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1182,"derived":false},{"container":false,"ordered":true,"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":false,"lowerBound":0,"id":1183,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"border","changeable":true,"lowerBound":0,"iD":false,"id":1184,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cellpadding","changeable":true,"lowerBound":0,"iD":false,"id":1185,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cellspacing","changeable":true,"lowerBound":0,"iD":false,"id":1186,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":1187,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":1188,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":1189,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"summary","changeable":true,"lowerBound":0,"iD":false,"id":1190,"derived":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":1191,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":1192,"derived":false},{"id":1193,"eClass":"EGenericType"},{"id":1194,"eClass":"EGenericType"},{"id":1195,"eClass":"EGenericType"},{"id":1196,"eClass":"EGenericType"},{"id":1197,"eClass":"EGenericType"},{"id":1198,"eClass":"EGenericType"},{"id":1199,"eClass":"EGenericType"},{"id":1200,"eClass":"EGenericType"},{"id":1201,"eClass":"EGenericType"},{"id":1202,"eClass":"EGenericType"},{"id":1203,"eClass":"EGenericType"},{"id":1204,"eClass":"EGenericType"},{"id":1205,"eClass":"EGenericType"},{"id":1206,"eClass":"EGenericType"},{"id":1207,"eClass":"EGenericType"},{"id":1208,"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":"tr","changeable":true,"resolveProxies":false,"lowerBound":1,"id":1209,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"align","changeable":true,"lowerBound":0,"iD":false,"id":1210,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"char","changeable":true,"lowerBound":0,"iD":false,"id":1211,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"charoff","changeable":true,"lowerBound":0,"iD":false,"id":1212,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":1213,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":1214,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":1215,"derived":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":1216,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"valign","changeable":true,"lowerBound":0,"iD":false,"id":1217,"derived":false},{"id":1218,"eClass":"EGenericType"},{"id":1219,"eClass":"EGenericType"},{"id":1220,"eClass":"EGenericType"},{"id":1221,"eClass":"EGenericType"},{"id":1222,"eClass":"EGenericType"},{"id":1223,"eClass":"EGenericType"},{"id":1224,"eClass":"EGenericType"},{"id":1225,"eClass":"EGenericType"},{"id":1226,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abbr1","changeable":true,"lowerBound":0,"iD":false,"id":1227,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"align","changeable":true,"lowerBound":0,"iD":false,"id":1228,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"axis","changeable":true,"lowerBound":0,"iD":false,"id":1229,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"char","changeable":true,"lowerBound":0,"iD":false,"id":1230,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"charoff","changeable":true,"lowerBound":0,"iD":false,"id":1231,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":1232,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":true,"transient":false,"unique":true,"name":"colspan","changeable":true,"lowerBound":0,"iD":false,"id":1233,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"headers","changeable":true,"lowerBound":0,"iD":false,"id":1234,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":1235,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":true,"transient":false,"unique":true,"name":"rowspan","changeable":true,"lowerBound":0,"iD":false,"id":1236,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"scope","changeable":true,"lowerBound":0,"iD":false,"id":1237,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":1238,"derived":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":1239,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"valign","changeable":true,"lowerBound":0,"iD":false,"id":1240,"derived":false},{"id":1241,"eClass":"EGenericType"},{"id":1242,"eClass":"EGenericType"},{"id":1243,"eClass":"EGenericType"},{"id":1244,"eClass":"EGenericType"},{"id":1245,"eClass":"EGenericType"},{"id":1246,"eClass":"EGenericType"},{"id":1247,"eClass":"EGenericType"},{"id":1248,"eClass":"EGenericType"},{"id":1249,"eClass":"EGenericType"},{"id":1250,"eClass":"EGenericType"},{"id":1251,"eClass":"EGenericType"},{"id":1252,"eClass":"EGenericType"},{"id":1253,"eClass":"EGenericType"},{"id":1254,"eClass":"EGenericType"},{"id":1255,"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":"tr","changeable":true,"resolveProxies":false,"lowerBound":1,"id":1256,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"align","changeable":true,"lowerBound":0,"iD":false,"id":1257,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"char","changeable":true,"lowerBound":0,"iD":false,"id":1258,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"charoff","changeable":true,"lowerBound":0,"iD":false,"id":1259,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":1260,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":1261,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":1262,"derived":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":1263,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"valign","changeable":true,"lowerBound":0,"iD":false,"id":1264,"derived":false},{"id":1265,"eClass":"EGenericType"},{"id":1266,"eClass":"EGenericType"},{"id":1267,"eClass":"EGenericType"},{"id":1268,"eClass":"EGenericType"},{"id":1269,"eClass":"EGenericType"},{"id":1270,"eClass":"EGenericType"},{"id":1271,"eClass":"EGenericType"},{"id":1272,"eClass":"EGenericType"},{"id":1273,"eClass":"EGenericType"},{"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":"tr","changeable":true,"resolveProxies":false,"lowerBound":1,"id":1274,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"align","changeable":true,"lowerBound":0,"iD":false,"id":1275,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"char","changeable":true,"lowerBound":0,"iD":false,"id":1276,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"charoff","changeable":true,"lowerBound":0,"iD":false,"id":1277,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":1278,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":1279,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":1280,"derived":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":1281,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"valign","changeable":true,"lowerBound":0,"iD":false,"id":1282,"derived":false},{"id":1283,"eClass":"EGenericType"},{"id":1284,"eClass":"EGenericType"},{"id":1285,"eClass":"EGenericType"},{"id":1286,"eClass":"EGenericType"},{"id":1287,"eClass":"EGenericType"},{"id":1288,"eClass":"EGenericType"},{"id":1289,"eClass":"EGenericType"},{"id":1290,"eClass":"EGenericType"},{"id":1291,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abbr1","changeable":true,"lowerBound":0,"iD":false,"id":1292,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"align","changeable":true,"lowerBound":0,"iD":false,"id":1293,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"axis","changeable":true,"lowerBound":0,"iD":false,"id":1294,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"char","changeable":true,"lowerBound":0,"iD":false,"id":1295,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"charoff","changeable":true,"lowerBound":0,"iD":false,"id":1296,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":1297,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":true,"transient":false,"unique":true,"name":"colspan","changeable":true,"lowerBound":0,"iD":false,"id":1298,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"headers","changeable":true,"lowerBound":0,"iD":false,"id":1299,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":1300,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":true,"transient":false,"unique":true,"name":"rowspan","changeable":true,"lowerBound":0,"iD":false,"id":1301,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"scope","changeable":true,"lowerBound":0,"iD":false,"id":1302,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":1303,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":1304,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"valign","changeable":true,"lowerBound":0,"iD":false,"id":1305,"derived":false},{"id":1306,"eClass":"EGenericType"},{"id":1307,"eClass":"EGenericType"},{"id":1308,"eClass":"EGenericType"},{"id":1309,"eClass":"EGenericType"},{"id":1310,"eClass":"EGenericType"},{"id":1311,"eClass":"EGenericType"},{"id":1312,"eClass":"EGenericType"},{"id":1313,"eClass":"EGenericType"},{"id":1314,"eClass":"EGenericType"},{"id":1315,"eClass":"EGenericType"},{"id":1316,"eClass":"EGenericType"},{"id":1317,"eClass":"EGenericType"},{"id":1318,"eClass":"EGenericType"},{"id":1319,"eClass":"EGenericType"},{"id":1320,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":1321,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"th","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1322,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"td","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1323,"derived":true},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"align","changeable":true,"lowerBound":0,"iD":false,"id":1324,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"char","changeable":true,"lowerBound":0,"iD":false,"id":1325,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"charoff","changeable":true,"lowerBound":0,"iD":false,"id":1326,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":1327,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":1328,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":1329,"derived":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":1330,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"valign","changeable":true,"lowerBound":0,"iD":false,"id":1331,"derived":false},{"id":1332,"eClass":"EGenericType"},{"id":1333,"eClass":"EGenericType"},{"id":1334,"eClass":"EGenericType"},{"id":1335,"eClass":"EGenericType"},{"id":1336,"eClass":"EGenericType"},{"id":1337,"eClass":"EGenericType"},{"id":1338,"eClass":"EGenericType"},{"id":1339,"eClass":"EGenericType"},{"id":1340,"eClass":"EGenericType"},{"id":1341,"eClass":"EGenericType"},{"id":1342,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":1343,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":1344,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":1345,"derived":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":1346,"derived":false},{"id":1347,"eClass":"EGenericType"},{"id":1348,"eClass":"EGenericType"},{"id":1349,"eClass":"EGenericType"},{"id":1350,"eClass":"EGenericType"},{"id":1351,"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":"li","changeable":true,"resolveProxies":false,"lowerBound":1,"id":1352,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":1353,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":1354,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":1355,"derived":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":1356,"derived":false},{"id":1357,"eClass":"EGenericType"},{"id":1358,"eClass":"EGenericType"},{"id":1359,"eClass":"EGenericType"},{"id":1360,"eClass":"EGenericType"},{"id":1361,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":1362,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":1363,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":1364,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":1365,"derived":false},{"id":1366,"eClass":"EGenericType"},{"id":1367,"eClass":"EGenericType"},{"id":1368,"eClass":"EGenericType"},{"id":1369,"eClass":"EGenericType"},{"id":1370,"eClass":"EGenericType"},{"name":"top","id":1371,"value":0,"literal":"top","eClass":"EEnumLiteral"},{"name":"middle","id":1372,"value":1,"literal":"middle","eClass":"EEnumLiteral"},{"name":"bottom","id":1373,"value":2,"literal":"bottom","eClass":"EEnumLiteral"},{"name":"baseline","id":1374,"value":3,"literal":"baseline","eClass":"EEnumLiteral"},{"name":"data","id":1375,"value":0,"literal":"data","eClass":"EEnumLiteral"},{"name":"ref","id":1376,"value":1,"literal":"ref","eClass":"EEnumLiteral"},{"name":"object","id":1377,"value":2,"literal":"object","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":"class","changeable":true,"lowerBound":0,"iD":false,"id":1378,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":1379,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":1380,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":1381,"derived":false},{"id":1382,"eClass":"EGenericType"},{"id":1383,"eClass":"EGenericType"},{"id":1384,"eClass":"EGenericType"},{"id":1385,"eClass":"EGenericType"},{"id":1386,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":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":1,"target":0},{"source":1,"target":47},{"source":1,"target":99},{"source":1,"target":100},{"source":1,"target":101},{"source":1,"target":102},{"source":1,"target":103},{"source":99,"target":104},{"source":99,"target":1},{"source":100,"target":105},{"source":100,"target":1},{"source":101,"target":77},{"source":101,"target":106},{"source":101,"target":1},{"source":106,"target":77},{"source":102,"target":84},{"source":102,"target":107},{"source":102,"target":1},{"source":107,"target":84},{"source":103,"target":47},{"source":2,"target":0},{"source":2,"target":108},{"source":2,"target":109},{"source":2,"target":110},{"source":2,"target":111},{"source":2,"target":112},{"source":2,"target":113},{"source":2,"target":114},{"source":2,"target":115},{"source":2,"target":116},{"source":2,"target":117},{"source":2,"target":118},{"source":2,"target":119},{"source":2,"target":120},{"source":2,"target":121},{"source":2,"target":122},{"source":2,"target":123},{"source":2,"target":124},{"source":2,"target":125},{"source":2,"target":126},{"source":2,"target":127},{"source":2,"target":128},{"source":2,"target":129},{"source":2,"target":130},{"source":2,"target":131},{"source":2,"target":132},{"source":2,"target":133},{"source":2,"target":134},{"source":2,"target":135},{"source":108,"target":136},{"source":108,"target":2},{"source":109,"target":137},{"source":109,"target":2},{"source":110,"target":12},{"source":110,"target":138},{"source":110,"target":2},{"source":138,"target":12},{"source":111,"target":74},{"source":111,"target":139},{"source":111,"target":2},{"source":139,"target":74},{"source":112,"target":59},{"source":112,"target":140},{"source":112,"target":2},{"source":140,"target":59},{"source":113,"target":46},{"source":113,"target":141},{"source":113,"target":2},{"source":141,"target":46},{"source":114,"target":89},{"source":114,"target":142},{"source":114,"target":2},{"source":142,"target":89},{"source":115,"target":51},{"source":115,"target":143},{"source":115,"target":2},{"source":143,"target":51},{"source":116,"target":13},{"source":116,"target":144},{"source":116,"target":2},{"source":144,"target":13},{"source":117,"target":8},{"source":117,"target":145},{"source":117,"target":2},{"source":145,"target":8},{"source":118,"target":73},{"source":118,"target":146},{"source":118,"target":2},{"source":146,"target":73},{"source":119,"target":93},{"source":119,"target":147},{"source":119,"target":2},{"source":147,"target":93},{"source":120,"target":75},{"source":120,"target":148},{"source":120,"target":2},{"source":148,"target":75},{"source":121,"target":35},{"source":121,"target":149},{"source":121,"target":2},{"source":149,"target":35},{"source":122,"target":76},{"source":122,"target":150},{"source":122,"target":2},{"source":150,"target":76},{"source":123,"target":30},{"source":123,"target":151},{"source":123,"target":2},{"source":151,"target":30},{"source":124,"target":19},{"source":124,"target":152},{"source":124,"target":2},{"source":152,"target":19},{"source":125,"target":66},{"source":125,"target":153},{"source":125,"target":2},{"source":153,"target":66},{"source":126,"target":67},{"source":126,"target":154},{"source":126,"target":2},{"source":154,"target":67},{"source":127,"target":52},{"source":127,"target":155},{"source":127,"target":2},{"source":155,"target":52},{"source":128,"target":98},{"source":128,"target":156},{"source":128,"target":2},{"source":156,"target":98},{"source":129,"target":18},{"source":129,"target":157},{"source":129,"target":2},{"source":157,"target":18},{"source":130,"target":1},{"source":130,"target":158},{"source":130,"target":2},{"source":158,"target":1},{"source":131,"target":3},{"source":131,"target":159},{"source":131,"target":2},{"source":159,"target":3},{"source":132,"target":78},{"source":132,"target":160},{"source":132,"target":2},{"source":160,"target":78},{"source":133,"target":79},{"source":133,"target":161},{"source":133,"target":2},{"source":161,"target":79},{"source":134,"target":48},{"source":134,"target":162},{"source":134,"target":2},{"source":162,"target":48},{"source":135,"target":29},{"source":135,"target":163},{"source":135,"target":2},{"source":163,"target":29},{"source":3,"target":0},{"source":3,"target":47},{"source":3,"target":164},{"source":3,"target":165},{"source":3,"target":166},{"source":3,"target":167},{"source":3,"target":168},{"source":164,"target":169},{"source":164,"target":3},{"source":165,"target":170},{"source":165,"target":3},{"source":166,"target":77},{"source":166,"target":171},{"source":166,"target":3},{"source":171,"target":77},{"source":167,"target":84},{"source":167,"target":172},{"source":167,"target":3},{"source":172,"target":84},{"source":168,"target":47},{"source":4,"target":0},{"source":4,"target":47},{"source":4,"target":173},{"source":4,"target":174},{"source":4,"target":175},{"source":4,"target":176},{"source":4,"target":177},{"source":173,"target":178},{"source":173,"target":4},{"source":174,"target":179},{"source":174,"target":4},{"source":175,"target":77},{"source":175,"target":180},{"source":175,"target":4},{"source":180,"target":77},{"source":176,"target":84},{"source":176,"target":181},{"source":176,"target":4},{"source":181,"target":84},{"source":177,"target":47},{"source":5,"target":0},{"source":5,"target":182},{"source":5,"target":183},{"source":5,"target":184},{"source":5,"target":185},{"source":5,"target":186},{"source":182,"target":5},{"source":183,"target":5},{"source":184,"target":5},{"source":185,"target":5},{"source":186,"target":5},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":187},{"source":7,"target":188},{"source":7,"target":189},{"source":7,"target":190},{"source":7,"target":191},{"source":7,"target":192},{"source":7,"target":193},{"source":7,"target":194},{"source":7,"target":195},{"source":7,"target":196},{"source":7,"target":197},{"source":7,"target":198},{"source":7,"target":199},{"source":7,"target":200},{"source":187,"target":16},{"source":187,"target":201},{"source":187,"target":7},{"source":201,"target":16},{"source":188,"target":202},{"source":188,"target":7},{"source":189,"target":24},{"source":189,"target":203},{"source":189,"target":7},{"source":203,"target":24},{"source":190,"target":91},{"source":190,"target":204},{"source":190,"target":7},{"source":204,"target":91},{"source":191,"target":53},{"source":191,"target":205},{"source":191,"target":7},{"source":205,"target":53},{"source":192,"target":206},{"source":192,"target":7},{"source":193,"target":207},{"source":193,"target":7},{"source":194,"target":55},{"source":194,"target":208},{"source":194,"target":7},{"source":208,"target":55},{"source":195,"target":55},{"source":195,"target":209},{"source":195,"target":7},{"source":209,"target":55},{"source":196,"target":71},{"source":196,"target":210},{"source":196,"target":7},{"source":210,"target":71},{"source":197,"target":77},{"source":197,"target":211},{"source":197,"target":7},{"source":211,"target":77},{"source":198,"target":84},{"source":198,"target":212},{"source":198,"target":7},{"source":212,"target":84},{"source":199,"target":22},{"source":199,"target":213},{"source":199,"target":7},{"source":213,"target":22},{"source":200,"target":2},{"source":8,"target":0},{"source":8,"target":47},{"source":8,"target":214},{"source":8,"target":215},{"source":8,"target":216},{"source":8,"target":217},{"source":8,"target":218},{"source":214,"target":219},{"source":214,"target":8},{"source":215,"target":220},{"source":215,"target":8},{"source":216,"target":77},{"source":216,"target":221},{"source":216,"target":8},{"source":221,"target":77},{"source":217,"target":84},{"source":217,"target":222},{"source":217,"target":8},{"source":222,"target":84},{"source":218,"target":47},{"source":9,"target":0},{"source":9,"target":223},{"source":9,"target":224},{"source":9,"target":225},{"source":9,"target":226},{"source":9,"target":227},{"source":9,"target":228},{"source":9,"target":229},{"source":9,"target":230},{"source":9,"target":231},{"source":9,"target":232},{"source":9,"target":233},{"source":9,"target":234},{"source":9,"target":235},{"source":9,"target":236},{"source":9,"target":237},{"source":9,"target":238},{"source":9,"target":239},{"source":9,"target":240},{"source":9,"target":241},{"source":223,"target":242},{"source":223,"target":9},{"source":224,"target":65},{"source":224,"target":243},{"source":224,"target":9},{"source":243,"target":65},{"source":225,"target":38},{"source":225,"target":244},{"source":225,"target":9},{"source":244,"target":38},{"source":226,"target":39},{"source":226,"target":245},{"source":226,"target":9},{"source":245,"target":39},{"source":227,"target":40},{"source":227,"target":246},{"source":227,"target":9},{"source":246,"target":40},{"source":228,"target":41},{"source":228,"target":247},{"source":228,"target":9},{"source":247,"target":41},{"source":229,"target":42},{"source":229,"target":248},{"source":229,"target":9},{"source":248,"target":42},{"source":230,"target":43},{"source":230,"target":249},{"source":230,"target":9},{"source":249,"target":43},{"source":231,"target":31},{"source":231,"target":250},{"source":231,"target":9},{"source":250,"target":31},{"source":232,"target":90},{"source":232,"target":251},{"source":232,"target":9},{"source":251,"target":90},{"source":233,"target":60},{"source":233,"target":252},{"source":233,"target":9},{"source":252,"target":60},{"source":234,"target":32},{"source":234,"target":253},{"source":234,"target":9},{"source":253,"target":32},{"source":235,"target":64},{"source":235,"target":254},{"source":235,"target":9},{"source":254,"target":64},{"source":236,"target":44},{"source":236,"target":255},{"source":236,"target":9},{"source":255,"target":44},{"source":237,"target":10},{"source":237,"target":256},{"source":237,"target":9},{"source":256,"target":10},{"source":238,"target":4},{"source":238,"target":257},{"source":238,"target":9},{"source":257,"target":4},{"source":239,"target":81},{"source":239,"target":258},{"source":239,"target":9},{"source":258,"target":81},{"source":240,"target":48},{"source":240,"target":259},{"source":240,"target":9},{"source":259,"target":48},{"source":241,"target":29},{"source":241,"target":260},{"source":241,"target":9},{"source":260,"target":29},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":261},{"source":10,"target":262},{"source":10,"target":263},{"source":10,"target":264},{"source":10,"target":265},{"source":10,"target":266},{"source":261,"target":91},{"source":261,"target":267},{"source":261,"target":10},{"source":267,"target":91},{"source":262,"target":268},{"source":262,"target":10},{"source":263,"target":269},{"source":263,"target":10},{"source":264,"target":77},{"source":264,"target":270},{"source":264,"target":10},{"source":270,"target":77},{"source":265,"target":84},{"source":265,"target":271},{"source":265,"target":10},{"source":271,"target":84},{"source":266,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":272},{"source":11,"target":273},{"source":11,"target":274},{"source":11,"target":275},{"source":11,"target":276},{"source":272,"target":277},{"source":272,"target":11},{"source":273,"target":278},{"source":273,"target":11},{"source":274,"target":77},{"source":274,"target":279},{"source":274,"target":11},{"source":279,"target":77},{"source":275,"target":84},{"source":275,"target":280},{"source":275,"target":11},{"source":280,"target":84},{"source":276,"target":9},{"source":12,"target":0},{"source":12,"target":281},{"source":12,"target":282},{"source":12,"target":283},{"source":12,"target":284},{"source":281,"target":285},{"source":281,"target":12},{"source":282,"target":286},{"source":282,"target":12},{"source":283,"target":77},{"source":283,"target":287},{"source":283,"target":12},{"source":287,"target":77},{"source":284,"target":84},{"source":284,"target":288},{"source":284,"target":12},{"source":288,"target":84},{"source":13,"target":0},{"source":13,"target":47},{"source":13,"target":289},{"source":13,"target":290},{"source":13,"target":291},{"source":13,"target":292},{"source":13,"target":293},{"source":289,"target":294},{"source":289,"target":13},{"source":290,"target":295},{"source":290,"target":13},{"source":291,"target":77},{"source":291,"target":296},{"source":291,"target":13},{"source":296,"target":77},{"source":292,"target":84},{"source":292,"target":297},{"source":292,"target":13},{"source":297,"target":84},{"source":293,"target":47},{"source":14,"target":0},{"source":14,"target":47},{"source":14,"target":298},{"source":14,"target":299},{"source":14,"target":300},{"source":14,"target":301},{"source":14,"target":302},{"source":298,"target":303},{"source":298,"target":14},{"source":299,"target":304},{"source":299,"target":14},{"source":300,"target":77},{"source":300,"target":305},{"source":300,"target":14},{"source":305,"target":77},{"source":301,"target":84},{"source":301,"target":306},{"source":301,"target":14},{"source":306,"target":84},{"source":302,"target":47},{"source":15,"target":0},{"source":16,"target":0},{"source":17,"target":0},{"source":18,"target":0},{"source":18,"target":47},{"source":18,"target":307},{"source":18,"target":308},{"source":18,"target":309},{"source":18,"target":310},{"source":18,"target":311},{"source":307,"target":312},{"source":307,"target":18},{"source":308,"target":313},{"source":308,"target":18},{"source":309,"target":77},{"source":309,"target":314},{"source":309,"target":18},{"source":314,"target":77},{"source":310,"target":84},{"source":310,"target":315},{"source":310,"target":18},{"source":315,"target":84},{"source":311,"target":47},{"source":19,"target":0},{"source":19,"target":47},{"source":19,"target":316},{"source":19,"target":317},{"source":19,"target":318},{"source":19,"target":319},{"source":19,"target":320},{"source":316,"target":321},{"source":316,"target":19},{"source":317,"target":322},{"source":317,"target":19},{"source":318,"target":77},{"source":318,"target":323},{"source":318,"target":19},{"source":323,"target":77},{"source":319,"target":84},{"source":319,"target":324},{"source":319,"target":19},{"source":324,"target":84},{"source":320,"target":47},{"source":20,"target":0},{"source":20,"target":325},{"source":20,"target":326},{"source":20,"target":327},{"source":20,"target":328},{"source":20,"target":329},{"source":20,"target":330},{"source":20,"target":331},{"source":20,"target":332},{"source":20,"target":333},{"source":20,"target":334},{"source":20,"target":335},{"source":325,"target":21},{"source":325,"target":336},{"source":325,"target":20},{"source":336,"target":21},{"source":326,"target":5},{"source":326,"target":337},{"source":326,"target":20},{"source":337,"target":5},{"source":327,"target":15},{"source":327,"target":338},{"source":327,"target":20},{"source":338,"target":15},{"source":328,"target":54},{"source":328,"target":339},{"source":328,"target":20},{"source":339,"target":54},{"source":329,"target":340},{"source":329,"target":20},{"source":330,"target":341},{"source":330,"target":20},{"source":331,"target":58},{"source":331,"target":342},{"source":331,"target":20},{"source":342,"target":58},{"source":332,"target":77},{"source":332,"target":343},{"source":332,"target":20},{"source":343,"target":77},{"source":333,"target":84},{"source":333,"target":344},{"source":333,"target":20},{"source":344,"target":84},{"source":334,"target":94},{"source":334,"target":345},{"source":334,"target":20},{"source":345,"target":94},{"source":335,"target":57},{"source":335,"target":346},{"source":335,"target":20},{"source":346,"target":57},{"source":21,"target":0},{"source":21,"target":347},{"source":21,"target":348},{"source":21,"target":349},{"source":21,"target":350},{"source":21,"target":351},{"source":21,"target":352},{"source":21,"target":353},{"source":21,"target":354},{"source":21,"target":355},{"source":21,"target":356},{"source":347,"target":5},{"source":347,"target":357},{"source":347,"target":21},{"source":357,"target":5},{"source":348,"target":15},{"source":348,"target":358},{"source":348,"target":21},{"source":358,"target":15},{"source":349,"target":54},{"source":349,"target":359},{"source":349,"target":21},{"source":359,"target":54},{"source":350,"target":360},{"source":350,"target":21},{"source":351,"target":361},{"source":351,"target":21},{"source":352,"target":58},{"source":352,"target":362},{"source":352,"target":21},{"source":362,"target":58},{"source":353,"target":77},{"source":353,"target":363},{"source":353,"target":21},{"source":363,"target":77},{"source":354,"target":84},{"source":354,"target":364},{"source":354,"target":21},{"source":364,"target":84},{"source":355,"target":94},{"source":355,"target":365},{"source":355,"target":21},{"source":365,"target":94},{"source":356,"target":57},{"source":356,"target":366},{"source":356,"target":21},{"source":366,"target":57},{"source":22,"target":0},{"source":23,"target":0},{"source":24,"target":0},{"source":25,"target":0},{"source":26,"target":0},{"source":26,"target":36},{"source":26,"target":367},{"source":26,"target":368},{"source":26,"target":369},{"source":26,"target":370},{"source":26,"target":371},{"source":367,"target":372},{"source":367,"target":26},{"source":368,"target":373},{"source":368,"target":26},{"source":369,"target":77},{"source":369,"target":374},{"source":369,"target":26},{"source":374,"target":77},{"source":370,"target":84},{"source":370,"target":375},{"source":370,"target":26},{"source":375,"target":84},{"source":371,"target":36},{"source":27,"target":0},{"source":27,"target":376},{"source":376,"target":27},{"source":28,"target":0},{"source":29,"target":0},{"source":29,"target":36},{"source":29,"target":377},{"source":29,"target":378},{"source":29,"target":379},{"source":29,"target":380},{"source":29,"target":381},{"source":29,"target":382},{"source":29,"target":383},{"source":377,"target":91},{"source":377,"target":384},{"source":377,"target":29},{"source":384,"target":91},{"source":378,"target":385},{"source":378,"target":29},{"source":379,"target":25},{"source":379,"target":386},{"source":379,"target":29},{"source":386,"target":25},{"source":380,"target":387},{"source":380,"target":29},{"source":381,"target":77},{"source":381,"target":388},{"source":381,"target":29},{"source":388,"target":77},{"source":382,"target":84},{"source":382,"target":389},{"source":382,"target":29},{"source":389,"target":84},{"source":383,"target":36},{"source":30,"target":0},{"source":30,"target":47},{"source":30,"target":390},{"source":30,"target":391},{"source":30,"target":392},{"source":30,"target":393},{"source":30,"target":394},{"source":390,"target":395},{"source":390,"target":30},{"source":391,"target":396},{"source":391,"target":30},{"source":392,"target":77},{"source":392,"target":397},{"source":392,"target":30},{"source":397,"target":77},{"source":393,"target":84},{"source":393,"target":398},{"source":393,"target":30},{"source":398,"target":84},{"source":394,"target":47},{"source":31,"target":0},{"source":31,"target":36},{"source":31,"target":399},{"source":31,"target":400},{"source":31,"target":401},{"source":31,"target":402},{"source":31,"target":403},{"source":399,"target":404},{"source":399,"target":31},{"source":400,"target":405},{"source":400,"target":31},{"source":401,"target":77},{"source":401,"target":406},{"source":401,"target":31},{"source":406,"target":77},{"source":402,"target":84},{"source":402,"target":407},{"source":402,"target":31},{"source":407,"target":84},{"source":403,"target":36},{"source":32,"target":0},{"source":32,"target":408},{"source":32,"target":409},{"source":32,"target":410},{"source":32,"target":411},{"source":32,"target":412},{"source":32,"target":413},{"source":32,"target":414},{"source":408,"target":415},{"source":408,"target":32},{"source":409,"target":34},{"source":409,"target":416},{"source":409,"target":32},{"source":416,"target":34},{"source":410,"target":26},{"source":410,"target":417},{"source":410,"target":32},{"source":417,"target":26},{"source":411,"target":418},{"source":411,"target":32},{"source":412,"target":419},{"source":412,"target":32},{"source":413,"target":77},{"source":413,"target":420},{"source":413,"target":32},{"source":420,"target":77},{"source":414,"target":84},{"source":414,"target":421},{"source":414,"target":32},{"source":421,"target":84},{"source":33,"target":0},{"source":33,"target":422},{"source":33,"target":423},{"source":33,"target":424},{"source":33,"target":425},{"source":33,"target":426},{"source":33,"target":427},{"source":33,"target":428},{"source":33,"target":429},{"source":33,"target":430},{"source":33,"target":431},{"source":33,"target":432},{"source":33,"target":433},{"source":33,"target":434},{"source":33,"target":435},{"source":33,"target":436},{"source":33,"target":437},{"source":33,"target":438},{"source":33,"target":439},{"source":33,"target":440},{"source":33,"target":441},{"source":33,"target":442},{"source":33,"target":443},{"source":33,"target":444},{"source":33,"target":445},{"source":33,"target":446},{"source":33,"target":447},{"source":33,"target":448},{"source":33,"target":449},{"source":33,"target":450},{"source":33,"target":451},{"source":33,"target":452},{"source":33,"target":453},{"source":33,"target":454},{"source":33,"target":455},{"source":33,"target":456},{"source":33,"target":457},{"source":33,"target":458},{"source":33,"target":459},{"source":33,"target":460},{"source":33,"target":461},{"source":33,"target":462},{"source":33,"target":463},{"source":33,"target":464},{"source":33,"target":465},{"source":33,"target":466},{"source":33,"target":467},{"source":33,"target":468},{"source":33,"target":469},{"source":33,"target":470},{"source":33,"target":471},{"source":33,"target":472},{"source":33,"target":473},{"source":33,"target":474},{"source":33,"target":475},{"source":33,"target":476},{"source":33,"target":477},{"source":33,"target":478},{"source":33,"target":479},{"source":33,"target":480},{"source":33,"target":481},{"source":33,"target":482},{"source":422,"target":483},{"source":422,"target":33},{"source":423,"target":484},{"source":423,"target":33},{"source":424,"target":485},{"source":424,"target":33},{"source":425,"target":7},{"source":425,"target":486},{"source":425,"target":33},{"source":486,"target":7},{"source":426,"target":1},{"source":426,"target":487},{"source":426,"target":33},{"source":487,"target":1},{"source":427,"target":3},{"source":427,"target":488},{"source":427,"target":33},{"source":488,"target":3},{"source":428,"target":4},{"source":428,"target":489},{"source":428,"target":33},{"source":489,"target":4},{"source":429,"target":13},{"source":429,"target":490},{"source":429,"target":33},{"source":490,"target":13},{"source":430,"target":8},{"source":430,"target":491},{"source":430,"target":33},{"source":491,"target":8},{"source":431,"target":10},{"source":431,"target":492},{"source":431,"target":33},{"source":492,"target":10},{"source":432,"target":11},{"source":432,"target":493},{"source":432,"target":33},{"source":493,"target":11},{"source":433,"target":12},{"source":433,"target":494},{"source":433,"target":33},{"source":494,"target":12},{"source":434,"target":14},{"source":434,"target":495},{"source":434,"target":33},{"source":495,"target":14},{"source":435,"target":18},{"source":435,"target":496},{"source":435,"target":33},{"source":496,"target":18},{"source":436,"target":19},{"source":436,"target":497},{"source":436,"target":33},{"source":497,"target":19},{"source":437,"target":21},{"source":437,"target":498},{"source":437,"target":33},{"source":498,"target":21},{"source":438,"target":20},{"source":438,"target":499},{"source":438,"target":33},{"source":499,"target":20},{"source":439,"target":26},{"source":439,"target":500},{"source":439,"target":33},{"source":500,"target":26},{"source":440,"target":29},{"source":440,"target":501},{"source":440,"target":33},{"source":501,"target":29},{"source":441,"target":30},{"source":441,"target":502},{"source":441,"target":33},{"source":502,"target":30},{"source":442,"target":31},{"source":442,"target":503},{"source":442,"target":33},{"source":503,"target":31},{"source":443,"target":32},{"source":443,"target":504},{"source":443,"target":33},{"source":504,"target":32},{"source":444,"target":34},{"source":444,"target":505},{"source":444,"target":33},{"source":505,"target":34},{"source":445,"target":35},{"source":445,"target":506},{"source":445,"target":33},{"source":506,"target":35},{"source":446,"target":38},{"source":446,"target":507},{"source":446,"target":33},{"source":507,"target":38},{"source":447,"target":39},{"source":447,"target":508},{"source":447,"target":33},{"source":508,"target":39},{"source":448,"target":40},{"source":448,"target":509},{"source":448,"target":33},{"source":509,"target":40},{"source":449,"target":41},{"source":449,"target":510},{"source":449,"target":33},{"source":510,"target":41},{"source":450,"target":42},{"source":450,"target":511},{"source":450,"target":33},{"source":511,"target":42},{"source":451,"target":43},{"source":451,"target":512},{"source":451,"target":33},{"source":512,"target":43},{"source":452,"target":44},{"source":452,"target":513},{"source":452,"target":33},{"source":513,"target":44},{"source":453,"target":45},{"source":453,"target":514},{"source":453,"target":33},{"source":514,"target":45},{"source":454,"target":51},{"source":454,"target":515},{"source":454,"target":33},{"source":515,"target":51},{"source":455,"target":46},{"source":455,"target":516},{"source":455,"target":33},{"source":516,"target":46},{"source":456,"target":48},{"source":456,"target":517},{"source":456,"target":33},{"source":517,"target":48},{"source":457,"target":52},{"source":457,"target":518},{"source":457,"target":33},{"source":518,"target":52},{"source":458,"target":56},{"source":458,"target":519},{"source":458,"target":33},{"source":519,"target":56},{"source":459,"target":59},{"source":459,"target":520},{"source":459,"target":33},{"source":520,"target":59},{"source":460,"target":60},{"source":460,"target":521},{"source":460,"target":33},{"source":521,"target":60},{"source":461,"target":65},{"source":461,"target":522},{"source":461,"target":33},{"source":522,"target":65},{"source":462,"target":61},{"source":462,"target":523},{"source":462,"target":33},{"source":523,"target":61},{"source":463,"target":64},{"source":463,"target":524},{"source":463,"target":33},{"source":524,"target":64},{"source":464,"target":66},{"source":464,"target":525},{"source":464,"target":33},{"source":525,"target":66},{"source":465,"target":67},{"source":465,"target":526},{"source":465,"target":33},{"source":526,"target":67},{"source":466,"target":73},{"source":466,"target":527},{"source":466,"target":33},{"source":527,"target":73},{"source":467,"target":74},{"source":467,"target":528},{"source":467,"target":33},{"source":528,"target":74},{"source":468,"target":75},{"source":468,"target":529},{"source":468,"target":33},{"source":529,"target":75},{"source":469,"target":76},{"source":469,"target":530},{"source":469,"target":33},{"source":530,"target":76},{"source":470,"target":78},{"source":470,"target":531},{"source":470,"target":33},{"source":531,"target":78},{"source":471,"target":79},{"source":471,"target":532},{"source":471,"target":33},{"source":532,"target":79},{"source":472,"target":81},{"source":472,"target":533},{"source":472,"target":33},{"source":533,"target":81},{"source":473,"target":82},{"source":473,"target":534},{"source":473,"target":33},{"source":534,"target":82},{"source":474,"target":83},{"source":474,"target":535},{"source":474,"target":33},{"source":535,"target":83},{"source":475,"target":85},{"source":475,"target":536},{"source":475,"target":33},{"source":536,"target":85},{"source":476,"target":87},{"source":476,"target":537},{"source":476,"target":33},{"source":537,"target":87},{"source":477,"target":86},{"source":477,"target":538},{"source":477,"target":33},{"source":538,"target":86},{"source":478,"target":88},{"source":478,"target":539},{"source":478,"target":33},{"source":539,"target":88},{"source":479,"target":89},{"source":479,"target":540},{"source":479,"target":33},{"source":540,"target":89},{"source":480,"target":93},{"source":480,"target":541},{"source":480,"target":33},{"source":541,"target":93},{"source":481,"target":90},{"source":481,"target":542},{"source":481,"target":33},{"source":542,"target":90},{"source":482,"target":98},{"source":482,"target":543},{"source":482,"target":33},{"source":543,"target":98},{"source":34,"target":0},{"source":34,"target":47},{"source":34,"target":544},{"source":34,"target":545},{"source":34,"target":546},{"source":34,"target":547},{"source":34,"target":548},{"source":544,"target":549},{"source":544,"target":34},{"source":545,"target":550},{"source":545,"target":34},{"source":546,"target":77},{"source":546,"target":551},{"source":546,"target":34},{"source":551,"target":77},{"source":547,"target":84},{"source":547,"target":552},{"source":547,"target":34},{"source":552,"target":84},{"source":548,"target":47},{"source":35,"target":0},{"source":35,"target":47},{"source":35,"target":553},{"source":35,"target":554},{"source":35,"target":555},{"source":35,"target":556},{"source":35,"target":557},{"source":553,"target":558},{"source":553,"target":35},{"source":554,"target":559},{"source":554,"target":35},{"source":555,"target":77},{"source":555,"target":560},{"source":555,"target":35},{"source":560,"target":77},{"source":556,"target":84},{"source":556,"target":561},{"source":556,"target":35},{"source":561,"target":84},{"source":557,"target":47},{"source":36,"target":0},{"source":36,"target":562},{"source":36,"target":563},{"source":36,"target":564},{"source":36,"target":565},{"source":36,"target":566},{"source":36,"target":567},{"source":36,"target":568},{"source":36,"target":569},{"source":36,"target":570},{"source":36,"target":571},{"source":36,"target":572},{"source":36,"target":573},{"source":36,"target":574},{"source":36,"target":575},{"source":36,"target":576},{"source":36,"target":577},{"source":36,"target":578},{"source":36,"target":579},{"source":36,"target":580},{"source":36,"target":581},{"source":36,"target":582},{"source":36,"target":583},{"source":36,"target":584},{"source":36,"target":585},{"source":36,"target":586},{"source":36,"target":587},{"source":36,"target":588},{"source":36,"target":589},{"source":36,"target":590},{"source":36,"target":591},{"source":36,"target":592},{"source":36,"target":593},{"source":36,"target":594},{"source":36,"target":595},{"source":36,"target":596},{"source":36,"target":597},{"source":36,"target":598},{"source":36,"target":599},{"source":36,"target":600},{"source":36,"target":601},{"source":36,"target":602},{"source":36,"target":603},{"source":36,"target":604},{"source":36,"target":605},{"source":36,"target":606},{"source":562,"target":607},{"source":562,"target":36},{"source":563,"target":608},{"source":563,"target":36},{"source":564,"target":65},{"source":564,"target":609},{"source":564,"target":36},{"source":609,"target":65},{"source":565,"target":38},{"source":565,"target":610},{"source":565,"target":36},{"source":610,"target":38},{"source":566,"target":39},{"source":566,"target":611},{"source":566,"target":36},{"source":611,"target":39},{"source":567,"target":40},{"source":567,"target":612},{"source":567,"target":36},{"source":612,"target":40},{"source":568,"target":41},{"source":568,"target":613},{"source":568,"target":36},{"source":613,"target":41},{"source":569,"target":42},{"source":569,"target":614},{"source":569,"target":36},{"source":614,"target":42},{"source":570,"target":43},{"source":570,"target":615},{"source":570,"target":36},{"source":615,"target":43},{"source":571,"target":31},{"source":571,"target":616},{"source":571,"target":36},{"source":616,"target":31},{"source":572,"target":90},{"source":572,"target":617},{"source":572,"target":36},{"source":617,"target":90},{"source":573,"target":60},{"source":573,"target":618},{"source":573,"target":36},{"source":618,"target":60},{"source":574,"target":32},{"source":574,"target":619},{"source":574,"target":36},{"source":619,"target":32},{"source":575,"target":64},{"source":575,"target":620},{"source":575,"target":36},{"source":620,"target":64},{"source":576,"target":44},{"source":576,"target":621},{"source":576,"target":36},{"source":621,"target":44},{"source":577,"target":10},{"source":577,"target":622},{"source":577,"target":36},{"source":622,"target":10},{"source":578,"target":4},{"source":578,"target":623},{"source":578,"target":36},{"source":623,"target":4},{"source":579,"target":81},{"source":579,"target":624},{"source":579,"target":36},{"source":624,"target":81},{"source":580,"target":7},{"source":580,"target":625},{"source":580,"target":36},{"source":625,"target":7},{"source":581,"target":12},{"source":581,"target":626},{"source":581,"target":36},{"source":626,"target":12},{"source":582,"target":74},{"source":582,"target":627},{"source":582,"target":36},{"source":627,"target":74},{"source":583,"target":59},{"source":583,"target":628},{"source":583,"target":36},{"source":628,"target":59},{"source":584,"target":46},{"source":584,"target":629},{"source":584,"target":36},{"source":629,"target":46},{"source":585,"target":89},{"source":585,"target":630},{"source":585,"target":36},{"source":630,"target":89},{"source":586,"target":51},{"source":586,"target":631},{"source":586,"target":36},{"source":631,"target":51},{"source":587,"target":13},{"source":587,"target":632},{"source":587,"target":36},{"source":632,"target":13},{"source":588,"target":8},{"source":588,"target":633},{"source":588,"target":36},{"source":633,"target":8},{"source":589,"target":73},{"source":589,"target":634},{"source":589,"target":36},{"source":634,"target":73},{"source":590,"target":93},{"source":590,"target":635},{"source":590,"target":36},{"source":635,"target":93},{"source":591,"target":75},{"source":591,"target":636},{"source":591,"target":36},{"source":636,"target":75},{"source":592,"target":35},{"source":592,"target":637},{"source":592,"target":36},{"source":637,"target":35},{"source":593,"target":76},{"source":593,"target":638},{"source":593,"target":36},{"source":638,"target":76},{"source":594,"target":30},{"source":594,"target":639},{"source":594,"target":36},{"source":639,"target":30},{"source":595,"target":19},{"source":595,"target":640},{"source":595,"target":36},{"source":640,"target":19},{"source":596,"target":66},{"source":596,"target":641},{"source":596,"target":36},{"source":641,"target":66},{"source":597,"target":67},{"source":597,"target":642},{"source":597,"target":36},{"source":642,"target":67},{"source":598,"target":52},{"source":598,"target":643},{"source":598,"target":36},{"source":643,"target":52},{"source":599,"target":98},{"source":599,"target":644},{"source":599,"target":36},{"source":644,"target":98},{"source":600,"target":18},{"source":600,"target":645},{"source":600,"target":36},{"source":645,"target":18},{"source":601,"target":1},{"source":601,"target":646},{"source":601,"target":36},{"source":646,"target":1},{"source":602,"target":3},{"source":602,"target":647},{"source":602,"target":36},{"source":647,"target":3},{"source":603,"target":78},{"source":603,"target":648},{"source":603,"target":36},{"source":648,"target":78},{"source":604,"target":79},{"source":604,"target":649},{"source":604,"target":36},{"source":649,"target":79},{"source":605,"target":48},{"source":605,"target":650},{"source":605,"target":36},{"source":650,"target":48},{"source":606,"target":29},{"source":606,"target":651},{"source":606,"target":36},{"source":651,"target":29},{"source":37,"target":0},{"source":37,"target":652},{"source":37,"target":653},{"source":37,"target":654},{"source":37,"target":655},{"source":37,"target":656},{"source":37,"target":657},{"source":37,"target":658},{"source":37,"target":659},{"source":37,"target":660},{"source":37,"target":661},{"source":37,"target":662},{"source":37,"target":663},{"source":37,"target":664},{"source":37,"target":665},{"source":37,"target":666},{"source":37,"target":667},{"source":37,"target":668},{"source":37,"target":669},{"source":37,"target":670},{"source":652,"target":671},{"source":652,"target":37},{"source":653,"target":65},{"source":653,"target":672},{"source":653,"target":37},{"source":672,"target":65},{"source":654,"target":38},{"source":654,"target":673},{"source":654,"target":37},{"source":673,"target":38},{"source":655,"target":39},{"source":655,"target":674},{"source":655,"target":37},{"source":674,"target":39},{"source":656,"target":40},{"source":656,"target":675},{"source":656,"target":37},{"source":675,"target":40},{"source":657,"target":41},{"source":657,"target":676},{"source":657,"target":37},{"source":676,"target":41},{"source":658,"target":42},{"source":658,"target":677},{"source":658,"target":37},{"source":677,"target":42},{"source":659,"target":43},{"source":659,"target":678},{"source":659,"target":37},{"source":678,"target":43},{"source":660,"target":31},{"source":660,"target":679},{"source":660,"target":37},{"source":679,"target":31},{"source":661,"target":90},{"source":661,"target":680},{"source":661,"target":37},{"source":680,"target":90},{"source":662,"target":60},{"source":662,"target":681},{"source":662,"target":37},{"source":681,"target":60},{"source":663,"target":32},{"source":663,"target":682},{"source":663,"target":37},{"source":682,"target":32},{"source":664,"target":64},{"source":664,"target":683},{"source":664,"target":37},{"source":683,"target":64},{"source":665,"target":44},{"source":665,"target":684},{"source":665,"target":37},{"source":684,"target":44},{"source":666,"target":10},{"source":666,"target":685},{"source":666,"target":37},{"source":685,"target":10},{"source":667,"target":4},{"source":667,"target":686},{"source":667,"target":37},{"source":686,"target":4},{"source":668,"target":81},{"source":668,"target":687},{"source":668,"target":37},{"source":687,"target":81},{"source":669,"target":48},{"source":669,"target":688},{"source":669,"target":37},{"source":688,"target":48},{"source":670,"target":29},{"source":670,"target":689},{"source":670,"target":37},{"source":689,"target":29},{"source":38,"target":0},{"source":38,"target":47},{"source":38,"target":690},{"source":38,"target":691},{"source":38,"target":692},{"source":38,"target":693},{"source":38,"target":694},{"source":690,"target":695},{"source":690,"target":38},{"source":691,"target":696},{"source":691,"target":38},{"source":692,"target":77},{"source":692,"target":697},{"source":692,"target":38},{"source":697,"target":77},{"source":693,"target":84},{"source":693,"target":698},{"source":693,"target":38},{"source":698,"target":84},{"source":694,"target":47},{"source":39,"target":0},{"source":39,"target":47},{"source":39,"target":699},{"source":39,"target":700},{"source":39,"target":701},{"source":39,"target":702},{"source":39,"target":703},{"source":699,"target":704},{"source":699,"target":39},{"source":700,"target":705},{"source":700,"target":39},{"source":701,"target":77},{"source":701,"target":706},{"source":701,"target":39},{"source":706,"target":77},{"source":702,"target":84},{"source":702,"target":707},{"source":702,"target":39},{"source":707,"target":84},{"source":703,"target":47},{"source":40,"target":0},{"source":40,"target":47},{"source":40,"target":708},{"source":40,"target":709},{"source":40,"target":710},{"source":40,"target":711},{"source":40,"target":712},{"source":708,"target":713},{"source":708,"target":40},{"source":709,"target":714},{"source":709,"target":40},{"source":710,"target":77},{"source":710,"target":715},{"source":710,"target":40},{"source":715,"target":77},{"source":711,"target":84},{"source":711,"target":716},{"source":711,"target":40},{"source":716,"target":84},{"source":712,"target":47},{"source":41,"target":0},{"source":41,"target":47},{"source":41,"target":717},{"source":41,"target":718},{"source":41,"target":719},{"source":41,"target":720},{"source":41,"target":721},{"source":717,"target":722},{"source":717,"target":41},{"source":718,"target":723},{"source":718,"target":41},{"source":719,"target":77},{"source":719,"target":724},{"source":719,"target":41},{"source":724,"target":77},{"source":720,"target":84},{"source":720,"target":725},{"source":720,"target":41},{"source":725,"target":84},{"source":721,"target":47},{"source":42,"target":0},{"source":42,"target":47},{"source":42,"target":726},{"source":42,"target":727},{"source":42,"target":728},{"source":42,"target":729},{"source":42,"target":730},{"source":726,"target":731},{"source":726,"target":42},{"source":727,"target":732},{"source":727,"target":42},{"source":728,"target":77},{"source":728,"target":733},{"source":728,"target":42},{"source":733,"target":77},{"source":729,"target":84},{"source":729,"target":734},{"source":729,"target":42},{"source":734,"target":84},{"source":730,"target":47},{"source":43,"target":0},{"source":43,"target":47},{"source":43,"target":735},{"source":43,"target":736},{"source":43,"target":737},{"source":43,"target":738},{"source":43,"target":739},{"source":735,"target":740},{"source":735,"target":43},{"source":736,"target":741},{"source":736,"target":43},{"source":737,"target":77},{"source":737,"target":742},{"source":737,"target":43},{"source":742,"target":77},{"source":738,"target":84},{"source":738,"target":743},{"source":738,"target":43},{"source":743,"target":84},{"source":739,"target":47},{"source":44,"target":0},{"source":44,"target":744},{"source":44,"target":745},{"source":44,"target":746},{"source":44,"target":747},{"source":744,"target":748},{"source":744,"target":44},{"source":745,"target":749},{"source":745,"target":44},{"source":746,"target":77},{"source":746,"target":750},{"source":746,"target":44},{"source":750,"target":77},{"source":747,"target":84},{"source":747,"target":751},{"source":747,"target":44},{"source":751,"target":84},{"source":45,"target":0},{"source":45,"target":752},{"source":45,"target":753},{"source":752,"target":11},{"source":752,"target":754},{"source":752,"target":45},{"source":754,"target":11},{"source":753,"target":755},{"source":753,"target":45},{"source":46,"target":0},{"source":46,"target":756},{"source":46,"target":757},{"source":46,"target":758},{"source":46,"target":759},{"source":46,"target":760},{"source":46,"target":761},{"source":46,"target":762},{"source":46,"target":763},{"source":46,"target":764},{"source":46,"target":765},{"source":46,"target":766},{"source":756,"target":84},{"source":756,"target":767},{"source":756,"target":46},{"source":767,"target":84},{"source":757,"target":768},{"source":757,"target":46},{"source":758,"target":54},{"source":758,"target":769},{"source":758,"target":46},{"source":769,"target":54},{"source":759,"target":770},{"source":759,"target":46},{"source":760,"target":49},{"source":760,"target":771},{"source":760,"target":46},{"source":771,"target":49},{"source":761,"target":91},{"source":761,"target":772},{"source":761,"target":46},{"source":772,"target":91},{"source":762,"target":91},{"source":762,"target":773},{"source":762,"target":46},{"source":773,"target":91},{"source":763,"target":77},{"source":763,"target":774},{"source":763,"target":46},{"source":774,"target":77},{"source":764,"target":84},{"source":764,"target":775},{"source":764,"target":46},{"source":775,"target":84},{"source":765,"target":91},{"source":765,"target":776},{"source":765,"target":46},{"source":776,"target":91},{"source":766,"target":54},{"source":766,"target":777},{"source":766,"target":46},{"source":777,"target":54},{"source":47,"target":0},{"source":47,"target":778},{"source":47,"target":779},{"source":47,"target":780},{"source":47,"target":781},{"source":47,"target":782},{"source":47,"target":783},{"source":47,"target":784},{"source":47,"target":785},{"source":47,"target":786},{"source":47,"target":787},{"source":47,"target":788},{"source":47,"target":789},{"source":47,"target":790},{"source":47,"target":791},{"source":47,"target":792},{"source":47,"target":793},{"source":47,"target":794},{"source":47,"target":795},{"source":47,"target":796},{"source":47,"target":797},{"source":47,"target":798},{"source":47,"target":799},{"source":47,"target":800},{"source":47,"target":801},{"source":47,"target":802},{"source":47,"target":803},{"source":47,"target":804},{"source":47,"target":805},{"source":47,"target":806},{"source":778,"target":807},{"source":778,"target":47},{"source":779,"target":808},{"source":779,"target":47},{"source":780,"target":7},{"source":780,"target":809},{"source":780,"target":47},{"source":809,"target":7},{"source":781,"target":12},{"source":781,"target":810},{"source":781,"target":47},{"source":810,"target":12},{"source":782,"target":74},{"source":782,"target":811},{"source":782,"target":47},{"source":811,"target":74},{"source":783,"target":59},{"source":783,"target":812},{"source":783,"target":47},{"source":812,"target":59},{"source":784,"target":46},{"source":784,"target":813},{"source":784,"target":47},{"source":813,"target":46},{"source":785,"target":89},{"source":785,"target":814},{"source":785,"target":47},{"source":814,"target":89},{"source":786,"target":51},{"source":786,"target":815},{"source":786,"target":47},{"source":815,"target":51},{"source":787,"target":13},{"source":787,"target":816},{"source":787,"target":47},{"source":816,"target":13},{"source":788,"target":8},{"source":788,"target":817},{"source":788,"target":47},{"source":817,"target":8},{"source":789,"target":73},{"source":789,"target":818},{"source":789,"target":47},{"source":818,"target":73},{"source":790,"target":93},{"source":790,"target":819},{"source":790,"target":47},{"source":819,"target":93},{"source":791,"target":75},{"source":791,"target":820},{"source":791,"target":47},{"source":820,"target":75},{"source":792,"target":35},{"source":792,"target":821},{"source":792,"target":47},{"source":821,"target":35},{"source":793,"target":76},{"source":793,"target":822},{"source":793,"target":47},{"source":822,"target":76},{"source":794,"target":30},{"source":794,"target":823},{"source":794,"target":47},{"source":823,"target":30},{"source":795,"target":19},{"source":795,"target":824},{"source":795,"target":47},{"source":824,"target":19},{"source":796,"target":66},{"source":796,"target":825},{"source":796,"target":47},{"source":825,"target":66},{"source":797,"target":67},{"source":797,"target":826},{"source":797,"target":47},{"source":826,"target":67},{"source":798,"target":52},{"source":798,"target":827},{"source":798,"target":47},{"source":827,"target":52},{"source":799,"target":98},{"source":799,"target":828},{"source":799,"target":47},{"source":828,"target":98},{"source":800,"target":18},{"source":800,"target":829},{"source":800,"target":47},{"source":829,"target":18},{"source":801,"target":1},{"source":801,"target":830},{"source":801,"target":47},{"source":830,"target":1},{"source":802,"target":3},{"source":802,"target":831},{"source":802,"target":47},{"source":831,"target":3},{"source":803,"target":78},{"source":803,"target":832},{"source":803,"target":47},{"source":832,"target":78},{"source":804,"target":79},{"source":804,"target":833},{"source":804,"target":47},{"source":833,"target":79},{"source":805,"target":48},{"source":805,"target":834},{"source":805,"target":47},{"source":834,"target":48},{"source":806,"target":29},{"source":806,"target":835},{"source":806,"target":47},{"source":835,"target":29},{"source":48,"target":0},{"source":48,"target":36},{"source":48,"target":836},{"source":48,"target":837},{"source":48,"target":838},{"source":48,"target":839},{"source":48,"target":840},{"source":48,"target":841},{"source":48,"target":842},{"source":836,"target":91},{"source":836,"target":843},{"source":836,"target":48},{"source":843,"target":91},{"source":837,"target":844},{"source":837,"target":48},{"source":838,"target":25},{"source":838,"target":845},{"source":838,"target":48},{"source":845,"target":25},{"source":839,"target":846},{"source":839,"target":48},{"source":840,"target":77},{"source":840,"target":847},{"source":840,"target":48},{"source":847,"target":77},{"source":841,"target":84},{"source":841,"target":848},{"source":841,"target":48},{"source":848,"target":84},{"source":842,"target":36},{"source":49,"target":0},{"source":49,"target":849},{"source":849,"target":49},{"source":50,"target":0},{"source":51,"target":0},{"source":51,"target":47},{"source":51,"target":850},{"source":51,"target":851},{"source":51,"target":852},{"source":51,"target":853},{"source":51,"target":854},{"source":850,"target":855},{"source":850,"target":51},{"source":851,"target":856},{"source":851,"target":51},{"source":852,"target":77},{"source":852,"target":857},{"source":852,"target":51},{"source":857,"target":77},{"source":853,"target":84},{"source":853,"target":858},{"source":853,"target":51},{"source":858,"target":84},{"source":854,"target":47},{"source":52,"target":0},{"source":52,"target":47},{"source":52,"target":859},{"source":52,"target":860},{"source":52,"target":861},{"source":52,"target":862},{"source":52,"target":863},{"source":859,"target":864},{"source":859,"target":52},{"source":860,"target":865},{"source":860,"target":52},{"source":861,"target":77},{"source":861,"target":866},{"source":861,"target":52},{"source":866,"target":77},{"source":862,"target":84},{"source":862,"target":867},{"source":862,"target":52},{"source":867,"target":84},{"source":863,"target":47},{"source":53,"target":0},{"source":54,"target":0},{"source":55,"target":0},{"source":56,"target":0},{"source":56,"target":36},{"source":56,"target":868},{"source":56,"target":869},{"source":56,"target":870},{"source":56,"target":871},{"source":56,"target":872},{"source":868,"target":873},{"source":868,"target":56},{"source":869,"target":874},{"source":869,"target":56},{"source":870,"target":77},{"source":870,"target":875},{"source":870,"target":56},{"source":875,"target":77},{"source":871,"target":84},{"source":871,"target":876},{"source":871,"target":56},{"source":876,"target":84},{"source":872,"target":36},{"source":57,"target":0},{"source":58,"target":0},{"source":59,"target":0},{"source":59,"target":877},{"source":59,"target":878},{"source":59,"target":879},{"source":59,"target":880},{"source":59,"target":881},{"source":59,"target":882},{"source":59,"target":883},{"source":59,"target":884},{"source":59,"target":885},{"source":59,"target":886},{"source":59,"target":887},{"source":59,"target":888},{"source":59,"target":889},{"source":59,"target":890},{"source":59,"target":891},{"source":59,"target":892},{"source":59,"target":893},{"source":59,"target":894},{"source":59,"target":895},{"source":59,"target":896},{"source":59,"target":897},{"source":59,"target":898},{"source":59,"target":899},{"source":59,"target":900},{"source":59,"target":901},{"source":59,"target":902},{"source":59,"target":903},{"source":59,"target":904},{"source":59,"target":905},{"source":59,"target":906},{"source":59,"target":907},{"source":59,"target":908},{"source":59,"target":909},{"source":59,"target":910},{"source":59,"target":911},{"source":59,"target":912},{"source":59,"target":913},{"source":59,"target":914},{"source":59,"target":915},{"source":59,"target":916},{"source":59,"target":917},{"source":59,"target":918},{"source":59,"target":919},{"source":59,"target":920},{"source":59,"target":921},{"source":59,"target":922},{"source":59,"target":923},{"source":59,"target":924},{"source":59,"target":925},{"source":59,"target":926},{"source":59,"target":927},{"source":59,"target":928},{"source":59,"target":929},{"source":59,"target":930},{"source":59,"target":931},{"source":59,"target":932},{"source":59,"target":933},{"source":59,"target":934},{"source":59,"target":935},{"source":59,"target":936},{"source":59,"target":937},{"source":59,"target":938},{"source":59,"target":939},{"source":877,"target":940},{"source":877,"target":59},{"source":878,"target":941},{"source":878,"target":59},{"source":879,"target":61},{"source":879,"target":942},{"source":879,"target":59},{"source":942,"target":61},{"source":880,"target":65},{"source":880,"target":943},{"source":880,"target":59},{"source":943,"target":65},{"source":881,"target":38},{"source":881,"target":944},{"source":881,"target":59},{"source":944,"target":38},{"source":882,"target":39},{"source":882,"target":945},{"source":882,"target":59},{"source":945,"target":39},{"source":883,"target":40},{"source":883,"target":946},{"source":883,"target":59},{"source":946,"target":40},{"source":884,"target":41},{"source":884,"target":947},{"source":884,"target":59},{"source":947,"target":41},{"source":885,"target":42},{"source":885,"target":948},{"source":885,"target":59},{"source":948,"target":42},{"source":886,"target":43},{"source":886,"target":949},{"source":886,"target":59},{"source":949,"target":43},{"source":887,"target":31},{"source":887,"target":950},{"source":887,"target":59},{"source":950,"target":31},{"source":888,"target":90},{"source":888,"target":951},{"source":888,"target":59},{"source":951,"target":90},{"source":889,"target":60},{"source":889,"target":952},{"source":889,"target":59},{"source":952,"target":60},{"source":890,"target":32},{"source":890,"target":953},{"source":890,"target":59},{"source":953,"target":32},{"source":891,"target":64},{"source":891,"target":954},{"source":891,"target":59},{"source":954,"target":64},{"source":892,"target":44},{"source":892,"target":955},{"source":892,"target":59},{"source":955,"target":44},{"source":893,"target":10},{"source":893,"target":956},{"source":893,"target":59},{"source":956,"target":10},{"source":894,"target":4},{"source":894,"target":957},{"source":894,"target":59},{"source":957,"target":4},{"source":895,"target":81},{"source":895,"target":958},{"source":895,"target":59},{"source":958,"target":81},{"source":896,"target":7},{"source":896,"target":959},{"source":896,"target":59},{"source":959,"target":7},{"source":897,"target":12},{"source":897,"target":960},{"source":897,"target":59},{"source":960,"target":12},{"source":898,"target":74},{"source":898,"target":961},{"source":898,"target":59},{"source":961,"target":74},{"source":899,"target":59},{"source":899,"target":962},{"source":899,"target":59},{"source":962,"target":59},{"source":900,"target":46},{"source":900,"target":963},{"source":900,"target":59},{"source":963,"target":46},{"source":901,"target":89},{"source":901,"target":964},{"source":901,"target":59},{"source":964,"target":89},{"source":902,"target":51},{"source":902,"target":965},{"source":902,"target":59},{"source":965,"target":51},{"source":903,"target":13},{"source":903,"target":966},{"source":903,"target":59},{"source":966,"target":13},{"source":904,"target":8},{"source":904,"target":967},{"source":904,"target":59},{"source":967,"target":8},{"source":905,"target":73},{"source":905,"target":968},{"source":905,"target":59},{"source":968,"target":73},{"source":906,"target":93},{"source":906,"target":969},{"source":906,"target":59},{"source":969,"target":93},{"source":907,"target":75},{"source":907,"target":970},{"source":907,"target":59},{"source":970,"target":75},{"source":908,"target":35},{"source":908,"target":971},{"source":908,"target":59},{"source":971,"target":35},{"source":909,"target":76},{"source":909,"target":972},{"source":909,"target":59},{"source":972,"target":76},{"source":910,"target":30},{"source":910,"target":973},{"source":910,"target":59},{"source":973,"target":30},{"source":911,"target":19},{"source":911,"target":974},{"source":911,"target":59},{"source":974,"target":19},{"source":912,"target":66},{"source":912,"target":975},{"source":912,"target":59},{"source":975,"target":66},{"source":913,"target":67},{"source":913,"target":976},{"source":913,"target":59},{"source":976,"target":67},{"source":914,"target":52},{"source":914,"target":977},{"source":914,"target":59},{"source":977,"target":52},{"source":915,"target":98},{"source":915,"target":978},{"source":915,"target":59},{"source":978,"target":98},{"source":916,"target":18},{"source":916,"target":979},{"source":916,"target":59},{"source":979,"target":18},{"source":917,"target":1},{"source":917,"target":980},{"source":917,"target":59},{"source":980,"target":1},{"source":918,"target":3},{"source":918,"target":981},{"source":918,"target":59},{"source":981,"target":3},{"source":919,"target":78},{"source":919,"target":982},{"source":919,"target":59},{"source":982,"target":78},{"source":920,"target":79},{"source":920,"target":983},{"source":920,"target":59},{"source":983,"target":79},{"source":921,"target":48},{"source":921,"target":984},{"source":921,"target":59},{"source":984,"target":48},{"source":922,"target":29},{"source":922,"target":985},{"source":922,"target":59},{"source":985,"target":29},{"source":923,"target":92},{"source":923,"target":986},{"source":923,"target":59},{"source":986,"target":92},{"source":924,"target":987},{"source":924,"target":59},{"source":925,"target":91},{"source":925,"target":988},{"source":925,"target":59},{"source":988,"target":91},{"source":926,"target":91},{"source":926,"target":989},{"source":926,"target":59},{"source":989,"target":91},{"source":927,"target":22},{"source":927,"target":990},{"source":927,"target":59},{"source":990,"target":22},{"source":928,"target":91},{"source":928,"target":991},{"source":928,"target":59},{"source":991,"target":91},{"source":929,"target":27},{"source":929,"target":992},{"source":929,"target":59},{"source":992,"target":27},{"source":930,"target":54},{"source":930,"target":993},{"source":930,"target":59},{"source":993,"target":54},{"source":931,"target":994},{"source":931,"target":59},{"source":932,"target":995},{"source":932,"target":59},{"source":933,"target":84},{"source":933,"target":996},{"source":933,"target":59},{"source":996,"target":84},{"source":934,"target":77},{"source":934,"target":997},{"source":934,"target":59},{"source":997,"target":77},{"source":935,"target":80},{"source":935,"target":998},{"source":935,"target":59},{"source":998,"target":80},{"source":936,"target":84},{"source":936,"target":999},{"source":936,"target":59},{"source":999,"target":84},{"source":937,"target":22},{"source":937,"target":1000},{"source":937,"target":59},{"source":1000,"target":22},{"source":938,"target":91},{"source":938,"target":1001},{"source":938,"target":59},{"source":1001,"target":91},{"source":939,"target":54},{"source":939,"target":1002},{"source":939,"target":59},{"source":1002,"target":54},{"source":60,"target":0},{"source":60,"target":1003},{"source":60,"target":1004},{"source":60,"target":1005},{"source":60,"target":1006},{"source":60,"target":1007},{"source":1003,"target":56},{"source":1003,"target":1008},{"source":1003,"target":60},{"source":1008,"target":56},{"source":1004,"target":1009},{"source":1004,"target":60},{"source":1005,"target":1010},{"source":1005,"target":60},{"source":1006,"target":77},{"source":1006,"target":1011},{"source":1006,"target":60},{"source":1011,"target":77},{"source":1007,"target":84},{"source":1007,"target":1012},{"source":1007,"target":60},{"source":1012,"target":84},{"source":61,"target":0},{"source":61,"target":1013},{"source":61,"target":1014},{"source":61,"target":1015},{"source":61,"target":1016},{"source":61,"target":1017},{"source":1013,"target":1018},{"source":1013,"target":61},{"source":1014,"target":1019},{"source":1014,"target":61},{"source":1015,"target":22},{"source":1015,"target":1020},{"source":1015,"target":61},{"source":1020,"target":22},{"source":1016,"target":1021},{"source":1016,"target":61},{"source":1017,"target":96},{"source":1017,"target":1022},{"source":1017,"target":61},{"source":1022,"target":96},{"source":62,"target":0},{"source":63,"target":0},{"source":63,"target":1023},{"source":63,"target":1024},{"source":63,"target":1025},{"source":63,"target":1026},{"source":63,"target":1027},{"source":63,"target":1028},{"source":63,"target":1029},{"source":63,"target":1030},{"source":63,"target":1031},{"source":63,"target":1032},{"source":63,"target":1033},{"source":63,"target":1034},{"source":63,"target":1035},{"source":63,"target":1036},{"source":63,"target":1037},{"source":63,"target":1038},{"source":63,"target":1039},{"source":63,"target":1040},{"source":63,"target":1041},{"source":63,"target":1042},{"source":63,"target":1043},{"source":63,"target":1044},{"source":63,"target":1045},{"source":63,"target":1046},{"source":63,"target":1047},{"source":63,"target":1048},{"source":63,"target":1049},{"source":1023,"target":1050},{"source":1023,"target":63},{"source":1024,"target":1051},{"source":1024,"target":63},{"source":1025,"target":7},{"source":1025,"target":1052},{"source":1025,"target":63},{"source":1052,"target":7},{"source":1026,"target":89},{"source":1026,"target":1053},{"source":1026,"target":63},{"source":1053,"target":89},{"source":1027,"target":51},{"source":1027,"target":1054},{"source":1027,"target":63},{"source":1054,"target":51},{"source":1028,"target":13},{"source":1028,"target":1055},{"source":1028,"target":63},{"source":1055,"target":13},{"source":1029,"target":8},{"source":1029,"target":1056},{"source":1029,"target":63},{"source":1056,"target":8},{"source":1030,"target":73},{"source":1030,"target":1057},{"source":1030,"target":63},{"source":1057,"target":73},{"source":1031,"target":93},{"source":1031,"target":1058},{"source":1031,"target":63},{"source":1058,"target":93},{"source":1032,"target":75},{"source":1032,"target":1059},{"source":1032,"target":63},{"source":1059,"target":75},{"source":1033,"target":35},{"source":1033,"target":1060},{"source":1033,"target":63},{"source":1060,"target":35},{"source":1034,"target":76},{"source":1034,"target":1061},{"source":1034,"target":63},{"source":1061,"target":76},{"source":1035,"target":30},{"source":1035,"target":1062},{"source":1035,"target":63},{"source":1062,"target":30},{"source":1036,"target":19},{"source":1036,"target":1063},{"source":1036,"target":63},{"source":1063,"target":19},{"source":1037,"target":66},{"source":1037,"target":1064},{"source":1037,"target":63},{"source":1064,"target":66},{"source":1038,"target":67},{"source":1038,"target":1065},{"source":1038,"target":63},{"source":1065,"target":67},{"source":1039,"target":52},{"source":1039,"target":1066},{"source":1039,"target":63},{"source":1066,"target":52},{"source":1040,"target":98},{"source":1040,"target":1067},{"source":1040,"target":63},{"source":1067,"target":98},{"source":1041,"target":18},{"source":1041,"target":1068},{"source":1041,"target":63},{"source":1068,"target":18},{"source":1042,"target":1},{"source":1042,"target":1069},{"source":1042,"target":63},{"source":1069,"target":1},{"source":1043,"target":3},{"source":1043,"target":1070},{"source":1043,"target":63},{"source":1070,"target":3},{"source":1044,"target":78},{"source":1044,"target":1071},{"source":1044,"target":63},{"source":1071,"target":78},{"source":1045,"target":79},{"source":1045,"target":1072},{"source":1045,"target":63},{"source":1072,"target":79},{"source":1046,"target":12},{"source":1046,"target":1073},{"source":1046,"target":63},{"source":1073,"target":12},{"source":1047,"target":74},{"source":1047,"target":1074},{"source":1047,"target":63},{"source":1074,"target":74},{"source":1048,"target":48},{"source":1048,"target":1075},{"source":1048,"target":63},{"source":1075,"target":48},{"source":1049,"target":29},{"source":1049,"target":1076},{"source":1049,"target":63},{"source":1076,"target":29},{"source":64,"target":0},{"source":64,"target":63},{"source":64,"target":1077},{"source":64,"target":1078},{"source":64,"target":1079},{"source":64,"target":1080},{"source":64,"target":1081},{"source":1077,"target":1082},{"source":1077,"target":64},{"source":1078,"target":1083},{"source":1078,"target":64},{"source":1079,"target":77},{"source":1079,"target":1084},{"source":1079,"target":64},{"source":1084,"target":77},{"source":1080,"target":84},{"source":1080,"target":1085},{"source":1080,"target":64},{"source":1085,"target":84},{"source":1081,"target":63},{"source":65,"target":0},{"source":65,"target":47},{"source":65,"target":1086},{"source":65,"target":1087},{"source":65,"target":1088},{"source":65,"target":1089},{"source":65,"target":1090},{"source":1086,"target":1091},{"source":1086,"target":65},{"source":1087,"target":1092},{"source":1087,"target":65},{"source":1088,"target":77},{"source":1088,"target":1093},{"source":1088,"target":65},{"source":1093,"target":77},{"source":1089,"target":84},{"source":1089,"target":1094},{"source":1089,"target":65},{"source":1094,"target":84},{"source":1090,"target":47},{"source":66,"target":0},{"source":66,"target":47},{"source":66,"target":1095},{"source":66,"target":1096},{"source":66,"target":1097},{"source":66,"target":1098},{"source":66,"target":1099},{"source":66,"target":1100},{"source":1095,"target":91},{"source":1095,"target":1101},{"source":1095,"target":66},{"source":1101,"target":91},{"source":1096,"target":1102},{"source":1096,"target":66},{"source":1097,"target":1103},{"source":1097,"target":66},{"source":1098,"target":77},{"source":1098,"target":1104},{"source":1098,"target":66},{"source":1104,"target":77},{"source":1099,"target":84},{"source":1099,"target":1105},{"source":1099,"target":66},{"source":1105,"target":84},{"source":1100,"target":47},{"source":67,"target":0},{"source":67,"target":47},{"source":67,"target":1106},{"source":67,"target":1107},{"source":67,"target":1108},{"source":67,"target":1109},{"source":67,"target":1110},{"source":1106,"target":1111},{"source":1106,"target":67},{"source":1107,"target":1112},{"source":1107,"target":67},{"source":1108,"target":77},{"source":1108,"target":1113},{"source":1108,"target":67},{"source":1113,"target":77},{"source":1109,"target":84},{"source":1109,"target":1114},{"source":1109,"target":67},{"source":1114,"target":84},{"source":1110,"target":47},{"source":68,"target":0},{"source":68,"target":1115},{"source":68,"target":1116},{"source":68,"target":1117},{"source":68,"target":1118},{"source":1115,"target":68},{"source":1116,"target":68},{"source":1117,"target":68},{"source":1118,"target":68},{"source":69,"target":0},{"source":70,"target":0},{"source":71,"target":0},{"source":71,"target":1119},{"source":71,"target":1120},{"source":71,"target":1121},{"source":71,"target":1122},{"source":1119,"target":71},{"source":1120,"target":71},{"source":1121,"target":71},{"source":1122,"target":71},{"source":72,"target":0},{"source":73,"target":0},{"source":73,"target":47},{"source":73,"target":1123},{"source":73,"target":1124},{"source":73,"target":1125},{"source":73,"target":1126},{"source":73,"target":1127},{"source":1123,"target":1128},{"source":1123,"target":73},{"source":1124,"target":1129},{"source":1124,"target":73},{"source":1125,"target":77},{"source":1125,"target":1130},{"source":1125,"target":73},{"source":1130,"target":77},{"source":1126,"target":84},{"source":1126,"target":1131},{"source":1126,"target":73},{"source":1131,"target":84},{"source":1127,"target":47},{"source":74,"target":0},{"source":74,"target":47},{"source":74,"target":1132},{"source":74,"target":1133},{"source":74,"target":1134},{"source":74,"target":1135},{"source":74,"target":1136},{"source":1132,"target":1137},{"source":1132,"target":74},{"source":1133,"target":1138},{"source":1133,"target":74},{"source":1134,"target":77},{"source":1134,"target":1139},{"source":1134,"target":74},{"source":1139,"target":77},{"source":1135,"target":84},{"source":1135,"target":1140},{"source":1135,"target":74},{"source":1140,"target":84},{"source":1136,"target":47},{"source":75,"target":0},{"source":75,"target":47},{"source":75,"target":1141},{"source":75,"target":1142},{"source":75,"target":1143},{"source":75,"target":1144},{"source":75,"target":1145},{"source":1141,"target":1146},{"source":1141,"target":75},{"source":1142,"target":1147},{"source":1142,"target":75},{"source":1143,"target":77},{"source":1143,"target":1148},{"source":1143,"target":75},{"source":1148,"target":77},{"source":1144,"target":84},{"source":1144,"target":1149},{"source":1144,"target":75},{"source":1149,"target":84},{"source":1145,"target":47},{"source":76,"target":0},{"source":76,"target":47},{"source":76,"target":1150},{"source":76,"target":1151},{"source":76,"target":1152},{"source":76,"target":1153},{"source":76,"target":1154},{"source":1150,"target":1155},{"source":1150,"target":76},{"source":1151,"target":1156},{"source":1151,"target":76},{"source":1152,"target":77},{"source":1152,"target":1157},{"source":1152,"target":76},{"source":1157,"target":77},{"source":1153,"target":84},{"source":1153,"target":1158},{"source":1153,"target":76},{"source":1158,"target":84},{"source":1154,"target":47},{"source":77,"target":0},{"source":78,"target":0},{"source":78,"target":47},{"source":78,"target":1159},{"source":78,"target":1160},{"source":78,"target":1161},{"source":78,"target":1162},{"source":78,"target":1163},{"source":1159,"target":1164},{"source":1159,"target":78},{"source":1160,"target":1165},{"source":1160,"target":78},{"source":1161,"target":77},{"source":1161,"target":1166},{"source":1161,"target":78},{"source":1166,"target":77},{"source":1162,"target":84},{"source":1162,"target":1167},{"source":1162,"target":78},{"source":1167,"target":84},{"source":1163,"target":47},{"source":79,"target":0},{"source":79,"target":47},{"source":79,"target":1168},{"source":79,"target":1169},{"source":79,"target":1170},{"source":79,"target":1171},{"source":79,"target":1172},{"source":1168,"target":1173},{"source":1168,"target":79},{"source":1169,"target":1174},{"source":1169,"target":79},{"source":1170,"target":77},{"source":1170,"target":1175},{"source":1170,"target":79},{"source":1175,"target":77},{"source":1171,"target":84},{"source":1171,"target":1176},{"source":1171,"target":79},{"source":1176,"target":84},{"source":1172,"target":47},{"source":80,"target":0},{"source":81,"target":0},{"source":81,"target":1177},{"source":81,"target":1178},{"source":81,"target":1179},{"source":81,"target":1180},{"source":81,"target":1181},{"source":81,"target":1182},{"source":81,"target":1183},{"source":81,"target":1184},{"source":81,"target":1185},{"source":81,"target":1186},{"source":81,"target":1187},{"source":81,"target":1188},{"source":81,"target":1189},{"source":81,"target":1190},{"source":81,"target":1191},{"source":81,"target":1192},{"source":1177,"target":14},{"source":1177,"target":1193},{"source":1177,"target":81},{"source":1193,"target":14},{"source":1178,"target":21},{"source":1178,"target":1194},{"source":1178,"target":81},{"source":1194,"target":21},{"source":1179,"target":20},{"source":1179,"target":1195},{"source":1179,"target":81},{"source":1195,"target":20},{"source":1180,"target":86},{"source":1180,"target":1196},{"source":1180,"target":81},{"source":1196,"target":86},{"source":1181,"target":85},{"source":1181,"target":1197},{"source":1181,"target":81},{"source":1197,"target":85},{"source":1182,"target":82},{"source":1182,"target":1198},{"source":1182,"target":81},{"source":1198,"target":82},{"source":1183,"target":88},{"source":1183,"target":1199},{"source":1183,"target":81},{"source":1199,"target":88},{"source":1184,"target":62},{"source":1184,"target":1200},{"source":1184,"target":81},{"source":1200,"target":62},{"source":1185,"target":54},{"source":1185,"target":1201},{"source":1185,"target":81},{"source":1201,"target":54},{"source":1186,"target":54},{"source":1186,"target":1202},{"source":1186,"target":81},{"source":1202,"target":54},{"source":1187,"target":1203},{"source":1187,"target":81},{"source":1188,"target":1204},{"source":1188,"target":81},{"source":1189,"target":77},{"source":1189,"target":1205},{"source":1189,"target":81},{"source":1205,"target":77},{"source":1190,"target":84},{"source":1190,"target":1206},{"source":1190,"target":81},{"source":1206,"target":84},{"source":1191,"target":84},{"source":1191,"target":1207},{"source":1191,"target":81},{"source":1207,"target":84},{"source":1192,"target":54},{"source":1192,"target":1208},{"source":1192,"target":81},{"source":1208,"target":54},{"source":82,"target":0},{"source":82,"target":1209},{"source":82,"target":1210},{"source":82,"target":1211},{"source":82,"target":1212},{"source":82,"target":1213},{"source":82,"target":1214},{"source":82,"target":1215},{"source":82,"target":1216},{"source":82,"target":1217},{"source":1209,"target":88},{"source":1209,"target":1218},{"source":1209,"target":82},{"source":1218,"target":88},{"source":1210,"target":5},{"source":1210,"target":1219},{"source":1210,"target":82},{"source":1219,"target":5},{"source":1211,"target":15},{"source":1211,"target":1220},{"source":1211,"target":82},{"source":1220,"target":15},{"source":1212,"target":54},{"source":1212,"target":1221},{"source":1212,"target":82},{"source":1221,"target":54},{"source":1213,"target":1222},{"source":1213,"target":82},{"source":1214,"target":1223},{"source":1214,"target":82},{"source":1215,"target":77},{"source":1215,"target":1224},{"source":1215,"target":82},{"source":1224,"target":77},{"source":1216,"target":84},{"source":1216,"target":1225},{"source":1216,"target":82},{"source":1225,"target":84},{"source":1217,"target":94},{"source":1217,"target":1226},{"source":1217,"target":82},{"source":1226,"target":94},{"source":83,"target":0},{"source":83,"target":36},{"source":83,"target":1227},{"source":83,"target":1228},{"source":83,"target":1229},{"source":83,"target":1230},{"source":83,"target":1231},{"source":83,"target":1232},{"source":83,"target":1233},{"source":83,"target":1234},{"source":83,"target":1235},{"source":83,"target":1236},{"source":83,"target":1237},{"source":83,"target":1238},{"source":83,"target":1239},{"source":83,"target":1240},{"source":83,"target":1241},{"source":1227,"target":84},{"source":1227,"target":1242},{"source":1227,"target":83},{"source":1242,"target":84},{"source":1228,"target":5},{"source":1228,"target":1243},{"source":1228,"target":83},{"source":1243,"target":5},{"source":1229,"target":1244},{"source":1229,"target":83},{"source":1230,"target":15},{"source":1230,"target":1245},{"source":1230,"target":83},{"source":1245,"target":15},{"source":1231,"target":54},{"source":1231,"target":1246},{"source":1231,"target":83},{"source":1246,"target":54},{"source":1232,"target":1247},{"source":1232,"target":83},{"source":1233,"target":58},{"source":1233,"target":1248},{"source":1233,"target":83},{"source":1248,"target":58},{"source":1234,"target":1249},{"source":1234,"target":83},{"source":1235,"target":1250},{"source":1235,"target":83},{"source":1236,"target":58},{"source":1236,"target":1251},{"source":1236,"target":83},{"source":1251,"target":58},{"source":1237,"target":68},{"source":1237,"target":1252},{"source":1237,"target":83},{"source":1252,"target":68},{"source":1238,"target":77},{"source":1238,"target":1253},{"source":1238,"target":83},{"source":1253,"target":77},{"source":1239,"target":84},{"source":1239,"target":1254},{"source":1239,"target":83},{"source":1254,"target":84},{"source":1240,"target":94},{"source":1240,"target":1255},{"source":1240,"target":83},{"source":1255,"target":94},{"source":1241,"target":36},{"source":84,"target":0},{"source":85,"target":0},{"source":85,"target":1256},{"source":85,"target":1257},{"source":85,"target":1258},{"source":85,"target":1259},{"source":85,"target":1260},{"source":85,"target":1261},{"source":85,"target":1262},{"source":85,"target":1263},{"source":85,"target":1264},{"source":1256,"target":88},{"source":1256,"target":1265},{"source":1256,"target":85},{"source":1265,"target":88},{"source":1257,"target":5},{"source":1257,"target":1266},{"source":1257,"target":85},{"source":1266,"target":5},{"source":1258,"target":15},{"source":1258,"target":1267},{"source":1258,"target":85},{"source":1267,"target":15},{"source":1259,"target":54},{"source":1259,"target":1268},{"source":1259,"target":85},{"source":1268,"target":54},{"source":1260,"target":1269},{"source":1260,"target":85},{"source":1261,"target":1270},{"source":1261,"target":85},{"source":1262,"target":77},{"source":1262,"target":1271},{"source":1262,"target":85},{"source":1271,"target":77},{"source":1263,"target":84},{"source":1263,"target":1272},{"source":1263,"target":85},{"source":1272,"target":84},{"source":1264,"target":94},{"source":1264,"target":1273},{"source":1264,"target":85},{"source":1273,"target":94},{"source":86,"target":0},{"source":86,"target":1274},{"source":86,"target":1275},{"source":86,"target":1276},{"source":86,"target":1277},{"source":86,"target":1278},{"source":86,"target":1279},{"source":86,"target":1280},{"source":86,"target":1281},{"source":86,"target":1282},{"source":1274,"target":88},{"source":1274,"target":1283},{"source":1274,"target":86},{"source":1283,"target":88},{"source":1275,"target":5},{"source":1275,"target":1284},{"source":1275,"target":86},{"source":1284,"target":5},{"source":1276,"target":15},{"source":1276,"target":1285},{"source":1276,"target":86},{"source":1285,"target":15},{"source":1277,"target":54},{"source":1277,"target":1286},{"source":1277,"target":86},{"source":1286,"target":54},{"source":1278,"target":1287},{"source":1278,"target":86},{"source":1279,"target":1288},{"source":1279,"target":86},{"source":1280,"target":77},{"source":1280,"target":1289},{"source":1280,"target":86},{"source":1289,"target":77},{"source":1281,"target":84},{"source":1281,"target":1290},{"source":1281,"target":86},{"source":1290,"target":84},{"source":1282,"target":94},{"source":1282,"target":1291},{"source":1282,"target":86},{"source":1291,"target":94},{"source":87,"target":0},{"source":87,"target":36},{"source":87,"target":1292},{"source":87,"target":1293},{"source":87,"target":1294},{"source":87,"target":1295},{"source":87,"target":1296},{"source":87,"target":1297},{"source":87,"target":1298},{"source":87,"target":1299},{"source":87,"target":1300},{"source":87,"target":1301},{"source":87,"target":1302},{"source":87,"target":1303},{"source":87,"target":1304},{"source":87,"target":1305},{"source":87,"target":1306},{"source":1292,"target":84},{"source":1292,"target":1307},{"source":1292,"target":87},{"source":1307,"target":84},{"source":1293,"target":5},{"source":1293,"target":1308},{"source":1293,"target":87},{"source":1308,"target":5},{"source":1294,"target":1309},{"source":1294,"target":87},{"source":1295,"target":15},{"source":1295,"target":1310},{"source":1295,"target":87},{"source":1310,"target":15},{"source":1296,"target":54},{"source":1296,"target":1311},{"source":1296,"target":87},{"source":1311,"target":54},{"source":1297,"target":1312},{"source":1297,"target":87},{"source":1298,"target":58},{"source":1298,"target":1313},{"source":1298,"target":87},{"source":1313,"target":58},{"source":1299,"target":1314},{"source":1299,"target":87},{"source":1300,"target":1315},{"source":1300,"target":87},{"source":1301,"target":58},{"source":1301,"target":1316},{"source":1301,"target":87},{"source":1316,"target":58},{"source":1302,"target":68},{"source":1302,"target":1317},{"source":1302,"target":87},{"source":1317,"target":68},{"source":1303,"target":77},{"source":1303,"target":1318},{"source":1303,"target":87},{"source":1318,"target":77},{"source":1304,"target":84},{"source":1304,"target":1319},{"source":1304,"target":87},{"source":1319,"target":84},{"source":1305,"target":94},{"source":1305,"target":1320},{"source":1305,"target":87},{"source":1320,"target":94},{"source":1306,"target":36},{"source":88,"target":0},{"source":88,"target":1321},{"source":88,"target":1322},{"source":88,"target":1323},{"source":88,"target":1324},{"source":88,"target":1325},{"source":88,"target":1326},{"source":88,"target":1327},{"source":88,"target":1328},{"source":88,"target":1329},{"source":88,"target":1330},{"source":88,"target":1331},{"source":1321,"target":1332},{"source":1321,"target":88},{"source":1322,"target":87},{"source":1322,"target":1333},{"source":1322,"target":88},{"source":1333,"target":87},{"source":1323,"target":83},{"source":1323,"target":1334},{"source":1323,"target":88},{"source":1334,"target":83},{"source":1324,"target":5},{"source":1324,"target":1335},{"source":1324,"target":88},{"source":1335,"target":5},{"source":1325,"target":15},{"source":1325,"target":1336},{"source":1325,"target":88},{"source":1336,"target":15},{"source":1326,"target":54},{"source":1326,"target":1337},{"source":1326,"target":88},{"source":1337,"target":54},{"source":1327,"target":1338},{"source":1327,"target":88},{"source":1328,"target":1339},{"source":1328,"target":88},{"source":1329,"target":77},{"source":1329,"target":1340},{"source":1329,"target":88},{"source":1340,"target":77},{"source":1330,"target":84},{"source":1330,"target":1341},{"source":1330,"target":88},{"source":1341,"target":84},{"source":1331,"target":94},{"source":1331,"target":1342},{"source":1331,"target":88},{"source":1342,"target":94},{"source":89,"target":0},{"source":89,"target":47},{"source":89,"target":1343},{"source":89,"target":1344},{"source":89,"target":1345},{"source":89,"target":1346},{"source":89,"target":1347},{"source":1343,"target":1348},{"source":1343,"target":89},{"source":1344,"target":1349},{"source":1344,"target":89},{"source":1345,"target":77},{"source":1345,"target":1350},{"source":1345,"target":89},{"source":1350,"target":77},{"source":1346,"target":84},{"source":1346,"target":1351},{"source":1346,"target":89},{"source":1351,"target":84},{"source":1347,"target":47},{"source":90,"target":0},{"source":90,"target":1352},{"source":90,"target":1353},{"source":90,"target":1354},{"source":90,"target":1355},{"source":90,"target":1356},{"source":1352,"target":56},{"source":1352,"target":1357},{"source":1352,"target":90},{"source":1357,"target":56},{"source":1353,"target":1358},{"source":1353,"target":90},{"source":1354,"target":1359},{"source":1354,"target":90},{"source":1355,"target":77},{"source":1355,"target":1360},{"source":1355,"target":90},{"source":1360,"target":77},{"source":1356,"target":84},{"source":1356,"target":1361},{"source":1356,"target":90},{"source":1361,"target":84},{"source":91,"target":0},{"source":92,"target":0},{"source":93,"target":0},{"source":93,"target":47},{"source":93,"target":1362},{"source":93,"target":1363},{"source":93,"target":1364},{"source":93,"target":1365},{"source":93,"target":1366},{"source":1362,"target":1367},{"source":1362,"target":93},{"source":1363,"target":1368},{"source":1363,"target":93},{"source":1364,"target":77},{"source":1364,"target":1369},{"source":1364,"target":93},{"source":1369,"target":77},{"source":1365,"target":84},{"source":1365,"target":1370},{"source":1365,"target":93},{"source":1370,"target":84},{"source":1366,"target":47},{"source":94,"target":0},{"source":94,"target":1371},{"source":94,"target":1372},{"source":94,"target":1373},{"source":94,"target":1374},{"source":1371,"target":94},{"source":1372,"target":94},{"source":1373,"target":94},{"source":1374,"target":94},{"source":95,"target":0},{"source":96,"target":0},{"source":96,"target":1375},{"source":96,"target":1376},{"source":96,"target":1377},{"source":1375,"target":96},{"source":1376,"target":96},{"source":1377,"target":96},{"source":97,"target":0},{"source":98,"target":0},{"source":98,"target":47},{"source":98,"target":1378},{"source":98,"target":1379},{"source":98,"target":1380},{"source":98,"target":1381},{"source":98,"target":1382},{"source":1378,"target":1383},{"source":1378,"target":98},{"source":1379,"target":1384},{"source":1379,"target":98},{"source":1380,"target":77},{"source":1380,"target":1385},{"source":1380,"target":98},{"source":1385,"target":77},{"source":1381,"target":84},{"source":1381,"target":1386},{"source":1381,"target":98},{"source":1386,"target":84},{"source":1382,"target":47}],"multigraph":true}
ecore
gpl
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset-mtl/repos/ablunk/dmx/dev-plugins/hub.sam.dmx/resources/dbl-before-july-2015/dbl.ecore
dbl Construct expandExpr ExtensibleElement concreteSyntax instanceOfExtensionDefinition false Model imports modules Import file model Module classifiers classAugments extensionDefs procedures variables EmbeddableExtensionsContainer extensions ModifierExtensionsContainer modifierExtensions Type arrayDimensions TypedElement primitiveType typeArrayDimensions classifierType ArrayDimension size PrimitiveType VoidType IntType BoolType DoubleType StringType Procedure parameters clazz false abstract false Classifier NativeBinding targetLanguage targetType ClassSimilar attributes methods superClasses initialBlock finalBlock actionsBlock reportBlock clearBlock ClassPart SuperClassSpecification clazz constructorArguments Clazz active false constructor bindings Constructor parameters ClassAugment augmentedClass AbstractVariable Variable control false clazz false initialValue Parameter NamedElement name Statement LoopStatement SimpleStatement Assignment variable value ProcedureCall 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 ExpandExpr expr ParseExpr astPart PredefinedId MeLiteral SuperLiteral MetaLiteral TypeLiteral SizeOfArray IdExpr parentIdExpr referencedElement predefinedId arrayIndex callPart CallPart callArguments ElementAccess idExpr VariableAccess MetaAccess TypeAccess ClassContentExtension ModuleContentExtension ExtensionDefinition extendedConcept abstractSyntaxDef textualSyntaxDef mappingDef 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 Mapping parts metaObject MappingPart MetaExpr expr TargetStatement body MappingStatement parts exprs SetGenContextStatement context addAfterContext false ResetGenContextStatement SaveGenStatement variable ResumeGenStatement variable FixedMappingPart code DynamicMappingPart expr ExpandExpression metaObject ExpandStatement metaObject location CodeQuoteExpression quotedCode QuotedCode QuotedExpression expression QuotedStatements statements QuotedClassContent QuotedModuleContent Pattern top false context body TestStatement value
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="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"/> </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 #//EmbeddableExtensionsContainer #//Construct"> <eStructuralFeatures xsi:type="ecore:EReference" name="classifiers" upperBound="-1" eType="#//Classifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classAugments" upperBound="-1" eType="#//ClassAugment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extensionDefs" upperBound="-1" eType="#//ExtensionDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="procedures" upperBound="-1" eType="#//Procedure" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmbeddableExtensionsContainer" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="extensions" upperBound="-1" eType="#//ExtensibleElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModifierExtensionsContainer" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="modifierExtensions" upperBound="-1" eType="#//ExtensibleElement" containment="true"/> </eClassifiers> <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="Procedure" eSuperTypes="#//NamedElement #//TypedElement #//LocalScope"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="clazz" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <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="Classifier" abstract="true" eSuperTypes="#//NamedElement #//Type"/> <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"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetType" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassSimilar" abstract="true" eSuperTypes="#//EmbeddableExtensionsContainer #//ModifierExtensionsContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//Procedure" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superClasses" upperBound="-1" eType="#//SuperClassSpecification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialBlock" eType="#//ClassPart" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finalBlock" eType="#//ClassPart" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actionsBlock" eType="#//ClassPart" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reportBlock" eType="#//ClassPart" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="clearBlock" eType="#//ClassPart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassPart" eSuperTypes="#//LocalScope"/> <eClassifiers xsi:type="ecore:EClass" name="SuperClassSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="clazz" lowerBound="1" eType="#//Clazz"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constructorArguments" ordered="false" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Clazz" eSuperTypes="#//Classifier #//ClassSimilar #//LanguageConceptClassifier #//Construct"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="active" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constructor" eType="#//Constructor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="#//NativeBinding" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constructor"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" ordered="false" upperBound="-1" eType="#//Parameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassAugment" eSuperTypes="#//ClassSimilar"> <eStructuralFeatures xsi:type="ecore:EReference" name="augmentedClass" lowerBound="1" eType="#//Clazz"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractVariable" abstract="true" eSuperTypes="#//NamedElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//AbstractVariable #//SimpleStatement #//ModifierExtensionsContainer"> <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="clazz" 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="ProcedureCall" 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"/> </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="ClassContentExtension" eSuperTypes="#//ExtensibleElement"/> <eClassifiers xsi:type="ecore:EClass" name="ModuleContentExtension" eSuperTypes="#//ExtensibleElement"/> <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" upperBound="-1" eType="#//Classifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="textualSyntaxDef" lowerBound="1" eType="#//TextualSyntaxDef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingDef" eType="#//Mapping" containment="true"/> </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"/> </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"/> </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"/> </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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mapping" eSuperTypes="#//LocalScopeStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parts" upperBound="-1" eType="#//MappingPart" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metaObject" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingPart" abstract="true"/> <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="MappingStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parts" upperBound="-1" eType="#//MappingPart" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exprs" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetGenContextStatement" 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="ResetGenContextStatement" eSuperTypes="#//SimpleStatement"/> <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="FixedMappingPart" eSuperTypes="#//MappingPart"> <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="DynamicMappingPart" eSuperTypes="#//MappingPart"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" 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 #//ClassSimilar"/> <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>
true
{"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":"EmbeddableExtensionsContainer","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModifierExtensionsContainer","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayDimension","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Procedure","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,"defaultValue":null,"instanceClassName":null,"name":"NativeBinding","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassSimilar","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassPart","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperClassSpecification","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clazz","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constructor","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassAugment","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractVariable","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","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":"Statement","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopStatement","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleStatement","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcedureCall","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Return","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WaitUntil","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Terminate","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Yield","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Wait","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reactivate","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivateObject","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Advance","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Print","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalScope","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalScopeStatement","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchStatement","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCase","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakStatement","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueStatement","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L1Expr","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L2Expr","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L3Expr","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L4Expr","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L5Expr","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L6Expr","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L7Expr","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L8Expr","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L9Expr","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryOperator","instanceClass":null,"abstract":true,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryOperator","instanceClass":null,"abstract":true,"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":"And","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":"Equal","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Greater","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterEqual","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Less","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessEqual","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceOf","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mul","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mod","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Div","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Neg","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cast","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObject","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteral","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeLiteral","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActiveLiteral","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntLiteral","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrueLiteral","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FalseLiteral","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleLiteral","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpandExpr","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParseExpr","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PredefinedId","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeLiteral","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperLiteral","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaLiteral","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeLiteral","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SizeOfArray","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdExpr","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallPart","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementAccess","instanceClass":null,"abstract":true,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAccess","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaAccess","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeAccess","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassContentExtension","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleContentExtension","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionDefinition","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextualSyntaxDef","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LanguageConstructClassifier","instanceClass":null,"abstract":true,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LanguageConceptClassifier","instanceClass":null,"abstract":true,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TsRule","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RhsExpression","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L3RhsExpr","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L2RhsExpr","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceExpr","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L1RhsExpr","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminalExpr","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyBindingExpr","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RhsClassifierExpr","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyType","instanceClass":null,"abstract":true,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdPropertyType","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntPropertyType","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringPropertyType","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanPropertyType","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredPropertyType","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositePropertyType","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferencePropertyType","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapping","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingPart","instanceClass":null,"abstract":true,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaExpr","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TargetStatement","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingStatement","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetGenContextStatement","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResetGenContextStatement","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SaveGenStatement","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResumeGenStatement","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FixedMappingPart","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicMappingPart","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpandExpression","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpandStatement","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CodeQuoteExpression","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuotedCode","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuotedExpression","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuotedStatements","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuotedClassContent","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuotedModuleContent","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pattern","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestStatement","instanceClass":null,"abstract":false,"id":148,"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":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"concreteSyntax","changeable":true,"lowerBound":0,"iD":false,"id":151,"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":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","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":"modules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"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":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":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classAugments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extensionDefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"procedures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"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":"extensions","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":"modifierExtensions","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":"arrayDimensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primitiveType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"container":false,"ordered":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":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":"classifierType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"size","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"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"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":"clazz","changeable":true,"lowerBound":1,"iD":false,"id":199,"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":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetLanguage","changeable":true,"lowerBound":1,"iD":false,"id":209,"derived":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":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superClasses","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":"initialBlock","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":"finalBlock","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":"actionsBlock","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":"reportBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clearBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"clazz","changeable":true,"resolveProxies":true,"lowerBound":1,"id":232,"derived":false},{"container":false,"ordered":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":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"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":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":"constructor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"container":false,"ordered":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":246,"derived":false},{"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":"augmentedClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"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":253,"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":"clazz","changeable":true,"lowerBound":1,"iD":false,"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":"initialValue","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":268,"derived":false},{"container":false,"ordered":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":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"container":false,"ordered":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":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"container":false,"ordered":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":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objectAccess","changeable":true,"resolveProxies":true,"lowerBound":1,"id":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"container":false,"ordered":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":288,"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":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"time","changeable":true,"resolveProxies":true,"lowerBound":1,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":299,"derived":false},{"container":false,"ordered":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":300,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"falseCase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"container":false,"ordered":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":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"container":false,"ordered":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":310,"derived":false},{"container":false,"ordered":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":311,"derived":false},{"container":false,"ordered":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":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":318,"derived":false},{"container":false,"ordered":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":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":323,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cases","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":"defaultCase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":325,"derived":false},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"container":false,"ordered":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":330,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":331,"derived":false},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"container":false,"ordered":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":347,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"resolveProxies":true,"lowerBound":1,"id":352,"derived":false},{"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"},{"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":395,"derived":false},{"id":396,"eClass":"EGenericType"},{"id":397,"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":398,"derived":false},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"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":403,"derived":false},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"container":false,"ordered":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":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"container":false,"ordered":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":409,"derived":false},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parentIdExpr","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":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":418,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"predefinedId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":419,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayIndex","changeable":true,"resolveProxies":true,"lowerBound":0,"id":420,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"callPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"derived":false},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"container":false,"ordered":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":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"idExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":430,"derived":false},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extendedConcept","changeable":true,"resolveProxies":true,"lowerBound":1,"id":438,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"abstractSyntaxDef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":439,"derived":false},{"container":false,"ordered":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":440,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappingDef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":441,"derived":false},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"startRule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":448,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rules","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"},{"container":false,"ordered":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":456,"derived":false},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"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":466,"derived":false},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"container":false,"ordered":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":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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":473,"derived":false},{"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"terminal","changeable":true,"lowerBound":1,"iD":false,"id":479,"derived":false},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":482,"derived":false},{"id":483,"eClass":"EGenericType"},{"id":484,"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":485,"derived":false},{"id":486,"eClass":"EGenericType"},{"id":487,"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":488,"derived":false},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"container":false,"ordered":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":491,"derived":false},{"container":false,"ordered":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":492,"derived":false},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":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"},{"container":false,"ordered":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":507,"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":508,"derived":false},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"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":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":516,"derived":false},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"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":519,"derived":false},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"container":false,"ordered":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":522,"derived":false},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metaObject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":525,"derived":false},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"container":false,"ordered":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":528,"derived":false},{"container":false,"ordered":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":529,"derived":false},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"quotedCode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":533,"derived":false},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":536,"derived":false},{"id":537,"eClass":"EGenericType"},{"id":538,"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":539,"derived":false},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"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":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":"context","changeable":true,"resolveProxies":true,"lowerBound":1,"id":547,"derived":false},{"container":false,"ordered":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":548,"derived":false},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"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":553,"derived":false},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":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":1,"target":0},{"source":1,"target":149},{"source":149,"target":91},{"source":149,"target":150},{"source":149,"target":1},{"source":150,"target":91},{"source":2,"target":0},{"source":2,"target":29},{"source":2,"target":1},{"source":2,"target":151},{"source":2,"target":152},{"source":2,"target":153},{"source":2,"target":154},{"source":151,"target":155},{"source":151,"target":2},{"source":152,"target":156},{"source":152,"target":2},{"source":153,"target":29},{"source":154,"target":1},{"source":3,"target":0},{"source":3,"target":157},{"source":3,"target":158},{"source":157,"target":4},{"source":157,"target":159},{"source":157,"target":3},{"source":159,"target":4},{"source":158,"target":5},{"source":158,"target":160},{"source":158,"target":3},{"source":160,"target":5},{"source":4,"target":0},{"source":4,"target":161},{"source":4,"target":162},{"source":161,"target":163},{"source":161,"target":4},{"source":162,"target":3},{"source":162,"target":164},{"source":162,"target":4},{"source":164,"target":3},{"source":5,"target":0},{"source":5,"target":29},{"source":5,"target":6},{"source":5,"target":1},{"source":5,"target":165},{"source":5,"target":166},{"source":5,"target":167},{"source":5,"target":168},{"source":5,"target":169},{"source":5,"target":170},{"source":5,"target":171},{"source":5,"target":172},{"source":165,"target":18},{"source":165,"target":173},{"source":165,"target":5},{"source":173,"target":18},{"source":166,"target":25},{"source":166,"target":174},{"source":166,"target":5},{"source":174,"target":25},{"source":167,"target":107},{"source":167,"target":175},{"source":167,"target":5},{"source":175,"target":107},{"source":168,"target":17},{"source":168,"target":176},{"source":168,"target":5},{"source":176,"target":17},{"source":169,"target":27},{"source":169,"target":177},{"source":169,"target":5},{"source":177,"target":27},{"source":170,"target":29},{"source":171,"target":6},{"source":172,"target":1},{"source":6,"target":0},{"source":6,"target":178},{"source":178,"target":2},{"source":178,"target":179},{"source":178,"target":6},{"source":179,"target":2},{"source":7,"target":0},{"source":7,"target":180},{"source":180,"target":2},{"source":180,"target":181},{"source":180,"target":7},{"source":181,"target":2},{"source":8,"target":0},{"source":8,"target":182},{"source":182,"target":10},{"source":182,"target":183},{"source":182,"target":8},{"source":183,"target":10},{"source":9,"target":0},{"source":9,"target":184},{"source":9,"target":185},{"source":9,"target":186},{"source":184,"target":11},{"source":184,"target":187},{"source":184,"target":9},{"source":187,"target":11},{"source":185,"target":10},{"source":185,"target":188},{"source":185,"target":9},{"source":188,"target":10},{"source":186,"target":99},{"source":186,"target":189},{"source":186,"target":9},{"source":189,"target":99},{"source":10,"target":0},{"source":10,"target":190},{"source":190,"target":53},{"source":190,"target":191},{"source":190,"target":10},{"source":191,"target":53},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":192},{"source":192,"target":8},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":193},{"source":193,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":194},{"source":194,"target":11},{"source":14,"target":0},{"source":14,"target":11},{"source":14,"target":195},{"source":195,"target":11},{"source":15,"target":0},{"source":15,"target":11},{"source":15,"target":196},{"source":196,"target":11},{"source":16,"target":0},{"source":16,"target":11},{"source":16,"target":197},{"source":197,"target":11},{"source":17,"target":0},{"source":17,"target":29},{"source":17,"target":9},{"source":17,"target":45},{"source":17,"target":198},{"source":17,"target":199},{"source":17,"target":200},{"source":17,"target":201},{"source":17,"target":202},{"source":17,"target":203},{"source":198,"target":28},{"source":198,"target":204},{"source":198,"target":17},{"source":204,"target":28},{"source":199,"target":205},{"source":199,"target":17},{"source":200,"target":206},{"source":200,"target":17},{"source":201,"target":29},{"source":202,"target":9},{"source":203,"target":45},{"source":18,"target":0},{"source":18,"target":29},{"source":18,"target":8},{"source":18,"target":207},{"source":18,"target":208},{"source":207,"target":29},{"source":208,"target":8},{"source":19,"target":0},{"source":19,"target":209},{"source":19,"target":210},{"source":209,"target":211},{"source":209,"target":19},{"source":210,"target":212},{"source":210,"target":19},{"source":20,"target":0},{"source":20,"target":6},{"source":20,"target":7},{"source":20,"target":213},{"source":20,"target":214},{"source":20,"target":215},{"source":20,"target":216},{"source":20,"target":217},{"source":20,"target":218},{"source":20,"target":219},{"source":20,"target":220},{"source":20,"target":221},{"source":20,"target":222},{"source":213,"target":27},{"source":213,"target":223},{"source":213,"target":20},{"source":223,"target":27},{"source":214,"target":17},{"source":214,"target":224},{"source":214,"target":20},{"source":224,"target":17},{"source":215,"target":22},{"source":215,"target":225},{"source":215,"target":20},{"source":225,"target":22},{"source":216,"target":21},{"source":216,"target":226},{"source":216,"target":20},{"source":226,"target":21},{"source":217,"target":21},{"source":217,"target":227},{"source":217,"target":20},{"source":227,"target":21},{"source":218,"target":21},{"source":218,"target":228},{"source":218,"target":20},{"source":228,"target":21},{"source":219,"target":21},{"source":219,"target":229},{"source":219,"target":20},{"source":229,"target":21},{"source":220,"target":21},{"source":220,"target":230},{"source":220,"target":20},{"source":230,"target":21},{"source":221,"target":6},{"source":222,"target":7},{"source":21,"target":0},{"source":21,"target":45},{"source":21,"target":231},{"source":231,"target":45},{"source":22,"target":0},{"source":22,"target":232},{"source":22,"target":233},{"source":232,"target":23},{"source":232,"target":234},{"source":232,"target":22},{"source":234,"target":23},{"source":233,"target":53},{"source":233,"target":235},{"source":233,"target":22},{"source":235,"target":53},{"source":23,"target":0},{"source":23,"target":18},{"source":23,"target":20},{"source":23,"target":110},{"source":23,"target":1},{"source":23,"target":236},{"source":23,"target":237},{"source":23,"target":238},{"source":23,"target":239},{"source":23,"target":240},{"source":23,"target":241},{"source":23,"target":242},{"source":236,"target":243},{"source":236,"target":23},{"source":237,"target":24},{"source":237,"target":244},{"source":237,"target":23},{"source":244,"target":24},{"source":238,"target":19},{"source":238,"target":245},{"source":238,"target":23},{"source":245,"target":19},{"source":239,"target":18},{"source":240,"target":20},{"source":241,"target":110},{"source":242,"target":1},{"source":24,"target":0},{"source":24,"target":246},{"source":246,"target":28},{"source":246,"target":247},{"source":246,"target":24},{"source":247,"target":28},{"source":25,"target":0},{"source":25,"target":20},{"source":25,"target":248},{"source":25,"target":249},{"source":248,"target":23},{"source":248,"target":250},{"source":248,"target":25},{"source":250,"target":23},{"source":249,"target":20},{"source":26,"target":0},{"source":26,"target":29},{"source":26,"target":9},{"source":26,"target":251},{"source":26,"target":252},{"source":251,"target":29},{"source":252,"target":9},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":32},{"source":27,"target":7},{"source":27,"target":253},{"source":27,"target":254},{"source":27,"target":255},{"source":27,"target":256},{"source":27,"target":257},{"source":27,"target":258},{"source":253,"target":259},{"source":253,"target":27},{"source":254,"target":260},{"source":254,"target":27},{"source":255,"target":53},{"source":255,"target":261},{"source":255,"target":27},{"source":261,"target":53},{"source":256,"target":26},{"source":257,"target":32},{"source":258,"target":7},{"source":28,"target":0},{"source":28,"target":26},{"source":28,"target":262},{"source":262,"target":26},{"source":29,"target":0},{"source":29,"target":263},{"source":263,"target":264},{"source":263,"target":29},{"source":30,"target":0},{"source":30,"target":2},{"source":30,"target":265},{"source":265,"target":2},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":266},{"source":266,"target":30},{"source":32,"target":0},{"source":32,"target":30},{"source":32,"target":267},{"source":267,"target":30},{"source":33,"target":0},{"source":33,"target":32},{"source":33,"target":268},{"source":33,"target":269},{"source":33,"target":270},{"source":268,"target":102},{"source":268,"target":271},{"source":268,"target":33},{"source":271,"target":102},{"source":269,"target":53},{"source":269,"target":272},{"source":269,"target":33},{"source":272,"target":53},{"source":270,"target":32},{"source":34,"target":0},{"source":34,"target":32},{"source":34,"target":273},{"source":34,"target":274},{"source":273,"target":99},{"source":273,"target":275},{"source":273,"target":34},{"source":275,"target":99},{"source":274,"target":32},{"source":35,"target":0},{"source":35,"target":32},{"source":35,"target":276},{"source":35,"target":277},{"source":276,"target":53},{"source":276,"target":278},{"source":276,"target":35},{"source":278,"target":53},{"source":277,"target":32},{"source":36,"target":0},{"source":36,"target":32},{"source":36,"target":279},{"source":36,"target":280},{"source":279,"target":53},{"source":279,"target":281},{"source":279,"target":36},{"source":281,"target":53},{"source":280,"target":32},{"source":37,"target":0},{"source":37,"target":32},{"source":37,"target":282},{"source":282,"target":32},{"source":38,"target":0},{"source":38,"target":32},{"source":38,"target":283},{"source":283,"target":32},{"source":39,"target":0},{"source":39,"target":32},{"source":39,"target":284},{"source":284,"target":32},{"source":40,"target":0},{"source":40,"target":32},{"source":40,"target":285},{"source":40,"target":286},{"source":285,"target":53},{"source":285,"target":287},{"source":285,"target":40},{"source":287,"target":53},{"source":286,"target":32},{"source":41,"target":0},{"source":41,"target":32},{"source":41,"target":288},{"source":41,"target":289},{"source":41,"target":290},{"source":288,"target":53},{"source":288,"target":291},{"source":288,"target":41},{"source":291,"target":53},{"source":289,"target":292},{"source":289,"target":41},{"source":290,"target":32},{"source":42,"target":0},{"source":42,"target":32},{"source":42,"target":293},{"source":42,"target":294},{"source":293,"target":53},{"source":293,"target":295},{"source":293,"target":42},{"source":295,"target":53},{"source":294,"target":32},{"source":43,"target":0},{"source":43,"target":32},{"source":43,"target":296},{"source":43,"target":297},{"source":296,"target":53},{"source":296,"target":298},{"source":296,"target":43},{"source":298,"target":53},{"source":297,"target":32},{"source":44,"target":0},{"source":44,"target":30},{"source":44,"target":299},{"source":44,"target":300},{"source":44,"target":301},{"source":44,"target":302},{"source":299,"target":53},{"source":299,"target":303},{"source":299,"target":44},{"source":303,"target":53},{"source":300,"target":30},{"source":300,"target":304},{"source":300,"target":44},{"source":304,"target":30},{"source":301,"target":30},{"source":301,"target":305},{"source":301,"target":44},{"source":305,"target":30},{"source":302,"target":30},{"source":45,"target":0},{"source":45,"target":306},{"source":306,"target":30},{"source":306,"target":307},{"source":306,"target":45},{"source":307,"target":30},{"source":46,"target":0},{"source":46,"target":32},{"source":46,"target":45},{"source":46,"target":308},{"source":46,"target":309},{"source":308,"target":32},{"source":309,"target":45},{"source":47,"target":0},{"source":47,"target":31},{"source":47,"target":45},{"source":47,"target":310},{"source":47,"target":311},{"source":47,"target":312},{"source":47,"target":313},{"source":47,"target":314},{"source":310,"target":53},{"source":310,"target":315},{"source":310,"target":47},{"source":315,"target":53},{"source":311,"target":33},{"source":311,"target":316},{"source":311,"target":47},{"source":316,"target":33},{"source":312,"target":30},{"source":312,"target":317},{"source":312,"target":47},{"source":317,"target":30},{"source":313,"target":31},{"source":314,"target":45},{"source":48,"target":0},{"source":48,"target":31},{"source":48,"target":318},{"source":48,"target":319},{"source":48,"target":320},{"source":318,"target":53},{"source":318,"target":321},{"source":318,"target":48},{"source":321,"target":53},{"source":319,"target":30},{"source":319,"target":322},{"source":319,"target":48},{"source":322,"target":30},{"source":320,"target":31},{"source":49,"target":0},{"source":49,"target":32},{"source":49,"target":323},{"source":49,"target":324},{"source":49,"target":325},{"source":49,"target":326},{"source":323,"target":102},{"source":323,"target":327},{"source":323,"target":49},{"source":327,"target":102},{"source":324,"target":50},{"source":324,"target":328},{"source":324,"target":49},{"source":328,"target":50},{"source":325,"target":50},{"source":325,"target":329},{"source":325,"target":49},{"source":329,"target":50},{"source":326,"target":32},{"source":50,"target":0},{"source":50,"target":330},{"source":50,"target":331},{"source":330,"target":53},{"source":330,"target":332},{"source":330,"target":50},{"source":332,"target":53},{"source":331,"target":30},{"source":331,"target":333},{"source":331,"target":50},{"source":333,"target":30},{"source":51,"target":0},{"source":51,"target":32},{"source":51,"target":334},{"source":334,"target":32},{"source":52,"target":0},{"source":52,"target":32},{"source":52,"target":335},{"source":335,"target":32},{"source":53,"target":0},{"source":53,"target":9},{"source":53,"target":2},{"source":53,"target":336},{"source":53,"target":337},{"source":336,"target":9},{"source":337,"target":2},{"source":54,"target":0},{"source":54,"target":53},{"source":54,"target":338},{"source":338,"target":53},{"source":55,"target":0},{"source":55,"target":53},{"source":55,"target":339},{"source":339,"target":53},{"source":56,"target":0},{"source":56,"target":53},{"source":56,"target":340},{"source":340,"target":53},{"source":57,"target":0},{"source":57,"target":53},{"source":57,"target":341},{"source":341,"target":53},{"source":58,"target":0},{"source":58,"target":53},{"source":58,"target":342},{"source":342,"target":53},{"source":59,"target":0},{"source":59,"target":53},{"source":59,"target":343},{"source":343,"target":53},{"source":60,"target":0},{"source":60,"target":53},{"source":60,"target":344},{"source":344,"target":53},{"source":61,"target":0},{"source":61,"target":53},{"source":61,"target":345},{"source":345,"target":53},{"source":62,"target":0},{"source":62,"target":53},{"source":62,"target":346},{"source":346,"target":53},{"source":63,"target":0},{"source":63,"target":53},{"source":63,"target":347},{"source":63,"target":348},{"source":63,"target":349},{"source":347,"target":53},{"source":347,"target":350},{"source":347,"target":63},{"source":350,"target":53},{"source":348,"target":53},{"source":348,"target":351},{"source":348,"target":63},{"source":351,"target":53},{"source":349,"target":53},{"source":64,"target":0},{"source":64,"target":53},{"source":64,"target":352},{"source":64,"target":353},{"source":352,"target":53},{"source":352,"target":354},{"source":352,"target":64},{"source":354,"target":53},{"source":353,"target":53},{"source":65,"target":0},{"source":65,"target":63},{"source":65,"target":61},{"source":65,"target":355},{"source":65,"target":356},{"source":355,"target":63},{"source":356,"target":61},{"source":66,"target":0},{"source":66,"target":63},{"source":66,"target":60},{"source":66,"target":357},{"source":66,"target":358},{"source":357,"target":63},{"source":358,"target":60},{"source":67,"target":0},{"source":67,"target":63},{"source":67,"target":59},{"source":67,"target":359},{"source":67,"target":360},{"source":359,"target":63},{"source":360,"target":59},{"source":68,"target":0},{"source":68,"target":63},{"source":68,"target":59},{"source":68,"target":361},{"source":68,"target":362},{"source":361,"target":63},{"source":362,"target":59},{"source":69,"target":0},{"source":69,"target":63},{"source":69,"target":58},{"source":69,"target":363},{"source":69,"target":364},{"source":363,"target":63},{"source":364,"target":58},{"source":70,"target":0},{"source":70,"target":63},{"source":70,"target":58},{"source":70,"target":365},{"source":70,"target":366},{"source":365,"target":63},{"source":366,"target":58},{"source":71,"target":0},{"source":71,"target":63},{"source":71,"target":58},{"source":71,"target":367},{"source":71,"target":368},{"source":367,"target":63},{"source":368,"target":58},{"source":72,"target":0},{"source":72,"target":63},{"source":72,"target":58},{"source":72,"target":369},{"source":72,"target":370},{"source":369,"target":63},{"source":370,"target":58},{"source":73,"target":0},{"source":73,"target":63},{"source":73,"target":58},{"source":73,"target":371},{"source":73,"target":372},{"source":371,"target":63},{"source":372,"target":58},{"source":74,"target":0},{"source":74,"target":63},{"source":74,"target":57},{"source":74,"target":373},{"source":74,"target":374},{"source":373,"target":63},{"source":374,"target":57},{"source":75,"target":0},{"source":75,"target":63},{"source":75,"target":57},{"source":75,"target":375},{"source":75,"target":376},{"source":375,"target":63},{"source":376,"target":57},{"source":76,"target":0},{"source":76,"target":63},{"source":76,"target":56},{"source":76,"target":377},{"source":76,"target":378},{"source":377,"target":63},{"source":378,"target":56},{"source":77,"target":0},{"source":77,"target":63},{"source":77,"target":56},{"source":77,"target":379},{"source":77,"target":380},{"source":379,"target":63},{"source":380,"target":56},{"source":78,"target":0},{"source":78,"target":63},{"source":78,"target":56},{"source":78,"target":381},{"source":78,"target":382},{"source":381,"target":63},{"source":382,"target":56},{"source":79,"target":0},{"source":79,"target":64},{"source":79,"target":55},{"source":79,"target":383},{"source":79,"target":384},{"source":383,"target":64},{"source":384,"target":55},{"source":80,"target":0},{"source":80,"target":64},{"source":80,"target":55},{"source":80,"target":385},{"source":80,"target":386},{"source":385,"target":64},{"source":386,"target":55},{"source":81,"target":0},{"source":81,"target":64},{"source":81,"target":9},{"source":81,"target":55},{"source":81,"target":387},{"source":81,"target":388},{"source":81,"target":389},{"source":387,"target":64},{"source":388,"target":9},{"source":389,"target":55},{"source":82,"target":0},{"source":82,"target":54},{"source":82,"target":9},{"source":82,"target":390},{"source":82,"target":391},{"source":390,"target":54},{"source":391,"target":9},{"source":83,"target":0},{"source":83,"target":54},{"source":83,"target":392},{"source":392,"target":54},{"source":84,"target":0},{"source":84,"target":54},{"source":84,"target":393},{"source":393,"target":54},{"source":85,"target":0},{"source":85,"target":54},{"source":85,"target":394},{"source":394,"target":54},{"source":86,"target":0},{"source":86,"target":54},{"source":86,"target":395},{"source":86,"target":396},{"source":395,"target":397},{"source":395,"target":86},{"source":396,"target":54},{"source":87,"target":0},{"source":87,"target":54},{"source":87,"target":398},{"source":87,"target":399},{"source":398,"target":400},{"source":398,"target":87},{"source":399,"target":54},{"source":88,"target":0},{"source":88,"target":54},{"source":88,"target":401},{"source":401,"target":54},{"source":89,"target":0},{"source":89,"target":54},{"source":89,"target":402},{"source":402,"target":54},{"source":90,"target":0},{"source":90,"target":54},{"source":90,"target":403},{"source":90,"target":404},{"source":403,"target":405},{"source":403,"target":90},{"source":404,"target":54},{"source":91,"target":0},{"source":91,"target":53},{"source":91,"target":406},{"source":91,"target":407},{"source":406,"target":53},{"source":406,"target":408},{"source":406,"target":91},{"source":408,"target":53},{"source":407,"target":53},{"source":92,"target":0},{"source":92,"target":53},{"source":92,"target":409},{"source":92,"target":410},{"source":409,"target":1},{"source":409,"target":411},{"source":409,"target":92},{"source":411,"target":1},{"source":410,"target":53},{"source":93,"target":0},{"source":94,"target":0},{"source":94,"target":93},{"source":94,"target":412},{"source":412,"target":93},{"source":95,"target":0},{"source":95,"target":93},{"source":95,"target":413},{"source":413,"target":93},{"source":96,"target":0},{"source":96,"target":93},{"source":96,"target":414},{"source":414,"target":93},{"source":97,"target":0},{"source":97,"target":93},{"source":97,"target":415},{"source":415,"target":93},{"source":98,"target":0},{"source":98,"target":93},{"source":98,"target":416},{"source":416,"target":93},{"source":99,"target":0},{"source":99,"target":54},{"source":99,"target":417},{"source":99,"target":418},{"source":99,"target":419},{"source":99,"target":420},{"source":99,"target":421},{"source":99,"target":422},{"source":417,"target":99},{"source":417,"target":423},{"source":417,"target":99},{"source":423,"target":99},{"source":418,"target":29},{"source":418,"target":424},{"source":418,"target":99},{"source":424,"target":29},{"source":419,"target":93},{"source":419,"target":425},{"source":419,"target":99},{"source":425,"target":93},{"source":420,"target":53},{"source":420,"target":426},{"source":420,"target":99},{"source":426,"target":53},{"source":421,"target":100},{"source":421,"target":427},{"source":421,"target":99},{"source":427,"target":100},{"source":422,"target":54},{"source":100,"target":0},{"source":100,"target":428},{"source":428,"target":53},{"source":428,"target":429},{"source":428,"target":100},{"source":429,"target":53},{"source":101,"target":0},{"source":101,"target":53},{"source":101,"target":430},{"source":101,"target":431},{"source":430,"target":99},{"source":430,"target":432},{"source":430,"target":101},{"source":432,"target":99},{"source":431,"target":53},{"source":102,"target":0},{"source":102,"target":101},{"source":102,"target":433},{"source":433,"target":101},{"source":103,"target":0},{"source":103,"target":102},{"source":103,"target":434},{"source":434,"target":102},{"source":104,"target":0},{"source":104,"target":101},{"source":104,"target":435},{"source":435,"target":101},{"source":105,"target":0},{"source":105,"target":2},{"source":105,"target":436},{"source":436,"target":2},{"source":106,"target":0},{"source":106,"target":2},{"source":106,"target":437},{"source":437,"target":2},{"source":107,"target":0},{"source":107,"target":110},{"source":107,"target":2},{"source":107,"target":438},{"source":107,"target":439},{"source":107,"target":440},{"source":107,"target":441},{"source":107,"target":442},{"source":107,"target":443},{"source":438,"target":110},{"source":438,"target":444},{"source":438,"target":107},{"source":444,"target":110},{"source":439,"target":18},{"source":439,"target":445},{"source":439,"target":107},{"source":445,"target":18},{"source":440,"target":108},{"source":440,"target":446},{"source":440,"target":107},{"source":446,"target":108},{"source":441,"target":128},{"source":441,"target":447},{"source":441,"target":107},{"source":447,"target":128},{"source":442,"target":110},{"source":443,"target":2},{"source":108,"target":0},{"source":108,"target":2},{"source":108,"target":448},{"source":108,"target":449},{"source":108,"target":450},{"source":448,"target":111},{"source":448,"target":451},{"source":448,"target":108},{"source":451,"target":111},{"source":449,"target":111},{"source":449,"target":452},{"source":449,"target":108},{"source":452,"target":111},{"source":450,"target":2},{"source":109,"target":0},{"source":109,"target":29},{"source":109,"target":2},{"source":109,"target":453},{"source":109,"target":454},{"source":453,"target":29},{"source":454,"target":2},{"source":110,"target":0},{"source":110,"target":109},{"source":110,"target":455},{"source":455,"target":109},{"source":111,"target":0},{"source":111,"target":29},{"source":111,"target":109},{"source":111,"target":456},{"source":111,"target":457},{"source":111,"target":458},{"source":456,"target":112},{"source":456,"target":459},{"source":456,"target":111},{"source":459,"target":112},{"source":457,"target":29},{"source":458,"target":109},{"source":112,"target":0},{"source":113,"target":0},{"source":113,"target":112},{"source":113,"target":460},{"source":460,"target":112},{"source":114,"target":0},{"source":114,"target":112},{"source":114,"target":461},{"source":461,"target":112},{"source":115,"target":0},{"source":115,"target":114},{"source":115,"target":462},{"source":115,"target":463},{"source":462,"target":112},{"source":462,"target":464},{"source":462,"target":115},{"source":464,"target":112},{"source":463,"target":114},{"source":116,"target":0},{"source":116,"target":112},{"source":116,"target":465},{"source":465,"target":112},{"source":117,"target":0},{"source":117,"target":116},{"source":117,"target":466},{"source":117,"target":467},{"source":466,"target":468},{"source":466,"target":117},{"source":467,"target":116},{"source":118,"target":0},{"source":118,"target":29},{"source":118,"target":116},{"source":118,"target":469},{"source":118,"target":470},{"source":118,"target":471},{"source":469,"target":120},{"source":469,"target":472},{"source":469,"target":118},{"source":472,"target":120},{"source":470,"target":29},{"source":471,"target":116},{"source":119,"target":0},{"source":119,"target":116},{"source":119,"target":473},{"source":119,"target":474},{"source":473,"target":109},{"source":473,"target":475},{"source":473,"target":119},{"source":475,"target":109},{"source":474,"target":116},{"source":120,"target":0},{"source":121,"target":0},{"source":121,"target":120},{"source":121,"target":476},{"source":476,"target":120},{"source":122,"target":0},{"source":122,"target":120},{"source":122,"target":477},{"source":477,"target":120},{"source":123,"target":0},{"source":123,"target":120},{"source":123,"target":478},{"source":478,"target":120},{"source":124,"target":0},{"source":124,"target":120},{"source":124,"target":479},{"source":124,"target":480},{"source":479,"target":481},{"source":479,"target":124},{"source":480,"target":120},{"source":125,"target":0},{"source":125,"target":120},{"source":125,"target":482},{"source":125,"target":483},{"source":482,"target":109},{"source":482,"target":484},{"source":482,"target":125},{"source":484,"target":109},{"source":483,"target":120},{"source":126,"target":0},{"source":126,"target":125},{"source":126,"target":485},{"source":126,"target":486},{"source":485,"target":487},{"source":485,"target":126},{"source":486,"target":125},{"source":127,"target":0},{"source":127,"target":125},{"source":127,"target":488},{"source":127,"target":489},{"source":488,"target":490},{"source":488,"target":127},{"source":489,"target":125},{"source":128,"target":0},{"source":128,"target":46},{"source":128,"target":491},{"source":128,"target":492},{"source":128,"target":493},{"source":491,"target":129},{"source":491,"target":494},{"source":491,"target":128},{"source":494,"target":129},{"source":492,"target":53},{"source":492,"target":495},{"source":492,"target":128},{"source":495,"target":53},{"source":493,"target":46},{"source":129,"target":0},{"source":130,"target":0},{"source":130,"target":53},{"source":130,"target":496},{"source":130,"target":497},{"source":496,"target":53},{"source":496,"target":498},{"source":496,"target":130},{"source":498,"target":53},{"source":497,"target":53},{"source":131,"target":0},{"source":131,"target":30},{"source":131,"target":499},{"source":131,"target":500},{"source":499,"target":30},{"source":499,"target":501},{"source":499,"target":131},{"source":501,"target":30},{"source":500,"target":30},{"source":132,"target":0},{"source":132,"target":30},{"source":132,"target":502},{"source":132,"target":503},{"source":132,"target":504},{"source":502,"target":129},{"source":502,"target":505},{"source":502,"target":132},{"source":505,"target":129},{"source":503,"target":53},{"source":503,"target":506},{"source":503,"target":132},{"source":506,"target":53},{"source":504,"target":30},{"source":133,"target":0},{"source":133,"target":32},{"source":133,"target":507},{"source":133,"target":508},{"source":133,"target":509},{"source":507,"target":53},{"source":507,"target":510},{"source":507,"target":133},{"source":510,"target":53},{"source":508,"target":511},{"source":508,"target":133},{"source":509,"target":32},{"source":134,"target":0},{"source":134,"target":32},{"source":134,"target":512},{"source":512,"target":32},{"source":135,"target":0},{"source":135,"target":32},{"source":135,"target":513},{"source":135,"target":514},{"source":513,"target":53},{"source":513,"target":515},{"source":513,"target":135},{"source":515,"target":53},{"source":514,"target":32},{"source":136,"target":0},{"source":136,"target":32},{"source":136,"target":516},{"source":136,"target":517},{"source":516,"target":53},{"source":516,"target":518},{"source":516,"target":136},{"source":518,"target":53},{"source":517,"target":32},{"source":137,"target":0},{"source":137,"target":129},{"source":137,"target":519},{"source":137,"target":520},{"source":519,"target":521},{"source":519,"target":137},{"source":520,"target":129},{"source":138,"target":0},{"source":138,"target":129},{"source":138,"target":522},{"source":138,"target":523},{"source":522,"target":53},{"source":522,"target":524},{"source":522,"target":138},{"source":524,"target":53},{"source":523,"target":129},{"source":139,"target":0},{"source":139,"target":53},{"source":139,"target":525},{"source":139,"target":526},{"source":525,"target":53},{"source":525,"target":527},{"source":525,"target":139},{"source":527,"target":53},{"source":526,"target":53},{"source":140,"target":0},{"source":140,"target":30},{"source":140,"target":528},{"source":140,"target":529},{"source":140,"target":530},{"source":528,"target":53},{"source":528,"target":531},{"source":528,"target":140},{"source":531,"target":53},{"source":529,"target":53},{"source":529,"target":532},{"source":529,"target":140},{"source":532,"target":53},{"source":530,"target":30},{"source":141,"target":0},{"source":141,"target":53},{"source":141,"target":533},{"source":141,"target":534},{"source":533,"target":142},{"source":533,"target":535},{"source":533,"target":141},{"source":535,"target":142},{"source":534,"target":53},{"source":142,"target":0},{"source":143,"target":0},{"source":143,"target":142},{"source":143,"target":536},{"source":143,"target":537},{"source":536,"target":53},{"source":536,"target":538},{"source":536,"target":143},{"source":538,"target":53},{"source":537,"target":142},{"source":144,"target":0},{"source":144,"target":142},{"source":144,"target":539},{"source":144,"target":540},{"source":539,"target":30},{"source":539,"target":541},{"source":539,"target":144},{"source":541,"target":30},{"source":540,"target":142},{"source":145,"target":0},{"source":145,"target":142},{"source":145,"target":20},{"source":145,"target":542},{"source":145,"target":543},{"source":542,"target":142},{"source":543,"target":20},{"source":146,"target":0},{"source":146,"target":142},{"source":146,"target":5},{"source":146,"target":544},{"source":146,"target":545},{"source":544,"target":142},{"source":545,"target":5},{"source":147,"target":0},{"source":147,"target":29},{"source":147,"target":546},{"source":147,"target":547},{"source":147,"target":548},{"source":147,"target":549},{"source":546,"target":550},{"source":546,"target":147},{"source":547,"target":28},{"source":547,"target":551},{"source":547,"target":147},{"source":551,"target":28},{"source":548,"target":30},{"source":548,"target":552},{"source":548,"target":147},{"source":552,"target":30},{"source":549,"target":29},{"source":148,"target":0},{"source":148,"target":30},{"source":148,"target":553},{"source":148,"target":554},{"source":553,"target":555},{"source":553,"target":148},{"source":554,"target":30}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/grammarware/sle16/bousse/framework-sources/ModelDebugging/trace/tests_and_benchmarks/fr.inria.diverse.trace.plaink3.tracematerialextractor.test/inputs/TfsmExtended.ecore
tfsmextended TFSM init ownedStates initialState localEvents localClock ownedTransitions currentState State onEnter onLeave owningFSM outgoingTransitions incomingTransitions Transition fire source target ownedGuard generatedEvents action NamedElement name Guard TemporalGuard onClock afterDuration EventGuard triggeringEvent FSMEvent trigger unTrigger sollicitingTransitions isTriggered FSMClock ticks numberOfTicks TimedSystem tfsms globalClocks globalEvents EvaluateGuard condition
<?xml version="1.0" encoding="ASCII"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="tfsmextended" nsURI="http://tfsmextended" nsPrefix="tfsmextended"> <eClassifiers xsi:type="ecore:EClass" name="TFSM" eSuperTypes="#//NamedElement"> <eOperations name="init"> <eAnnotations source="dynamic"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedStates" upperBound="-1" eType="#//State" containment="true" eOpposite="#//State/owningFSM"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialState" lowerBound="1" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localEvents" upperBound="-1" eType="#//FSMEvent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localClock" lowerBound="1" eType="#//FSMClock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTransitions" upperBound="-1" eType="#//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="currentState" eType="#//State"> <eAnnotations source="dynamic"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//NamedElement"> <eOperations name="onEnter"> <eAnnotations source="dynamic"/> </eOperations> <eOperations name="onLeave"> <eAnnotations source="dynamic"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="owningFSM" lowerBound="1" eType="#//TFSM" eOpposite="#//TFSM/ownedStates"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingTransitions" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incomingTransitions" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//NamedElement"> <eOperations name="fire"> <eAnnotations source="dynamic"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//State" eOpposite="#//State/outgoingTransitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//State" eOpposite="#//State/incomingTransitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedGuard" lowerBound="1" eType="#//Guard" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generatedEvents" upperBound="-1" eType="#//FSMEvent"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="action" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Guard" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="TemporalGuard" eSuperTypes="#//Guard"> <eStructuralFeatures xsi:type="ecore:EReference" name="onClock" lowerBound="1" eType="#//FSMClock"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="afterDuration" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventGuard" eSuperTypes="#//Guard"> <eStructuralFeatures xsi:type="ecore:EReference" name="triggeringEvent" lowerBound="1" eType="#//FSMEvent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FSMEvent" eSuperTypes="#//NamedElement"> <eOperations name="trigger"> <eAnnotations source="dynamic"/> </eOperations> <eOperations name="unTrigger"> <eAnnotations source="dynamic"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="sollicitingTransitions" upperBound="-1" eType="#//Transition"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isTriggered" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="dynamic"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FSMClock" eSuperTypes="#//NamedElement"> <eOperations name="ticks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"> <eAnnotations source="dynamic"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfTicks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"> <eAnnotations source="dynamic"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimedSystem" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="tfsms" upperBound="-1" eType="#//TFSM" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="globalClocks" upperBound="-1" eType="#//FSMClock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="globalEvents" upperBound="-1" eType="#//FSMEvent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EvaluateGuard" eSuperTypes="#//Guard"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"tfsmextended","nsURI":"http://tfsmextended","name":"tfsmextended","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TFSM","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guard","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemporalGuard","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventGuard","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FSMEvent","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FSMClock","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimedSystem","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvaluateGuard","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"init","lowerBound":0,"id":12,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":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":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":"initialState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localEvents","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"localClock","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"currentState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"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":"owningFSM","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"onEnter","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"onLeave","lowerBound":0,"id":28,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"fire","lowerBound":0,"id":37,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedGuard","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"generatedEvents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"action","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"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":47,"derived":false},{"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":"onClock","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"afterDuration","changeable":true,"lowerBound":1,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"triggeringEvent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"trigger","lowerBound":0,"id":58,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"unTrigger","lowerBound":0,"id":59,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sollicitingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isTriggered","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ticks","lowerBound":0,"id":65,"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":"numberOfTicks","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tfsms","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":"globalClocks","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":"globalEvents","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"},{"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":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":12,"target":1},{"source":13,"target":2},{"source":13,"target":20},{"source":13,"target":1},{"source":13,"target":21},{"source":20,"target":2},{"source":14,"target":2},{"source":14,"target":22},{"source":14,"target":1},{"source":22,"target":2},{"source":15,"target":8},{"source":15,"target":23},{"source":15,"target":1},{"source":23,"target":8},{"source":16,"target":9},{"source":16,"target":24},{"source":16,"target":1},{"source":24,"target":9},{"source":17,"target":3},{"source":17,"target":25},{"source":17,"target":1},{"source":25,"target":3},{"source":18,"target":2},{"source":18,"target":26},{"source":18,"target":1},{"source":26,"target":2},{"source":19,"target":4},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":21},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":27,"target":2},{"source":28,"target":2},{"source":21,"target":1},{"source":21,"target":32},{"source":21,"target":2},{"source":21,"target":13},{"source":32,"target":1},{"source":29,"target":3},{"source":29,"target":33},{"source":29,"target":2},{"source":29,"target":34},{"source":33,"target":3},{"source":30,"target":3},{"source":30,"target":35},{"source":30,"target":2},{"source":30,"target":36},{"source":35,"target":3},{"source":31,"target":4},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":37},{"source":3,"target":34},{"source":3,"target":36},{"source":3,"target":38},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":37,"target":3},{"source":34,"target":2},{"source":34,"target":42},{"source":34,"target":3},{"source":34,"target":29},{"source":42,"target":2},{"source":36,"target":2},{"source":36,"target":43},{"source":36,"target":3},{"source":36,"target":30},{"source":43,"target":2},{"source":38,"target":5},{"source":38,"target":44},{"source":38,"target":3},{"source":44,"target":5},{"source":39,"target":8},{"source":39,"target":45},{"source":39,"target":3},{"source":45,"target":8},{"source":40,"target":46},{"source":40,"target":3},{"source":41,"target":4},{"source":4,"target":0},{"source":4,"target":47},{"source":47,"target":48},{"source":47,"target":4},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":49},{"source":49,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":50},{"source":6,"target":51},{"source":6,"target":52},{"source":50,"target":9},{"source":50,"target":53},{"source":50,"target":6},{"source":53,"target":9},{"source":51,"target":54},{"source":51,"target":6},{"source":52,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":55},{"source":7,"target":56},{"source":55,"target":8},{"source":55,"target":57},{"source":55,"target":7},{"source":57,"target":8},{"source":56,"target":5},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":58},{"source":8,"target":59},{"source":8,"target":60},{"source":8,"target":61},{"source":8,"target":62},{"source":58,"target":8},{"source":59,"target":8},{"source":60,"target":3},{"source":60,"target":63},{"source":60,"target":8},{"source":63,"target":3},{"source":61,"target":64},{"source":61,"target":8},{"source":62,"target":4},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":65},{"source":9,"target":66},{"source":9,"target":67},{"source":65,"target":68},{"source":65,"target":9},{"source":66,"target":69},{"source":66,"target":9},{"source":67,"target":4},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":70},{"source":10,"target":71},{"source":10,"target":72},{"source":10,"target":73},{"source":70,"target":1},{"source":70,"target":74},{"source":70,"target":10},{"source":74,"target":1},{"source":71,"target":9},{"source":71,"target":75},{"source":71,"target":10},{"source":75,"target":9},{"source":72,"target":8},{"source":72,"target":76},{"source":72,"target":10},{"source":76,"target":8},{"source":73,"target":4},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":77},{"source":11,"target":78},{"source":77,"target":79},{"source":77,"target":11},{"source":78,"target":5}],"multigraph":true}
ecore
components
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/jzhang3/DSL-Tao-extended/src/org.mondo.dsl/patterns/ComponentLanguageShallow.ecore
ComponentLanguageShallow Component ports Port Connector in out InPort OutPort
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ComponentLanguageShallow" nsURI="http://mondo.dsl.org/mmPatterns/componentLanguageShallow" nsPrefix="componentLanguageShallow"> <eClassifiers xsi:type="ecore:EClass" name="Component"> <eStructuralFeatures xsi:type="ecore:EReference" name="ports" upperBound="-1" eType="#//Port" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Port" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Connector"> <eStructuralFeatures xsi:type="ecore:EReference" name="in" upperBound="-1" eType="#//Port"/> <eStructuralFeatures xsi:type="ecore:EReference" name="out" upperBound="-1" eType="#//Port"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InPort" eSuperTypes="#//Port"/> <eClassifiers xsi:type="ecore:EClass" name="OutPort" eSuperTypes="#//Port"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"componentLanguageShallow","nsURI":"http://mondo.dsl.org/mmPatterns/componentLanguageShallow","name":"ComponentLanguageShallow","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPort","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPort","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"container":false,"ordered":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":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"out","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":6,"target":2},{"source":6,"target":7},{"source":6,"target":1},{"source":7,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":8},{"source":3,"target":9},{"source":8,"target":2},{"source":8,"target":10},{"source":8,"target":3},{"source":10,"target":2},{"source":9,"target":2},{"source":9,"target":11},{"source":9,"target":3},{"source":11,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":12},{"source":12,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":13},{"source":13,"target":2}],"multigraph":true}
ecore
gpl
repo-ecore-all/data/jlcanovas/gra2mol/examples/Grammar2Model.examples.PLSQL2ASTMModel/metamodels/astm-v1.ecore
astm GASTMObject GASTMSourceObject GASTMSemanticObject OtherSyntaxObject StorageSpecification DataType AccessKind UnaryOperator BinaryOperator ActualParameter SourceFile pathName SourceLocation startLine startColumn endLine endColumn inSourceFile Project files outerScope Scope definitionObject childScope GASTMSyntaxObject locationInfo preProcessorElements annotations CompilationUnit language fragments opensScope Name nameString DeclarationOrDefinition isRegister linkageSpecifier storageSpecifiers accessKind Definition identifierName definitionType Declaration defRef identifierName declarationType FunctionDeclaration formalParameters functionMemberAttributes VariableDeclaration isMutable FunctionDefinition returnType formalParameters body functionMemberAttributes opensScope FunctionMemberAttributes isFriend isInline isThisConst virtualSpecifier EntryDefinition formalParameters body DataDefinition isMutable initialValue BitFieldDefinition bitFieldSize EnumLiteralDefinition value TypeDefinition name NamedTypeDefinition definitionType AggregateTypeDefinition aggregateType NameSpaceDefinition nameSpace body nameSpaceType LabelDefinition labelName labelType IncludeUnit file MacroCall refersTo MacroDefinition macroName body Comment text Type isConst isVolatile PrimitiveType isSigned EnumType enumLiterals ConstructedType baseType AggregateType members opensScope ArrayType ranks Dimension lowBound highBound FunctionType returnType parameterTypes FormalParameterType type NamedType body ClassType derivesFrom DerivesFrom isVirtual accessKind className UnnamedTypeReference type NamedTypeReference name type DeleteStatement operand DeclarationOrDefinitionStatement declOrDefn ExpressionStatement expression JumpStatement target BreakStatement target ContinueStatement target LabeledStatement label statement BlockStatement subStatements opensScope EmptyStatement IfStatement condition thenBody elseBody SwitchStatement switchExpression cases SwitchCase body CaseBlock caseExpressions ReturnStatement returnValue LoopStatement condition body ForStatement initBody iterationBody TryStatement guardedStatement catchBlocks finalStatement CatchBlock body TypesCatchBlock exceptions VariableCatchBlock exceptionVariable ThrowStatement exception Expression expressionType NameReference name refersTo ArrayAccess arrayName subscripts QualifiedIdentifierReference qualifiers member TypeQualifiedIdentifierReference aggregateType member Literal value CastExpression castType expression UnaryExpression operator operand BinaryExpression operator leftOperand rightOperand OperatorAssign operator ConditionalExpression condition onTrueOperand onFalseOperand RangeExpression fromExpression toExpression FunctionCallExpression calledFunction actualParams ActualParameterExpression value NewExpression newType actualParams LabelAccess name definition AnnotationExpression annotationType memberValues GlobalScope PreprocessorElement DefinitionObject ProgramScope TypeReference Statement FunctionScope NameSpaceType LabelType AggregateScope BlockScope IdentifierReference FormalParameterDefinition VirtualSpecification FormalParameterDeclaration VariableDefinition FunctionMemberAttribute External FunctionPersistent FileLocal PerClassMember NoDef Virtual PureVirtual NonVirtual ExceptionType Void Byte ShortInteger Integer LongInteger Float Double LongDouble Character String Boolean WideCharacter CollectionType PointerType ReferenceType RangeType StructureType UnionType AnnotationType ByValueFormalParameterType ByReferenceFormalParameterType Public Protected Private TerminateStatement DefaultBlock WhileStatement DoWhileStatement ForCheckBeforeStatement ForCheckAfterStatement AggregateExpression QualifiedOverPointer QualifiedOverData IntegerlLiteral StringLiteral CharLiteral RealLiteral BooleanLiteral BitLiteral UnaryPlus Negate Not BitNot AddressOf Deref Increment Decrement PostIncrement PostDecrement Add Subtract Multiply Divide Modulus Exponent And Or Equal NotEqual Greater NotGreater Less NotLess BitAnd BitOr BitXor BitLeftShift BitRightShift Assign MissingActualParameter ByValueActualParameterExpression ByReferenceActualParameterExpression SpecificTriggerDefinition body SpecificLessEqual SpecificGreaterEqual SpecificIn SpecificLike SpecificConcatString SpecificSelectStatement
<?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="astm" nsURI="http://modelum.es/modernization/astm" nsPrefix="astm"> <eClassifiers xsi:type="ecore:EClass" name="GASTMObject"/> <eClassifiers xsi:type="ecore:EClass" name="GASTMSourceObject" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="GASTMSemanticObject" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="OtherSyntaxObject" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="StorageSpecification" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="AccessKind"/> <eClassifiers xsi:type="ecore:EClass" name="UnaryOperator" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="BinaryOperator" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ActualParameter" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="SourceFile" eSuperTypes="#/0/GASTMSourceObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pathName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SourceLocation" eSuperTypes="#/0/GASTMSourceObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startColumn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endColumn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inSourceFile" eType="#/0/SourceFile" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Project" eSuperTypes="#/0/GASTMSemanticObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="files" upperBound="-1" eType="#/0/CompilationUnit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerScope" eType="#/0/GlobalScope" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Scope" eSuperTypes="#/0/GASTMSemanticObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="definitionObject" upperBound="-1" eType="#/0/DefinitionObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childScope" upperBound="-1" eType="#/0/Scope" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GASTMSyntaxObject" abstract="true" eSuperTypes="#/0/GASTMObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="locationInfo" eType="#/0/SourceLocation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preProcessorElements" upperBound="-1" eType="#/0/PreprocessorElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#/0/AnnotationExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompilationUnit" eSuperTypes="#/0/OtherSyntaxObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1" eType="#/0/DefinitionObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opensScope" eType="#/0/ProgramScope" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Name" eSuperTypes="#/0/OtherSyntaxObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nameString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeclarationOrDefinition" abstract="true" eSuperTypes="#/0/DefinitionObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRegister" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linkageSpecifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="storageSpecifiers" eType="#/0/OtherSyntaxObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accessKind" eType="#/0/OtherSyntaxObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Definition" abstract="true" eSuperTypes="#/0/DeclarationOrDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="identifierName" eType="#/0/Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definitionType" eType="#/0/TypeReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Declaration" abstract="true" eSuperTypes="#/0/DeclarationOrDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="defRef" eType="#/0/Definition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="identifierName" eType="#/0/Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="declarationType" eType="#/0/TypeReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionDeclaration" eSuperTypes="#/0/Declaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="formalParameters" upperBound="-1" eType="#/0/FormalParameterDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionMemberAttributes" eType="#/0/FunctionMemberAttributes" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="#/0/Declaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMutable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionDefinition" eSuperTypes="#/0/Definition"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#/0/TypeReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="formalParameters" upperBound="-1" eType="#/0/FormalParameterDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#/0/Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionMemberAttributes" eType="#/0/FunctionMemberAttributes" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opensScope" eType="#/0/FunctionScope" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionMemberAttributes"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isFriend" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isInline" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isThisConst" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="virtualSpecifier" eType="#/0/VirtualSpecification" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntryDefinition" eSuperTypes="#/0/Definition"> <eStructuralFeatures xsi:type="ecore:EReference" name="formalParameters" upperBound="-1" eType="#/0/FormalParameterDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#/0/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataDefinition" abstract="true" eSuperTypes="#/0/Definition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMutable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialValue" eType="#/0/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BitFieldDefinition" eSuperTypes="#/0/DataDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="bitFieldSize" eType="#/0/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumLiteralDefinition" eSuperTypes="#/0/Definition"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#/0/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDefinition" eSuperTypes="#/0/DefinitionObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#/0/Name" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedTypeDefinition" eSuperTypes="#/0/TypeDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="definitionType" eType="#/0/NamedType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AggregateTypeDefinition" eSuperTypes="#/0/TypeDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="aggregateType" eType="#/0/AggregateType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NameSpaceDefinition" eSuperTypes="#/0/DefinitionObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="nameSpace" eType="#/0/Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#/0/DefinitionObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nameSpaceType" eType="#/0/NameSpaceType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabelDefinition" eSuperTypes="#/0/DefinitionObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="labelName" eType="#/0/Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="labelType" eType="#/0/LabelType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IncludeUnit" eSuperTypes="#/0/PreprocessorElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="file" eType="#/0/SourceFile" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MacroCall" eSuperTypes="#/0/PreprocessorElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="refersTo" eType="#/0/MacroDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MacroDefinition" eSuperTypes="#/0/PreprocessorElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="macroName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#/0/PreprocessorElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#/0/GASTMSyntaxObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isConst" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isVolatile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" abstract="true" eSuperTypes="#/0/DataType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSigned" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumType" eSuperTypes="#/0/DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumLiterals" upperBound="-1" eType="#/0/EnumLiteralDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstructedType" abstract="true" eSuperTypes="#/0/DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="baseType" eType="#/0/TypeReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AggregateType" abstract="true" eSuperTypes="#/0/DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="#/0/DefinitionObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opensScope" eType="#/0/AggregateScope" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayType" eSuperTypes="#/0/ConstructedType"> <eStructuralFeatures xsi:type="ecore:EReference" name="ranks" upperBound="-1" eType="#/0/Dimension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dimension" eSuperTypes="#/0/OtherSyntaxObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="lowBound" eType="#/0/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="highBound" eType="#/0/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionType" eSuperTypes="#/0/Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#/0/TypeReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterTypes" upperBound="-1" eType="#/0/FormalParameterType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormalParameterType" abstract="true" eSuperTypes="#/0/DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#/0/TypeReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedType" eSuperTypes="#/0/DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#/0/Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassType" eSuperTypes="#/0/AggregateType"> <eStructuralFeatures xsi:type="ecore:EReference" name="derivesFrom" upperBound="-1" eType="#/0/DerivesFrom" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DerivesFrom" eSuperTypes="#/0/OtherSyntaxObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isVirtual" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accessKind" eType="#/0/OtherSyntaxObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="className" eType="#/0/NamedType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnnamedTypeReference" eSuperTypes="#/0/TypeReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#/0/Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedTypeReference" eSuperTypes="#/0/TypeReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#/0/Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#/0/TypeDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeleteStatement" eSuperTypes="#/0/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" eType="#/0/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeclarationOrDefinitionStatement" eSuperTypes="#/0/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="declOrDefn" eType="#/0/DefinitionObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="#/0/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#/0/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JumpStatement" eSuperTypes="#/0/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#/0/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BreakStatement" eSuperTypes="#/0/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#/0/LabelAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContinueStatement" eSuperTypes="#/0/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#/0/LabelAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabeledStatement" eSuperTypes="#/0/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="label" eType="#/0/LabelDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#/0/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BlockStatement" eSuperTypes="#/0/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="subStatements" upperBound="-1" eType="#/0/Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opensScope" eType="#/0/BlockScope" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmptyStatement" eSuperTypes="#/0/Statement"/> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#/0/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#/0/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenBody" eType="#/0/Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseBody" eType="#/0/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchStatement" eSuperTypes="#/0/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="switchExpression" eType="#/0/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cases" eType="#/0/SwitchCase" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchCase" eSuperTypes="#/0/OtherSyntaxObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#/0/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CaseBlock" eSuperTypes="#/0/SwitchCase"> <eStructuralFeatures xsi:type="ecore:EReference" name="caseExpressions" upperBound="-1" eType="#/0/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#/0/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnValue" eType="#/0/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopStatement" eSuperTypes="#/0/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#/0/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#/0/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForStatement" abstract="true" eSuperTypes="#/0/LoopStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="initBody" eType="#/0/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterationBody" upperBound="-1" eType="#/0/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TryStatement" eSuperTypes="#/0/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="guardedStatement" eType="#/0/Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catchBlocks" upperBound="-1" eType="#/0/CatchBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finalStatement" eType="#/0/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CatchBlock" eSuperTypes="#/0/OtherSyntaxObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#/0/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypesCatchBlock" eSuperTypes="#/0/CatchBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptions" upperBound="-1" eType="#/0/Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableCatchBlock" eSuperTypes="#/0/CatchBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionVariable" eType="#/0/DataDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThrowStatement" eSuperTypes="#/0/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="exception" eType="#/0/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#/0/GASTMSyntaxObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressionType" eType="#/0/TypeReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NameReference" abstract="true" eSuperTypes="#/0/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#/0/Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refersTo" eType="#/0/DefinitionObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayAccess" eSuperTypes="#/0/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayName" eType="#/0/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subscripts" upperBound="-1" eType="#/0/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QualifiedIdentifierReference" abstract="true" eSuperTypes="#/0/NameReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifiers" eType="#/0/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="member" eType="#/0/IdentifierReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeQualifiedIdentifierReference" eSuperTypes="#/0/NameReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="aggregateType" upperBound="-1" eType="#/0/TypeReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="member" eType="#/0/IdentifierReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Literal" eSuperTypes="#/0/Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CastExpression" eSuperTypes="#/0/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="castType" eType="#/0/TypeReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#/0/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryExpression" eSuperTypes="#/0/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="operator" eType="#/0/OtherSyntaxObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" eType="#/0/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryExpression" eSuperTypes="#/0/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="operator" eType="#/0/OtherSyntaxObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#/0/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#/0/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorAssign" eSuperTypes="#/0/BinaryOperator"> <eStructuralFeatures xsi:type="ecore:EReference" name="operator" eType="#/0/OtherSyntaxObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalExpression" eSuperTypes="#/0/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#/0/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="onTrueOperand" eType="#/0/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="onFalseOperand" eType="#/0/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RangeExpression" eSuperTypes="#/0/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="fromExpression" eType="#/0/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toExpression" eType="#/0/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionCallExpression" eSuperTypes="#/0/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="calledFunction" eType="#/0/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actualParams" upperBound="-1" eType="#/0/ActualParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActualParameterExpression" eSuperTypes="#/0/ActualParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#/0/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NewExpression" eSuperTypes="#/0/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="newType" eType="#/0/TypeReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actualParams" upperBound="-1" eType="#/0/OtherSyntaxObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabelAccess" eSuperTypes="#/0/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#/0/Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" eType="#/0/LabelDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationExpression" eSuperTypes="#/0/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotationType" eType="#/0/TypeReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="memberValues" upperBound="-1" eType="#/0/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GlobalScope" eSuperTypes="#/0/Scope"/> <eClassifiers xsi:type="ecore:EClass" name="PreprocessorElement" abstract="true" eSuperTypes="#/0/GASTMSyntaxObject"/> <eClassifiers xsi:type="ecore:EClass" name="DefinitionObject" abstract="true" eSuperTypes="#/0/GASTMSyntaxObject"/> <eClassifiers xsi:type="ecore:EClass" name="ProgramScope" eSuperTypes="#/0/Scope"/> <eClassifiers xsi:type="ecore:EClass" name="TypeReference" abstract="true" eSuperTypes="#/0/Type"/> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#/0/GASTMSyntaxObject"/> <eClassifiers xsi:type="ecore:EClass" name="FunctionScope" eSuperTypes="#/0/Scope"/> <eClassifiers xsi:type="ecore:EClass" name="NameSpaceType" eSuperTypes="#/0/Type"/> <eClassifiers xsi:type="ecore:EClass" name="LabelType" eSuperTypes="#/0/Type"/> <eClassifiers xsi:type="ecore:EClass" name="AggregateScope" eSuperTypes="#/0/Scope"/> <eClassifiers xsi:type="ecore:EClass" name="BlockScope" eSuperTypes="#/0/Scope"/> <eClassifiers xsi:type="ecore:EClass" name="IdentifierReference" eSuperTypes="#/0/NameReference"/> <eClassifiers xsi:type="ecore:EClass" name="FormalParameterDefinition" eSuperTypes="#/0/DataDefinition"/> <eClassifiers xsi:type="ecore:EClass" name="VirtualSpecification" abstract="true" eSuperTypes="#/0/OtherSyntaxObject"/> <eClassifiers xsi:type="ecore:EClass" name="FormalParameterDeclaration" eSuperTypes="#/0/Declaration"/> <eClassifiers xsi:type="ecore:EClass" name="VariableDefinition" eSuperTypes="#/0/DataDefinition"/> <eClassifiers xsi:type="ecore:EClass" name="FunctionMemberAttribute" eSuperTypes="#/0/OtherSyntaxObject"/> <eClassifiers xsi:type="ecore:EClass" name="External" eSuperTypes="#/0/StorageSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="FunctionPersistent" eSuperTypes="#/0/StorageSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="FileLocal" eSuperTypes="#/0/StorageSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="PerClassMember" eSuperTypes="#/0/StorageSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="NoDef" eSuperTypes="#/0/StorageSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Virtual" eSuperTypes="#/0/VirtualSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="PureVirtual" eSuperTypes="#/0/VirtualSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="NonVirtual" eSuperTypes="#/0/VirtualSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ExceptionType" eSuperTypes="#/0/DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Void" eSuperTypes="#/0/PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Byte" eSuperTypes="#/0/PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="ShortInteger" eSuperTypes="#/0/PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Integer" eSuperTypes="#/0/PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="LongInteger" eSuperTypes="#/0/PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Float" eSuperTypes="#/0/PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Double" eSuperTypes="#/0/PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="LongDouble" eSuperTypes="#/0/PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Character" eSuperTypes="#/0/PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="String" eSuperTypes="#/0/PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Boolean" eSuperTypes="#/0/PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="WideCharacter" eSuperTypes="#/0/PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionType" eSuperTypes="#/0/ConstructedType"/> <eClassifiers xsi:type="ecore:EClass" name="PointerType" eSuperTypes="#/0/ConstructedType"/> <eClassifiers xsi:type="ecore:EClass" name="ReferenceType" eSuperTypes="#/0/ConstructedType"/> <eClassifiers xsi:type="ecore:EClass" name="RangeType" eSuperTypes="#/0/ConstructedType"/> <eClassifiers xsi:type="ecore:EClass" name="StructureType" eSuperTypes="#/0/AggregateType"/> <eClassifiers xsi:type="ecore:EClass" name="UnionType" eSuperTypes="#/0/AggregateType"/> <eClassifiers xsi:type="ecore:EClass" name="AnnotationType" eSuperTypes="#/0/AggregateType"/> <eClassifiers xsi:type="ecore:EClass" name="ByValueFormalParameterType" eSuperTypes="#/0/FormalParameterType"/> <eClassifiers xsi:type="ecore:EClass" name="ByReferenceFormalParameterType" eSuperTypes="#/0/FormalParameterType"/> <eClassifiers xsi:type="ecore:EClass" name="Public" eSuperTypes="#/0/AccessKind"/> <eClassifiers xsi:type="ecore:EClass" name="Protected" eSuperTypes="#/0/AccessKind"/> <eClassifiers xsi:type="ecore:EClass" name="Private" eSuperTypes="#/0/AccessKind"/> <eClassifiers xsi:type="ecore:EClass" name="TerminateStatement" eSuperTypes="#/0/Statement"/> <eClassifiers xsi:type="ecore:EClass" name="DefaultBlock" eSuperTypes="#/0/SwitchCase"/> <eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#/0/LoopStatement"/> <eClassifiers xsi:type="ecore:EClass" name="DoWhileStatement" eSuperTypes="#/0/LoopStatement"/> <eClassifiers xsi:type="ecore:EClass" name="ForCheckBeforeStatement" eSuperTypes="#/0/ForStatement"/> <eClassifiers xsi:type="ecore:EClass" name="ForCheckAfterStatement" eSuperTypes="#/0/ForStatement"/> <eClassifiers xsi:type="ecore:EClass" name="AggregateExpression" eSuperTypes="#/0/Expression"/> <eClassifiers xsi:type="ecore:EClass" name="QualifiedOverPointer" eSuperTypes="#/0/QualifiedIdentifierReference"/> <eClassifiers xsi:type="ecore:EClass" name="QualifiedOverData" eSuperTypes="#/0/QualifiedIdentifierReference"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerlLiteral" eSuperTypes="#/0/Literal"/> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#/0/Literal"/> <eClassifiers xsi:type="ecore:EClass" name="CharLiteral" eSuperTypes="#/0/Literal"/> <eClassifiers xsi:type="ecore:EClass" name="RealLiteral" eSuperTypes="#/0/Literal"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#/0/Literal"/> <eClassifiers xsi:type="ecore:EClass" name="BitLiteral" eSuperTypes="#/0/Literal"/> <eClassifiers xsi:type="ecore:EClass" name="UnaryPlus" eSuperTypes="#/0/UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Negate" eSuperTypes="#/0/UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Not" eSuperTypes="#/0/UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="BitNot" eSuperTypes="#/0/UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AddressOf" eSuperTypes="#/0/UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Deref" eSuperTypes="#/0/UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Increment" eSuperTypes="#/0/UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Decrement" eSuperTypes="#/0/UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="PostIncrement" eSuperTypes="#/0/UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="PostDecrement" eSuperTypes="#/0/UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Add" eSuperTypes="#/0/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Subtract" eSuperTypes="#/0/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Multiply" eSuperTypes="#/0/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Divide" eSuperTypes="#/0/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Modulus" eSuperTypes="#/0/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Exponent" eSuperTypes="#/0/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#/0/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="#/0/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Equal" eSuperTypes="#/0/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="NotEqual" eSuperTypes="#/0/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Greater" eSuperTypes="#/0/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="NotGreater" eSuperTypes="#/0/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Less" eSuperTypes="#/0/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="NotLess" eSuperTypes="#/0/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="BitAnd" eSuperTypes="#/0/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="BitOr" eSuperTypes="#/0/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="BitXor" eSuperTypes="#/0/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="BitLeftShift" eSuperTypes="#/0/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="BitRightShift" eSuperTypes="#/0/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Assign" eSuperTypes="#/0/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="MissingActualParameter" eSuperTypes="#/0/ActualParameter"/> <eClassifiers xsi:type="ecore:EClass" name="ByValueActualParameterExpression" eSuperTypes="#/0/ActualParameterExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ByReferenceActualParameterExpression" eSuperTypes="#/0/ActualParameterExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SpecificTriggerDefinition" eSuperTypes="#/0/Definition"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#/0/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecificLessEqual" eSuperTypes="#/0/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="SpecificGreaterEqual" eSuperTypes="#/0/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="SpecificIn" eSuperTypes="#/0/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="SpecificLike" eSuperTypes="#/0/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="SpecificConcatString" eSuperTypes="#/0/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="SpecificSelectStatement" eSuperTypes="#/0/Statement"/> </ecore:EPackage> </xmi:XMI>
false
{"directed":true,"nodes":[{"nsPrefix":"astm","nsURI":"http://modelum.es/modernization/astm","name":"astm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GASTMObject","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GASTMSourceObject","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GASTMSemanticObject","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OtherSyntaxObject","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StorageSpecification","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessKind","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryOperator","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryOperator","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActualParameter","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceFile","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceLocation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scope","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GASTMSyntaxObject","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompilationUnit","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Name","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeclarationOrDefinition","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Definition","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Declaration","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDeclaration","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDefinition","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionMemberAttributes","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryDefinition","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataDefinition","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitFieldDefinition","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralDefinition","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDefinition","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedTypeDefinition","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregateTypeDefinition","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameSpaceDefinition","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelDefinition","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IncludeUnit","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MacroCall","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MacroDefinition","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":true,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumType","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructedType","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregateType","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayType","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dimension","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionType","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalParameterType","instanceClass":null,"abstract":true,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedType","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassType","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivesFrom","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnnamedTypeReference","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedTypeReference","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteStatement","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeclarationOrDefinitionStatement","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JumpStatement","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakStatement","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueStatement","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledStatement","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockStatement","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStatement","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchStatement","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCase","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CaseBlock","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopStatement","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":true,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryStatement","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchBlock","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypesCatchBlock","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableCatchBlock","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThrowStatement","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameReference","instanceClass":null,"abstract":true,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayAccess","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedIdentifierReference","instanceClass":null,"abstract":true,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeQualifiedIdentifierReference","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CastExpression","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpression","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorAssign","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpression","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeExpression","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionCallExpression","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActualParameterExpression","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewExpression","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelAccess","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationExpression","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalScope","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PreprocessorElement","instanceClass":null,"abstract":true,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefinitionObject","instanceClass":null,"abstract":true,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgramScope","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeReference","instanceClass":null,"abstract":true,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionScope","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameSpaceType","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelType","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregateScope","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockScope","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifierReference","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalParameterDefinition","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualSpecification","instanceClass":null,"abstract":true,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalParameterDeclaration","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDefinition","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionMemberAttribute","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"External","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionPersistent","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileLocal","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PerClassMember","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NoDef","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Virtual","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PureVirtual","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonVirtual","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionType","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Void","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Byte","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShortInteger","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LongInteger","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Float","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Double","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LongDouble","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Character","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WideCharacter","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PointerType","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceType","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeType","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructureType","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnionType","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationType","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ByValueFormalParameterType","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ByReferenceFormalParameterType","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Public","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Protected","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Private","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminateStatement","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultBlock","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoWhileStatement","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForCheckBeforeStatement","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForCheckAfterStatement","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregateExpression","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedOverPointer","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedOverData","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerlLiteral","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharLiteral","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteral","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitLiteral","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryPlus","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Negate","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitNot","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddressOf","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deref","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Increment","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Decrement","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostIncrement","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostDecrement","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Add","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subtract","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Multiply","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Divide","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modulus","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exponent","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equal","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotEqual","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Greater","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotGreater","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Less","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotLess","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitAnd","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitOr","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitXor","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitLeftShift","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitRightShift","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assign","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MissingActualParameter","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ByValueActualParameterExpression","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ByReferenceActualParameterExpression","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificTriggerDefinition","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificLessEqual","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificGreaterEqual","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificIn","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificLike","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificConcatString","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificSelectStatement","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pathName","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startLine","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startColumn","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":"endLine","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endColumn","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inSourceFile","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"},{"id":208,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"outerScope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definitionObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"childScope","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":true,"unsettable":false,"transient":false,"unique":true,"name":"locationInfo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"preProcessorElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","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"},{"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":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":"fragments","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":"opensScope","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nameString","changeable":true,"lowerBound":0,"iD":false,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isRegister","changeable":true,"lowerBound":0,"iD":false,"id":236,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"linkageSpecifier","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"storageSpecifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accessKind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identifierName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"definitionType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identifierName","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":"declarationType","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formalParameters","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":"functionMemberAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMutable","changeable":true,"lowerBound":0,"iD":false,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formalParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","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":"functionMemberAttributes","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":"opensScope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isFriend","changeable":true,"lowerBound":0,"iD":false,"id":276,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isInline","changeable":true,"lowerBound":0,"iD":false,"id":277,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isThisConst","changeable":true,"lowerBound":0,"iD":false,"id":278,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"virtualSpecifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formalParameters","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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMutable","changeable":true,"lowerBound":0,"iD":false,"id":289,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bitFieldSize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"container":false,"ordered":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":297,"derived":false},{"id":298,"eClass":"EGenericType"},{"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":"name","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":"definitionType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aggregateType","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":"nameSpace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":309,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","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":"nameSpaceType","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labelName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labelType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"file","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"refersTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"macroName","changeable":true,"lowerBound":0,"iD":false,"id":327,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":332,"derived":false},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isConst","changeable":true,"lowerBound":0,"iD":false,"id":335,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isVolatile","changeable":true,"lowerBound":0,"iD":false,"id":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isSigned","changeable":true,"lowerBound":0,"iD":false,"id":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"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":"enumLiterals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"members","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":"opensScope","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ranks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":354,"derived":false},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lowBound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":357,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"highBound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":370,"derived":false},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"derivesFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":373,"derived":false},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isVirtual","changeable":true,"lowerBound":0,"iD":false,"id":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":"accessKind","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":"className","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"derived":false},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":383,"derived":false},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":386,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":387,"derived":false},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":391,"derived":false},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declOrDefn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":409,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":410,"derived":false},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"opensScope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":415,"derived":false},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":420,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":422,"derived":false},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"switchExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":427,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":432,"derived":false},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"caseExpressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":435,"derived":false},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":442,"derived":false},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":446,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterationBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":447,"derived":false},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guardedStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":451,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"catchBlocks","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":"finalStatement","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"},{"container":false,"ordered":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":458,"derived":false},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":461,"derived":false},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptionVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":464,"derived":false},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exception","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":470,"derived":false},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","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":false,"unsettable":false,"transient":false,"unique":true,"name":"refersTo","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":478,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subscripts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":483,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":484,"derived":false},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aggregateType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":488,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":489,"derived":false},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"castType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":496,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":497,"derived":false},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operator","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":"operand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":502,"derived":false},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operator","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":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":508,"derived":false},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":516,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"onTrueOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":517,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"onFalseOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":518,"derived":false},{"id":519,"eClass":"EGenericType"},{"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":"fromExpression","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":"toExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":524,"derived":false},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"calledFunction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":528,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actualParams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":529,"derived":false},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":533,"derived":false},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"newType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":536,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actualParams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":537,"derived":false},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":541,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":542,"derived":false},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotationType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":546,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"memberValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":547,"derived":false},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"id":595,"eClass":"EGenericType"},{"id":596,"eClass":"EGenericType"},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"id":599,"eClass":"EGenericType"},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"id":602,"eClass":"EGenericType"},{"id":603,"eClass":"EGenericType"},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"id":610,"eClass":"EGenericType"},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"id":623,"eClass":"EGenericType"},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"id":626,"eClass":"EGenericType"},{"id":627,"eClass":"EGenericType"},{"id":628,"eClass":"EGenericType"},{"id":629,"eClass":"EGenericType"},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"},{"id":632,"eClass":"EGenericType"},{"id":633,"eClass":"EGenericType"},{"id":634,"eClass":"EGenericType"},{"id":635,"eClass":"EGenericType"},{"id":636,"eClass":"EGenericType"},{"id":637,"eClass":"EGenericType"},{"id":638,"eClass":"EGenericType"},{"id":639,"eClass":"EGenericType"},{"id":640,"eClass":"EGenericType"},{"id":641,"eClass":"EGenericType"},{"id":642,"eClass":"EGenericType"},{"id":643,"eClass":"EGenericType"},{"id":644,"eClass":"EGenericType"},{"id":645,"eClass":"EGenericType"},{"id":646,"eClass":"EGenericType"},{"id":647,"eClass":"EGenericType"},{"id":648,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":649,"derived":false},{"id":650,"eClass":"EGenericType"},{"id":651,"eClass":"EGenericType"},{"id":652,"eClass":"EGenericType"},{"id":653,"eClass":"EGenericType"},{"id":654,"eClass":"EGenericType"},{"id":655,"eClass":"EGenericType"},{"id":656,"eClass":"EGenericType"},{"id":657,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":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":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0},{"source":7,"target":0},{"source":8,"target":0},{"source":9,"target":0},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":195},{"source":11,"target":196},{"source":195,"target":197},{"source":195,"target":11},{"source":196,"target":2},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":198},{"source":12,"target":199},{"source":12,"target":200},{"source":12,"target":201},{"source":12,"target":202},{"source":12,"target":203},{"source":198,"target":204},{"source":198,"target":12},{"source":199,"target":205},{"source":199,"target":12},{"source":200,"target":206},{"source":200,"target":12},{"source":201,"target":207},{"source":201,"target":12},{"source":202,"target":11},{"source":202,"target":208},{"source":202,"target":12},{"source":208,"target":11},{"source":203,"target":2},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":209},{"source":13,"target":210},{"source":13,"target":211},{"source":209,"target":16},{"source":209,"target":212},{"source":209,"target":13},{"source":212,"target":16},{"source":210,"target":90},{"source":210,"target":213},{"source":210,"target":13},{"source":213,"target":90},{"source":211,"target":3},{"source":14,"target":0},{"source":14,"target":3},{"source":14,"target":214},{"source":14,"target":215},{"source":14,"target":216},{"source":214,"target":92},{"source":214,"target":217},{"source":214,"target":14},{"source":217,"target":92},{"source":215,"target":14},{"source":215,"target":218},{"source":215,"target":14},{"source":218,"target":14},{"source":216,"target":3},{"source":15,"target":0},{"source":15,"target":1},{"source":15,"target":219},{"source":15,"target":220},{"source":15,"target":221},{"source":15,"target":222},{"source":219,"target":12},{"source":219,"target":223},{"source":219,"target":15},{"source":223,"target":12},{"source":220,"target":91},{"source":220,"target":224},{"source":220,"target":15},{"source":224,"target":91},{"source":221,"target":89},{"source":221,"target":225},{"source":221,"target":15},{"source":225,"target":89},{"source":222,"target":1},{"source":16,"target":0},{"source":16,"target":4},{"source":16,"target":226},{"source":16,"target":227},{"source":16,"target":228},{"source":16,"target":229},{"source":226,"target":230},{"source":226,"target":16},{"source":227,"target":92},{"source":227,"target":231},{"source":227,"target":16},{"source":231,"target":92},{"source":228,"target":93},{"source":228,"target":232},{"source":228,"target":16},{"source":232,"target":93},{"source":229,"target":4},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":233},{"source":17,"target":234},{"source":233,"target":235},{"source":233,"target":17},{"source":234,"target":4},{"source":18,"target":0},{"source":18,"target":92},{"source":18,"target":236},{"source":18,"target":237},{"source":18,"target":238},{"source":18,"target":239},{"source":18,"target":240},{"source":236,"target":241},{"source":236,"target":18},{"source":237,"target":242},{"source":237,"target":18},{"source":238,"target":4},{"source":238,"target":243},{"source":238,"target":18},{"source":243,"target":4},{"source":239,"target":4},{"source":239,"target":244},{"source":239,"target":18},{"source":244,"target":4},{"source":240,"target":92},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":245},{"source":19,"target":246},{"source":19,"target":247},{"source":245,"target":17},{"source":245,"target":248},{"source":245,"target":19},{"source":248,"target":17},{"source":246,"target":94},{"source":246,"target":249},{"source":246,"target":19},{"source":249,"target":94},{"source":247,"target":18},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":250},{"source":20,"target":251},{"source":20,"target":252},{"source":20,"target":253},{"source":250,"target":19},{"source":250,"target":254},{"source":250,"target":20},{"source":254,"target":19},{"source":251,"target":17},{"source":251,"target":255},{"source":251,"target":20},{"source":255,"target":17},{"source":252,"target":94},{"source":252,"target":256},{"source":252,"target":20},{"source":256,"target":94},{"source":253,"target":18},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":257},{"source":21,"target":258},{"source":21,"target":259},{"source":257,"target":104},{"source":257,"target":260},{"source":257,"target":21},{"source":260,"target":104},{"source":258,"target":24},{"source":258,"target":261},{"source":258,"target":21},{"source":261,"target":24},{"source":259,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":262},{"source":22,"target":263},{"source":262,"target":264},{"source":262,"target":22},{"source":263,"target":20},{"source":23,"target":0},{"source":23,"target":19},{"source":23,"target":265},{"source":23,"target":266},{"source":23,"target":267},{"source":23,"target":268},{"source":23,"target":269},{"source":23,"target":270},{"source":265,"target":94},{"source":265,"target":271},{"source":265,"target":23},{"source":271,"target":94},{"source":266,"target":102},{"source":266,"target":272},{"source":266,"target":23},{"source":272,"target":102},{"source":267,"target":95},{"source":267,"target":273},{"source":267,"target":23},{"source":273,"target":95},{"source":268,"target":24},{"source":268,"target":274},{"source":268,"target":23},{"source":274,"target":24},{"source":269,"target":96},{"source":269,"target":275},{"source":269,"target":23},{"source":275,"target":96},{"source":270,"target":19},{"source":24,"target":0},{"source":24,"target":276},{"source":24,"target":277},{"source":24,"target":278},{"source":24,"target":279},{"source":276,"target":280},{"source":276,"target":24},{"source":277,"target":281},{"source":277,"target":24},{"source":278,"target":282},{"source":278,"target":24},{"source":279,"target":103},{"source":279,"target":283},{"source":279,"target":24},{"source":283,"target":103},{"source":25,"target":0},{"source":25,"target":19},{"source":25,"target":284},{"source":25,"target":285},{"source":25,"target":286},{"source":284,"target":102},{"source":284,"target":287},{"source":284,"target":25},{"source":287,"target":102},{"source":285,"target":95},{"source":285,"target":288},{"source":285,"target":25},{"source":288,"target":95},{"source":286,"target":19},{"source":26,"target":0},{"source":26,"target":19},{"source":26,"target":289},{"source":26,"target":290},{"source":26,"target":291},{"source":289,"target":292},{"source":289,"target":26},{"source":290,"target":73},{"source":290,"target":293},{"source":290,"target":26},{"source":293,"target":73},{"source":291,"target":19},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":294},{"source":27,"target":295},{"source":294,"target":73},{"source":294,"target":296},{"source":294,"target":27},{"source":296,"target":73},{"source":295,"target":26},{"source":28,"target":0},{"source":28,"target":19},{"source":28,"target":297},{"source":28,"target":298},{"source":297,"target":73},{"source":297,"target":299},{"source":297,"target":28},{"source":299,"target":73},{"source":298,"target":19},{"source":29,"target":0},{"source":29,"target":92},{"source":29,"target":300},{"source":29,"target":301},{"source":300,"target":17},{"source":300,"target":302},{"source":300,"target":29},{"source":302,"target":17},{"source":301,"target":92},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":303},{"source":30,"target":304},{"source":303,"target":47},{"source":303,"target":305},{"source":303,"target":30},{"source":305,"target":47},{"source":304,"target":29},{"source":31,"target":0},{"source":31,"target":29},{"source":31,"target":306},{"source":31,"target":307},{"source":306,"target":42},{"source":306,"target":308},{"source":306,"target":31},{"source":308,"target":42},{"source":307,"target":29},{"source":32,"target":0},{"source":32,"target":92},{"source":32,"target":309},{"source":32,"target":310},{"source":32,"target":311},{"source":32,"target":312},{"source":309,"target":17},{"source":309,"target":313},{"source":309,"target":32},{"source":313,"target":17},{"source":310,"target":92},{"source":310,"target":314},{"source":310,"target":32},{"source":314,"target":92},{"source":311,"target":97},{"source":311,"target":315},{"source":311,"target":32},{"source":315,"target":97},{"source":312,"target":92},{"source":33,"target":0},{"source":33,"target":92},{"source":33,"target":316},{"source":33,"target":317},{"source":33,"target":318},{"source":316,"target":17},{"source":316,"target":319},{"source":316,"target":33},{"source":319,"target":17},{"source":317,"target":98},{"source":317,"target":320},{"source":317,"target":33},{"source":320,"target":98},{"source":318,"target":92},{"source":34,"target":0},{"source":34,"target":91},{"source":34,"target":321},{"source":34,"target":322},{"source":321,"target":11},{"source":321,"target":323},{"source":321,"target":34},{"source":323,"target":11},{"source":322,"target":91},{"source":35,"target":0},{"source":35,"target":91},{"source":35,"target":324},{"source":35,"target":325},{"source":324,"target":36},{"source":324,"target":326},{"source":324,"target":35},{"source":326,"target":36},{"source":325,"target":91},{"source":36,"target":0},{"source":36,"target":91},{"source":36,"target":327},{"source":36,"target":328},{"source":36,"target":329},{"source":327,"target":330},{"source":327,"target":36},{"source":328,"target":331},{"source":328,"target":36},{"source":329,"target":91},{"source":37,"target":0},{"source":37,"target":91},{"source":37,"target":332},{"source":37,"target":333},{"source":332,"target":334},{"source":332,"target":37},{"source":333,"target":91},{"source":38,"target":0},{"source":38,"target":15},{"source":38,"target":335},{"source":38,"target":336},{"source":38,"target":337},{"source":335,"target":338},{"source":335,"target":38},{"source":336,"target":339},{"source":336,"target":38},{"source":337,"target":15},{"source":39,"target":0},{"source":39,"target":6},{"source":39,"target":340},{"source":39,"target":341},{"source":340,"target":342},{"source":340,"target":39},{"source":341,"target":6},{"source":40,"target":0},{"source":40,"target":6},{"source":40,"target":343},{"source":40,"target":344},{"source":343,"target":28},{"source":343,"target":345},{"source":343,"target":40},{"source":345,"target":28},{"source":344,"target":6},{"source":41,"target":0},{"source":41,"target":6},{"source":41,"target":346},{"source":41,"target":347},{"source":346,"target":94},{"source":346,"target":348},{"source":346,"target":41},{"source":348,"target":94},{"source":347,"target":6},{"source":42,"target":0},{"source":42,"target":6},{"source":42,"target":349},{"source":42,"target":350},{"source":42,"target":351},{"source":349,"target":92},{"source":349,"target":352},{"source":349,"target":42},{"source":352,"target":92},{"source":350,"target":99},{"source":350,"target":353},{"source":350,"target":42},{"source":353,"target":99},{"source":351,"target":6},{"source":43,"target":0},{"source":43,"target":41},{"source":43,"target":354},{"source":43,"target":355},{"source":354,"target":44},{"source":354,"target":356},{"source":354,"target":43},{"source":356,"target":44},{"source":355,"target":41},{"source":44,"target":0},{"source":44,"target":4},{"source":44,"target":357},{"source":44,"target":358},{"source":44,"target":359},{"source":357,"target":73},{"source":357,"target":360},{"source":357,"target":44},{"source":360,"target":73},{"source":358,"target":73},{"source":358,"target":361},{"source":358,"target":44},{"source":361,"target":73},{"source":359,"target":4},{"source":45,"target":0},{"source":45,"target":38},{"source":45,"target":362},{"source":45,"target":363},{"source":45,"target":364},{"source":362,"target":94},{"source":362,"target":365},{"source":362,"target":45},{"source":365,"target":94},{"source":363,"target":46},{"source":363,"target":366},{"source":363,"target":45},{"source":366,"target":46},{"source":364,"target":38},{"source":46,"target":0},{"source":46,"target":6},{"source":46,"target":367},{"source":46,"target":368},{"source":367,"target":94},{"source":367,"target":369},{"source":367,"target":46},{"source":369,"target":94},{"source":368,"target":6},{"source":47,"target":0},{"source":47,"target":6},{"source":47,"target":370},{"source":47,"target":371},{"source":370,"target":38},{"source":370,"target":372},{"source":370,"target":47},{"source":372,"target":38},{"source":371,"target":6},{"source":48,"target":0},{"source":48,"target":42},{"source":48,"target":373},{"source":48,"target":374},{"source":373,"target":49},{"source":373,"target":375},{"source":373,"target":48},{"source":375,"target":49},{"source":374,"target":42},{"source":49,"target":0},{"source":49,"target":4},{"source":49,"target":376},{"source":49,"target":377},{"source":49,"target":378},{"source":49,"target":379},{"source":376,"target":380},{"source":376,"target":49},{"source":377,"target":4},{"source":377,"target":381},{"source":377,"target":49},{"source":381,"target":4},{"source":378,"target":47},{"source":378,"target":382},{"source":378,"target":49},{"source":382,"target":47},{"source":379,"target":4},{"source":50,"target":0},{"source":50,"target":94},{"source":50,"target":383},{"source":50,"target":384},{"source":383,"target":38},{"source":383,"target":385},{"source":383,"target":50},{"source":385,"target":38},{"source":384,"target":94},{"source":51,"target":0},{"source":51,"target":94},{"source":51,"target":386},{"source":51,"target":387},{"source":51,"target":388},{"source":386,"target":17},{"source":386,"target":389},{"source":386,"target":51},{"source":389,"target":17},{"source":387,"target":29},{"source":387,"target":390},{"source":387,"target":51},{"source":390,"target":29},{"source":388,"target":94},{"source":52,"target":0},{"source":52,"target":95},{"source":52,"target":391},{"source":52,"target":392},{"source":391,"target":73},{"source":391,"target":393},{"source":391,"target":52},{"source":393,"target":73},{"source":392,"target":95},{"source":53,"target":0},{"source":53,"target":95},{"source":53,"target":394},{"source":53,"target":395},{"source":394,"target":92},{"source":394,"target":396},{"source":394,"target":53},{"source":396,"target":92},{"source":395,"target":95},{"source":54,"target":0},{"source":54,"target":95},{"source":54,"target":397},{"source":54,"target":398},{"source":397,"target":73},{"source":397,"target":399},{"source":397,"target":54},{"source":399,"target":73},{"source":398,"target":95},{"source":55,"target":0},{"source":55,"target":95},{"source":55,"target":400},{"source":55,"target":401},{"source":400,"target":73},{"source":400,"target":402},{"source":400,"target":55},{"source":402,"target":73},{"source":401,"target":95},{"source":56,"target":0},{"source":56,"target":95},{"source":56,"target":403},{"source":56,"target":404},{"source":403,"target":88},{"source":403,"target":405},{"source":403,"target":56},{"source":405,"target":88},{"source":404,"target":95},{"source":57,"target":0},{"source":57,"target":95},{"source":57,"target":406},{"source":57,"target":407},{"source":406,"target":88},{"source":406,"target":408},{"source":406,"target":57},{"source":408,"target":88},{"source":407,"target":95},{"source":58,"target":0},{"source":58,"target":95},{"source":58,"target":409},{"source":58,"target":410},{"source":58,"target":411},{"source":409,"target":33},{"source":409,"target":412},{"source":409,"target":58},{"source":412,"target":33},{"source":410,"target":95},{"source":410,"target":413},{"source":410,"target":58},{"source":413,"target":95},{"source":411,"target":95},{"source":59,"target":0},{"source":59,"target":95},{"source":59,"target":414},{"source":59,"target":415},{"source":59,"target":416},{"source":414,"target":95},{"source":414,"target":417},{"source":414,"target":59},{"source":417,"target":95},{"source":415,"target":100},{"source":415,"target":418},{"source":415,"target":59},{"source":418,"target":100},{"source":416,"target":95},{"source":60,"target":0},{"source":60,"target":95},{"source":60,"target":419},{"source":419,"target":95},{"source":61,"target":0},{"source":61,"target":95},{"source":61,"target":420},{"source":61,"target":421},{"source":61,"target":422},{"source":61,"target":423},{"source":420,"target":73},{"source":420,"target":424},{"source":420,"target":61},{"source":424,"target":73},{"source":421,"target":95},{"source":421,"target":425},{"source":421,"target":61},{"source":425,"target":95},{"source":422,"target":95},{"source":422,"target":426},{"source":422,"target":61},{"source":426,"target":95},{"source":423,"target":95},{"source":62,"target":0},{"source":62,"target":95},{"source":62,"target":427},{"source":62,"target":428},{"source":62,"target":429},{"source":427,"target":73},{"source":427,"target":430},{"source":427,"target":62},{"source":430,"target":73},{"source":428,"target":63},{"source":428,"target":431},{"source":428,"target":62},{"source":431,"target":63},{"source":429,"target":95},{"source":63,"target":0},{"source":63,"target":4},{"source":63,"target":432},{"source":63,"target":433},{"source":432,"target":95},{"source":432,"target":434},{"source":432,"target":63},{"source":434,"target":95},{"source":433,"target":4},{"source":64,"target":0},{"source":64,"target":63},{"source":64,"target":435},{"source":64,"target":436},{"source":435,"target":73},{"source":435,"target":437},{"source":435,"target":64},{"source":437,"target":73},{"source":436,"target":63},{"source":65,"target":0},{"source":65,"target":95},{"source":65,"target":438},{"source":65,"target":439},{"source":438,"target":73},{"source":438,"target":440},{"source":438,"target":65},{"source":440,"target":73},{"source":439,"target":95},{"source":66,"target":0},{"source":66,"target":95},{"source":66,"target":441},{"source":66,"target":442},{"source":66,"target":443},{"source":441,"target":73},{"source":441,"target":444},{"source":441,"target":66},{"source":444,"target":73},{"source":442,"target":95},{"source":442,"target":445},{"source":442,"target":66},{"source":445,"target":95},{"source":443,"target":95},{"source":67,"target":0},{"source":67,"target":66},{"source":67,"target":446},{"source":67,"target":447},{"source":67,"target":448},{"source":446,"target":73},{"source":446,"target":449},{"source":446,"target":67},{"source":449,"target":73},{"source":447,"target":73},{"source":447,"target":450},{"source":447,"target":67},{"source":450,"target":73},{"source":448,"target":66},{"source":68,"target":0},{"source":68,"target":95},{"source":68,"target":451},{"source":68,"target":452},{"source":68,"target":453},{"source":68,"target":454},{"source":451,"target":95},{"source":451,"target":455},{"source":451,"target":68},{"source":455,"target":95},{"source":452,"target":69},{"source":452,"target":456},{"source":452,"target":68},{"source":456,"target":69},{"source":453,"target":95},{"source":453,"target":457},{"source":453,"target":68},{"source":457,"target":95},{"source":454,"target":95},{"source":69,"target":0},{"source":69,"target":4},{"source":69,"target":458},{"source":69,"target":459},{"source":458,"target":95},{"source":458,"target":460},{"source":458,"target":69},{"source":460,"target":95},{"source":459,"target":4},{"source":70,"target":0},{"source":70,"target":69},{"source":70,"target":461},{"source":70,"target":462},{"source":461,"target":38},{"source":461,"target":463},{"source":461,"target":70},{"source":463,"target":38},{"source":462,"target":69},{"source":71,"target":0},{"source":71,"target":69},{"source":71,"target":464},{"source":71,"target":465},{"source":464,"target":26},{"source":464,"target":466},{"source":464,"target":71},{"source":466,"target":26},{"source":465,"target":69},{"source":72,"target":0},{"source":72,"target":95},{"source":72,"target":467},{"source":72,"target":468},{"source":467,"target":73},{"source":467,"target":469},{"source":467,"target":72},{"source":469,"target":73},{"source":468,"target":95},{"source":73,"target":0},{"source":73,"target":15},{"source":73,"target":470},{"source":73,"target":471},{"source":470,"target":94},{"source":470,"target":472},{"source":470,"target":73},{"source":472,"target":94},{"source":471,"target":15},{"source":74,"target":0},{"source":74,"target":73},{"source":74,"target":473},{"source":74,"target":474},{"source":74,"target":475},{"source":473,"target":17},{"source":473,"target":476},{"source":473,"target":74},{"source":476,"target":17},{"source":474,"target":92},{"source":474,"target":477},{"source":474,"target":74},{"source":477,"target":92},{"source":475,"target":73},{"source":75,"target":0},{"source":75,"target":73},{"source":75,"target":478},{"source":75,"target":479},{"source":75,"target":480},{"source":478,"target":73},{"source":478,"target":481},{"source":478,"target":75},{"source":481,"target":73},{"source":479,"target":73},{"source":479,"target":482},{"source":479,"target":75},{"source":482,"target":73},{"source":480,"target":73},{"source":76,"target":0},{"source":76,"target":74},{"source":76,"target":483},{"source":76,"target":484},{"source":76,"target":485},{"source":483,"target":73},{"source":483,"target":486},{"source":483,"target":76},{"source":486,"target":73},{"source":484,"target":101},{"source":484,"target":487},{"source":484,"target":76},{"source":487,"target":101},{"source":485,"target":74},{"source":77,"target":0},{"source":77,"target":74},{"source":77,"target":488},{"source":77,"target":489},{"source":77,"target":490},{"source":488,"target":94},{"source":488,"target":491},{"source":488,"target":77},{"source":491,"target":94},{"source":489,"target":101},{"source":489,"target":492},{"source":489,"target":77},{"source":492,"target":101},{"source":490,"target":74},{"source":78,"target":0},{"source":78,"target":73},{"source":78,"target":493},{"source":78,"target":494},{"source":493,"target":495},{"source":493,"target":78},{"source":494,"target":73},{"source":79,"target":0},{"source":79,"target":73},{"source":79,"target":496},{"source":79,"target":497},{"source":79,"target":498},{"source":496,"target":94},{"source":496,"target":499},{"source":496,"target":79},{"source":499,"target":94},{"source":497,"target":73},{"source":497,"target":500},{"source":497,"target":79},{"source":500,"target":73},{"source":498,"target":73},{"source":80,"target":0},{"source":80,"target":73},{"source":80,"target":501},{"source":80,"target":502},{"source":80,"target":503},{"source":501,"target":4},{"source":501,"target":504},{"source":501,"target":80},{"source":504,"target":4},{"source":502,"target":73},{"source":502,"target":505},{"source":502,"target":80},{"source":505,"target":73},{"source":503,"target":73},{"source":81,"target":0},{"source":81,"target":73},{"source":81,"target":506},{"source":81,"target":507},{"source":81,"target":508},{"source":81,"target":509},{"source":506,"target":4},{"source":506,"target":510},{"source":506,"target":81},{"source":510,"target":4},{"source":507,"target":73},{"source":507,"target":511},{"source":507,"target":81},{"source":511,"target":73},{"source":508,"target":73},{"source":508,"target":512},{"source":508,"target":81},{"source":512,"target":73},{"source":509,"target":73},{"source":82,"target":0},{"source":82,"target":9},{"source":82,"target":513},{"source":82,"target":514},{"source":513,"target":4},{"source":513,"target":515},{"source":513,"target":82},{"source":515,"target":4},{"source":514,"target":9},{"source":83,"target":0},{"source":83,"target":73},{"source":83,"target":516},{"source":83,"target":517},{"source":83,"target":518},{"source":83,"target":519},{"source":516,"target":73},{"source":516,"target":520},{"source":516,"target":83},{"source":520,"target":73},{"source":517,"target":73},{"source":517,"target":521},{"source":517,"target":83},{"source":521,"target":73},{"source":518,"target":73},{"source":518,"target":522},{"source":518,"target":83},{"source":522,"target":73},{"source":519,"target":73},{"source":84,"target":0},{"source":84,"target":73},{"source":84,"target":523},{"source":84,"target":524},{"source":84,"target":525},{"source":523,"target":73},{"source":523,"target":526},{"source":523,"target":84},{"source":526,"target":73},{"source":524,"target":73},{"source":524,"target":527},{"source":524,"target":84},{"source":527,"target":73},{"source":525,"target":73},{"source":85,"target":0},{"source":85,"target":73},{"source":85,"target":528},{"source":85,"target":529},{"source":85,"target":530},{"source":528,"target":73},{"source":528,"target":531},{"source":528,"target":85},{"source":531,"target":73},{"source":529,"target":10},{"source":529,"target":532},{"source":529,"target":85},{"source":532,"target":10},{"source":530,"target":73},{"source":86,"target":0},{"source":86,"target":10},{"source":86,"target":533},{"source":86,"target":534},{"source":533,"target":73},{"source":533,"target":535},{"source":533,"target":86},{"source":535,"target":73},{"source":534,"target":10},{"source":87,"target":0},{"source":87,"target":73},{"source":87,"target":536},{"source":87,"target":537},{"source":87,"target":538},{"source":536,"target":94},{"source":536,"target":539},{"source":536,"target":87},{"source":539,"target":94},{"source":537,"target":4},{"source":537,"target":540},{"source":537,"target":87},{"source":540,"target":4},{"source":538,"target":73},{"source":88,"target":0},{"source":88,"target":73},{"source":88,"target":541},{"source":88,"target":542},{"source":88,"target":543},{"source":541,"target":17},{"source":541,"target":544},{"source":541,"target":88},{"source":544,"target":17},{"source":542,"target":33},{"source":542,"target":545},{"source":542,"target":88},{"source":545,"target":33},{"source":543,"target":73},{"source":89,"target":0},{"source":89,"target":73},{"source":89,"target":546},{"source":89,"target":547},{"source":89,"target":548},{"source":546,"target":94},{"source":546,"target":549},{"source":546,"target":89},{"source":549,"target":94},{"source":547,"target":73},{"source":547,"target":550},{"source":547,"target":89},{"source":550,"target":73},{"source":548,"target":73},{"source":90,"target":0},{"source":90,"target":14},{"source":90,"target":551},{"source":551,"target":14},{"source":91,"target":0},{"source":91,"target":15},{"source":91,"target":552},{"source":552,"target":15},{"source":92,"target":0},{"source":92,"target":15},{"source":92,"target":553},{"source":553,"target":15},{"source":93,"target":0},{"source":93,"target":14},{"source":93,"target":554},{"source":554,"target":14},{"source":94,"target":0},{"source":94,"target":38},{"source":94,"target":555},{"source":555,"target":38},{"source":95,"target":0},{"source":95,"target":15},{"source":95,"target":556},{"source":556,"target":15},{"source":96,"target":0},{"source":96,"target":14},{"source":96,"target":557},{"source":557,"target":14},{"source":97,"target":0},{"source":97,"target":38},{"source":97,"target":558},{"source":558,"target":38},{"source":98,"target":0},{"source":98,"target":38},{"source":98,"target":559},{"source":559,"target":38},{"source":99,"target":0},{"source":99,"target":14},{"source":99,"target":560},{"source":560,"target":14},{"source":100,"target":0},{"source":100,"target":14},{"source":100,"target":561},{"source":561,"target":14},{"source":101,"target":0},{"source":101,"target":74},{"source":101,"target":562},{"source":562,"target":74},{"source":102,"target":0},{"source":102,"target":26},{"source":102,"target":563},{"source":563,"target":26},{"source":103,"target":0},{"source":103,"target":4},{"source":103,"target":564},{"source":564,"target":4},{"source":104,"target":0},{"source":104,"target":20},{"source":104,"target":565},{"source":565,"target":20},{"source":105,"target":0},{"source":105,"target":26},{"source":105,"target":566},{"source":566,"target":26},{"source":106,"target":0},{"source":106,"target":4},{"source":106,"target":567},{"source":567,"target":4},{"source":107,"target":0},{"source":107,"target":5},{"source":107,"target":568},{"source":568,"target":5},{"source":108,"target":0},{"source":108,"target":5},{"source":108,"target":569},{"source":569,"target":5},{"source":109,"target":0},{"source":109,"target":5},{"source":109,"target":570},{"source":570,"target":5},{"source":110,"target":0},{"source":110,"target":5},{"source":110,"target":571},{"source":571,"target":5},{"source":111,"target":0},{"source":111,"target":5},{"source":111,"target":572},{"source":572,"target":5},{"source":112,"target":0},{"source":112,"target":103},{"source":112,"target":573},{"source":573,"target":103},{"source":113,"target":0},{"source":113,"target":103},{"source":113,"target":574},{"source":574,"target":103},{"source":114,"target":0},{"source":114,"target":103},{"source":114,"target":575},{"source":575,"target":103},{"source":115,"target":0},{"source":115,"target":6},{"source":115,"target":576},{"source":576,"target":6},{"source":116,"target":0},{"source":116,"target":39},{"source":116,"target":577},{"source":577,"target":39},{"source":117,"target":0},{"source":117,"target":39},{"source":117,"target":578},{"source":578,"target":39},{"source":118,"target":0},{"source":118,"target":39},{"source":118,"target":579},{"source":579,"target":39},{"source":119,"target":0},{"source":119,"target":39},{"source":119,"target":580},{"source":580,"target":39},{"source":120,"target":0},{"source":120,"target":39},{"source":120,"target":581},{"source":581,"target":39},{"source":121,"target":0},{"source":121,"target":39},{"source":121,"target":582},{"source":582,"target":39},{"source":122,"target":0},{"source":122,"target":39},{"source":122,"target":583},{"source":583,"target":39},{"source":123,"target":0},{"source":123,"target":39},{"source":123,"target":584},{"source":584,"target":39},{"source":124,"target":0},{"source":124,"target":39},{"source":124,"target":585},{"source":585,"target":39},{"source":125,"target":0},{"source":125,"target":39},{"source":125,"target":586},{"source":586,"target":39},{"source":126,"target":0},{"source":126,"target":39},{"source":126,"target":587},{"source":587,"target":39},{"source":127,"target":0},{"source":127,"target":39},{"source":127,"target":588},{"source":588,"target":39},{"source":128,"target":0},{"source":128,"target":41},{"source":128,"target":589},{"source":589,"target":41},{"source":129,"target":0},{"source":129,"target":41},{"source":129,"target":590},{"source":590,"target":41},{"source":130,"target":0},{"source":130,"target":41},{"source":130,"target":591},{"source":591,"target":41},{"source":131,"target":0},{"source":131,"target":41},{"source":131,"target":592},{"source":592,"target":41},{"source":132,"target":0},{"source":132,"target":42},{"source":132,"target":593},{"source":593,"target":42},{"source":133,"target":0},{"source":133,"target":42},{"source":133,"target":594},{"source":594,"target":42},{"source":134,"target":0},{"source":134,"target":42},{"source":134,"target":595},{"source":595,"target":42},{"source":135,"target":0},{"source":135,"target":46},{"source":135,"target":596},{"source":596,"target":46},{"source":136,"target":0},{"source":136,"target":46},{"source":136,"target":597},{"source":597,"target":46},{"source":137,"target":0},{"source":137,"target":7},{"source":137,"target":598},{"source":598,"target":7},{"source":138,"target":0},{"source":138,"target":7},{"source":138,"target":599},{"source":599,"target":7},{"source":139,"target":0},{"source":139,"target":7},{"source":139,"target":600},{"source":600,"target":7},{"source":140,"target":0},{"source":140,"target":95},{"source":140,"target":601},{"source":601,"target":95},{"source":141,"target":0},{"source":141,"target":63},{"source":141,"target":602},{"source":602,"target":63},{"source":142,"target":0},{"source":142,"target":66},{"source":142,"target":603},{"source":603,"target":66},{"source":143,"target":0},{"source":143,"target":66},{"source":143,"target":604},{"source":604,"target":66},{"source":144,"target":0},{"source":144,"target":67},{"source":144,"target":605},{"source":605,"target":67},{"source":145,"target":0},{"source":145,"target":67},{"source":145,"target":606},{"source":606,"target":67},{"source":146,"target":0},{"source":146,"target":73},{"source":146,"target":607},{"source":607,"target":73},{"source":147,"target":0},{"source":147,"target":76},{"source":147,"target":608},{"source":608,"target":76},{"source":148,"target":0},{"source":148,"target":76},{"source":148,"target":609},{"source":609,"target":76},{"source":149,"target":0},{"source":149,"target":78},{"source":149,"target":610},{"source":610,"target":78},{"source":150,"target":0},{"source":150,"target":78},{"source":150,"target":611},{"source":611,"target":78},{"source":151,"target":0},{"source":151,"target":78},{"source":151,"target":612},{"source":612,"target":78},{"source":152,"target":0},{"source":152,"target":78},{"source":152,"target":613},{"source":613,"target":78},{"source":153,"target":0},{"source":153,"target":78},{"source":153,"target":614},{"source":614,"target":78},{"source":154,"target":0},{"source":154,"target":78},{"source":154,"target":615},{"source":615,"target":78},{"source":155,"target":0},{"source":155,"target":8},{"source":155,"target":616},{"source":616,"target":8},{"source":156,"target":0},{"source":156,"target":8},{"source":156,"target":617},{"source":617,"target":8},{"source":157,"target":0},{"source":157,"target":8},{"source":157,"target":618},{"source":618,"target":8},{"source":158,"target":0},{"source":158,"target":8},{"source":158,"target":619},{"source":619,"target":8},{"source":159,"target":0},{"source":159,"target":8},{"source":159,"target":620},{"source":620,"target":8},{"source":160,"target":0},{"source":160,"target":8},{"source":160,"target":621},{"source":621,"target":8},{"source":161,"target":0},{"source":161,"target":8},{"source":161,"target":622},{"source":622,"target":8},{"source":162,"target":0},{"source":162,"target":8},{"source":162,"target":623},{"source":623,"target":8},{"source":163,"target":0},{"source":163,"target":8},{"source":163,"target":624},{"source":624,"target":8},{"source":164,"target":0},{"source":164,"target":8},{"source":164,"target":625},{"source":625,"target":8},{"source":165,"target":0},{"source":165,"target":9},{"source":165,"target":626},{"source":626,"target":9},{"source":166,"target":0},{"source":166,"target":9},{"source":166,"target":627},{"source":627,"target":9},{"source":167,"target":0},{"source":167,"target":9},{"source":167,"target":628},{"source":628,"target":9},{"source":168,"target":0},{"source":168,"target":9},{"source":168,"target":629},{"source":629,"target":9},{"source":169,"target":0},{"source":169,"target":9},{"source":169,"target":630},{"source":630,"target":9},{"source":170,"target":0},{"source":170,"target":9},{"source":170,"target":631},{"source":631,"target":9},{"source":171,"target":0},{"source":171,"target":9},{"source":171,"target":632},{"source":632,"target":9},{"source":172,"target":0},{"source":172,"target":9},{"source":172,"target":633},{"source":633,"target":9},{"source":173,"target":0},{"source":173,"target":9},{"source":173,"target":634},{"source":634,"target":9},{"source":174,"target":0},{"source":174,"target":9},{"source":174,"target":635},{"source":635,"target":9},{"source":175,"target":0},{"source":175,"target":9},{"source":175,"target":636},{"source":636,"target":9},{"source":176,"target":0},{"source":176,"target":9},{"source":176,"target":637},{"source":637,"target":9},{"source":177,"target":0},{"source":177,"target":9},{"source":177,"target":638},{"source":638,"target":9},{"source":178,"target":0},{"source":178,"target":9},{"source":178,"target":639},{"source":639,"target":9},{"source":179,"target":0},{"source":179,"target":9},{"source":179,"target":640},{"source":640,"target":9},{"source":180,"target":0},{"source":180,"target":9},{"source":180,"target":641},{"source":641,"target":9},{"source":181,"target":0},{"source":181,"target":9},{"source":181,"target":642},{"source":642,"target":9},{"source":182,"target":0},{"source":182,"target":9},{"source":182,"target":643},{"source":643,"target":9},{"source":183,"target":0},{"source":183,"target":9},{"source":183,"target":644},{"source":644,"target":9},{"source":184,"target":0},{"source":184,"target":9},{"source":184,"target":645},{"source":645,"target":9},{"source":185,"target":0},{"source":185,"target":10},{"source":185,"target":646},{"source":646,"target":10},{"source":186,"target":0},{"source":186,"target":86},{"source":186,"target":647},{"source":647,"target":86},{"source":187,"target":0},{"source":187,"target":86},{"source":187,"target":648},{"source":648,"target":86},{"source":188,"target":0},{"source":188,"target":19},{"source":188,"target":649},{"source":188,"target":650},{"source":649,"target":95},{"source":649,"target":651},{"source":649,"target":188},{"source":651,"target":95},{"source":650,"target":19},{"source":189,"target":0},{"source":189,"target":9},{"source":189,"target":652},{"source":652,"target":9},{"source":190,"target":0},{"source":190,"target":9},{"source":190,"target":653},{"source":653,"target":9},{"source":191,"target":0},{"source":191,"target":9},{"source":191,"target":654},{"source":654,"target":9},{"source":192,"target":0},{"source":192,"target":9},{"source":192,"target":655},{"source":655,"target":9},{"source":193,"target":0},{"source":193,"target":9},{"source":193,"target":656},{"source":656,"target":9},{"source":194,"target":0},{"source":194,"target":95},{"source":194,"target":657},{"source":657,"target":95}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/wbombardellis/MasterThesis-WilliamBombardelliDaSilva/metamodels/org.wbsilva.mm.statemachine/model/Statemachine.ecore
statemachine SM states initial final transitions events State id Transition from to event Event id
<?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="statemachine" nsURI="platform:/plugin/org.wbsilva.mm.statemachine/model/Statemachine.ecore" nsPrefix="org.wbsilva.mm.statemachine"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TODO: Add documentation for statemachine. Hint: You may copy this element in the Ecore editor to add documentation to EClasses, EOperations, ..."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="SM"> <eStructuralFeatures xsi:type="ecore:EReference" name="states" ordered="false" upperBound="-1" eType="#//State" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initial" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="final" ordered="false" upperBound="-1" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" ordered="false" upperBound="-1" eType="#//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="events" ordered="false" upperBound="-1" eType="#//Event" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="event" eType="#//Event"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"org.wbsilva.mm.statemachine","nsURI":"platform:/plugin/org.wbsilva.mm.statemachine/model/Statemachine.ecore","name":"statemachine","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SM","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":4,"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":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initial","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"final","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":5,"target":2},{"source":5,"target":10},{"source":5,"target":1},{"source":10,"target":2},{"source":6,"target":2},{"source":6,"target":11},{"source":6,"target":1},{"source":11,"target":2},{"source":7,"target":2},{"source":7,"target":12},{"source":7,"target":1},{"source":12,"target":2},{"source":8,"target":3},{"source":8,"target":13},{"source":8,"target":1},{"source":13,"target":3},{"source":9,"target":4},{"source":9,"target":14},{"source":9,"target":1},{"source":14,"target":4},{"source":2,"target":0},{"source":2,"target":15},{"source":15,"target":16},{"source":15,"target":2},{"source":3,"target":0},{"source":3,"target":17},{"source":3,"target":18},{"source":3,"target":19},{"source":17,"target":2},{"source":17,"target":20},{"source":17,"target":3},{"source":20,"target":2},{"source":18,"target":2},{"source":18,"target":21},{"source":18,"target":3},{"source":21,"target":2},{"source":19,"target":4},{"source":19,"target":22},{"source":19,"target":3},{"source":22,"target":4},{"source":4,"target":0},{"source":4,"target":23},{"source":23,"target":24},{"source":23,"target":4}],"multigraph":true}
ecore
workflow
repo-ecore-all/data/tdegueul/ale-xbase/examples/fUML/implementations/MonolithicRevisitor/org.modelexecution.operationalsemantics.ad.clean/model/activitydiagram.ecore
activitydiagram Activity nodes edges locals inputs trace ActivityNode outgoing incoming activity running heldTokens ActivityEdge source target offers ControlFlow guard ControlNode ExecutableNode Action OpaqueAction expressions NamedElement name InitialNode FinalNode ActivityFinalNode ForkNode JoinNode MergeNode DecisionNode Variable initialValue name currentValue IntegerVariable BooleanVariable Value BooleanValue value IntegerValue value Expression IntegerExpression operand2 operand1 BooleanExpression assignee IntegerCalculationExpression assignee operator IntegerComparisonExpression assignee operator IntegerCalculationOperator ADD + SUBRACT - IntegerComparisonOperator SMALLER < SMALLER_EQUALS <= EQUALS = GREATER_EQUALS >= GREATER > BooleanUnaryExpression operand operator BooleanBinaryExpression operand1 operand2 operator BooleanUnaryOperator NOT NOT BooleanBinaryOperator AND && OR || Offer offeredTokens Token holder Trace executedNodes InputValue value variable Input inputValues ControlToken ForkedToken baseToken remainingOffersCount
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="activitydiagram" nsURI="http://activitydiagram/1.0" nsPrefix="activitydiagram"> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//ActivityNode" containment="true" eOpposite="#//ActivityNode/activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1" eType="#//ActivityEdge" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="locals" upperBound="-1" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputs" upperBound="-1" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="trace" eType="#//Trace" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="#//ActivityEdge" eOpposite="#//ActivityEdge/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="#//ActivityEdge" eOpposite="#//ActivityEdge/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1" eType="#//Activity" eOpposite="#//Activity/nodes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="running" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="heldTokens" upperBound="-1" eType="#//Token" containment="true" eOpposite="#//Token/holder"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//ActivityNode" eOpposite="#//ActivityNode/outgoing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//ActivityNode" eOpposite="#//ActivityNode/incoming"/> <eStructuralFeatures xsi:type="ecore:EReference" name="offers" upperBound="-1" eType="#//Offer" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"> <eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="#//BooleanVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControlNode" abstract="true" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" abstract="true" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="Action" abstract="true" eSuperTypes="#//ExecutableNode"/> <eClassifiers xsi:type="ecore:EClass" name="OpaqueAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="FinalNode" abstract="true" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Variable" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="initialValue" eType="#//Value" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="currentValue" eType="#//Value" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerVariable" eSuperTypes="#//Variable"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanVariable" eSuperTypes="#//Variable"/> <eClassifiers xsi:type="ecore:EClass" name="Value" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanValue" eSuperTypes="#//Value"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerValue" eSuperTypes="#//Value"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerExpression" abstract="true" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="operand2" eType="#//IntegerVariable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operand1" eType="#//IntegerVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanExpression" abstract="true" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="assignee" lowerBound="1" eType="#//BooleanVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerCalculationExpression" eSuperTypes="#//IntegerExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="assignee" lowerBound="1" eType="#//IntegerVariable"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//IntegerCalculationOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerComparisonExpression" eSuperTypes="#//IntegerExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="assignee" lowerBound="1" eType="#//BooleanVariable"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//IntegerComparisonOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="IntegerCalculationOperator"> <eLiterals name="ADD" literal="+"/> <eLiterals name="SUBRACT" value="1" literal="-"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="IntegerComparisonOperator"> <eLiterals name="SMALLER" literal="&lt;"/> <eLiterals name="SMALLER_EQUALS" value="1" literal="&lt;="/> <eLiterals name="EQUALS" value="2" literal="="/> <eLiterals name="GREATER_EQUALS" value="3" literal=">="/> <eLiterals name="GREATER" value="4" literal=">"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanUnaryExpression" eSuperTypes="#//BooleanExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" lowerBound="1" eType="#//BooleanVariable"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//BooleanUnaryOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanBinaryExpression" eSuperTypes="#//BooleanExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="operand1" lowerBound="1" eType="#//BooleanVariable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operand2" lowerBound="1" eType="#//BooleanVariable"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//BooleanBinaryOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BooleanUnaryOperator"> <eLiterals name="NOT"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BooleanBinaryOperator"> <eLiterals name="AND" literal="&amp;&amp;"/> <eLiterals name="OR" value="1" literal="||"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Offer"> <eStructuralFeatures xsi:type="ecore:EReference" name="offeredTokens" upperBound="-1" eType="#//Token"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Token" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="holder" lowerBound="1" eType="#//ActivityNode" eOpposite="#//ActivityNode/heldTokens"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Trace"> <eStructuralFeatures xsi:type="ecore:EReference" name="executedNodes" unique="false" upperBound="-1" eType="#//ActivityNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Value" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="#//Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Input"> <eStructuralFeatures xsi:type="ecore:EReference" name="inputValues" upperBound="-1" eType="#//InputValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControlToken" eSuperTypes="#//Token"/> <eClassifiers xsi:type="ecore:EClass" name="ForkedToken" eSuperTypes="#//Token"> <eStructuralFeatures xsi:type="ecore:EReference" name="baseToken" lowerBound="1" eType="#//Token"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remainingOffersCount" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"activitydiagram","nsURI":"http://activitydiagram/1.0","name":"activitydiagram","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueAction","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerVariable","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanVariable","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanValue","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValue","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExpression","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExpression","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerCalculationExpression","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerComparisonExpression","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"IntegerCalculationOperator","instanceClass":null,"id":28,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"IntegerComparisonOperator","instanceClass":null,"id":29,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanUnaryExpression","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanBinaryExpression","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BooleanUnaryOperator","instanceClass":null,"id":32,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BooleanBinaryOperator","instanceClass":null,"id":33,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Offer","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Token","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trace","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputValue","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Input","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlToken","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkedToken","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"edges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"locals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"running","changeable":true,"lowerBound":1,"iD":false,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"heldTokens","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"holder","changeable":true,"resolveProxies":true,"lowerBound":1,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"offers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"currentValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operand2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operand1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignee","changeable":true,"resolveProxies":true,"lowerBound":1,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignee","changeable":true,"resolveProxies":true,"lowerBound":1,"id":111,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignee","changeable":true,"resolveProxies":true,"lowerBound":1,"id":116,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"name":"ADD","id":121,"value":0,"literal":"+","eClass":"EEnumLiteral"},{"name":"SUBRACT","id":122,"value":1,"literal":"-","eClass":"EEnumLiteral"},{"name":"SMALLER","id":123,"value":0,"literal":"<","eClass":"EEnumLiteral"},{"name":"SMALLER_EQUALS","id":124,"value":1,"literal":"<=","eClass":"EEnumLiteral"},{"name":"EQUALS","id":125,"value":2,"literal":"=","eClass":"EEnumLiteral"},{"name":"GREATER_EQUALS","id":126,"value":3,"literal":">=","eClass":"EEnumLiteral"},{"name":"GREATER","id":127,"value":4,"literal":">","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":128,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operand1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operand2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":134,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"name":"NOT","id":140,"value":0,"literal":"NOT","eClass":"EEnumLiteral"},{"name":"AND","id":141,"value":0,"literal":"&&","eClass":"EEnumLiteral"},{"name":"OR","id":142,"value":1,"literal":"||","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"offeredTokens","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"executedNodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseToken","changeable":true,"resolveProxies":true,"lowerBound":1,"id":155,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"remainingOffersCount","changeable":true,"lowerBound":1,"iD":false,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":41,"target":2},{"source":41,"target":47},{"source":41,"target":1},{"source":41,"target":48},{"source":47,"target":2},{"source":42,"target":3},{"source":42,"target":49},{"source":42,"target":1},{"source":49,"target":3},{"source":43,"target":17},{"source":43,"target":50},{"source":43,"target":1},{"source":50,"target":17},{"source":44,"target":17},{"source":44,"target":51},{"source":44,"target":1},{"source":51,"target":17},{"source":45,"target":36},{"source":45,"target":52},{"source":45,"target":1},{"source":52,"target":36},{"source":46,"target":9},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":53},{"source":2,"target":54},{"source":2,"target":48},{"source":2,"target":55},{"source":2,"target":56},{"source":2,"target":57},{"source":53,"target":3},{"source":53,"target":58},{"source":53,"target":2},{"source":53,"target":59},{"source":58,"target":3},{"source":54,"target":3},{"source":54,"target":60},{"source":54,"target":2},{"source":54,"target":61},{"source":60,"target":3},{"source":48,"target":1},{"source":48,"target":62},{"source":48,"target":2},{"source":48,"target":41},{"source":62,"target":1},{"source":55,"target":63},{"source":55,"target":2},{"source":56,"target":35},{"source":56,"target":64},{"source":56,"target":2},{"source":56,"target":65},{"source":64,"target":35},{"source":57,"target":9},{"source":3,"target":0},{"source":3,"target":9},{"source":3,"target":59},{"source":3,"target":61},{"source":3,"target":66},{"source":3,"target":67},{"source":59,"target":2},{"source":59,"target":68},{"source":59,"target":3},{"source":59,"target":53},{"source":68,"target":2},{"source":61,"target":2},{"source":61,"target":69},{"source":61,"target":3},{"source":61,"target":54},{"source":69,"target":2},{"source":66,"target":34},{"source":66,"target":70},{"source":66,"target":3},{"source":70,"target":34},{"source":67,"target":9},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":71},{"source":4,"target":72},{"source":71,"target":19},{"source":71,"target":73},{"source":71,"target":4},{"source":73,"target":19},{"source":72,"target":3},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":74},{"source":74,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":75},{"source":75,"target":2},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":76},{"source":76,"target":6},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":77},{"source":8,"target":78},{"source":77,"target":23},{"source":77,"target":79},{"source":77,"target":8},{"source":79,"target":23},{"source":78,"target":7},{"source":9,"target":0},{"source":9,"target":80},{"source":80,"target":81},{"source":80,"target":9},{"source":10,"target":0},{"source":10,"target":5},{"source":10,"target":82},{"source":82,"target":5},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":83},{"source":83,"target":5},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":84},{"source":84,"target":11},{"source":13,"target":0},{"source":13,"target":5},{"source":13,"target":85},{"source":85,"target":5},{"source":14,"target":0},{"source":14,"target":5},{"source":14,"target":86},{"source":86,"target":5},{"source":15,"target":0},{"source":15,"target":5},{"source":15,"target":87},{"source":87,"target":5},{"source":16,"target":0},{"source":16,"target":5},{"source":16,"target":88},{"source":88,"target":5},{"source":17,"target":0},{"source":17,"target":89},{"source":17,"target":90},{"source":17,"target":91},{"source":89,"target":20},{"source":89,"target":92},{"source":89,"target":17},{"source":92,"target":20},{"source":90,"target":93},{"source":90,"target":17},{"source":91,"target":20},{"source":91,"target":94},{"source":91,"target":17},{"source":94,"target":20},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":95},{"source":95,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":96},{"source":96,"target":17},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":97},{"source":21,"target":98},{"source":97,"target":99},{"source":97,"target":21},{"source":98,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":100},{"source":22,"target":101},{"source":100,"target":102},{"source":100,"target":22},{"source":101,"target":20},{"source":23,"target":0},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":103},{"source":24,"target":104},{"source":24,"target":105},{"source":103,"target":18},{"source":103,"target":106},{"source":103,"target":24},{"source":106,"target":18},{"source":104,"target":18},{"source":104,"target":107},{"source":104,"target":24},{"source":107,"target":18},{"source":105,"target":23},{"source":25,"target":0},{"source":25,"target":23},{"source":25,"target":108},{"source":25,"target":109},{"source":108,"target":19},{"source":108,"target":110},{"source":108,"target":25},{"source":110,"target":19},{"source":109,"target":23},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":111},{"source":26,"target":112},{"source":26,"target":113},{"source":111,"target":18},{"source":111,"target":114},{"source":111,"target":26},{"source":114,"target":18},{"source":112,"target":28},{"source":112,"target":115},{"source":112,"target":26},{"source":115,"target":28},{"source":113,"target":24},{"source":27,"target":0},{"source":27,"target":24},{"source":27,"target":116},{"source":27,"target":117},{"source":27,"target":118},{"source":116,"target":19},{"source":116,"target":119},{"source":116,"target":27},{"source":119,"target":19},{"source":117,"target":29},{"source":117,"target":120},{"source":117,"target":27},{"source":120,"target":29},{"source":118,"target":24},{"source":28,"target":0},{"source":28,"target":121},{"source":28,"target":122},{"source":121,"target":28},{"source":122,"target":28},{"source":29,"target":0},{"source":29,"target":123},{"source":29,"target":124},{"source":29,"target":125},{"source":29,"target":126},{"source":29,"target":127},{"source":123,"target":29},{"source":124,"target":29},{"source":125,"target":29},{"source":126,"target":29},{"source":127,"target":29},{"source":30,"target":0},{"source":30,"target":25},{"source":30,"target":128},{"source":30,"target":129},{"source":30,"target":130},{"source":128,"target":19},{"source":128,"target":131},{"source":128,"target":30},{"source":131,"target":19},{"source":129,"target":32},{"source":129,"target":132},{"source":129,"target":30},{"source":132,"target":32},{"source":130,"target":25},{"source":31,"target":0},{"source":31,"target":25},{"source":31,"target":133},{"source":31,"target":134},{"source":31,"target":135},{"source":31,"target":136},{"source":133,"target":19},{"source":133,"target":137},{"source":133,"target":31},{"source":137,"target":19},{"source":134,"target":19},{"source":134,"target":138},{"source":134,"target":31},{"source":138,"target":19},{"source":135,"target":33},{"source":135,"target":139},{"source":135,"target":31},{"source":139,"target":33},{"source":136,"target":25},{"source":32,"target":0},{"source":32,"target":140},{"source":140,"target":32},{"source":33,"target":0},{"source":33,"target":141},{"source":33,"target":142},{"source":141,"target":33},{"source":142,"target":33},{"source":34,"target":0},{"source":34,"target":143},{"source":143,"target":35},{"source":143,"target":144},{"source":143,"target":34},{"source":144,"target":35},{"source":35,"target":0},{"source":35,"target":65},{"source":65,"target":2},{"source":65,"target":145},{"source":65,"target":35},{"source":65,"target":56},{"source":145,"target":2},{"source":36,"target":0},{"source":36,"target":146},{"source":146,"target":2},{"source":146,"target":147},{"source":146,"target":36},{"source":147,"target":2},{"source":37,"target":0},{"source":37,"target":148},{"source":37,"target":149},{"source":148,"target":20},{"source":148,"target":150},{"source":148,"target":37},{"source":150,"target":20},{"source":149,"target":17},{"source":149,"target":151},{"source":149,"target":37},{"source":151,"target":17},{"source":38,"target":0},{"source":38,"target":152},{"source":152,"target":37},{"source":152,"target":153},{"source":152,"target":38},{"source":153,"target":37},{"source":39,"target":0},{"source":39,"target":35},{"source":39,"target":154},{"source":154,"target":35},{"source":40,"target":0},{"source":40,"target":35},{"source":40,"target":155},{"source":40,"target":156},{"source":40,"target":157},{"source":155,"target":35},{"source":155,"target":158},{"source":155,"target":40},{"source":158,"target":35},{"source":156,"target":159},{"source":156,"target":40},{"source":157,"target":35}],"multigraph":true}
ecore
metamodelling
repo-ecore-all/data/masters-info-nantes/Je-push-le-Mia/com.mia.studio.ide-2015-09-10_11-50-35.gtk.x86_64/configuration/org.eclipse.osgi/bundles/155/1/.cp/model/Ecore.ecore
ecore EAttribute iD eAttributeType EAnnotation source details eModelElement contents references EClass isSuperTypeOf someClass getFeatureCount getEStructuralFeature featureID getFeatureID feature getEStructuralFeature featureName getOperationCount getEOperation operationID getOperationID operation getOverride operation getFeatureType feature abstract interface eSuperTypes eOperations eAllAttributes eAllReferences eReferences eAttributes eAllContainments eAllOperations eAllStructuralFeatures eAllSuperTypes eIDAttribute eStructuralFeatures eGenericSuperTypes eAllGenericSuperTypes EClassifier isInstance object getClassifierID instanceClassName instanceClass defaultValue instanceTypeName ePackage eTypeParameters EDataType serializable true EEnum getEEnumLiteral name getEEnumLiteral value getEEnumLiteralByLiteral literal eLiterals EEnumLiteral value instance literal eEnum EFactory create eClass createFromString eDataType literalValue convertToString eDataType instanceValue ePackage EModelElement getEAnnotation source eAnnotations ENamedElement name EObject eClass eIsProxy eResource eContainer eContainingFeature eContainmentFeature eContents eAllContents eCrossReferences eGet feature eGet feature resolve eSet feature newValue eIsSet feature eUnset feature eInvoke operation arguments EOperation getOperationID isOverrideOf someOperation eContainingClass eTypeParameters eParameters eExceptions eGenericExceptions EPackage getEClassifier name nsURI nsPrefix eFactoryInstance eClassifiers eSubpackages eSuperPackage EParameter eOperation EReference containment container resolveProxies true eOpposite eReferenceType eKeys EStructuralFeature getFeatureID getContainerClass changeable true volatile transient defaultValueLiteral defaultValue unsettable derived eContainingClass ETypedElement ordered true unique true lowerBound upperBound 1 many required eType eGenericType EBigDecimal java.math.BigDecimal java.math.BigDecimal EBigInteger java.math.BigInteger java.math.BigInteger EBoolean boolean boolean EBooleanObject java.lang.Boolean java.lang.Boolean EByte byte byte EByteArray byte[] byte[] EByteObject java.lang.Byte java.lang.Byte EChar char char ECharacterObject java.lang.Character java.lang.Character EDate java.util.Date java.util.Date EDiagnosticChain org.eclipse.emf.common.util.DiagnosticChain org.eclipse.emf.common.util.DiagnosticChain EDouble double double EDoubleObject java.lang.Double java.lang.Double EEList org.eclipse.emf.common.util.EList org.eclipse.emf.common.util.EList E EEnumerator org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator EFeatureMap org.eclipse.emf.ecore.util.FeatureMap org.eclipse.emf.ecore.util.FeatureMap EFeatureMapEntry org.eclipse.emf.ecore.util.FeatureMap$Entry org.eclipse.emf.ecore.util.FeatureMap$Entry EFloat float float EFloatObject java.lang.Float java.lang.Float EInt int int EIntegerObject java.lang.Integer java.lang.Integer EJavaClass java.lang.Class java.lang.Class T EJavaObject java.lang.Object java.lang.Object ELong long long ELongObject java.lang.Long java.lang.Long EMap java.util.Map java.util.Map K V EResource org.eclipse.emf.ecore.resource.Resource org.eclipse.emf.ecore.resource.Resource EResourceSet org.eclipse.emf.ecore.resource.ResourceSet org.eclipse.emf.ecore.resource.ResourceSet EShort short short EShortObject java.lang.Short java.lang.Short EString java.lang.String java.lang.String EStringToStringMapEntry java.util.Map$Entry java.util.Map$Entry key value ETreeIterator org.eclipse.emf.common.util.TreeIterator org.eclipse.emf.common.util.TreeIterator E EGenericType isInstance object eUpperBound eTypeArguments eRawType eLowerBound eTypeParameter eClassifier ETypeParameter eBounds EInvocationTargetException java.lang.reflect.InvocationTargetException java.lang.reflect.InvocationTargetException
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ecore" nsURI="http://www.eclipse.org/emf/2002/Ecore" nsPrefix="ecore"> <eClassifiers xsi:type="ecore:EClass" name="EAttribute" eSuperTypes="#//EStructuralFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentTransient"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAttributeType" lowerBound="1" eType="#//EDataType" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EAnnotation" eSuperTypes="#//EModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedSourceURI"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="details" upperBound="-1" eType="#//EStringToStringMapEntry" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eModelElement" eType="#//EModelElement" transient="true" resolveProxies="false" eOpposite="#//EModelElement/eAnnotations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="#//EObject" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1" eType="#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClass" eSuperTypes="#//EClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="InterfaceIsAbstract AtMostOneID UniqueFeatureNames UniqueOperationSignatures NoCircularSuperTypes WellFormedMapEntryClass ConsistentSuperTypes DisjointFeatureAndOperationSignatures"/> </eAnnotations> <eOperations name="isSuperTypeOf" eType="#//EBoolean"> <eParameters name="someClass" eType="#//EClass"/> </eOperations> <eOperations name="getFeatureCount" eType="#//EInt"/> <eOperations name="getEStructuralFeature" eType="#//EStructuralFeature"> <eParameters name="featureID" eType="#//EInt"/> </eOperations> <eOperations name="getFeatureID" eType="#//EInt"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="getEStructuralFeature" eType="#//EStructuralFeature"> <eParameters name="featureName" eType="#//EString"/> </eOperations> <eOperations name="getOperationCount" eType="#//EInt"/> <eOperations name="getEOperation" eType="#//EOperation"> <eParameters name="operationID" eType="#//EInt"/> </eOperations> <eOperations name="getOperationID" eType="#//EInt"> <eParameters name="operation" eType="#//EOperation"/> </eOperations> <eOperations name="getOverride" eType="#//EOperation"> <eParameters name="operation" eType="#//EOperation"/> </eOperations> <eOperations name="getFeatureType" eType="#//EGenericType"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interface" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSuperTypes" upperBound="-1" eType="#//EClass" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eOperations" upperBound="-1" eType="#//EOperation" containment="true" resolveProxies="false" eOpposite="#//EOperation/eContainingClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllAttributes" upperBound="-1" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllReferences" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eReferences" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAttributes" upperBound="-1" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllContainments" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllOperations" upperBound="-1" eType="#//EOperation" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllStructuralFeatures" upperBound="-1" eType="#//EStructuralFeature" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllSuperTypes" upperBound="-1" eType="#//EClass" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eIDAttribute" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eStructuralFeatures" upperBound="-1" eType="#//EStructuralFeature" containment="true" resolveProxies="false" eOpposite="#//EStructuralFeature/eContainingClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eGenericSuperTypes" upperBound="-1" eType="#//EGenericType" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllGenericSuperTypes" upperBound="-1" eType="#//EGenericType" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClassifier" abstract="true" eSuperTypes="#//ENamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedInstanceTypeName UniqueTypeParameterNames"/> </eAnnotations> <eOperations name="isInstance" eType="#//EBoolean"> <eParameters name="object" eType="#//EJavaObject"/> </eOperations> <eOperations name="getClassifierID" eType="#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClassName" eType="#//EString" volatile="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClass" changeable="false" volatile="true" transient="true" derived="true"> <eGenericType eClassifier="#//EJavaClass"> <eTypeArguments/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="#//EJavaObject" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceTypeName" eType="#//EString" volatile="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" eType="#//EPackage" changeable="false" transient="true" eOpposite="#//EPackage/eClassifiers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameters" upperBound="-1" eType="#//ETypeParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EDataType" eSuperTypes="#//EClassifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serializable" eType="#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EEnum" eSuperTypes="#//EDataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueEnumeratorNames UniqueEnumeratorLiterals"/> </eAnnotations> <eOperations name="getEEnumLiteral" eType="#//EEnumLiteral"> <eParameters name="name" eType="#//EString"/> </eOperations> <eOperations name="getEEnumLiteral" eType="#//EEnumLiteral"> <eParameters name="value" eType="#//EInt"/> </eOperations> <eOperations name="getEEnumLiteralByLiteral" eType="#//EEnumLiteral"> <eParameters name="literal" eType="#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eLiterals" upperBound="-1" eType="#//EEnumLiteral" containment="true" resolveProxies="false" eOpposite="#//EEnumLiteral/eEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EEnumLiteral" eSuperTypes="#//ENamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instance" eType="#//EEnumerator" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eEnum" eType="#//EEnum" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EEnum/eLiterals"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EFactory" eSuperTypes="#//EModelElement"> <eOperations name="create" eType="#//EObject"> <eParameters name="eClass" eType="#//EClass"/> </eOperations> <eOperations name="createFromString" eType="#//EJavaObject"> <eParameters name="eDataType" eType="#//EDataType"/> <eParameters name="literalValue" eType="#//EString"/> </eOperations> <eOperations name="convertToString" eType="#//EString"> <eParameters name="eDataType" eType="#//EDataType"/> <eParameters name="instanceValue" eType="#//EJavaObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" lowerBound="1" eType="#//EPackage" transient="true" resolveProxies="false" eOpposite="#//EPackage/eFactoryInstance"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EModelElement" abstract="true"> <eOperations name="getEAnnotation" eType="#//EAnnotation"> <eParameters name="source" eType="#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eAnnotations" upperBound="-1" eType="#//EAnnotation" containment="true" resolveProxies="false" eOpposite="#//EAnnotation/eModelElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ENamedElement" abstract="true" eSuperTypes="#//EModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedName"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EObject"> <eOperations name="eClass" eType="#//EClass"/> <eOperations name="eIsProxy" eType="#//EBoolean"/> <eOperations name="eResource" eType="#//EResource"/> <eOperations name="eContainer" eType="#//EObject"/> <eOperations name="eContainingFeature" eType="#//EStructuralFeature"/> <eOperations name="eContainmentFeature" eType="#//EReference"/> <eOperations name="eContents"> <eGenericType eClassifier="#//EEList"> <eTypeArguments eClassifier="#//EObject"/> </eGenericType> </eOperations> <eOperations name="eAllContents"> <eGenericType eClassifier="#//ETreeIterator"> <eTypeArguments eClassifier="#//EObject"/> </eGenericType> </eOperations> <eOperations name="eCrossReferences"> <eGenericType eClassifier="#//EEList"> <eTypeArguments eClassifier="#//EObject"/> </eGenericType> </eOperations> <eOperations name="eGet" eType="#//EJavaObject"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="eGet" eType="#//EJavaObject"> <eParameters name="feature" eType="#//EStructuralFeature"/> <eParameters name="resolve" eType="#//EBoolean"/> </eOperations> <eOperations name="eSet"> <eParameters name="feature" eType="#//EStructuralFeature"/> <eParameters name="newValue" eType="#//EJavaObject"/> </eOperations> <eOperations name="eIsSet" eType="#//EBoolean"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="eUnset"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="eInvoke" eType="#//EJavaObject" eExceptions="#//EInvocationTargetException"> <eParameters name="operation" eType="#//EOperation"/> <eParameters name="arguments"> <eGenericType eClassifier="#//EEList"> <eTypeArguments/> </eGenericType> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EOperation" eSuperTypes="#//ETypedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueParameterNames UniqueTypeParameterNames NoRepeatingVoid"/> </eAnnotations> <eOperations name="getOperationID" eType="#//EInt"/> <eOperations name="isOverrideOf" eType="#//EBoolean"> <eParameters name="someOperation" eType="#//EOperation"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="#//EClass" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EClass/eOperations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameters" upperBound="-1" eType="#//ETypeParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eParameters" upperBound="-1" eType="#//EParameter" containment="true" resolveProxies="false" eOpposite="#//EParameter/eOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eExceptions" upperBound="-1" eType="#//EClassifier" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eGenericExceptions" upperBound="-1" eType="#//EGenericType" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EPackage" eSuperTypes="#//ENamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedNsURI WellFormedNsPrefix UniqueSubpackageNames UniqueClassifierNames UniqueNsURIs"/> </eAnnotations> <eOperations name="getEClassifier" eType="#//EClassifier"> <eParameters name="name" eType="#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsURI" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsPrefix" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eFactoryInstance" lowerBound="1" eType="#//EFactory" transient="true" resolveProxies="false" eOpposite="#//EFactory/ePackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eClassifiers" upperBound="-1" eType="#//EClassifier" containment="true" eOpposite="#//EClassifier/ePackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSubpackages" upperBound="-1" eType="#//EPackage" containment="true" eOpposite="#//EPackage/eSuperPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSuperPackage" eType="#//EPackage" changeable="false" transient="true" eOpposite="#//EPackage/eSubpackages"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EParameter" eSuperTypes="#//ETypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="eOperation" eType="#//EOperation" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EOperation/eParameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EReference" eSuperTypes="#//EStructuralFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentOpposite SingleContainer ConsistentKeys ConsistentUnique ConsistentContainer"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="containment" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="container" eType="#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolveProxies" eType="#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eOpposite" eType="#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eReferenceType" lowerBound="1" eType="#//EClass" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eKeys" upperBound="-1" eType="#//EAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EStructuralFeature" abstract="true" eSuperTypes="#//ETypedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ValidDefaultValueLiteral"/> </eAnnotations> <eOperations name="getFeatureID" eType="#//EInt"/> <eOperations name="getContainerClass"> <eGenericType eClassifier="#//EJavaClass"> <eTypeArguments/> </eGenericType> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeable" eType="#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="volatile" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transient" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValueLiteral" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="#//EJavaObject" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unsettable" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="derived" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="#//EClass" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EClass/eStructuralFeatures"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETypedElement" abstract="true" eSuperTypes="#//ENamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ValidLowerBound ValidUpperBound ConsistentBounds ValidType"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordered" eType="#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eType" eType="#//EClassifier" volatile="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eGenericType" eType="#//EGenericType" volatile="true" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBigDecimal" instanceClassName="java.math.BigDecimal"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#decimal"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBigInteger" instanceClassName="java.math.BigInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#integer"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBoolean" instanceClassName="boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#boolean"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBooleanObject" instanceClassName="java.lang.Boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EBoolean"/> <details key="name" value="EBoolean:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByte" instanceClassName="byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#byte"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByteArray" instanceClassName="byte[]"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#hexBinary"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByteObject" instanceClassName="java.lang.Byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EByte"/> <details key="name" value="EByte:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EChar" instanceClassName="char"/> <eClassifiers xsi:type="ecore:EDataType" name="ECharacterObject" instanceClassName="java.lang.Character"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EChar"/> <details key="name" value="EChar:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EDate" instanceClassName="java.util.Date"/> <eClassifiers xsi:type="ecore:EDataType" name="EDiagnosticChain" instanceClassName="org.eclipse.emf.common.util.DiagnosticChain" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EDouble" instanceClassName="double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#double"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EDoubleObject" instanceClassName="java.lang.Double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EDouble"/> <details key="name" value="EDouble:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EEList" instanceClassName="org.eclipse.emf.common.util.EList" serializable="false"> <eTypeParameters name="E"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EEnumerator" instanceClassName="org.eclipse.emf.common.util.Enumerator" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFeatureMap" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFeatureMapEntry" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap$Entry" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFloat" instanceClassName="float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#float"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EFloatObject" instanceClassName="java.lang.Float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EFloat"/> <details key="name" value="EFloat:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EInt" instanceClassName="int"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#int"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EIntegerObject" instanceClassName="java.lang.Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EInt"/> <details key="name" value="EInt:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EJavaClass" instanceClassName="java.lang.Class"> <eTypeParameters name="T"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EJavaObject" instanceClassName="java.lang.Object"/> <eClassifiers xsi:type="ecore:EDataType" name="ELong" instanceClassName="long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#long"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ELongObject" instanceClassName="java.lang.Long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="ELong"/> <details key="name" value="ELong:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EMap" instanceClassName="java.util.Map" serializable="false"> <eTypeParameters name="K"/> <eTypeParameters name="V"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EResource" instanceClassName="org.eclipse.emf.ecore.resource.Resource" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EResourceSet" instanceClassName="org.eclipse.emf.ecore.resource.ResourceSet" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EShort" instanceClassName="short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#short"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EShortObject" instanceClassName="java.lang.Short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EShort"/> <details key="name" value="EShort:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EString" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#string"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EStringToStringMapEntry" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ETreeIterator" instanceClassName="org.eclipse.emf.common.util.TreeIterator" serializable="false"> <eTypeParameters name="E"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EGenericType"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentType ConsistentBounds ConsistentArguments"/> </eAnnotations> <eOperations name="isInstance" eType="#//EBoolean"> <eParameters name="object" eType="#//EJavaObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eUpperBound" eType="#//EGenericType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeArguments" upperBound="-1" eType="#//EGenericType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eRawType" lowerBound="1" eType="#//EClassifier" changeable="false" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eLowerBound" eType="#//EGenericType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameter" eType="#//ETypeParameter" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eClassifier" eType="#//EClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETypeParameter" eSuperTypes="#//ENamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="eBounds" upperBound="-1" eType="#//EGenericType" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EInvocationTargetException" instanceClassName="java.lang.reflect.InvocationTargetException" serializable="false"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"ecore","nsURI":"http://www.eclipse.org/emf/2002/Ecore","name":"ecore","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAttribute","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAnnotation","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClassifier","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EDataType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnum","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnumLiteral","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EFactory","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EModelElement","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ENamedElement","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EObject","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EOperation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EPackage","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EParameter","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EReference","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EStructuralFeature","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypedElement","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.math.BigDecimal","defaultValue":null,"instanceClassName":"java.math.BigDecimal","name":"EBigDecimal","instanceClass":"java.math.BigDecimal","id":18,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigInteger","defaultValue":null,"instanceClassName":"java.math.BigInteger","name":"EBigInteger","instanceClass":"java.math.BigInteger","id":19,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"EBoolean","instanceClass":"boolean","id":20,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"EBooleanObject","instanceClass":"java.lang.Boolean","id":21,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte","defaultValue":0,"instanceClassName":"byte","name":"EByte","instanceClass":"byte","id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte[]","defaultValue":null,"instanceClassName":"byte[]","name":"EByteArray","instanceClass":"[B","id":23,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Byte","defaultValue":null,"instanceClassName":"java.lang.Byte","name":"EByteObject","instanceClass":"java.lang.Byte","id":24,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"char","defaultValue":"\u0000","instanceClassName":"char","name":"EChar","instanceClass":"char","id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Character","defaultValue":null,"instanceClassName":"java.lang.Character","name":"ECharacterObject","instanceClass":"java.lang.Character","id":26,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"EDate","instanceClass":"java.util.Date","id":27,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.DiagnosticChain","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.DiagnosticChain","name":"EDiagnosticChain","instanceClass":"org.eclipse.emf.common.util.DiagnosticChain","id":28,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"EDouble","instanceClass":"double","id":29,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"EDoubleObject","instanceClass":"java.lang.Double","id":30,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.EList","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.EList","name":"EEList","instanceClass":"org.eclipse.emf.common.util.EList","id":31,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"EEnumerator","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":32,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.util.FeatureMap","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.util.FeatureMap","name":"EFeatureMap","instanceClass":"org.eclipse.emf.ecore.util.FeatureMap","id":33,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.util.FeatureMap$Entry","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.util.FeatureMap$Entry","name":"EFeatureMapEntry","instanceClass":"org.eclipse.emf.ecore.util.FeatureMap$Entry","id":34,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"float","defaultValue":0.0,"instanceClassName":"float","name":"EFloat","instanceClass":"float","id":35,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"EFloatObject","instanceClass":"java.lang.Float","id":36,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"EInt","instanceClass":"int","id":37,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"EIntegerObject","instanceClass":"java.lang.Integer","id":38,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Class","defaultValue":null,"instanceClassName":"java.lang.Class","name":"EJavaClass","instanceClass":"java.lang.Class","id":39,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EJavaObject","instanceClass":"java.lang.Object","id":40,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"long","defaultValue":0,"instanceClassName":"long","name":"ELong","instanceClass":"long","id":41,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Long","defaultValue":null,"instanceClassName":"java.lang.Long","name":"ELongObject","instanceClass":"java.lang.Long","id":42,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map","defaultValue":null,"instanceClassName":"java.util.Map","name":"EMap","instanceClass":"java.util.Map","id":43,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.Resource","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.Resource","name":"EResource","instanceClass":"org.eclipse.emf.ecore.resource.Resource","id":44,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.ResourceSet","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.ResourceSet","name":"EResourceSet","instanceClass":"org.eclipse.emf.ecore.resource.ResourceSet","id":45,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"short","defaultValue":0,"instanceClassName":"short","name":"EShort","instanceClass":"short","id":46,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Short","defaultValue":null,"instanceClassName":"java.lang.Short","name":"EShortObject","instanceClass":"java.lang.Short","id":47,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"EString","instanceClass":"java.lang.String","id":48,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EStringToStringMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.common.util.TreeIterator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.TreeIterator","name":"ETreeIterator","instanceClass":"org.eclipse.emf.common.util.TreeIterator","id":50,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EGenericType","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypeParameter","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.reflect.InvocationTargetException","defaultValue":null,"instanceClassName":"java.lang.reflect.InvocationTargetException","name":"EInvocationTargetException","instanceClass":"java.lang.reflect.InvocationTargetException","id":53,"serializable":false,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iD","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAttributeType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":55,"derived":true},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"details","changeable":true,"resolveProxies":false,"lowerBound":0,"id":60,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eModelElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":false,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eAnnotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSuperTypeOf","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureCount","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":73,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureID","lowerBound":0,"id":74,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperationCount","lowerBound":0,"id":76,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEOperation","lowerBound":0,"id":77,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperationID","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOverride","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureType","lowerBound":0,"id":80,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":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":"interface","changeable":true,"lowerBound":0,"iD":false,"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":true,"transient":false,"unique":true,"name":"eSuperTypes","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":"eOperations","changeable":true,"resolveProxies":false,"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":"eAllAttributes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":85,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllReferences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":86,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eReferences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":87,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAttributes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":88,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllContainments","changeable":false,"resolveProxies":true,"lowerBound":0,"id":89,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllOperations","changeable":false,"resolveProxies":true,"lowerBound":0,"id":90,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllStructuralFeatures","changeable":false,"resolveProxies":true,"lowerBound":0,"id":91,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllSuperTypes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":92,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eIDAttribute","changeable":false,"resolveProxies":false,"lowerBound":0,"id":93,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eStructuralFeatures","changeable":true,"resolveProxies":false,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"eGenericSuperTypes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllGenericSuperTypes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":96,"derived":true},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"someClass","lowerBound":0,"id":99,"many":false,"required":false,"eClass":"EParameter"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureID","lowerBound":0,"id":103,"many":false,"required":false,"eClass":"EParameter"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":106,"many":false,"required":false,"eClass":"EParameter"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureName","lowerBound":0,"id":109,"many":false,"required":false,"eClass":"EParameter"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operationID","lowerBound":0,"id":113,"many":false,"required":false,"eClass":"EParameter"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":116,"many":false,"required":false,"eClass":"EParameter"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":119,"many":false,"required":false,"eClass":"EParameter"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":122,"many":false,"required":false,"eClass":"EParameter"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eContainingClass","changeable":false,"resolveProxies":false,"lowerBound":0,"id":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"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eContainingClass","changeable":false,"resolveProxies":false,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isInstance","lowerBound":0,"id":142,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getClassifierID","lowerBound":0,"id":143,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"instanceClassName","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"instanceClass","changeable":false,"lowerBound":0,"iD":false,"id":145,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"defaultValue","changeable":false,"lowerBound":0,"iD":false,"id":146,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"instanceTypeName","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ePackage","changeable":false,"resolveProxies":true,"lowerBound":0,"id":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":"eTypeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":152,"many":false,"required":false,"eClass":"EParameter"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eClassifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"serializable","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":166,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":167,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteralByLiteral","lowerBound":0,"id":168,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eLiterals","changeable":true,"resolveProxies":false,"lowerBound":0,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":172,"many":false,"required":false,"eClass":"EParameter"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":175,"many":false,"required":false,"eClass":"EParameter"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"literal","lowerBound":0,"id":178,"many":false,"required":false,"eClass":"EParameter"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eEnum","changeable":false,"resolveProxies":false,"lowerBound":0,"id":181,"derived":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":182,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"instance","changeable":true,"lowerBound":0,"iD":false,"id":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":"literal","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":190,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createFromString","lowerBound":0,"id":191,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"convertToString","lowerBound":0,"id":192,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ePackage","changeable":true,"resolveProxies":false,"lowerBound":1,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":196,"many":false,"required":false,"eClass":"EParameter"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eDataType","lowerBound":0,"id":199,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"literalValue","lowerBound":0,"id":200,"many":false,"required":false,"eClass":"EParameter"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eDataType","lowerBound":0,"id":204,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"instanceValue","lowerBound":0,"id":205,"many":false,"required":false,"eClass":"EParameter"},{"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":true,"unique":true,"name":"eFactoryInstance","changeable":true,"resolveProxies":false,"lowerBound":1,"id":209,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getEAnnotation","lowerBound":0,"id":210,"many":false,"required":false,"eClass":"EOperation"},{"id":211,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":212,"many":false,"required":false,"eClass":"EParameter"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":218,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eIsProxy","lowerBound":0,"id":219,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eResource","lowerBound":0,"id":220,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainer","lowerBound":0,"id":221,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainingFeature","lowerBound":0,"id":222,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainmentFeature","lowerBound":0,"id":223,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContents","lowerBound":0,"id":224,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eAllContents","lowerBound":0,"id":225,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eCrossReferences","lowerBound":0,"id":226,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eGet","lowerBound":0,"id":227,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eGet","lowerBound":0,"id":228,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eSet","lowerBound":0,"id":229,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eIsSet","lowerBound":0,"id":230,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eUnset","lowerBound":0,"id":231,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eInvoke","lowerBound":0,"id":232,"many":false,"required":false,"eClass":"EOperation"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":246,"many":false,"required":false,"eClass":"EParameter"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":249,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolve","lowerBound":0,"id":250,"many":false,"required":false,"eClass":"EParameter"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":253,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"newValue","lowerBound":0,"id":254,"many":false,"required":false,"eClass":"EParameter"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":258,"many":false,"required":false,"eClass":"EParameter"},{"id":259,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":260,"many":false,"required":false,"eClass":"EParameter"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":263,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"arguments","lowerBound":0,"id":264,"many":false,"required":false,"eClass":"EParameter"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperationID","lowerBound":0,"id":269,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isOverrideOf","lowerBound":0,"id":270,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eParameters","changeable":true,"resolveProxies":false,"lowerBound":0,"id":272,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eExceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"eGenericExceptions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"someOperation","lowerBound":0,"id":278,"many":false,"required":false,"eClass":"EParameter"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eOperation","changeable":false,"resolveProxies":false,"lowerBound":0,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEClassifier","lowerBound":0,"id":286,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nsURI","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nsPrefix","changeable":true,"lowerBound":0,"iD":false,"id":288,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eSubpackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eSuperPackage","changeable":false,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":293,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"containment","changeable":true,"lowerBound":0,"iD":false,"id":303,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"container","changeable":false,"lowerBound":0,"iD":false,"id":304,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"resolveProxies","changeable":true,"lowerBound":0,"iD":false,"id":305,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eOpposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eReferenceType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":307,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eKeys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureID","lowerBound":0,"id":316,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainerClass","lowerBound":0,"id":317,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"changeable","changeable":true,"lowerBound":0,"iD":false,"id":318,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"volatile","changeable":true,"lowerBound":0,"iD":false,"id":319,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"transient","changeable":true,"lowerBound":0,"iD":false,"id":320,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValueLiteral","changeable":true,"lowerBound":0,"iD":false,"id":321,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"defaultValue","changeable":false,"lowerBound":0,"iD":false,"id":322,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unsettable","changeable":true,"lowerBound":0,"iD":false,"id":323,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"derived","changeable":true,"lowerBound":0,"iD":false,"id":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"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"ordered","changeable":true,"lowerBound":0,"iD":false,"id":337,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"lowerBound":0,"iD":false,"id":338,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"lowerBound":0,"iD":false,"id":339,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":0,"iD":false,"id":340,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"many","changeable":false,"lowerBound":0,"iD":false,"id":341,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"required","changeable":false,"lowerBound":0,"iD":false,"id":342,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":343,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"eGenericType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":344,"derived":false},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"name":"E","id":354,"eClass":"ETypeParameter"},{"name":"T","id":355,"eClass":"ETypeParameter"},{"name":"K","id":356,"eClass":"ETypeParameter"},{"name":"V","id":357,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"name":"E","id":362,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"isInstance","lowerBound":0,"id":363,"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":"eUpperBound","changeable":true,"resolveProxies":false,"lowerBound":0,"id":364,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypeArguments","changeable":true,"resolveProxies":false,"lowerBound":0,"id":365,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eRawType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":366,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eLowerBound","changeable":true,"resolveProxies":false,"lowerBound":0,"id":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":"eTypeParameter","changeable":true,"resolveProxies":false,"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":"eClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":371,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eBounds","changeable":true,"resolveProxies":false,"lowerBound":0,"id":379,"derived":false},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":54},{"source":1,"target":55},{"source":1,"target":56},{"source":54,"target":20},{"source":54,"target":57},{"source":54,"target":1},{"source":57,"target":20},{"source":55,"target":5},{"source":55,"target":58},{"source":55,"target":1},{"source":58,"target":5},{"source":56,"target":16},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":59},{"source":2,"target":60},{"source":2,"target":61},{"source":2,"target":62},{"source":2,"target":63},{"source":2,"target":64},{"source":59,"target":48},{"source":59,"target":65},{"source":59,"target":2},{"source":65,"target":48},{"source":60,"target":49},{"source":60,"target":66},{"source":60,"target":2},{"source":66,"target":49},{"source":61,"target":9},{"source":61,"target":67},{"source":61,"target":2},{"source":61,"target":68},{"source":67,"target":9},{"source":62,"target":11},{"source":62,"target":69},{"source":62,"target":2},{"source":69,"target":11},{"source":63,"target":11},{"source":63,"target":70},{"source":63,"target":2},{"source":70,"target":11},{"source":64,"target":9},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":71},{"source":3,"target":72},{"source":3,"target":73},{"source":3,"target":74},{"source":3,"target":75},{"source":3,"target":76},{"source":3,"target":77},{"source":3,"target":78},{"source":3,"target":79},{"source":3,"target":80},{"source":3,"target":81},{"source":3,"target":82},{"source":3,"target":83},{"source":3,"target":84},{"source":3,"target":85},{"source":3,"target":86},{"source":3,"target":87},{"source":3,"target":88},{"source":3,"target":89},{"source":3,"target":90},{"source":3,"target":91},{"source":3,"target":92},{"source":3,"target":93},{"source":3,"target":94},{"source":3,"target":95},{"source":3,"target":96},{"source":3,"target":97},{"source":71,"target":20},{"source":71,"target":98},{"source":71,"target":3},{"source":71,"target":99},{"source":98,"target":20},{"source":99,"target":3},{"source":99,"target":100},{"source":99,"target":71},{"source":100,"target":3},{"source":72,"target":37},{"source":72,"target":101},{"source":72,"target":3},{"source":101,"target":37},{"source":73,"target":16},{"source":73,"target":102},{"source":73,"target":3},{"source":73,"target":103},{"source":102,"target":16},{"source":103,"target":37},{"source":103,"target":104},{"source":103,"target":73},{"source":104,"target":37},{"source":74,"target":37},{"source":74,"target":105},{"source":74,"target":3},{"source":74,"target":106},{"source":105,"target":37},{"source":106,"target":16},{"source":106,"target":107},{"source":106,"target":74},{"source":107,"target":16},{"source":75,"target":16},{"source":75,"target":108},{"source":75,"target":3},{"source":75,"target":109},{"source":108,"target":16},{"source":109,"target":48},{"source":109,"target":110},{"source":109,"target":75},{"source":110,"target":48},{"source":76,"target":37},{"source":76,"target":111},{"source":76,"target":3},{"source":111,"target":37},{"source":77,"target":12},{"source":77,"target":112},{"source":77,"target":3},{"source":77,"target":113},{"source":112,"target":12},{"source":113,"target":37},{"source":113,"target":114},{"source":113,"target":77},{"source":114,"target":37},{"source":78,"target":37},{"source":78,"target":115},{"source":78,"target":3},{"source":78,"target":116},{"source":115,"target":37},{"source":116,"target":12},{"source":116,"target":117},{"source":116,"target":78},{"source":117,"target":12},{"source":79,"target":12},{"source":79,"target":118},{"source":79,"target":3},{"source":79,"target":119},{"source":118,"target":12},{"source":119,"target":12},{"source":119,"target":120},{"source":119,"target":79},{"source":120,"target":12},{"source":80,"target":51},{"source":80,"target":121},{"source":80,"target":3},{"source":80,"target":122},{"source":121,"target":51},{"source":122,"target":16},{"source":122,"target":123},{"source":122,"target":80},{"source":123,"target":16},{"source":81,"target":20},{"source":81,"target":124},{"source":81,"target":3},{"source":124,"target":20},{"source":82,"target":20},{"source":82,"target":125},{"source":82,"target":3},{"source":125,"target":20},{"source":83,"target":3},{"source":83,"target":126},{"source":83,"target":3},{"source":126,"target":3},{"source":84,"target":12},{"source":84,"target":127},{"source":84,"target":3},{"source":84,"target":128},{"source":127,"target":12},{"source":85,"target":1},{"source":85,"target":129},{"source":85,"target":3},{"source":129,"target":1},{"source":86,"target":15},{"source":86,"target":130},{"source":86,"target":3},{"source":130,"target":15},{"source":87,"target":15},{"source":87,"target":131},{"source":87,"target":3},{"source":131,"target":15},{"source":88,"target":1},{"source":88,"target":132},{"source":88,"target":3},{"source":132,"target":1},{"source":89,"target":15},{"source":89,"target":133},{"source":89,"target":3},{"source":133,"target":15},{"source":90,"target":12},{"source":90,"target":134},{"source":90,"target":3},{"source":134,"target":12},{"source":91,"target":16},{"source":91,"target":135},{"source":91,"target":3},{"source":135,"target":16},{"source":92,"target":3},{"source":92,"target":136},{"source":92,"target":3},{"source":136,"target":3},{"source":93,"target":1},{"source":93,"target":137},{"source":93,"target":3},{"source":137,"target":1},{"source":94,"target":16},{"source":94,"target":138},{"source":94,"target":3},{"source":94,"target":139},{"source":138,"target":16},{"source":95,"target":51},{"source":95,"target":140},{"source":95,"target":3},{"source":140,"target":51},{"source":96,"target":51},{"source":96,"target":141},{"source":96,"target":3},{"source":141,"target":51},{"source":97,"target":4},{"source":4,"target":0},{"source":4,"target":10},{"source":4,"target":142},{"source":4,"target":143},{"source":4,"target":144},{"source":4,"target":145},{"source":4,"target":146},{"source":4,"target":147},{"source":4,"target":148},{"source":4,"target":149},{"source":4,"target":150},{"source":142,"target":20},{"source":142,"target":151},{"source":142,"target":4},{"source":142,"target":152},{"source":151,"target":20},{"source":152,"target":40},{"source":152,"target":153},{"source":152,"target":142},{"source":153,"target":40},{"source":143,"target":37},{"source":143,"target":154},{"source":143,"target":4},{"source":154,"target":37},{"source":144,"target":48},{"source":144,"target":155},{"source":144,"target":4},{"source":155,"target":48},{"source":145,"target":39},{"source":145,"target":156},{"source":145,"target":4},{"source":156,"target":157},{"source":156,"target":39},{"source":146,"target":40},{"source":146,"target":158},{"source":146,"target":4},{"source":158,"target":40},{"source":147,"target":48},{"source":147,"target":159},{"source":147,"target":4},{"source":159,"target":48},{"source":148,"target":13},{"source":148,"target":160},{"source":148,"target":4},{"source":148,"target":161},{"source":160,"target":13},{"source":149,"target":52},{"source":149,"target":162},{"source":149,"target":4},{"source":162,"target":52},{"source":150,"target":10},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":163},{"source":5,"target":164},{"source":163,"target":20},{"source":163,"target":165},{"source":163,"target":5},{"source":165,"target":20},{"source":164,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":166},{"source":6,"target":167},{"source":6,"target":168},{"source":6,"target":169},{"source":6,"target":170},{"source":166,"target":7},{"source":166,"target":171},{"source":166,"target":6},{"source":166,"target":172},{"source":171,"target":7},{"source":172,"target":48},{"source":172,"target":173},{"source":172,"target":166},{"source":173,"target":48},{"source":167,"target":7},{"source":167,"target":174},{"source":167,"target":6},{"source":167,"target":175},{"source":174,"target":7},{"source":175,"target":37},{"source":175,"target":176},{"source":175,"target":167},{"source":176,"target":37},{"source":168,"target":7},{"source":168,"target":177},{"source":168,"target":6},{"source":168,"target":178},{"source":177,"target":7},{"source":178,"target":48},{"source":178,"target":179},{"source":178,"target":168},{"source":179,"target":48},{"source":169,"target":7},{"source":169,"target":180},{"source":169,"target":6},{"source":169,"target":181},{"source":180,"target":7},{"source":170,"target":5},{"source":7,"target":0},{"source":7,"target":10},{"source":7,"target":182},{"source":7,"target":183},{"source":7,"target":184},{"source":7,"target":181},{"source":7,"target":185},{"source":182,"target":37},{"source":182,"target":186},{"source":182,"target":7},{"source":186,"target":37},{"source":183,"target":32},{"source":183,"target":187},{"source":183,"target":7},{"source":187,"target":32},{"source":184,"target":48},{"source":184,"target":188},{"source":184,"target":7},{"source":188,"target":48},{"source":181,"target":6},{"source":181,"target":189},{"source":181,"target":7},{"source":181,"target":169},{"source":189,"target":6},{"source":185,"target":10},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":190},{"source":8,"target":191},{"source":8,"target":192},{"source":8,"target":193},{"source":8,"target":194},{"source":190,"target":11},{"source":190,"target":195},{"source":190,"target":8},{"source":190,"target":196},{"source":195,"target":11},{"source":196,"target":3},{"source":196,"target":197},{"source":196,"target":190},{"source":197,"target":3},{"source":191,"target":40},{"source":191,"target":198},{"source":191,"target":8},{"source":191,"target":199},{"source":191,"target":200},{"source":198,"target":40},{"source":199,"target":5},{"source":199,"target":201},{"source":199,"target":191},{"source":201,"target":5},{"source":200,"target":48},{"source":200,"target":202},{"source":200,"target":191},{"source":202,"target":48},{"source":192,"target":48},{"source":192,"target":203},{"source":192,"target":8},{"source":192,"target":204},{"source":192,"target":205},{"source":203,"target":48},{"source":204,"target":5},{"source":204,"target":206},{"source":204,"target":192},{"source":206,"target":5},{"source":205,"target":40},{"source":205,"target":207},{"source":205,"target":192},{"source":207,"target":40},{"source":193,"target":13},{"source":193,"target":208},{"source":193,"target":8},{"source":193,"target":209},{"source":208,"target":13},{"source":194,"target":9},{"source":9,"target":0},{"source":9,"target":210},{"source":9,"target":68},{"source":210,"target":2},{"source":210,"target":211},{"source":210,"target":9},{"source":210,"target":212},{"source":211,"target":2},{"source":212,"target":48},{"source":212,"target":213},{"source":212,"target":210},{"source":213,"target":48},{"source":68,"target":2},{"source":68,"target":214},{"source":68,"target":9},{"source":68,"target":61},{"source":214,"target":2},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":215},{"source":10,"target":216},{"source":215,"target":48},{"source":215,"target":217},{"source":215,"target":10},{"source":217,"target":48},{"source":216,"target":9},{"source":11,"target":0},{"source":11,"target":218},{"source":11,"target":219},{"source":11,"target":220},{"source":11,"target":221},{"source":11,"target":222},{"source":11,"target":223},{"source":11,"target":224},{"source":11,"target":225},{"source":11,"target":226},{"source":11,"target":227},{"source":11,"target":228},{"source":11,"target":229},{"source":11,"target":230},{"source":11,"target":231},{"source":11,"target":232},{"source":218,"target":3},{"source":218,"target":233},{"source":218,"target":11},{"source":233,"target":3},{"source":219,"target":20},{"source":219,"target":234},{"source":219,"target":11},{"source":234,"target":20},{"source":220,"target":44},{"source":220,"target":235},{"source":220,"target":11},{"source":235,"target":44},{"source":221,"target":11},{"source":221,"target":236},{"source":221,"target":11},{"source":236,"target":11},{"source":222,"target":16},{"source":222,"target":237},{"source":222,"target":11},{"source":237,"target":16},{"source":223,"target":15},{"source":223,"target":238},{"source":223,"target":11},{"source":238,"target":15},{"source":224,"target":31},{"source":224,"target":239},{"source":224,"target":11},{"source":239,"target":240},{"source":239,"target":31},{"source":240,"target":11},{"source":225,"target":50},{"source":225,"target":241},{"source":225,"target":11},{"source":241,"target":242},{"source":241,"target":50},{"source":242,"target":11},{"source":226,"target":31},{"source":226,"target":243},{"source":226,"target":11},{"source":243,"target":244},{"source":243,"target":31},{"source":244,"target":11},{"source":227,"target":40},{"source":227,"target":245},{"source":227,"target":11},{"source":227,"target":246},{"source":245,"target":40},{"source":246,"target":16},{"source":246,"target":247},{"source":246,"target":227},{"source":247,"target":16},{"source":228,"target":40},{"source":228,"target":248},{"source":228,"target":11},{"source":228,"target":249},{"source":228,"target":250},{"source":248,"target":40},{"source":249,"target":16},{"source":249,"target":251},{"source":249,"target":228},{"source":251,"target":16},{"source":250,"target":20},{"source":250,"target":252},{"source":250,"target":228},{"source":252,"target":20},{"source":229,"target":11},{"source":229,"target":253},{"source":229,"target":254},{"source":253,"target":16},{"source":253,"target":255},{"source":253,"target":229},{"source":255,"target":16},{"source":254,"target":40},{"source":254,"target":256},{"source":254,"target":229},{"source":256,"target":40},{"source":230,"target":20},{"source":230,"target":257},{"source":230,"target":11},{"source":230,"target":258},{"source":257,"target":20},{"source":258,"target":16},{"source":258,"target":259},{"source":258,"target":230},{"source":259,"target":16},{"source":231,"target":11},{"source":231,"target":260},{"source":260,"target":16},{"source":260,"target":261},{"source":260,"target":231},{"source":261,"target":16},{"source":232,"target":40},{"source":232,"target":262},{"source":232,"target":11},{"source":232,"target":263},{"source":232,"target":264},{"source":232,"target":53},{"source":232,"target":265},{"source":262,"target":40},{"source":263,"target":12},{"source":263,"target":266},{"source":263,"target":232},{"source":266,"target":12},{"source":264,"target":31},{"source":264,"target":267},{"source":264,"target":232},{"source":267,"target":268},{"source":267,"target":31},{"source":265,"target":53},{"source":12,"target":0},{"source":12,"target":17},{"source":12,"target":269},{"source":12,"target":270},{"source":12,"target":128},{"source":12,"target":271},{"source":12,"target":272},{"source":12,"target":273},{"source":12,"target":274},{"source":12,"target":275},{"source":269,"target":37},{"source":269,"target":276},{"source":269,"target":12},{"source":276,"target":37},{"source":270,"target":20},{"source":270,"target":277},{"source":270,"target":12},{"source":270,"target":278},{"source":277,"target":20},{"source":278,"target":12},{"source":278,"target":279},{"source":278,"target":270},{"source":279,"target":12},{"source":128,"target":3},{"source":128,"target":280},{"source":128,"target":12},{"source":128,"target":84},{"source":280,"target":3},{"source":271,"target":52},{"source":271,"target":281},{"source":271,"target":12},{"source":281,"target":52},{"source":272,"target":14},{"source":272,"target":282},{"source":272,"target":12},{"source":272,"target":283},{"source":282,"target":14},{"source":273,"target":4},{"source":273,"target":284},{"source":273,"target":12},{"source":284,"target":4},{"source":274,"target":51},{"source":274,"target":285},{"source":274,"target":12},{"source":285,"target":51},{"source":275,"target":17},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":286},{"source":13,"target":287},{"source":13,"target":288},{"source":13,"target":209},{"source":13,"target":161},{"source":13,"target":289},{"source":13,"target":290},{"source":13,"target":291},{"source":286,"target":4},{"source":286,"target":292},{"source":286,"target":13},{"source":286,"target":293},{"source":292,"target":4},{"source":293,"target":48},{"source":293,"target":294},{"source":293,"target":286},{"source":294,"target":48},{"source":287,"target":48},{"source":287,"target":295},{"source":287,"target":13},{"source":295,"target":48},{"source":288,"target":48},{"source":288,"target":296},{"source":288,"target":13},{"source":296,"target":48},{"source":209,"target":8},{"source":209,"target":297},{"source":209,"target":13},{"source":209,"target":193},{"source":297,"target":8},{"source":161,"target":4},{"source":161,"target":298},{"source":161,"target":13},{"source":161,"target":148},{"source":298,"target":4},{"source":289,"target":13},{"source":289,"target":299},{"source":289,"target":13},{"source":289,"target":290},{"source":299,"target":13},{"source":290,"target":13},{"source":290,"target":300},{"source":290,"target":13},{"source":290,"target":289},{"source":300,"target":13},{"source":291,"target":10},{"source":14,"target":0},{"source":14,"target":17},{"source":14,"target":283},{"source":14,"target":301},{"source":283,"target":12},{"source":283,"target":302},{"source":283,"target":14},{"source":283,"target":272},{"source":302,"target":12},{"source":301,"target":17},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":303},{"source":15,"target":304},{"source":15,"target":305},{"source":15,"target":306},{"source":15,"target":307},{"source":15,"target":308},{"source":15,"target":309},{"source":303,"target":20},{"source":303,"target":310},{"source":303,"target":15},{"source":310,"target":20},{"source":304,"target":20},{"source":304,"target":311},{"source":304,"target":15},{"source":311,"target":20},{"source":305,"target":20},{"source":305,"target":312},{"source":305,"target":15},{"source":312,"target":20},{"source":306,"target":15},{"source":306,"target":313},{"source":306,"target":15},{"source":313,"target":15},{"source":307,"target":3},{"source":307,"target":314},{"source":307,"target":15},{"source":314,"target":3},{"source":308,"target":1},{"source":308,"target":315},{"source":308,"target":15},{"source":315,"target":1},{"source":309,"target":16},{"source":16,"target":0},{"source":16,"target":17},{"source":16,"target":316},{"source":16,"target":317},{"source":16,"target":318},{"source":16,"target":319},{"source":16,"target":320},{"source":16,"target":321},{"source":16,"target":322},{"source":16,"target":323},{"source":16,"target":324},{"source":16,"target":139},{"source":16,"target":325},{"source":316,"target":37},{"source":316,"target":326},{"source":316,"target":16},{"source":326,"target":37},{"source":317,"target":39},{"source":317,"target":327},{"source":317,"target":16},{"source":327,"target":328},{"source":327,"target":39},{"source":318,"target":20},{"source":318,"target":329},{"source":318,"target":16},{"source":329,"target":20},{"source":319,"target":20},{"source":319,"target":330},{"source":319,"target":16},{"source":330,"target":20},{"source":320,"target":20},{"source":320,"target":331},{"source":320,"target":16},{"source":331,"target":20},{"source":321,"target":48},{"source":321,"target":332},{"source":321,"target":16},{"source":332,"target":48},{"source":322,"target":40},{"source":322,"target":333},{"source":322,"target":16},{"source":333,"target":40},{"source":323,"target":20},{"source":323,"target":334},{"source":323,"target":16},{"source":334,"target":20},{"source":324,"target":20},{"source":324,"target":335},{"source":324,"target":16},{"source":335,"target":20},{"source":139,"target":3},{"source":139,"target":336},{"source":139,"target":16},{"source":139,"target":94},{"source":336,"target":3},{"source":325,"target":17},{"source":17,"target":0},{"source":17,"target":10},{"source":17,"target":337},{"source":17,"target":338},{"source":17,"target":339},{"source":17,"target":340},{"source":17,"target":341},{"source":17,"target":342},{"source":17,"target":343},{"source":17,"target":344},{"source":17,"target":345},{"source":337,"target":20},{"source":337,"target":346},{"source":337,"target":17},{"source":346,"target":20},{"source":338,"target":20},{"source":338,"target":347},{"source":338,"target":17},{"source":347,"target":20},{"source":339,"target":37},{"source":339,"target":348},{"source":339,"target":17},{"source":348,"target":37},{"source":340,"target":37},{"source":340,"target":349},{"source":340,"target":17},{"source":349,"target":37},{"source":341,"target":20},{"source":341,"target":350},{"source":341,"target":17},{"source":350,"target":20},{"source":342,"target":20},{"source":342,"target":351},{"source":342,"target":17},{"source":351,"target":20},{"source":343,"target":4},{"source":343,"target":352},{"source":343,"target":17},{"source":352,"target":4},{"source":344,"target":51},{"source":344,"target":353},{"source":344,"target":17},{"source":353,"target":51},{"source":345,"target":10},{"source":18,"target":0},{"source":19,"target":0},{"source":20,"target":0},{"source":21,"target":0},{"source":22,"target":0},{"source":23,"target":0},{"source":24,"target":0},{"source":25,"target":0},{"source":26,"target":0},{"source":27,"target":0},{"source":28,"target":0},{"source":29,"target":0},{"source":30,"target":0},{"source":31,"target":0},{"source":31,"target":354},{"source":32,"target":0},{"source":33,"target":0},{"source":34,"target":0},{"source":35,"target":0},{"source":36,"target":0},{"source":37,"target":0},{"source":38,"target":0},{"source":39,"target":0},{"source":39,"target":355},{"source":40,"target":0},{"source":41,"target":0},{"source":42,"target":0},{"source":43,"target":0},{"source":43,"target":356},{"source":43,"target":357},{"source":44,"target":0},{"source":45,"target":0},{"source":46,"target":0},{"source":47,"target":0},{"source":48,"target":0},{"source":49,"target":0},{"source":49,"target":358},{"source":49,"target":359},{"source":358,"target":48},{"source":358,"target":360},{"source":358,"target":49},{"source":360,"target":48},{"source":359,"target":48},{"source":359,"target":361},{"source":359,"target":49},{"source":361,"target":48},{"source":50,"target":0},{"source":50,"target":362},{"source":51,"target":0},{"source":51,"target":363},{"source":51,"target":364},{"source":51,"target":365},{"source":51,"target":366},{"source":51,"target":367},{"source":51,"target":368},{"source":51,"target":369},{"source":363,"target":20},{"source":363,"target":370},{"source":363,"target":51},{"source":363,"target":371},{"source":370,"target":20},{"source":371,"target":40},{"source":371,"target":372},{"source":371,"target":363},{"source":372,"target":40},{"source":364,"target":51},{"source":364,"target":373},{"source":364,"target":51},{"source":373,"target":51},{"source":365,"target":51},{"source":365,"target":374},{"source":365,"target":51},{"source":374,"target":51},{"source":366,"target":4},{"source":366,"target":375},{"source":366,"target":51},{"source":375,"target":4},{"source":367,"target":51},{"source":367,"target":376},{"source":367,"target":51},{"source":376,"target":51},{"source":368,"target":52},{"source":368,"target":377},{"source":368,"target":51},{"source":377,"target":52},{"source":369,"target":4},{"source":369,"target":378},{"source":369,"target":51},{"source":378,"target":4},{"source":52,"target":0},{"source":52,"target":10},{"source":52,"target":379},{"source":52,"target":380},{"source":379,"target":51},{"source":379,"target":381},{"source":379,"target":52},{"source":381,"target":51},{"source":380,"target":10},{"source":53,"target":0}],"multigraph":true}
ecore
gpl
repo-ecore-all/data/levilucio/DSLTransLifting/tests/t10/java5.ecore
Java5 AbstractTypeDeclaration qualifiedName bodyDeclarations imports package superInterfaces Annotation type values AnnotationMemberValuePair member value AnnotationTypeDeclaration AnnotationTypeMemberDeclaration default type AnonymousClassDeclaration bodyDeclarations classInstanceCreation ArrayAccess array index ArrayCreation dimensions initializer type ArrayInitializer expressions ArrayLengthAccess array ArrayType dimensions originalName elementType AssertStatement message expression Assignment leftHandSide operator rightHandSide ASTNode Block statements BodyDeclaration abstractTypeDeclaration annotations anonymousClassDeclarationOwner modifiers BooleanLiteral value BreakStatement label CastExpression expression type CatchClause exception body CharacterLiteral escapedValue value ClassDeclaration superClass ClassInstanceCreation anonymousClassDeclaration arguments expression method type CompilationUnit imports originalFilePath package types ConditionalExpression elseExpression expression thenExpression ConstructorInvocation arguments method ContinueStatement label DoStatement expression body EmptyStatement EnumDeclaration enumConstants EnumConstantDeclaration anonymousClassDeclaration arguments EnhancedForStatement body expression parameter Expression ExpressionStatement expression FieldAccess field expression FieldDeclaration type fragments ForStatement expression updaters initializers body IfStatement expression thenStatement elseStatement ImportDeclaration static importedElement InfixExpression operator rightOperand leftOperand extendedOperands InheritanceKind abstract abstract final final Initializer body InstanceofExpression rightOperand leftOperand InterfaceDeclaration LabeledStatement body MemberRef member qualifier MethodDeclaration extraArrayDimensions constructor varargs body thrownExceptions returnType typeParameters redefinedMethodDeclaration redefinitions parameters MethodInvocation method arguments expression MethodRef method qualifier parameters MethodRefParameter name isVarargs type Model name ownedElements orphanTypes unresolvedItems compilationUnits Modifier visibility inheritance static transient volatile native strictfp synchronized BodyDeclaration SingleVariableDeclaration VariableDeclarationStatement VariableDeclarationExpression NamedElement name proxy false NamedElementRef qualifier element NullLiteral NumberLiteral tokenValue OrphanType PackageDeclaration qualifiedName ownedElements ownedPackages ParameterizedType type typeArguments ParenthesizedExpression expression PostfixExpression operator operand PrefixExpression operator operand PrimitiveType PrimitiveTypeBoolean PrimitiveTypeByte PrimitiveTypeChar PrimitiveTypeDouble PrimitiveTypeShort PrimitiveTypeFloat PrimitiveTypeInt PrimitiveTypeLong PrimitiveTypeVoid ReturnStatement expression SingleVariableDeclaration modifiers varargs type methodDeclaration catchClause enhancedForStatement Statement StringLiteral escapedValue value SuperConstructorInvocation expression arguments method SuperFieldAccess field qualifier SuperMethodInvocation arguments method qualifier SwitchCase default expression SwitchStatement expression statements SynchronizedStatement body expression TagElement tagName fragments TextElement text ThisExpression qualifier ThrowStatement expression TypeDeclaration typeParameters TypeDeclarationStatement declaration TypeLiteral type TypeParameter bounds TryStatement body finally catchClauses UnresolvedItem VariableDeclaration extraArrayDimensions initializer VariableDeclarationExpression type fragments modifiers VariableDeclarationFragment fieldDeclaration variableDeclarationStatement variableDeclarationExpression VariableDeclarationStatement extraArrayDimensions type fragments modifiers VisibilityKind none none public public private private protected protected WhileStatement expression body WildCardType isUpperBound bound
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Java5" nsURI="http://www.eclipse.org/Java5" nsPrefix="Java5"> <eClassifiers xsi:type="ecore:EClass" name="AbstractTypeDeclaration" abstract="true" eSuperTypes="#//BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyDeclarations" upperBound="-1" eType="#//BodyDeclaration" containment="true" eOpposite="#//BodyDeclaration/abstractTypeDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//ImportDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="package" eType="#//PackageDeclaration" transient="true" eOpposite="#//PackageDeclaration/ownedElements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superInterfaces" upperBound="-1" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Annotation" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//AnnotationMemberValuePair" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationMemberValuePair" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" lowerBound="1" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationTypeDeclaration" eSuperTypes="#//AbstractTypeDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="AnnotationTypeMemberDeclaration" eSuperTypes="#//BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="default" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnonymousClassDeclaration" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyDeclarations" upperBound="-1" eType="#//BodyDeclaration" containment="true" eOpposite="#//BodyDeclaration/anonymousClassDeclarationOwner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classInstanceCreation" eType="#//ClassInstanceCreation" transient="true" eOpposite="#//ClassInstanceCreation/anonymousClassDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="array" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="index" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayCreation" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="dimensions" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializer" eType="#//ArrayInitializer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayInitializer" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayLengthAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="array" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayType" eSuperTypes="#//OrphanType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dimensions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssertStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="message" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftHandSide" lowerBound="1" 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="rightHandSide" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ASTNode" abstract="true"/> <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="BodyDeclaration" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="abstractTypeDeclaration" eType="#//AbstractTypeDeclaration" transient="true" eOpposite="#//AbstractTypeDeclaration/bodyDeclarations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClassDeclarationOwner" eType="#//AnonymousClassDeclaration" transient="true" eOpposite="#//AnonymousClassDeclaration/bodyDeclarations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1" eType="#//Modifier" containment="true" eOpposite="#//Modifier/BodyDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//Expression"> <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="BreakStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="label" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CastExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CatchClause" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="exception" lowerBound="1" eType="#//SingleVariableDeclaration" containment="true" eOpposite="#//SingleVariableDeclaration/catchClause"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CharacterLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="escapedValue" 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#//EChar"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassDeclaration" eSuperTypes="#//TypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="superClass" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassInstanceCreation" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClassDeclaration" eType="#//AnonymousClassDeclaration" containment="true" eOpposite="#//AnonymousClassDeclaration/classInstanceCreation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="method" lowerBound="1" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompilationUnit" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//ImportDeclaration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalFilePath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="package" eType="#//PackageDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//AbstractTypeDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstructorInvocation" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="method" lowerBound="1" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContinueStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="label" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" 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="EmptyStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="EnumDeclaration" eSuperTypes="#//AbstractTypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumConstants" upperBound="-1" eType="#//EnumConstantDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumConstantDeclaration" eSuperTypes="#//BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClassDeclaration" eType="#//AnonymousClassDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnhancedForStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" lowerBound="1" eType="#//SingleVariableDeclaration" containment="true" eOpposite="#//SingleVariableDeclaration/enhancedForStatement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//ASTNode"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="field" lowerBound="1" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldDeclaration" eSuperTypes="#//BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1" eType="#//VariableDeclarationFragment" containment="true" eOpposite="#//VariableDeclarationFragment/fieldDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="updaters" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializers" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenStatement" lowerBound="1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseStatement" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImportDeclaration" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importedElement" lowerBound="1" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InfixExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extendedOperands" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="InheritanceKind"> <eLiterals name="abstract"/> <eLiterals name="final" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Initializer" eSuperTypes="#//BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceofExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" lowerBound="1" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceDeclaration" eSuperTypes="#//TypeDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="LabeledStatement" eSuperTypes="#//NamedElement #//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MemberRef" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" lowerBound="1" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodDeclaration" eSuperTypes="#//BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extraArrayDimensions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constructor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varargs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thrownExceptions" upperBound="-1" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" lowerBound="1" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1" eType="#//TypeParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedMethodDeclaration" eType="#//MethodDeclaration" eOpposite="#//MethodDeclaration/redefinitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinitions" upperBound="-1" eType="#//MethodDeclaration" eOpposite="#//MethodDeclaration/redefinedMethodDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//SingleVariableDeclaration" containment="true" eOpposite="#//SingleVariableDeclaration/methodDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodInvocation" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="method" lowerBound="1" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodRef" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="method" lowerBound="1" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//MethodRefParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodRefParameter" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isVarargs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedElements" upperBound="-1" eType="#//PackageDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="orphanTypes" upperBound="-1" eType="#//OrphanType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unresolvedItems" upperBound="-1" eType="#//UnresolvedItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compilationUnits" upperBound="-1" eType="#//CompilationUnit" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Modifier" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inheritance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transient" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="volatile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="native" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="strictfp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="synchronized" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="BodyDeclaration" eType="#//BodyDeclaration" transient="true" eOpposite="#//BodyDeclaration/modifiers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="SingleVariableDeclaration" eType="#//SingleVariableDeclaration" transient="true" eOpposite="#//SingleVariableDeclaration/modifiers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="VariableDeclarationStatement" eType="#//VariableDeclarationStatement" transient="true" eOpposite="#//VariableDeclarationStatement/modifiers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="VariableDeclarationExpression" eType="#//VariableDeclarationExpression" transient="true" eOpposite="#//VariableDeclarationExpression/modifiers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="proxy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElementRef" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//NamedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullLiteral" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="NumberLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tokenValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrphanType" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="PackageDeclaration" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedElements" upperBound="-1" eType="#//AbstractTypeDeclaration" containment="true" eOpposite="#//AbstractTypeDeclaration/package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPackages" upperBound="-1" eType="#//PackageDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterizedType" eSuperTypes="#//OrphanType"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParenthesizedExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PostfixExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrefixExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//OrphanType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeBoolean" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeByte" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeChar" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeDouble" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeShort" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeFloat" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeInt" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeLong" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeVoid" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleVariableDeclaration" eSuperTypes="#//VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1" eType="#//Modifier" containment="true" eOpposite="#//Modifier/SingleVariableDeclaration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varargs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methodDeclaration" eType="#//MethodDeclaration" transient="true" eOpposite="#//MethodDeclaration/parameters"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catchClause" eType="#//CatchClause" eOpposite="#//CatchClause/exception"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enhancedForStatement" eType="#//EnhancedForStatement" eOpposite="#//EnhancedForStatement/parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#//ASTNode"/> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="escapedValue" 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="SuperConstructorInvocation" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="method" lowerBound="1" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperFieldAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="field" lowerBound="1" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperMethodInvocation" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="method" lowerBound="1" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchCase" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SynchronizedStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TagElement" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tagName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1" eType="#//ASTNode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextElement" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThisExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThrowStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDeclaration" abstract="true" eSuperTypes="#//AbstractTypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1" eType="#//TypeParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDeclarationStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" lowerBound="1" eType="#//AbstractTypeDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeParameter" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="bounds" upperBound="-1" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TryStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finally" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catchClauses" upperBound="-1" eType="#//CatchClause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedItem" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extraArrayDimensions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializer" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1" eType="#//VariableDeclarationFragment" containment="true" eOpposite="#//VariableDeclarationFragment/variableDeclarationExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1" eType="#//Modifier" containment="true" eOpposite="#//Modifier/VariableDeclarationExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationFragment" eSuperTypes="#//VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="fieldDeclaration" eType="#//FieldDeclaration" transient="true" eOpposite="#//FieldDeclaration/fragments"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclarationStatement" eType="#//VariableDeclarationStatement" eOpposite="#//VariableDeclarationStatement/fragments"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclarationExpression" eType="#//VariableDeclarationExpression" eOpposite="#//VariableDeclarationExpression/fragments"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extraArrayDimensions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1" eType="#//VariableDeclarationFragment" containment="true" eOpposite="#//VariableDeclarationFragment/variableDeclarationStatement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1" eType="#//Modifier" containment="true" eOpposite="#//Modifier/VariableDeclarationStatement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eLiterals name="none"/> <eLiterals name="public" value="1"/> <eLiterals name="private" value="2"/> <eLiterals name="protected" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" 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="WildCardType" eSuperTypes="#//OrphanType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUpperBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bound" eType="#//NamedElementRef" containment="true"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"Java5","nsURI":"http://www.eclipse.org/Java5","name":"Java5","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTypeDeclaration","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationMemberValuePair","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationTypeDeclaration","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationTypeMemberDeclaration","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnonymousClassDeclaration","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayAccess","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayCreation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInitializer","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayLengthAccess","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertStatement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ASTNode","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BodyDeclaration","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakStatement","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CastExpression","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchClause","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacterLiteral","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassDeclaration","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassInstanceCreation","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompilationUnit","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpression","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorInvocation","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueStatement","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoStatement","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStatement","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumDeclaration","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumConstantDeclaration","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnhancedForStatement","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldAccess","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldDeclaration","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportDeclaration","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfixExpression","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"InheritanceKind","instanceClass":null,"id":41,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Initializer","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceofExpression","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceDeclaration","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledStatement","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberRef","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodDeclaration","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodInvocation","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodRef","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodRefParameter","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modifier","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElementRef","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteral","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberLiteral","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrphanType","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageDeclaration","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterizedType","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParenthesizedExpression","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostfixExpression","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrefixExpression","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeBoolean","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeByte","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeChar","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeDouble","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeShort","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeFloat","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeInt","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeLong","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeVoid","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleVariableDeclaration","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperConstructorInvocation","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperFieldAccess","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperMethodInvocation","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCase","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchStatement","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SynchronizedStatement","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TagElement","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextElement","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisExpression","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThrowStatement","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclaration","instanceClass":null,"abstract":true,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclarationStatement","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeLiteral","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeParameter","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryStatement","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedItem","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":true,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationExpression","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationFragment","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationStatement","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":97,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WildCardType","instanceClass":null,"abstract":false,"id":99,"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":"qualifiedName","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyDeclarations","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":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superInterfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"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":"abstractTypeDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","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":"member","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":"value","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"},{"container":false,"ordered":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":124,"derived":false},{"container":false,"ordered":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":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyDeclarations","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":true,"unique":true,"name":"classInstanceCreation","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"unique":true,"name":"anonymousClassDeclarationOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"anonymousClassDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"array","changeable":true,"resolveProxies":true,"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":"index","changeable":true,"resolveProxies":true,"lowerBound":1,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dimensions","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":"initializer","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":143,"derived":false},{"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":"expressions","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"resolveProxies":true,"lowerBound":1,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dimensions","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"originalName","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementType","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"expression","changeable":true,"resolveProxies":true,"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":"leftHandSide","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"operator","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightHandSide","changeable":true,"resolveProxies":true,"lowerBound":1,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"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":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"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":"BodyDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"container":false,"ordered":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":190,"derived":false},{"container":false,"ordered":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":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":"exception","changeable":true,"resolveProxies":true,"lowerBound":1,"id":195,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"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":"catchClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"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":"escapedValue","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"\u0000","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","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":true,"unsettable":false,"transient":false,"unique":true,"name":"superClass","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","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},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":211,"derived":false},{"container":false,"ordered":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":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"container":false,"ordered":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":219,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"originalFilePath","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":false,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"types","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"},{"container":false,"ordered":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":228,"derived":false},{"container":false,"ordered":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},{"container":false,"ordered":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":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":243,"derived":false},{"container":false,"ordered":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":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumConstants","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":"anonymousClassDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":257,"derived":false},{"container":false,"ordered":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":258,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"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":"enhancedForStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":1,"id":269,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":274,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"fieldDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":280,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"updaters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initializers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":282,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"container":false,"ordered":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":289,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenStatement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"elseStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"static","changeable":true,"lowerBound":0,"iD":false,"id":296,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"importedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":297,"derived":false},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"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":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":302,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":303,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendedOperands","changeable":true,"resolveProxies":true,"lowerBound":0,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"name":"abstract","id":310,"value":0,"literal":"abstract","eClass":"EEnumLiteral"},{"name":"final","id":311,"value":1,"literal":"final","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":315,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"container":false,"ordered":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":"member","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extraArrayDimensions","changeable":true,"lowerBound":0,"iD":false,"id":330,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constructor","changeable":true,"lowerBound":0,"iD":false,"id":331,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"varargs","changeable":true,"lowerBound":0,"iD":false,"id":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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":333,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thrownExceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":334,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":335,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParameters","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":false,"unsettable":false,"transient":false,"unique":true,"name":"redefinedMethodDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":337,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"redefinitions","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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"container":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":"methodDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":352,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":353,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":354,"derived":false},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":359,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":360,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isVarargs","changeable":true,"lowerBound":0,"iD":false,"id":367,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":373,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":374,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"orphanTypes","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":"unresolvedItems","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":"compilationUnits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":377,"derived":false},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","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":"inheritance","changeable":true,"lowerBound":0,"iD":false,"id":384,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"static","changeable":true,"lowerBound":0,"iD":false,"id":385,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"transient","changeable":true,"lowerBound":0,"iD":false,"id":386,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"volatile","changeable":true,"lowerBound":0,"iD":false,"id":387,"derived":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":388,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"strictfp","changeable":true,"lowerBound":0,"iD":false,"id":389,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"synchronized","changeable":true,"lowerBound":0,"iD":false,"id":390,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"SingleVariableDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":391,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"VariableDeclarationStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"VariableDeclarationExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":393,"derived":false},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":405,"derived":false},{"id":406,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":407,"derived":false},{"id":408,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":409,"derived":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":410,"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":"proxy","changeable":true,"lowerBound":0,"iD":false,"id":411,"derived":false},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","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":false,"unsettable":false,"transient":false,"unique":true,"name":"element","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tokenValue","changeable":true,"lowerBound":0,"iD":false,"id":421,"derived":false},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualifiedName","changeable":true,"lowerBound":0,"iD":false,"id":425,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedPackages","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"},{"container":false,"ordered":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":431,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":432,"derived":false},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":436,"derived":false},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"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":439,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":440,"derived":false},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":444,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":445,"derived":false},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"container":false,"ordered":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":459,"derived":false},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"varargs","changeable":true,"lowerBound":0,"iD":false,"id":462,"derived":false},{"container":false,"ordered":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":463,"derived":false},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"escapedValue","changeable":true,"lowerBound":0,"iD":false,"id":472,"derived":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":473,"derived":false},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":477,"derived":false},{"container":false,"ordered":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":478,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":479,"derived":false},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":1,"id":484,"derived":false},{"container":false,"ordered":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":485,"derived":false},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"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":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":489,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":490,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":491,"derived":false},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"lowerBound":0,"iD":false,"id":496,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":497,"derived":false},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":501,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":502,"derived":false},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":506,"derived":false},{"container":false,"ordered":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":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":"tagName","changeable":true,"lowerBound":0,"iD":false,"id":511,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":512,"derived":false},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":516,"derived":false},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":519,"derived":false},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":522,"derived":false},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":525,"derived":false},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"container":false,"ordered":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":528,"derived":false},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"container":false,"ordered":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":531,"derived":false},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bounds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":534,"derived":false},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"container":false,"ordered":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":537,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"finally","changeable":true,"resolveProxies":true,"lowerBound":0,"id":538,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"catchClauses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":539,"derived":false},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extraArrayDimensions","changeable":true,"lowerBound":0,"iD":false,"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":"initializer","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":550,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":551,"derived":false},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"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":"variableDeclarationExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":555,"derived":false},{"id":556,"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":"variableDeclarationStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":557,"derived":false},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":561,"derived":false},{"id":562,"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":"extraArrayDimensions","changeable":true,"lowerBound":0,"iD":false,"id":563,"derived":false},{"container":false,"ordered":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":564,"derived":false},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"name":"none","id":570,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"public","id":571,"value":1,"literal":"public","eClass":"EEnumLiteral"},{"name":"private","id":572,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":573,"value":3,"literal":"protected","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":574,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":575,"derived":false},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isUpperBound","changeable":true,"lowerBound":0,"iD":false,"id":579,"derived":false},{"container":false,"ordered":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":580,"derived":false},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":100},{"source":1,"target":101},{"source":1,"target":102},{"source":1,"target":103},{"source":1,"target":104},{"source":1,"target":105},{"source":100,"target":106},{"source":100,"target":1},{"source":101,"target":16},{"source":101,"target":107},{"source":101,"target":1},{"source":101,"target":108},{"source":107,"target":16},{"source":102,"target":39},{"source":102,"target":109},{"source":102,"target":1},{"source":109,"target":39},{"source":103,"target":58},{"source":103,"target":110},{"source":103,"target":1},{"source":103,"target":111},{"source":110,"target":58},{"source":104,"target":54},{"source":104,"target":112},{"source":104,"target":1},{"source":112,"target":54},{"source":105,"target":16},{"source":2,"target":0},{"source":2,"target":33},{"source":2,"target":113},{"source":2,"target":114},{"source":2,"target":115},{"source":113,"target":54},{"source":113,"target":116},{"source":113,"target":2},{"source":116,"target":54},{"source":114,"target":3},{"source":114,"target":117},{"source":114,"target":2},{"source":117,"target":3},{"source":115,"target":33},{"source":3,"target":0},{"source":3,"target":53},{"source":3,"target":118},{"source":3,"target":119},{"source":3,"target":120},{"source":118,"target":54},{"source":118,"target":121},{"source":118,"target":3},{"source":121,"target":54},{"source":119,"target":33},{"source":119,"target":122},{"source":119,"target":3},{"source":122,"target":33},{"source":120,"target":53},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":123},{"source":123,"target":1},{"source":5,"target":0},{"source":5,"target":16},{"source":5,"target":124},{"source":5,"target":125},{"source":5,"target":126},{"source":124,"target":33},{"source":124,"target":127},{"source":124,"target":5},{"source":127,"target":33},{"source":125,"target":54},{"source":125,"target":128},{"source":125,"target":5},{"source":128,"target":54},{"source":126,"target":16},{"source":6,"target":0},{"source":6,"target":14},{"source":6,"target":129},{"source":6,"target":130},{"source":6,"target":131},{"source":129,"target":16},{"source":129,"target":132},{"source":129,"target":6},{"source":129,"target":133},{"source":132,"target":16},{"source":130,"target":23},{"source":130,"target":134},{"source":130,"target":6},{"source":130,"target":135},{"source":134,"target":23},{"source":131,"target":14},{"source":7,"target":0},{"source":7,"target":33},{"source":7,"target":136},{"source":7,"target":137},{"source":7,"target":138},{"source":136,"target":33},{"source":136,"target":139},{"source":136,"target":7},{"source":139,"target":33},{"source":137,"target":33},{"source":137,"target":140},{"source":137,"target":7},{"source":140,"target":33},{"source":138,"target":33},{"source":8,"target":0},{"source":8,"target":33},{"source":8,"target":141},{"source":8,"target":142},{"source":8,"target":143},{"source":8,"target":144},{"source":141,"target":33},{"source":141,"target":145},{"source":141,"target":8},{"source":145,"target":33},{"source":142,"target":9},{"source":142,"target":146},{"source":142,"target":8},{"source":146,"target":9},{"source":143,"target":54},{"source":143,"target":147},{"source":143,"target":8},{"source":147,"target":54},{"source":144,"target":33},{"source":9,"target":0},{"source":9,"target":33},{"source":9,"target":148},{"source":9,"target":149},{"source":148,"target":33},{"source":148,"target":150},{"source":148,"target":9},{"source":150,"target":33},{"source":149,"target":33},{"source":10,"target":0},{"source":10,"target":33},{"source":10,"target":151},{"source":10,"target":152},{"source":151,"target":33},{"source":151,"target":153},{"source":151,"target":10},{"source":153,"target":33},{"source":152,"target":33},{"source":11,"target":0},{"source":11,"target":57},{"source":11,"target":154},{"source":11,"target":155},{"source":11,"target":156},{"source":11,"target":157},{"source":154,"target":158},{"source":154,"target":11},{"source":155,"target":159},{"source":155,"target":11},{"source":156,"target":54},{"source":156,"target":160},{"source":156,"target":11},{"source":160,"target":54},{"source":157,"target":57},{"source":12,"target":0},{"source":12,"target":75},{"source":12,"target":161},{"source":12,"target":162},{"source":12,"target":163},{"source":161,"target":33},{"source":161,"target":164},{"source":161,"target":12},{"source":164,"target":33},{"source":162,"target":33},{"source":162,"target":165},{"source":162,"target":12},{"source":165,"target":33},{"source":163,"target":75},{"source":13,"target":0},{"source":13,"target":33},{"source":13,"target":166},{"source":13,"target":167},{"source":13,"target":168},{"source":13,"target":169},{"source":166,"target":33},{"source":166,"target":170},{"source":166,"target":13},{"source":170,"target":33},{"source":167,"target":171},{"source":167,"target":13},{"source":168,"target":33},{"source":168,"target":172},{"source":168,"target":13},{"source":172,"target":33},{"source":169,"target":33},{"source":14,"target":0},{"source":15,"target":0},{"source":15,"target":75},{"source":15,"target":173},{"source":15,"target":174},{"source":173,"target":75},{"source":173,"target":175},{"source":173,"target":15},{"source":175,"target":75},{"source":174,"target":75},{"source":16,"target":0},{"source":16,"target":53},{"source":16,"target":108},{"source":16,"target":176},{"source":16,"target":133},{"source":16,"target":177},{"source":16,"target":178},{"source":108,"target":1},{"source":108,"target":179},{"source":108,"target":16},{"source":108,"target":101},{"source":179,"target":1},{"source":176,"target":2},{"source":176,"target":180},{"source":176,"target":16},{"source":180,"target":2},{"source":133,"target":6},{"source":133,"target":181},{"source":133,"target":16},{"source":133,"target":129},{"source":181,"target":6},{"source":177,"target":52},{"source":177,"target":182},{"source":177,"target":16},{"source":177,"target":183},{"source":182,"target":52},{"source":178,"target":53},{"source":17,"target":0},{"source":17,"target":33},{"source":17,"target":184},{"source":17,"target":185},{"source":184,"target":186},{"source":184,"target":17},{"source":185,"target":33},{"source":18,"target":0},{"source":18,"target":75},{"source":18,"target":187},{"source":18,"target":188},{"source":187,"target":54},{"source":187,"target":189},{"source":187,"target":18},{"source":189,"target":54},{"source":188,"target":75},{"source":19,"target":0},{"source":19,"target":33},{"source":19,"target":190},{"source":19,"target":191},{"source":19,"target":192},{"source":190,"target":33},{"source":190,"target":193},{"source":190,"target":19},{"source":193,"target":33},{"source":191,"target":54},{"source":191,"target":194},{"source":191,"target":19},{"source":194,"target":54},{"source":192,"target":33},{"source":20,"target":0},{"source":20,"target":75},{"source":20,"target":195},{"source":20,"target":196},{"source":20,"target":197},{"source":195,"target":74},{"source":195,"target":198},{"source":195,"target":20},{"source":195,"target":199},{"source":198,"target":74},{"source":196,"target":15},{"source":196,"target":200},{"source":196,"target":20},{"source":200,"target":15},{"source":197,"target":75},{"source":21,"target":0},{"source":21,"target":33},{"source":21,"target":201},{"source":21,"target":202},{"source":21,"target":203},{"source":201,"target":204},{"source":201,"target":21},{"source":202,"target":205},{"source":202,"target":21},{"source":203,"target":33},{"source":22,"target":0},{"source":22,"target":87},{"source":22,"target":206},{"source":22,"target":207},{"source":206,"target":54},{"source":206,"target":208},{"source":206,"target":22},{"source":208,"target":54},{"source":207,"target":87},{"source":23,"target":0},{"source":23,"target":33},{"source":23,"target":135},{"source":23,"target":209},{"source":23,"target":210},{"source":23,"target":211},{"source":23,"target":212},{"source":23,"target":213},{"source":135,"target":6},{"source":135,"target":214},{"source":135,"target":23},{"source":135,"target":130},{"source":214,"target":6},{"source":209,"target":33},{"source":209,"target":215},{"source":209,"target":23},{"source":215,"target":33},{"source":210,"target":33},{"source":210,"target":216},{"source":210,"target":23},{"source":216,"target":33},{"source":211,"target":54},{"source":211,"target":217},{"source":211,"target":23},{"source":217,"target":54},{"source":212,"target":54},{"source":212,"target":218},{"source":212,"target":23},{"source":218,"target":54},{"source":213,"target":33},{"source":24,"target":0},{"source":24,"target":53},{"source":24,"target":219},{"source":24,"target":220},{"source":24,"target":221},{"source":24,"target":222},{"source":24,"target":223},{"source":219,"target":39},{"source":219,"target":224},{"source":219,"target":24},{"source":224,"target":39},{"source":220,"target":225},{"source":220,"target":24},{"source":221,"target":58},{"source":221,"target":226},{"source":221,"target":24},{"source":226,"target":58},{"source":222,"target":1},{"source":222,"target":227},{"source":222,"target":24},{"source":227,"target":1},{"source":223,"target":53},{"source":25,"target":0},{"source":25,"target":33},{"source":25,"target":228},{"source":25,"target":229},{"source":25,"target":230},{"source":25,"target":231},{"source":228,"target":33},{"source":228,"target":232},{"source":228,"target":25},{"source":232,"target":33},{"source":229,"target":33},{"source":229,"target":233},{"source":229,"target":25},{"source":233,"target":33},{"source":230,"target":33},{"source":230,"target":234},{"source":230,"target":25},{"source":234,"target":33},{"source":231,"target":33},{"source":26,"target":0},{"source":26,"target":75},{"source":26,"target":235},{"source":26,"target":236},{"source":26,"target":237},{"source":235,"target":33},{"source":235,"target":238},{"source":235,"target":26},{"source":238,"target":33},{"source":236,"target":54},{"source":236,"target":239},{"source":236,"target":26},{"source":239,"target":54},{"source":237,"target":75},{"source":27,"target":0},{"source":27,"target":75},{"source":27,"target":240},{"source":27,"target":241},{"source":240,"target":54},{"source":240,"target":242},{"source":240,"target":27},{"source":242,"target":54},{"source":241,"target":75},{"source":28,"target":0},{"source":28,"target":75},{"source":28,"target":243},{"source":28,"target":244},{"source":28,"target":245},{"source":243,"target":33},{"source":243,"target":246},{"source":243,"target":28},{"source":246,"target":33},{"source":244,"target":75},{"source":244,"target":247},{"source":244,"target":28},{"source":247,"target":75},{"source":245,"target":75},{"source":29,"target":0},{"source":29,"target":75},{"source":29,"target":248},{"source":248,"target":75},{"source":30,"target":0},{"source":30,"target":1},{"source":30,"target":249},{"source":30,"target":250},{"source":249,"target":31},{"source":249,"target":251},{"source":249,"target":30},{"source":251,"target":31},{"source":250,"target":1},{"source":31,"target":0},{"source":31,"target":16},{"source":31,"target":252},{"source":31,"target":253},{"source":31,"target":254},{"source":252,"target":6},{"source":252,"target":255},{"source":252,"target":31},{"source":255,"target":6},{"source":253,"target":33},{"source":253,"target":256},{"source":253,"target":31},{"source":256,"target":33},{"source":254,"target":16},{"source":32,"target":0},{"source":32,"target":75},{"source":32,"target":257},{"source":32,"target":258},{"source":32,"target":259},{"source":32,"target":260},{"source":257,"target":75},{"source":257,"target":261},{"source":257,"target":32},{"source":261,"target":75},{"source":258,"target":33},{"source":258,"target":262},{"source":258,"target":32},{"source":262,"target":33},{"source":259,"target":74},{"source":259,"target":263},{"source":259,"target":32},{"source":259,"target":264},{"source":263,"target":74},{"source":260,"target":75},{"source":33,"target":0},{"source":33,"target":14},{"source":33,"target":265},{"source":265,"target":14},{"source":34,"target":0},{"source":34,"target":75},{"source":34,"target":266},{"source":34,"target":267},{"source":266,"target":33},{"source":266,"target":268},{"source":266,"target":34},{"source":268,"target":33},{"source":267,"target":75},{"source":35,"target":0},{"source":35,"target":33},{"source":35,"target":269},{"source":35,"target":270},{"source":35,"target":271},{"source":269,"target":54},{"source":269,"target":272},{"source":269,"target":35},{"source":272,"target":54},{"source":270,"target":33},{"source":270,"target":273},{"source":270,"target":35},{"source":273,"target":33},{"source":271,"target":33},{"source":36,"target":0},{"source":36,"target":16},{"source":36,"target":274},{"source":36,"target":275},{"source":36,"target":276},{"source":274,"target":54},{"source":274,"target":277},{"source":274,"target":36},{"source":277,"target":54},{"source":275,"target":95},{"source":275,"target":278},{"source":275,"target":36},{"source":275,"target":279},{"source":278,"target":95},{"source":276,"target":16},{"source":37,"target":0},{"source":37,"target":75},{"source":37,"target":280},{"source":37,"target":281},{"source":37,"target":282},{"source":37,"target":283},{"source":37,"target":284},{"source":280,"target":33},{"source":280,"target":285},{"source":280,"target":37},{"source":285,"target":33},{"source":281,"target":33},{"source":281,"target":286},{"source":281,"target":37},{"source":286,"target":33},{"source":282,"target":33},{"source":282,"target":287},{"source":282,"target":37},{"source":287,"target":33},{"source":283,"target":75},{"source":283,"target":288},{"source":283,"target":37},{"source":288,"target":75},{"source":284,"target":75},{"source":38,"target":0},{"source":38,"target":75},{"source":38,"target":289},{"source":38,"target":290},{"source":38,"target":291},{"source":38,"target":292},{"source":289,"target":33},{"source":289,"target":293},{"source":289,"target":38},{"source":293,"target":33},{"source":290,"target":75},{"source":290,"target":294},{"source":290,"target":38},{"source":294,"target":75},{"source":291,"target":75},{"source":291,"target":295},{"source":291,"target":38},{"source":295,"target":75},{"source":292,"target":75},{"source":39,"target":0},{"source":39,"target":14},{"source":39,"target":296},{"source":39,"target":297},{"source":39,"target":298},{"source":296,"target":299},{"source":296,"target":39},{"source":297,"target":54},{"source":297,"target":300},{"source":297,"target":39},{"source":300,"target":54},{"source":298,"target":14},{"source":40,"target":0},{"source":40,"target":33},{"source":40,"target":301},{"source":40,"target":302},{"source":40,"target":303},{"source":40,"target":304},{"source":40,"target":305},{"source":301,"target":306},{"source":301,"target":40},{"source":302,"target":33},{"source":302,"target":307},{"source":302,"target":40},{"source":307,"target":33},{"source":303,"target":33},{"source":303,"target":308},{"source":303,"target":40},{"source":308,"target":33},{"source":304,"target":33},{"source":304,"target":309},{"source":304,"target":40},{"source":309,"target":33},{"source":305,"target":33},{"source":41,"target":0},{"source":41,"target":310},{"source":41,"target":311},{"source":310,"target":41},{"source":311,"target":41},{"source":42,"target":0},{"source":42,"target":16},{"source":42,"target":312},{"source":42,"target":313},{"source":312,"target":15},{"source":312,"target":314},{"source":312,"target":42},{"source":314,"target":15},{"source":313,"target":16},{"source":43,"target":0},{"source":43,"target":33},{"source":43,"target":315},{"source":43,"target":316},{"source":43,"target":317},{"source":315,"target":54},{"source":315,"target":318},{"source":315,"target":43},{"source":318,"target":54},{"source":316,"target":33},{"source":316,"target":319},{"source":316,"target":43},{"source":319,"target":33},{"source":317,"target":33},{"source":44,"target":0},{"source":44,"target":87},{"source":44,"target":320},{"source":320,"target":87},{"source":45,"target":0},{"source":45,"target":53},{"source":45,"target":75},{"source":45,"target":321},{"source":45,"target":322},{"source":45,"target":323},{"source":321,"target":75},{"source":321,"target":324},{"source":321,"target":45},{"source":324,"target":75},{"source":322,"target":53},{"source":323,"target":75},{"source":46,"target":0},{"source":46,"target":14},{"source":46,"target":325},{"source":46,"target":326},{"source":46,"target":327},{"source":325,"target":54},{"source":325,"target":328},{"source":325,"target":46},{"source":328,"target":54},{"source":326,"target":54},{"source":326,"target":329},{"source":326,"target":46},{"source":329,"target":54},{"source":327,"target":14},{"source":47,"target":0},{"source":47,"target":16},{"source":47,"target":330},{"source":47,"target":331},{"source":47,"target":332},{"source":47,"target":333},{"source":47,"target":334},{"source":47,"target":335},{"source":47,"target":336},{"source":47,"target":337},{"source":47,"target":338},{"source":47,"target":339},{"source":47,"target":340},{"source":330,"target":341},{"source":330,"target":47},{"source":331,"target":342},{"source":331,"target":47},{"source":332,"target":343},{"source":332,"target":47},{"source":333,"target":15},{"source":333,"target":344},{"source":333,"target":47},{"source":344,"target":15},{"source":334,"target":54},{"source":334,"target":345},{"source":334,"target":47},{"source":345,"target":54},{"source":335,"target":54},{"source":335,"target":346},{"source":335,"target":47},{"source":346,"target":54},{"source":336,"target":90},{"source":336,"target":347},{"source":336,"target":47},{"source":347,"target":90},{"source":337,"target":47},{"source":337,"target":348},{"source":337,"target":47},{"source":337,"target":338},{"source":348,"target":47},{"source":338,"target":47},{"source":338,"target":349},{"source":338,"target":47},{"source":338,"target":337},{"source":349,"target":47},{"source":339,"target":74},{"source":339,"target":350},{"source":339,"target":47},{"source":339,"target":351},{"source":350,"target":74},{"source":340,"target":16},{"source":48,"target":0},{"source":48,"target":33},{"source":48,"target":352},{"source":48,"target":353},{"source":48,"target":354},{"source":48,"target":355},{"source":352,"target":54},{"source":352,"target":356},{"source":352,"target":48},{"source":356,"target":54},{"source":353,"target":33},{"source":353,"target":357},{"source":353,"target":48},{"source":357,"target":33},{"source":354,"target":33},{"source":354,"target":358},{"source":354,"target":48},{"source":358,"target":33},{"source":355,"target":33},{"source":49,"target":0},{"source":49,"target":14},{"source":49,"target":359},{"source":49,"target":360},{"source":49,"target":361},{"source":49,"target":362},{"source":359,"target":54},{"source":359,"target":363},{"source":359,"target":49},{"source":363,"target":54},{"source":360,"target":54},{"source":360,"target":364},{"source":360,"target":49},{"source":364,"target":54},{"source":361,"target":50},{"source":361,"target":365},{"source":361,"target":49},{"source":365,"target":50},{"source":362,"target":14},{"source":50,"target":0},{"source":50,"target":14},{"source":50,"target":366},{"source":50,"target":367},{"source":50,"target":368},{"source":50,"target":369},{"source":366,"target":370},{"source":366,"target":50},{"source":367,"target":371},{"source":367,"target":50},{"source":368,"target":54},{"source":368,"target":372},{"source":368,"target":50},{"source":372,"target":54},{"source":369,"target":14},{"source":51,"target":0},{"source":51,"target":373},{"source":51,"target":374},{"source":51,"target":375},{"source":51,"target":376},{"source":51,"target":377},{"source":373,"target":378},{"source":373,"target":51},{"source":374,"target":58},{"source":374,"target":379},{"source":374,"target":51},{"source":379,"target":58},{"source":375,"target":57},{"source":375,"target":380},{"source":375,"target":51},{"source":380,"target":57},{"source":376,"target":92},{"source":376,"target":381},{"source":376,"target":51},{"source":381,"target":92},{"source":377,"target":24},{"source":377,"target":382},{"source":377,"target":51},{"source":382,"target":24},{"source":52,"target":0},{"source":52,"target":14},{"source":52,"target":383},{"source":52,"target":384},{"source":52,"target":385},{"source":52,"target":386},{"source":52,"target":387},{"source":52,"target":388},{"source":52,"target":389},{"source":52,"target":390},{"source":52,"target":183},{"source":52,"target":391},{"source":52,"target":392},{"source":52,"target":393},{"source":52,"target":394},{"source":383,"target":395},{"source":383,"target":52},{"source":384,"target":396},{"source":384,"target":52},{"source":385,"target":397},{"source":385,"target":52},{"source":386,"target":398},{"source":386,"target":52},{"source":387,"target":399},{"source":387,"target":52},{"source":388,"target":400},{"source":388,"target":52},{"source":389,"target":401},{"source":389,"target":52},{"source":390,"target":402},{"source":390,"target":52},{"source":183,"target":16},{"source":183,"target":403},{"source":183,"target":52},{"source":183,"target":177},{"source":403,"target":16},{"source":391,"target":74},{"source":391,"target":404},{"source":391,"target":52},{"source":391,"target":405},{"source":404,"target":74},{"source":392,"target":96},{"source":392,"target":406},{"source":392,"target":52},{"source":392,"target":407},{"source":406,"target":96},{"source":393,"target":94},{"source":393,"target":408},{"source":393,"target":52},{"source":393,"target":409},{"source":408,"target":94},{"source":394,"target":14},{"source":53,"target":0},{"source":53,"target":14},{"source":53,"target":410},{"source":53,"target":411},{"source":53,"target":412},{"source":410,"target":413},{"source":410,"target":53},{"source":411,"target":414},{"source":411,"target":53},{"source":412,"target":14},{"source":54,"target":0},{"source":54,"target":33},{"source":54,"target":415},{"source":54,"target":416},{"source":54,"target":417},{"source":415,"target":54},{"source":415,"target":418},{"source":415,"target":54},{"source":418,"target":54},{"source":416,"target":53},{"source":416,"target":419},{"source":416,"target":54},{"source":419,"target":53},{"source":417,"target":33},{"source":55,"target":0},{"source":55,"target":33},{"source":55,"target":420},{"source":420,"target":33},{"source":56,"target":0},{"source":56,"target":33},{"source":56,"target":421},{"source":56,"target":422},{"source":421,"target":423},{"source":421,"target":56},{"source":422,"target":33},{"source":57,"target":0},{"source":57,"target":53},{"source":57,"target":424},{"source":424,"target":53},{"source":58,"target":0},{"source":58,"target":53},{"source":58,"target":425},{"source":58,"target":111},{"source":58,"target":426},{"source":58,"target":427},{"source":425,"target":428},{"source":425,"target":58},{"source":111,"target":1},{"source":111,"target":429},{"source":111,"target":58},{"source":111,"target":103},{"source":429,"target":1},{"source":426,"target":58},{"source":426,"target":430},{"source":426,"target":58},{"source":430,"target":58},{"source":427,"target":53},{"source":59,"target":0},{"source":59,"target":57},{"source":59,"target":431},{"source":59,"target":432},{"source":59,"target":433},{"source":431,"target":54},{"source":431,"target":434},{"source":431,"target":59},{"source":434,"target":54},{"source":432,"target":54},{"source":432,"target":435},{"source":432,"target":59},{"source":435,"target":54},{"source":433,"target":57},{"source":60,"target":0},{"source":60,"target":33},{"source":60,"target":436},{"source":60,"target":437},{"source":436,"target":33},{"source":436,"target":438},{"source":436,"target":60},{"source":438,"target":33},{"source":437,"target":33},{"source":61,"target":0},{"source":61,"target":33},{"source":61,"target":439},{"source":61,"target":440},{"source":61,"target":441},{"source":439,"target":442},{"source":439,"target":61},{"source":440,"target":33},{"source":440,"target":443},{"source":440,"target":61},{"source":443,"target":33},{"source":441,"target":33},{"source":62,"target":0},{"source":62,"target":33},{"source":62,"target":444},{"source":62,"target":445},{"source":62,"target":446},{"source":444,"target":447},{"source":444,"target":62},{"source":445,"target":33},{"source":445,"target":448},{"source":445,"target":62},{"source":448,"target":33},{"source":446,"target":33},{"source":63,"target":0},{"source":63,"target":57},{"source":63,"target":449},{"source":449,"target":57},{"source":64,"target":0},{"source":64,"target":63},{"source":64,"target":450},{"source":450,"target":63},{"source":65,"target":0},{"source":65,"target":63},{"source":65,"target":451},{"source":451,"target":63},{"source":66,"target":0},{"source":66,"target":63},{"source":66,"target":452},{"source":452,"target":63},{"source":67,"target":0},{"source":67,"target":63},{"source":67,"target":453},{"source":453,"target":63},{"source":68,"target":0},{"source":68,"target":63},{"source":68,"target":454},{"source":454,"target":63},{"source":69,"target":0},{"source":69,"target":63},{"source":69,"target":455},{"source":455,"target":63},{"source":70,"target":0},{"source":70,"target":63},{"source":70,"target":456},{"source":456,"target":63},{"source":71,"target":0},{"source":71,"target":63},{"source":71,"target":457},{"source":457,"target":63},{"source":72,"target":0},{"source":72,"target":63},{"source":72,"target":458},{"source":458,"target":63},{"source":73,"target":0},{"source":73,"target":75},{"source":73,"target":459},{"source":73,"target":460},{"source":459,"target":33},{"source":459,"target":461},{"source":459,"target":73},{"source":461,"target":33},{"source":460,"target":75},{"source":74,"target":0},{"source":74,"target":93},{"source":74,"target":405},{"source":74,"target":462},{"source":74,"target":463},{"source":74,"target":351},{"source":74,"target":199},{"source":74,"target":264},{"source":74,"target":464},{"source":405,"target":52},{"source":405,"target":465},{"source":405,"target":74},{"source":405,"target":391},{"source":465,"target":52},{"source":462,"target":466},{"source":462,"target":74},{"source":463,"target":54},{"source":463,"target":467},{"source":463,"target":74},{"source":467,"target":54},{"source":351,"target":47},{"source":351,"target":468},{"source":351,"target":74},{"source":351,"target":339},{"source":468,"target":47},{"source":199,"target":20},{"source":199,"target":469},{"source":199,"target":74},{"source":199,"target":195},{"source":469,"target":20},{"source":264,"target":32},{"source":264,"target":470},{"source":264,"target":74},{"source":264,"target":259},{"source":470,"target":32},{"source":464,"target":93},{"source":75,"target":0},{"source":75,"target":14},{"source":75,"target":471},{"source":471,"target":14},{"source":76,"target":0},{"source":76,"target":33},{"source":76,"target":472},{"source":76,"target":473},{"source":76,"target":474},{"source":472,"target":475},{"source":472,"target":76},{"source":473,"target":476},{"source":473,"target":76},{"source":474,"target":33},{"source":77,"target":0},{"source":77,"target":75},{"source":77,"target":477},{"source":77,"target":478},{"source":77,"target":479},{"source":77,"target":480},{"source":477,"target":33},{"source":477,"target":481},{"source":477,"target":77},{"source":481,"target":33},{"source":478,"target":33},{"source":478,"target":482},{"source":478,"target":77},{"source":482,"target":33},{"source":479,"target":54},{"source":479,"target":483},{"source":479,"target":77},{"source":483,"target":54},{"source":480,"target":75},{"source":78,"target":0},{"source":78,"target":33},{"source":78,"target":484},{"source":78,"target":485},{"source":78,"target":486},{"source":484,"target":54},{"source":484,"target":487},{"source":484,"target":78},{"source":487,"target":54},{"source":485,"target":54},{"source":485,"target":488},{"source":485,"target":78},{"source":488,"target":54},{"source":486,"target":33},{"source":79,"target":0},{"source":79,"target":33},{"source":79,"target":489},{"source":79,"target":490},{"source":79,"target":491},{"source":79,"target":492},{"source":489,"target":33},{"source":489,"target":493},{"source":489,"target":79},{"source":493,"target":33},{"source":490,"target":54},{"source":490,"target":494},{"source":490,"target":79},{"source":494,"target":54},{"source":491,"target":54},{"source":491,"target":495},{"source":491,"target":79},{"source":495,"target":54},{"source":492,"target":33},{"source":80,"target":0},{"source":80,"target":75},{"source":80,"target":496},{"source":80,"target":497},{"source":80,"target":498},{"source":496,"target":499},{"source":496,"target":80},{"source":497,"target":33},{"source":497,"target":500},{"source":497,"target":80},{"source":500,"target":33},{"source":498,"target":75},{"source":81,"target":0},{"source":81,"target":75},{"source":81,"target":501},{"source":81,"target":502},{"source":81,"target":503},{"source":501,"target":33},{"source":501,"target":504},{"source":501,"target":81},{"source":504,"target":33},{"source":502,"target":75},{"source":502,"target":505},{"source":502,"target":81},{"source":505,"target":75},{"source":503,"target":75},{"source":82,"target":0},{"source":82,"target":75},{"source":82,"target":506},{"source":82,"target":507},{"source":82,"target":508},{"source":506,"target":15},{"source":506,"target":509},{"source":506,"target":82},{"source":509,"target":15},{"source":507,"target":33},{"source":507,"target":510},{"source":507,"target":82},{"source":510,"target":33},{"source":508,"target":75},{"source":83,"target":0},{"source":83,"target":14},{"source":83,"target":511},{"source":83,"target":512},{"source":83,"target":513},{"source":511,"target":514},{"source":511,"target":83},{"source":512,"target":14},{"source":512,"target":515},{"source":512,"target":83},{"source":515,"target":14},{"source":513,"target":14},{"source":84,"target":0},{"source":84,"target":14},{"source":84,"target":516},{"source":84,"target":517},{"source":516,"target":518},{"source":516,"target":84},{"source":517,"target":14},{"source":85,"target":0},{"source":85,"target":33},{"source":85,"target":519},{"source":85,"target":520},{"source":519,"target":54},{"source":519,"target":521},{"source":519,"target":85},{"source":521,"target":54},{"source":520,"target":33},{"source":86,"target":0},{"source":86,"target":75},{"source":86,"target":522},{"source":86,"target":523},{"source":522,"target":33},{"source":522,"target":524},{"source":522,"target":86},{"source":524,"target":33},{"source":523,"target":75},{"source":87,"target":0},{"source":87,"target":1},{"source":87,"target":525},{"source":87,"target":526},{"source":525,"target":90},{"source":525,"target":527},{"source":525,"target":87},{"source":527,"target":90},{"source":526,"target":1},{"source":88,"target":0},{"source":88,"target":75},{"source":88,"target":528},{"source":88,"target":529},{"source":528,"target":1},{"source":528,"target":530},{"source":528,"target":88},{"source":530,"target":1},{"source":529,"target":75},{"source":89,"target":0},{"source":89,"target":33},{"source":89,"target":531},{"source":89,"target":532},{"source":531,"target":54},{"source":531,"target":533},{"source":531,"target":89},{"source":533,"target":54},{"source":532,"target":33},{"source":90,"target":0},{"source":90,"target":53},{"source":90,"target":534},{"source":90,"target":535},{"source":534,"target":54},{"source":534,"target":536},{"source":534,"target":90},{"source":536,"target":54},{"source":535,"target":53},{"source":91,"target":0},{"source":91,"target":75},{"source":91,"target":537},{"source":91,"target":538},{"source":91,"target":539},{"source":91,"target":540},{"source":537,"target":15},{"source":537,"target":541},{"source":537,"target":91},{"source":541,"target":15},{"source":538,"target":15},{"source":538,"target":542},{"source":538,"target":91},{"source":542,"target":15},{"source":539,"target":20},{"source":539,"target":543},{"source":539,"target":91},{"source":543,"target":20},{"source":540,"target":75},{"source":92,"target":0},{"source":92,"target":53},{"source":92,"target":544},{"source":544,"target":53},{"source":93,"target":0},{"source":93,"target":53},{"source":93,"target":545},{"source":93,"target":546},{"source":93,"target":547},{"source":545,"target":548},{"source":545,"target":93},{"source":546,"target":33},{"source":546,"target":549},{"source":546,"target":93},{"source":549,"target":33},{"source":547,"target":53},{"source":94,"target":0},{"source":94,"target":33},{"source":94,"target":550},{"source":94,"target":551},{"source":94,"target":409},{"source":94,"target":552},{"source":550,"target":54},{"source":550,"target":553},{"source":550,"target":94},{"source":553,"target":54},{"source":551,"target":95},{"source":551,"target":554},{"source":551,"target":94},{"source":551,"target":555},{"source":554,"target":95},{"source":409,"target":52},{"source":409,"target":556},{"source":409,"target":94},{"source":409,"target":393},{"source":556,"target":52},{"source":552,"target":33},{"source":95,"target":0},{"source":95,"target":93},{"source":95,"target":279},{"source":95,"target":557},{"source":95,"target":555},{"source":95,"target":558},{"source":279,"target":36},{"source":279,"target":559},{"source":279,"target":95},{"source":279,"target":275},{"source":559,"target":36},{"source":557,"target":96},{"source":557,"target":560},{"source":557,"target":95},{"source":557,"target":561},{"source":560,"target":96},{"source":555,"target":94},{"source":555,"target":562},{"source":555,"target":95},{"source":555,"target":551},{"source":562,"target":94},{"source":558,"target":93},{"source":96,"target":0},{"source":96,"target":75},{"source":96,"target":563},{"source":96,"target":564},{"source":96,"target":561},{"source":96,"target":407},{"source":96,"target":565},{"source":563,"target":566},{"source":563,"target":96},{"source":564,"target":54},{"source":564,"target":567},{"source":564,"target":96},{"source":567,"target":54},{"source":561,"target":95},{"source":561,"target":568},{"source":561,"target":96},{"source":561,"target":557},{"source":568,"target":95},{"source":407,"target":52},{"source":407,"target":569},{"source":407,"target":96},{"source":407,"target":392},{"source":569,"target":52},{"source":565,"target":75},{"source":97,"target":0},{"source":97,"target":570},{"source":97,"target":571},{"source":97,"target":572},{"source":97,"target":573},{"source":570,"target":97},{"source":571,"target":97},{"source":572,"target":97},{"source":573,"target":97},{"source":98,"target":0},{"source":98,"target":75},{"source":98,"target":574},{"source":98,"target":575},{"source":98,"target":576},{"source":574,"target":33},{"source":574,"target":577},{"source":574,"target":98},{"source":577,"target":33},{"source":575,"target":75},{"source":575,"target":578},{"source":575,"target":98},{"source":578,"target":75},{"source":576,"target":75},{"source":99,"target":0},{"source":99,"target":57},{"source":99,"target":579},{"source":99,"target":580},{"source":99,"target":581},{"source":579,"target":582},{"source":579,"target":99},{"source":580,"target":54},{"source":580,"target":583},{"source":580,"target":99},{"source":583,"target":54},{"source":581,"target":57}],"multigraph":true}
ecore
simple-pl
repo-ecore-all/data/grammarware/slps/topics/fl/emf1/fl.ecore
fl Program function Function name argument definition Argument name Exp LiteralExp value ArgumentExp argument IfThenElseExp if then else ApplyExp function argument BinaryExp left right PlusExp MinusExp EqualExp
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="fl" nsURI="http://hub.metrik.lang.fl/1.0" nsPrefix="hub.metrik.lang.fl"> <eClassifiers xsi:type="ecore:EClass" name="Program"> <eStructuralFeatures xsi:type="ecore:EReference" name="function" lowerBound="1" upperBound="-1" eType="#//Function" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Function"> <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="argument" upperBound="-1" eType="#//Argument" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" lowerBound="1" eType="#//Exp" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Argument"> <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="Exp" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralExp" eSuperTypes="#//Exp"> <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="ArgumentExp" eSuperTypes="#//Exp"> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" lowerBound="1" eType="#//Argument"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfThenElseExp" eSuperTypes="#//Exp"> <eStructuralFeatures xsi:type="ecore:EReference" name="if" lowerBound="1" eType="#//Exp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="then" lowerBound="1" eType="#//Exp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="else" lowerBound="1" eType="#//Exp" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ApplyExp" eSuperTypes="#//Exp"> <eStructuralFeatures xsi:type="ecore:EReference" name="function" lowerBound="1" eType="#//Function"/> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" upperBound="-1" eType="#//Exp" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryExp" abstract="true" eSuperTypes="#//Exp"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//Exp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//Exp" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlusExp" eSuperTypes="#//BinaryExp"/> <eClassifiers xsi:type="ecore:EClass" name="MinusExp" eSuperTypes="#//BinaryExp"/> <eClassifiers xsi:type="ecore:EClass" name="EqualExp" eSuperTypes="#//BinaryExp"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"hub.metrik.lang.fl","nsURI":"http://hub.metrik.lang.fl/1.0","name":"fl","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":"Function","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Argument","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exp","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralExp","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArgumentExp","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfThenElseExp","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyExp","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExp","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlusExp","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MinusExp","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualExp","instanceClass":null,"abstract":false,"id":12,"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":"function","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":21,"derived":false},{"id":22,"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":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"if","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":true,"unsettable":false,"transient":false,"unique":true,"name":"then","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"else","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"function","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"argument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","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"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":1,"target":0},{"source":1,"target":13},{"source":13,"target":2},{"source":13,"target":14},{"source":13,"target":1},{"source":14,"target":2},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":15,"target":18},{"source":15,"target":2},{"source":16,"target":3},{"source":16,"target":19},{"source":16,"target":2},{"source":19,"target":3},{"source":17,"target":4},{"source":17,"target":20},{"source":17,"target":2},{"source":20,"target":4},{"source":3,"target":0},{"source":3,"target":21},{"source":21,"target":22},{"source":21,"target":3},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":23},{"source":5,"target":24},{"source":23,"target":25},{"source":23,"target":5},{"source":24,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":26},{"source":6,"target":27},{"source":26,"target":3},{"source":26,"target":28},{"source":26,"target":6},{"source":28,"target":3},{"source":27,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":29},{"source":7,"target":30},{"source":7,"target":31},{"source":7,"target":32},{"source":29,"target":4},{"source":29,"target":33},{"source":29,"target":7},{"source":33,"target":4},{"source":30,"target":4},{"source":30,"target":34},{"source":30,"target":7},{"source":34,"target":4},{"source":31,"target":4},{"source":31,"target":35},{"source":31,"target":7},{"source":35,"target":4},{"source":32,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":36},{"source":8,"target":37},{"source":8,"target":38},{"source":36,"target":2},{"source":36,"target":39},{"source":36,"target":8},{"source":39,"target":2},{"source":37,"target":4},{"source":37,"target":40},{"source":37,"target":8},{"source":40,"target":4},{"source":38,"target":4},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":41},{"source":9,"target":42},{"source":9,"target":43},{"source":41,"target":4},{"source":41,"target":44},{"source":41,"target":9},{"source":44,"target":4},{"source":42,"target":4},{"source":42,"target":45},{"source":42,"target":9},{"source":45,"target":4},{"source":43,"target":4},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":46},{"source":46,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":47},{"source":47,"target":9},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":48},{"source":48,"target":9}],"multigraph":true}
ecore
requirements
repo-ecore-all/data/bluedolmen/SIDE/MetaModel/Requirements/trunk/com.bluexml.side.Requirements.generator/src/interpretation/documentation/documentation.ecore
Documentation Book title content Paragraph values Section section para title ParagraphValue TextualValue value ItemizedListValue items ItemizedListValueItem EmphasisValue role XRefValue linkend InformalTableValue cols bodyRows headRows InformalTableValueRow entry
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Documentation" nsURI="http://www.bluexml.com/rwm/documentation/1.0/" nsPrefix="Documentation"> <eClassifiers xsi:type="ecore:EClass" name="Book"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="content" upperBound="-1" eType="#//Section" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Paragraph"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//ParagraphValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Section"> <eStructuralFeatures xsi:type="ecore:EReference" name="section" upperBound="-1" eType="#//Section" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="para" upperBound="-1" eType="#//Paragraph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParagraphValue" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="TextualValue" eSuperTypes="#//ParagraphValue"> <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="ItemizedListValue" eSuperTypes="#//ParagraphValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//ItemizedListValueItem" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ItemizedListValueItem" eSuperTypes="#//Paragraph"/> <eClassifiers xsi:type="ecore:EClass" name="EmphasisValue" eSuperTypes="#//ParagraphValue #//TextualValue"> <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="XRefValue" eSuperTypes="#//ParagraphValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="linkend" lowerBound="1" eType="#//Section"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InformalTableValue" eSuperTypes="#//ParagraphValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cols" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyRows" upperBound="-1" eType="#//InformalTableValueRow" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="headRows" upperBound="-1" eType="#//InformalTableValueRow" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InformalTableValueRow"> <eStructuralFeatures xsi:type="ecore:EReference" name="entry" upperBound="-1" eType="#//TextualValue" containment="true"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"Documentation","nsURI":"http://www.bluexml.com/rwm/documentation/1.0/","name":"Documentation","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paragraph","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Section","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParagraphValue","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextualValue","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ItemizedListValue","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ItemizedListValueItem","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmphasisValue","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XRefValue","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformalTableValue","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformalTableValueRow","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":"title","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"section","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":"para","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkend","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cols","changeable":true,"lowerBound":0,"iD":false,"id":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":"bodyRows","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":"headRows","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":1,"target":0},{"source":1,"target":12},{"source":1,"target":13},{"source":12,"target":14},{"source":12,"target":1},{"source":13,"target":3},{"source":13,"target":15},{"source":13,"target":1},{"source":15,"target":3},{"source":2,"target":0},{"source":2,"target":16},{"source":16,"target":4},{"source":16,"target":17},{"source":16,"target":2},{"source":17,"target":4},{"source":3,"target":0},{"source":3,"target":18},{"source":3,"target":19},{"source":3,"target":20},{"source":18,"target":3},{"source":18,"target":21},{"source":18,"target":3},{"source":21,"target":3},{"source":19,"target":2},{"source":19,"target":22},{"source":19,"target":3},{"source":22,"target":2},{"source":20,"target":23},{"source":20,"target":3},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":24},{"source":5,"target":25},{"source":24,"target":26},{"source":24,"target":5},{"source":25,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":27},{"source":6,"target":28},{"source":27,"target":7},{"source":27,"target":29},{"source":27,"target":6},{"source":29,"target":7},{"source":28,"target":4},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":30},{"source":30,"target":2},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":5},{"source":8,"target":31},{"source":8,"target":32},{"source":8,"target":33},{"source":31,"target":34},{"source":31,"target":8},{"source":32,"target":4},{"source":33,"target":5},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":35},{"source":9,"target":36},{"source":35,"target":3},{"source":35,"target":37},{"source":35,"target":9},{"source":37,"target":3},{"source":36,"target":4},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":38},{"source":10,"target":39},{"source":10,"target":40},{"source":10,"target":41},{"source":38,"target":42},{"source":38,"target":10},{"source":39,"target":11},{"source":39,"target":43},{"source":39,"target":10},{"source":43,"target":11},{"source":40,"target":11},{"source":40,"target":44},{"source":40,"target":10},{"source":44,"target":11},{"source":41,"target":4},{"source":11,"target":0},{"source":11,"target":45},{"source":45,"target":5},{"source":45,"target":46},{"source":45,"target":11},{"source":46,"target":5}],"multigraph":true}
ecore
company
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/adilinam/QVTdCaseStudy/org.eclipse.ocl.examples.impactanalyzer.testmodel.company/model/company.ecore
company Employee name age salary employer managed directed secretary intern Department calcExpenses sumBudget name maxJuniors budget 0 employee boss subDepartment parentDepartment employeeOfTheMonth biggestNumberOfStudentsOrFreelancers Freelance assignment Division name department director budget employeesOfTheMonth numberEmployeesOfTheMonth company Student Company division eotmDelta divisionDirector name
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="company" nsURI="http:///company.ecore" nsPrefix="company"> <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="Employee"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="UniqueNames" value="Employee.allInstances()->forAll(e | e &lt;> self implies e.name &lt;> self.name)"/> <details key="BossIsOldest" value="self.age &lt;= self.employer.boss.age"/> <details key="divBossSecretary" value="if self.directed->isEmpty() then&#xD;&#xA;self.secretary.oclIsUndefined()&#xD;&#xA;else&#xD;&#xA;not self.secretary.oclIsUndefined()&#xD;&#xA;endif"/> <details key="secretaryOlderThanBoss" value="if self.directed->notEmpty() and&#xD;&#xA;not self.secretary.oclIsUndefined() then&#xD;&#xA;self.age &lt; self.secretary.age &#xD;&#xA;else true&#xD;&#xA;endif"/> <details key="Boss10YearsOlderThanEmployee" value="self.age + 10 &lt;= self.employer.boss.age"/> <details key="Secretary10YearsOlderThanBoss" value="if self.directed->notEmpty() and&#xD;&#xA;not self.secretary.oclIsUndefined() then&#xD;&#xA;self.age + 10 &lt; self.secretary.age &#xD;&#xA;else true&#xD;&#xA;endif"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueNames BossIsOldest divBossSecretary secretaryOlderThanBoss Boss10YearsOlderThanEmployee Secretary10YearsOlderThanBoss"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType primitivetypes.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="age" eType="ecore:EDataType primitivetypes.ecore#//Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="salary" eType="ecore:EDataType primitivetypes.ecore#//Integer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="employer" eType="#//Department" resolveProxies="false" eOpposite="#//Department/employee"/> <eStructuralFeatures xsi:type="ecore:EReference" name="managed" eType="#//Department" resolveProxies="false" eOpposite="#//Department/boss"/> <eStructuralFeatures xsi:type="ecore:EReference" name="directed" eType="#//Division" resolveProxies="false" eOpposite="#//Division/director"/> <eStructuralFeatures xsi:type="ecore:EReference" name="secretary" eType="#//Employee" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml"> <details key="Property.oppositeRoleName" value="secretary2boss"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="intern" eType="#//Student"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml"> <details key="Property.oppositeRoleName" value="student2employee"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Department"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="NotBossFreelance" value="not (self.boss.oclIsTypeOf(Freelance))"/> <details key="OldEmployee" value="self.employee->exists(e | e.age > 45)"/> <details key="MaxJuniors" value="self.employee->select(e|e.age &lt; 25)->size()&#xD;&#xA;&lt;self.maxJuniors"/> <details key="BossHighestSalary" value="self.employee->select(e|e.salary >= self.boss.salary)->size() &lt;= 1"/> <details key="boss10YearsOlderThanJunior" value="let t:Tuple(boss:Employee,junior:Employee)=&#xD;&#xA;Tuple{boss=self.boss, junior=self.employee->sortedBy(age)->first()} in&#xD;&#xA;t.boss.age > t.junior.age + 10"/> <details key="BudgetRestriction" value="self.calcExpenses() &lt;= self.budget"/> <details key="MaxJuniorsWarning" value="if self.maxJuniors > 1&#xD;&#xA;then&#xD;&#xA;self.employee->select(e|e.age &lt; 25)->size()&#xD;&#xA;&lt;self.maxJuniors - 1&#xD;&#xA;else&#xD;&#xA;true&#xD;&#xA;endif"/> <details key="departmentMustHaveDivision" value="self.department2division->notEmpty()"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NotBossFreelance OldEmployee MaxJuniors BossHighestSalary boss10YearsOlderThanJunior BudgetRestriction MaxJuniorsWarning departmentMustHaveDivision"/> </eAnnotations> <eOperations name="calcExpenses" eType="ecore:EDataType primitivetypes.ecore#//Integer"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="body" value="self.employee->iterate(e ; s : Integer = 0 | s + e.salary) + self.boss.salary"/> </eAnnotations> </eOperations> <eOperations name="sumBudget" eType="ecore:EDataType primitivetypes.ecore#//Integer"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="body" value="if self.subDepartment->size() >= 1 then&#xD;&#xA;&#x9;self.subDepartment->iterate(department; return : Integer = 0 | return + department.sumBudget()) + self.budget&#xD;&#xA;else&#xD;&#xA;&#x9;self.budget&#xD;&#xA;endif "/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType primitivetypes.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxJuniors" eType="ecore:EDataType primitivetypes.ecore#//Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="budget" eType="ecore:EDataType primitivetypes.ecore#//Integer" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EReference" name="employee" upperBound="-1" eType="#//Employee" containment="true" resolveProxies="false" eOpposite="#//Employee/employer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="boss" eType="#//Employee" resolveProxies="false" eOpposite="#//Employee/managed"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subDepartment" upperBound="-1" eType="#//Department" containment="true" resolveProxies="false" eOpposite="#//Department/parentDepartment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentDepartment" eType="#//Department" resolveProxies="false" eOpposite="#//Department/subDepartment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="employeeOfTheMonth" unique="false" upperBound="-1" eType="#//Employee" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="biggestNumberOfStudentsOrFreelancers" ordered="false" eType="ecore:EDataType primitivetypes.ecore#//Integer" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="let numFreelance : Integer = self.employee->select(e : Employee | e.oclIsKindOf(Freelance))->size() in let numStudent : Integer = self.employee->select(e : Employee | e.oclIsKindOf(Student))->size() in if numFreelance &lt; numStudent then numStudent else numFreelance endif"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Freelance" eSuperTypes="#//Employee"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="ValidAssignment" value="self.assignment >= 5 and self.assignment &lt;= 30"/> <details key="ValidAssignmentWarning" value="self.assignment >= 5 and self.assignment &lt;= 40"/> <details key="StudentAndFreelancesAge" value="self.age &lt; 40"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ValidAssignment ValidAssignmentWarning StudentAndFreelancesAge"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="assignment" eType="ecore:EDataType primitivetypes.ecore#//Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Division"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="nasty" value="self.department->collect(d| &#xD;&#xA;d.employee->including(d.boss)).salary->sum() &lt; budget"/> <details key="limitEmployeesOfTheMonth" value="self.employeesOfTheMonth->size() &lt;= self.department->size()"/> <details key="nestedDerivation" value="self.numberEmployeesOfTheMonth &lt;= self.department->size()"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="nasty limitEmployeesOfTheMonth nestedDerivation"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType primitivetypes.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="department" upperBound="-1" eType="#//Department" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml"> <details key="Property.oppositeRoleName" value="department2division"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="director" eType="#//Employee" unsettable="true" containment="true" resolveProxies="false" eOpposite="#//Employee/directed"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="budget" eType="ecore:EDataType primitivetypes.ecore#//Integer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="employeesOfTheMonth" unique="false" upperBound="-1" eType="#//Employee" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="self.department.employeeOfTheMonth"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberEmployeesOfTheMonth" ordered="false" eType="ecore:EDataType primitivetypes.ecore#//Integer" changeable="false" volatile="true" transient="true" defaultValueLiteral="" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="self.employeesOfTheMonth->size()"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="company" eType="#//Company" eOpposite="#//Company/division"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Student" eSuperTypes="#//Employee"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="StudentAndFreelancesAge" value="self.age &lt; 40"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="StudentAndFreelancesAge"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Company"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="eotmDeltaMax" value="self.eotmDelta &lt;= 5"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="eotmDeltaMax"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="division" eType="#//Division" eOpposite="#//Division/company"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eotmDelta" eType="ecore:EDataType primitivetypes.ecore#//Integer" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="let maxEOTMDivision:Division=self.division->sortedBy(i | i.numberEmployeesOfTheMonth)->last() in let minEOTMDivision:Division=self.division->sortedBy(i | i.numberEmployeesOfTheMonth)->first() in maxEOTMDivision.numberEmployeesOfTheMonth - minEOTMDivision.numberEmployeesOfTheMonth"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="divisionDirector" eType="#//Employee" changeable="false" volatile="true" transient="true" unsettable="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="self.division.director"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType primitivetypes.ecore#//String" changeable="false" volatile="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="if self.division->isEmpty() then&#xD;&#xA; 'Company with no division'&#xD;&#xA;else&#xD;&#xA; 'Company with division '.concat(self.division.name)&#xD;&#xA;endif"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"company","nsURI":"http:///company.ecore","name":"company","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":"Freelance","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Division","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Student","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Company","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":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":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":"salary","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"employer","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":false,"unsettable":false,"transient":false,"unique":true,"name":"managed","changeable":true,"resolveProxies":false,"lowerBound":0,"id":11,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"directed","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":"secretary","changeable":true,"resolveProxies":false,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"intern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"employee","changeable":true,"resolveProxies":false,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"boss","changeable":true,"resolveProxies":false,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"director","changeable":true,"resolveProxies":false,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"calcExpenses","lowerBound":0,"id":26,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"sumBudget","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxJuniors","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"budget","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":"subDepartment","changeable":true,"resolveProxies":false,"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":"parentDepartment","changeable":true,"resolveProxies":false,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":false,"name":"employeeOfTheMonth","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"biggestNumberOfStudentsOrFreelancers","changeable":false,"lowerBound":0,"iD":false,"id":34,"derived":true},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"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":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"department","changeable":true,"resolveProxies":false,"lowerBound":0,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"budget","changeable":true,"lowerBound":0,"iD":false,"id":51,"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":false,"name":"employeesOfTheMonth","changeable":false,"resolveProxies":true,"lowerBound":0,"id":52,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":true,"name":"numberEmployeesOfTheMonth","changeable":false,"lowerBound":0,"iD":false,"id":53,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"company","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"division","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"eotmDelta","changeable":false,"lowerBound":0,"iD":false,"id":64,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":true,"unique":true,"name":"divisionDirector","changeable":false,"resolveProxies":true,"lowerBound":0,"id":65,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":false,"lowerBound":0,"iD":false,"id":66,"derived":true},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"}],"links":[{"source":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":10,"target":19},{"source":18,"target":2},{"source":11,"target":2},{"source":11,"target":20},{"source":11,"target":1},{"source":11,"target":21},{"source":20,"target":2},{"source":12,"target":4},{"source":12,"target":22},{"source":12,"target":1},{"source":12,"target":23},{"source":22,"target":4},{"source":13,"target":1},{"source":13,"target":24},{"source":13,"target":1},{"source":24,"target":1},{"source":14,"target":5},{"source":14,"target":25},{"source":14,"target":1},{"source":25,"target":5},{"source":2,"target":0},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":19},{"source":2,"target":21},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":26,"target":35},{"source":26,"target":2},{"source":27,"target":36},{"source":27,"target":2},{"source":28,"target":37},{"source":28,"target":2},{"source":29,"target":38},{"source":29,"target":2},{"source":30,"target":39},{"source":30,"target":2},{"source":19,"target":1},{"source":19,"target":40},{"source":19,"target":2},{"source":19,"target":10},{"source":40,"target":1},{"source":21,"target":1},{"source":21,"target":41},{"source":21,"target":2},{"source":21,"target":11},{"source":41,"target":1},{"source":31,"target":2},{"source":31,"target":42},{"source":31,"target":2},{"source":31,"target":32},{"source":42,"target":2},{"source":32,"target":2},{"source":32,"target":43},{"source":32,"target":2},{"source":32,"target":31},{"source":43,"target":2},{"source":33,"target":1},{"source":33,"target":44},{"source":33,"target":2},{"source":44,"target":1},{"source":34,"target":45},{"source":34,"target":2},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":46},{"source":3,"target":47},{"source":46,"target":48},{"source":46,"target":3},{"source":47,"target":1},{"source":4,"target":0},{"source":4,"target":49},{"source":4,"target":50},{"source":4,"target":23},{"source":4,"target":51},{"source":4,"target":52},{"source":4,"target":53},{"source":4,"target":54},{"source":49,"target":55},{"source":49,"target":4},{"source":50,"target":2},{"source":50,"target":56},{"source":50,"target":4},{"source":56,"target":2},{"source":23,"target":1},{"source":23,"target":57},{"source":23,"target":4},{"source":23,"target":12},{"source":57,"target":1},{"source":51,"target":58},{"source":51,"target":4},{"source":52,"target":1},{"source":52,"target":59},{"source":52,"target":4},{"source":59,"target":1},{"source":53,"target":60},{"source":53,"target":4},{"source":54,"target":6},{"source":54,"target":61},{"source":54,"target":4},{"source":54,"target":62},{"source":61,"target":6},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":63},{"source":63,"target":1},{"source":6,"target":0},{"source":6,"target":62},{"source":6,"target":64},{"source":6,"target":65},{"source":6,"target":66},{"source":62,"target":4},{"source":62,"target":67},{"source":62,"target":6},{"source":62,"target":54},{"source":67,"target":4},{"source":64,"target":68},{"source":64,"target":6},{"source":65,"target":1},{"source":65,"target":69},{"source":65,"target":6},{"source":69,"target":1},{"source":66,"target":70},{"source":66,"target":6}],"multigraph":true}
ecore
metamodelling
repo-ecore-all/data/adilinam/QVTo-QVTd-OCL/org.eclipse.qvt/model/ecore/PrimitiveTypes.ecore
PrimitiveTypes Boolean java.lang.Boolean java.lang.Boolean Integer java.lang.Integer java.lang.Integer Real java.lang.Float java.lang.Float String java.lang.String java.lang.String UnlimitedNatural java.lang.Integer java.lang.Integer
<?xml version="1.0" encoding="ASCII"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmi:id="PrimitiveTypes" name="PrimitiveTypes" nsURI="http://www.omg.org/spec/QVT/20151201/PrimitiveTypes" nsPrefix="primitivetypes"> <eClassifiers xsi:type="ecore:EDataType" xmi:id="PrimitiveTypes.Boolean" name="Boolean" instanceClassName="java.lang.Boolean"/> <eClassifiers xsi:type="ecore:EDataType" xmi:id="PrimitiveTypes.Integer" name="Integer" instanceClassName="java.lang.Integer"/> <eClassifiers xsi:type="ecore:EDataType" xmi:id="PrimitiveTypes.Real" name="Real" instanceClassName="java.lang.Float"/> <eClassifiers xsi:type="ecore:EDataType" xmi:id="PrimitiveTypes.String" name="String" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" xmi:id="PrimitiveTypes.UnlimitedNatural" name="UnlimitedNatural" instanceClassName="java.lang.Integer"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"primitivetypes","nsURI":"http://www.omg.org/spec/QVT/20151201/PrimitiveTypes","name":"PrimitiveTypes","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"Boolean","instanceClass":"java.lang.Boolean","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"Integer","instanceClass":"java.lang.Integer","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"Real","instanceClass":"java.lang.Float","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"UnlimitedNatural","instanceClass":"java.lang.Integer","id":5,"serializable":true,"eClass":"EDataType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0}],"multigraph":true}
ecore
library
repo-ecore-all/data/quratulain-york/epsilon/examples/org.eclipse.epsilon.examples.workflow.standalone/library.ecore
library Library writers books Writer name books Book title pages 100 category author BookCategory Mystery Mystery ScienceFiction ScienceFiction Biography Biography
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="library" nsURI="library" nsPrefix=""> <eClassifiers xsi:type="ecore:EClass" name="Library"> <eStructuralFeatures xsi:type="ecore:EReference" name="writers" upperBound="-1" eType="#//Writer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="#//Book" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Writer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="#//Book" eOpposite="#//Book/author"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Book"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="100"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" eType="#//BookCategory"/> <eStructuralFeatures xsi:type="ecore:EReference" name="author" lowerBound="1" eType="#//Writer" eOpposite="#//Writer/books"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BookCategory"> <eLiterals name="Mystery"/> <eLiterals name="ScienceFiction" value="1"/> <eLiterals name="Biography" value="2"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"","nsURI":"library","name":"library","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Writer","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BookCategory","instanceClass":null,"id":4,"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":"writers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"id":8,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"title","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":100,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"100","unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"name":"Mystery","id":21,"value":0,"literal":"Mystery","eClass":"EEnumLiteral"},{"name":"ScienceFiction","id":22,"value":1,"literal":"ScienceFiction","eClass":"EEnumLiteral"},{"name":"Biography","id":23,"value":2,"literal":"Biography","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":5,"target":2},{"source":5,"target":7},{"source":5,"target":1},{"source":7,"target":2},{"source":6,"target":3},{"source":6,"target":8},{"source":6,"target":1},{"source":8,"target":3},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":10},{"source":9,"target":11},{"source":9,"target":2},{"source":10,"target":3},{"source":10,"target":12},{"source":10,"target":2},{"source":10,"target":13},{"source":12,"target":3},{"source":3,"target":0},{"source":3,"target":14},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":13},{"source":14,"target":17},{"source":14,"target":3},{"source":15,"target":18},{"source":15,"target":3},{"source":16,"target":4},{"source":16,"target":19},{"source":16,"target":3},{"source":19,"target":4},{"source":13,"target":2},{"source":13,"target":20},{"source":13,"target":3},{"source":13,"target":10},{"source":20,"target":2},{"source":4,"target":0},{"source":4,"target":21},{"source":4,"target":22},{"source":4,"target":23},{"source":21,"target":4},{"source":22,"target":4},{"source":23,"target":4}],"multigraph":true}
ecore
app
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/damenac/puzzle/plugins/fr.inria.diverse.puzzle.metrics/testdata/Book.ecore
book Book pages splash main title author version description bookId resolution Page layers name Splash duration 3 Layer visible true control Node enable true opacity 1 background foreground bounds Shape lineWidth points Control onExposed onTouched image sound Group children ImageFlash images duration out in Media url autoPlay duration repeat -1 Label text font Action OpenPage page JSAction javaScript Animation duration delay autoReverse repeat Fade fromValue toValue Move fromLocation toLocation Rotation toAngle fromAngle Color org.eclipse.swt.graphics.RGB org.eclipse.swt.graphics.RGB Font org.eclipse.swt.graphics.FontData org.eclipse.swt.graphics.FontData Point org.eclipse.swt.graphics.Point org.eclipse.swt.graphics.Point Rectangle org.eclipse.swt.graphics.Rectangle org.eclipse.swt.graphics.Rectangle
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="book" nsURI="http://www.soyatec.com/ebook/1.0.0" nsPrefix="ebk"> <eClassifiers xsi:type="ecore:EClass" name="Book"> <eStructuralFeatures xsi:type="ecore:EReference" name="pages" upperBound="-1" eType="#//Page" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="splash" eType="#//Splash" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="main" eType="#//Page" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" 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="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bookId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolution" eType="#//Point"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Page"> <eStructuralFeatures xsi:type="ecore:EReference" name="layers" upperBound="-1" eType="#//Layer" 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="Splash" eSuperTypes="#//Page"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Layer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="control" eType="#//Control" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="opacity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="background" eType="#//Color"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="foreground" eType="#//Color"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bounds" eType="#//Rectangle"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Shape" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="points" upperBound="-1" eType="#//Point"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Control" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="onExposed" upperBound="-1" eType="#//Action" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="onTouched" upperBound="-1" eType="#//Action" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="image" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Group" eSuperTypes="#//Control"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//Node" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImageFlash" eSuperTypes="#//Control"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="images" upperBound="-1" 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:EReference" name="out" eType="#//Animation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="in" eType="#//Animation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Media" eSuperTypes="#//Control"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="url" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="autoPlay" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="repeat" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Label" eSuperTypes="#//Control"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="font" eType="#//Font"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="OpenPage" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="page" eType="#//Page"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JSAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="javaScript" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Animation" abstract="true" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="delay" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="autoReverse" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="repeat" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Fade" eSuperTypes="#//Animation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fromValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Move" eSuperTypes="#//Animation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fromLocation" eType="#//Point"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toLocation" eType="#//Point"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rotation" eSuperTypes="#//Animation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toAngle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fromAngle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Color" instanceClassName="org.eclipse.swt.graphics.RGB"/> <eClassifiers xsi:type="ecore:EDataType" name="Font" instanceClassName="org.eclipse.swt.graphics.FontData"/> <eClassifiers xsi:type="ecore:EDataType" name="Point" instanceClassName="org.eclipse.swt.graphics.Point"/> <eClassifiers xsi:type="ecore:EDataType" name="Rectangle" instanceClassName="org.eclipse.swt.graphics.Rectangle"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"ebk","nsURI":"http://www.soyatec.com/ebook/1.0.0","name":"book","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Page","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Splash","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layer","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":5,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Shape","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Control","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Group","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImageFlash","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Media","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":true,"id":12,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpenPage","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JSAction","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Animation","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fade","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Move","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rotation","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.swt.graphics.RGB","defaultValue":null,"instanceClassName":"org.eclipse.swt.graphics.RGB","name":"Color","instanceClass":null,"id":19,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.swt.graphics.FontData","defaultValue":null,"instanceClassName":"org.eclipse.swt.graphics.FontData","name":"Font","instanceClass":null,"id":20,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.swt.graphics.Point","defaultValue":null,"instanceClassName":"org.eclipse.swt.graphics.Point","name":"Point","instanceClass":null,"id":21,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.swt.graphics.Rectangle","defaultValue":null,"instanceClassName":"org.eclipse.swt.graphics.Rectangle","name":"Rectangle","instanceClass":null,"id":22,"serializable":true,"eClass":"EDataType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"splash","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":"main","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":"title","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","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":"description","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":"bookId","changeable":true,"lowerBound":0,"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":"resolution","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":3,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"3","unsettable":false,"transient":false,"unique":true,"name":"duration","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"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":"visible","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":"control","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"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":"enable","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"opacity","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":"background","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":"foreground","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":"bounds","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":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineWidth","changeable":true,"lowerBound":0,"iD":false,"id":62,"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":"points","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"onExposed","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":"onTouched","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"image","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":"sound","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"images","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"duration","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":"out","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in","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"},{"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":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"autoPlay","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"duration","changeable":true,"lowerBound":0,"iD":false,"id":90,"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":"repeat","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"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":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":"font","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"page","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"javaScript","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"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":"duration","changeable":true,"lowerBound":0,"iD":false,"id":108,"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":"delay","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":"autoReverse","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":"repeat","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fromValue","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"toValue","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":"fromLocation","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":"toLocation","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":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"toAngle","changeable":true,"lowerBound":0,"iD":false,"id":127,"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":"fromAngle","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":1,"target":0},{"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":23,"target":2},{"source":23,"target":32},{"source":23,"target":1},{"source":32,"target":2},{"source":24,"target":3},{"source":24,"target":33},{"source":24,"target":1},{"source":33,"target":3},{"source":25,"target":2},{"source":25,"target":34},{"source":25,"target":1},{"source":34,"target":2},{"source":26,"target":35},{"source":26,"target":1},{"source":27,"target":36},{"source":27,"target":1},{"source":28,"target":37},{"source":28,"target":1},{"source":29,"target":38},{"source":29,"target":1},{"source":30,"target":39},{"source":30,"target":1},{"source":31,"target":21},{"source":31,"target":40},{"source":31,"target":1},{"source":40,"target":21},{"source":2,"target":0},{"source":2,"target":41},{"source":2,"target":42},{"source":41,"target":4},{"source":41,"target":43},{"source":41,"target":2},{"source":43,"target":4},{"source":42,"target":44},{"source":42,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":45},{"source":3,"target":46},{"source":45,"target":47},{"source":45,"target":3},{"source":46,"target":2},{"source":4,"target":0},{"source":4,"target":48},{"source":4,"target":49},{"source":48,"target":50},{"source":48,"target":4},{"source":49,"target":7},{"source":49,"target":51},{"source":49,"target":4},{"source":51,"target":7},{"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":52,"target":57},{"source":52,"target":5},{"source":53,"target":58},{"source":53,"target":5},{"source":54,"target":19},{"source":54,"target":59},{"source":54,"target":5},{"source":59,"target":19},{"source":55,"target":19},{"source":55,"target":60},{"source":55,"target":5},{"source":60,"target":19},{"source":56,"target":22},{"source":56,"target":61},{"source":56,"target":5},{"source":61,"target":22},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":62},{"source":6,"target":63},{"source":6,"target":64},{"source":62,"target":65},{"source":62,"target":6},{"source":63,"target":21},{"source":63,"target":66},{"source":63,"target":6},{"source":66,"target":21},{"source":64,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":67},{"source":7,"target":68},{"source":7,"target":69},{"source":7,"target":70},{"source":7,"target":71},{"source":67,"target":12},{"source":67,"target":72},{"source":67,"target":7},{"source":72,"target":12},{"source":68,"target":12},{"source":68,"target":73},{"source":68,"target":7},{"source":73,"target":12},{"source":69,"target":74},{"source":69,"target":7},{"source":70,"target":75},{"source":70,"target":7},{"source":71,"target":5},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":76},{"source":8,"target":77},{"source":76,"target":5},{"source":76,"target":78},{"source":76,"target":8},{"source":78,"target":5},{"source":77,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":79},{"source":9,"target":80},{"source":9,"target":81},{"source":9,"target":82},{"source":9,"target":83},{"source":79,"target":84},{"source":79,"target":9},{"source":80,"target":85},{"source":80,"target":9},{"source":81,"target":15},{"source":81,"target":86},{"source":81,"target":9},{"source":86,"target":15},{"source":82,"target":15},{"source":82,"target":87},{"source":82,"target":9},{"source":87,"target":15},{"source":83,"target":7},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":88},{"source":10,"target":89},{"source":10,"target":90},{"source":10,"target":91},{"source":10,"target":92},{"source":88,"target":93},{"source":88,"target":10},{"source":89,"target":94},{"source":89,"target":10},{"source":90,"target":95},{"source":90,"target":10},{"source":91,"target":96},{"source":91,"target":10},{"source":92,"target":7},{"source":11,"target":0},{"source":11,"target":7},{"source":11,"target":97},{"source":11,"target":98},{"source":11,"target":99},{"source":97,"target":100},{"source":97,"target":11},{"source":98,"target":20},{"source":98,"target":101},{"source":98,"target":11},{"source":101,"target":20},{"source":99,"target":7},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":102},{"source":13,"target":103},{"source":102,"target":2},{"source":102,"target":104},{"source":102,"target":13},{"source":104,"target":2},{"source":103,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":105},{"source":14,"target":106},{"source":105,"target":107},{"source":105,"target":14},{"source":106,"target":12},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":108},{"source":15,"target":109},{"source":15,"target":110},{"source":15,"target":111},{"source":15,"target":112},{"source":108,"target":113},{"source":108,"target":15},{"source":109,"target":114},{"source":109,"target":15},{"source":110,"target":115},{"source":110,"target":15},{"source":111,"target":116},{"source":111,"target":15},{"source":112,"target":12},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":117},{"source":16,"target":118},{"source":16,"target":119},{"source":117,"target":120},{"source":117,"target":16},{"source":118,"target":121},{"source":118,"target":16},{"source":119,"target":15},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":122},{"source":17,"target":123},{"source":17,"target":124},{"source":122,"target":21},{"source":122,"target":125},{"source":122,"target":17},{"source":125,"target":21},{"source":123,"target":21},{"source":123,"target":126},{"source":123,"target":17},{"source":126,"target":21},{"source":124,"target":15},{"source":18,"target":0},{"source":18,"target":15},{"source":18,"target":127},{"source":18,"target":128},{"source":18,"target":129},{"source":127,"target":130},{"source":127,"target":18},{"source":128,"target":131},{"source":128,"target":18},{"source":129,"target":15},{"source":19,"target":0},{"source":20,"target":0},{"source":21,"target":0},{"source":22,"target":0}],"multigraph":true}
ecore
families
repo-ecore-all/data/levilucio/SyVOLT/ExFamToPerson/Families_Extended.ecore
families Country families cities companies Family fathers mothers daughters sons registeredIn lastName Parent worksIn Child goesTo Neighborhood contains schools City companies neighborhoods School ordinary special students Company employees isIn Member firstName family livesIn NamedElement name Service
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="families" nsURI="http://families" nsPrefix="families"> <eClassifiers xsi:type="ecore:EClass" name="Country" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="families" lowerBound="1" upperBound="-1" eType="#//Family" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cities" lowerBound="1" upperBound="-1" eType="#//City" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="companies" upperBound="-1" eType="#//Company" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Family"> <eStructuralFeatures xsi:type="ecore:EReference" name="fathers" upperBound="2" eType="#//Parent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mothers" upperBound="2" eType="#//Parent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="daughters" upperBound="-1" eType="#//Child" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sons" upperBound="-1" eType="#//Child" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="registeredIn" lowerBound="1" eType="#//Neighborhood" eOpposite="#//Neighborhood/contains"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parent" eSuperTypes="#//Member"> <eStructuralFeatures xsi:type="ecore:EReference" name="worksIn" eType="#//Company" eOpposite="#//Company/employees"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Child" eSuperTypes="#//Member"> <eStructuralFeatures xsi:type="ecore:EReference" name="goesTo" lowerBound="1" eType="#//School" eOpposite="#//School/students"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Neighborhood" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="contains" lowerBound="1" upperBound="-1" eType="#//Family" eOpposite="#//Family/registeredIn"/> <eStructuralFeatures xsi:type="ecore:EReference" name="schools" upperBound="-1" eType="#//School" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="City" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="companies" upperBound="-1" eType="#//Company" eOpposite="#//Company/isIn"/> <eStructuralFeatures xsi:type="ecore:EReference" name="neighborhoods" lowerBound="1" upperBound="-1" eType="#//Neighborhood" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="School" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ordinary" upperBound="-1" eType="#//Service" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="special" upperBound="-1" eType="#//Service" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="students" upperBound="-1" eType="#//Child" eOpposite="#//Child/goesTo"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Company" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="employees" upperBound="-1" eType="#//Parent" eOpposite="#//Parent/worksIn"/> <eStructuralFeatures xsi:type="ecore:EReference" name="isIn" lowerBound="1" upperBound="-1" eType="#//City" eOpposite="#//City/companies"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Member" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="family" lowerBound="1" eType="#//Family"/> <eStructuralFeatures xsi:type="ecore:EReference" name="livesIn" lowerBound="1" eType="#//City"/> </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="Service"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"families","nsURI":"http://families","name":"families","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Country","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Family","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parent","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Child","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Neighborhood","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"City","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"School","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Company","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Member","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":11,"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":"families","changeable":true,"resolveProxies":true,"lowerBound":1,"id":12,"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":"cities","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"companies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fathers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mothers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"daughters","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":"sons","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"registeredIn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lastName","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contains","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"worksIn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"employees","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":"goesTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"students","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":"schools","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"companies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"neighborhoods","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"isIn","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":true,"unsettable":false,"transient":false,"unique":true,"name":"ordinary","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"special","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"firstName","changeable":true,"lowerBound":1,"iD":false,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"family","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"livesIn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":12,"target":2},{"source":12,"target":16},{"source":12,"target":1},{"source":16,"target":2},{"source":13,"target":6},{"source":13,"target":17},{"source":13,"target":1},{"source":17,"target":6},{"source":14,"target":8},{"source":14,"target":18},{"source":14,"target":1},{"source":18,"target":8},{"source":15,"target":10},{"source":2,"target":0},{"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":19,"target":3},{"source":19,"target":25},{"source":19,"target":2},{"source":25,"target":3},{"source":20,"target":3},{"source":20,"target":26},{"source":20,"target":2},{"source":26,"target":3},{"source":21,"target":4},{"source":21,"target":27},{"source":21,"target":2},{"source":27,"target":4},{"source":22,"target":4},{"source":22,"target":28},{"source":22,"target":2},{"source":28,"target":4},{"source":23,"target":5},{"source":23,"target":29},{"source":23,"target":2},{"source":23,"target":30},{"source":29,"target":5},{"source":24,"target":31},{"source":24,"target":2},{"source":3,"target":0},{"source":3,"target":9},{"source":3,"target":32},{"source":3,"target":33},{"source":32,"target":8},{"source":32,"target":34},{"source":32,"target":3},{"source":32,"target":35},{"source":34,"target":8},{"source":33,"target":9},{"source":4,"target":0},{"source":4,"target":9},{"source":4,"target":36},{"source":4,"target":37},{"source":36,"target":7},{"source":36,"target":38},{"source":36,"target":4},{"source":36,"target":39},{"source":38,"target":7},{"source":37,"target":9},{"source":5,"target":0},{"source":5,"target":10},{"source":5,"target":30},{"source":5,"target":40},{"source":5,"target":41},{"source":30,"target":2},{"source":30,"target":42},{"source":30,"target":5},{"source":30,"target":23},{"source":42,"target":2},{"source":40,"target":7},{"source":40,"target":43},{"source":40,"target":5},{"source":43,"target":7},{"source":41,"target":10},{"source":6,"target":0},{"source":6,"target":10},{"source":6,"target":44},{"source":6,"target":45},{"source":6,"target":46},{"source":44,"target":8},{"source":44,"target":47},{"source":44,"target":6},{"source":44,"target":48},{"source":47,"target":8},{"source":45,"target":5},{"source":45,"target":49},{"source":45,"target":6},{"source":49,"target":5},{"source":46,"target":10},{"source":7,"target":0},{"source":7,"target":10},{"source":7,"target":50},{"source":7,"target":51},{"source":7,"target":39},{"source":7,"target":52},{"source":50,"target":11},{"source":50,"target":53},{"source":50,"target":7},{"source":53,"target":11},{"source":51,"target":11},{"source":51,"target":54},{"source":51,"target":7},{"source":54,"target":11},{"source":39,"target":4},{"source":39,"target":55},{"source":39,"target":7},{"source":39,"target":36},{"source":55,"target":4},{"source":52,"target":10},{"source":8,"target":0},{"source":8,"target":10},{"source":8,"target":35},{"source":8,"target":48},{"source":8,"target":56},{"source":35,"target":3},{"source":35,"target":57},{"source":35,"target":8},{"source":35,"target":32},{"source":57,"target":3},{"source":48,"target":6},{"source":48,"target":58},{"source":48,"target":8},{"source":48,"target":44},{"source":58,"target":6},{"source":56,"target":10},{"source":9,"target":0},{"source":9,"target":59},{"source":9,"target":60},{"source":9,"target":61},{"source":59,"target":62},{"source":59,"target":9},{"source":60,"target":2},{"source":60,"target":63},{"source":60,"target":9},{"source":63,"target":2},{"source":61,"target":6},{"source":61,"target":64},{"source":61,"target":9},{"source":64,"target":6},{"source":10,"target":0},{"source":10,"target":65},{"source":65,"target":66},{"source":65,"target":10},{"source":11,"target":0}],"multigraph":true}
ecore
types
repo-ecore-all/data/huybuidac20593/yakindu/BASE/trunk/plugins/org.yakindu.base.types/model/types.ecore
types Package member domain Type getOriginType constraint abstract Declaration Operation parameters Property const readonly external Parameter owningOperation TypedElement type typeArguments Event direction Direction LOCAL local IN in OUT out EnumerationType enumerator PrimitiveType baseType ComplexType getAllFeatures features superTypes Enumerator owningEnumeration literalValue TypeConstraint value TypeParameter bound ParameterizedType parameter PackageMember RangeConstraint lowerBound upperBound Domain domainID TypeAlias
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="types" nsURI="http://www.yakindu.org/base/types/2.0.0" nsPrefix="types"> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="base.ecore#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" upperBound="-1" eType="#//PackageMember" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domain" eType="#//Domain" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//PackageMember"> <eOperations name="getOriginType" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraint" upperBound="-1" eType="#//TypeConstraint" 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="Declaration" abstract="true" eSuperTypes="#//TypedElement base.ecore#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//Declaration #//PackageMember"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true" eOpposite="#//Parameter/owningOperation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//Declaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="const" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="readonly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="external" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//TypedElement base.ecore#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="owningOperation" eType="#//Operation" eOpposite="#//Operation/parameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Event" eSuperTypes="#//Declaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="#//Direction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Direction"> <eLiterals name="LOCAL" literal="local"/> <eLiterals name="IN" value="1" literal="in"/> <eLiterals name="OUT" value="2" literal="out"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationType" eSuperTypes="#//PrimitiveType"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumerator" upperBound="-1" eType="#//Enumerator" containment="true" eOpposite="#//Enumerator/owningEnumeration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="baseType" eType="#//PrimitiveType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComplexType" eSuperTypes="#//ParameterizedType"> <eOperations name="getAllFeatures" upperBound="-1" eType="#//Declaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Declaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superTypes" upperBound="-1" eType="#//ComplexType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enumerator" eSuperTypes="base.ecore#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="owningEnumeration" eType="#//EnumerationType" eOpposite="#//EnumerationType/enumerator"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literalValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeConstraint"> <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="TypeParameter" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="bound" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterizedType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" upperBound="-1" eType="#//TypeParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageMember" eSuperTypes="base.ecore#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="RangeConstraint" eSuperTypes="#//TypeConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Domain"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="domainID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeAlias" eSuperTypes="#//TypedElement #//Type"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"types","nsURI":"http://www.yakindu.org/base/types/2.0.0","name":"types","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":"Type","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Declaration","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","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":"TypedElement","instanceClass":null,"abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Direction","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplexType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumerator","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeConstraint","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeParameter","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterizedType","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageMember","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeConstraint","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Domain","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeAlias","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":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOriginType","lowerBound":0,"id":26,"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":"constraint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","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"},{"container":false,"ordered":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":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"const","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"readonly","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":"external","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"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":"type","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":"typeArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"name":"LOCAL","id":57,"value":0,"literal":"local","eClass":"EEnumLiteral"},{"name":"IN","id":58,"value":1,"literal":"in","eClass":"EEnumLiteral"},{"name":"OUT","id":59,"value":2,"literal":"out","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":"enumerator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningEnumeration","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":"baseType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllFeatures","lowerBound":0,"id":67,"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":"features","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":false,"unsettable":false,"transient":false,"unique":true,"name":"superTypes","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":"literalValue","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bound","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","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":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"lowerBound":0,"iD":false,"id":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":"upperBound","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":"domainID","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":1,"target":0},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":21,"target":17},{"source":21,"target":24},{"source":21,"target":1},{"source":24,"target":17},{"source":22,"target":19},{"source":22,"target":25},{"source":22,"target":1},{"source":25,"target":19},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":26,"target":2},{"source":26,"target":30},{"source":26,"target":2},{"source":30,"target":2},{"source":27,"target":14},{"source":27,"target":31},{"source":27,"target":2},{"source":31,"target":14},{"source":28,"target":32},{"source":28,"target":2},{"source":29,"target":17},{"source":3,"target":0},{"source":3,"target":7},{"source":3,"target":33},{"source":3,"target":34},{"source":33,"target":7},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":17},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":35,"target":6},{"source":35,"target":38},{"source":35,"target":4},{"source":35,"target":39},{"source":38,"target":6},{"source":36,"target":3},{"source":37,"target":17},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":40},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":40,"target":44},{"source":40,"target":5},{"source":41,"target":45},{"source":41,"target":5},{"source":42,"target":46},{"source":42,"target":5},{"source":43,"target":3},{"source":6,"target":0},{"source":6,"target":7},{"source":6,"target":39},{"source":6,"target":47},{"source":6,"target":48},{"source":39,"target":4},{"source":39,"target":49},{"source":39,"target":6},{"source":39,"target":35},{"source":49,"target":4},{"source":47,"target":7},{"source":7,"target":0},{"source":7,"target":50},{"source":7,"target":51},{"source":50,"target":2},{"source":50,"target":52},{"source":50,"target":7},{"source":52,"target":2},{"source":51,"target":2},{"source":51,"target":53},{"source":51,"target":7},{"source":53,"target":2},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":54},{"source":8,"target":55},{"source":54,"target":9},{"source":54,"target":56},{"source":54,"target":8},{"source":56,"target":9},{"source":55,"target":3},{"source":9,"target":0},{"source":9,"target":57},{"source":9,"target":58},{"source":9,"target":59},{"source":57,"target":9},{"source":58,"target":9},{"source":59,"target":9},{"source":10,"target":0},{"source":10,"target":11},{"source":10,"target":60},{"source":10,"target":61},{"source":60,"target":13},{"source":60,"target":62},{"source":60,"target":10},{"source":60,"target":63},{"source":62,"target":13},{"source":61,"target":11},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":64},{"source":11,"target":65},{"source":64,"target":11},{"source":64,"target":66},{"source":64,"target":11},{"source":66,"target":11},{"source":65,"target":2},{"source":12,"target":0},{"source":12,"target":16},{"source":12,"target":67},{"source":12,"target":68},{"source":12,"target":69},{"source":12,"target":70},{"source":67,"target":3},{"source":67,"target":71},{"source":67,"target":12},{"source":71,"target":3},{"source":68,"target":3},{"source":68,"target":72},{"source":68,"target":12},{"source":72,"target":3},{"source":69,"target":12},{"source":69,"target":73},{"source":69,"target":12},{"source":73,"target":12},{"source":70,"target":16},{"source":13,"target":0},{"source":13,"target":63},{"source":13,"target":74},{"source":13,"target":75},{"source":63,"target":10},{"source":63,"target":76},{"source":63,"target":13},{"source":63,"target":60},{"source":76,"target":10},{"source":74,"target":77},{"source":74,"target":13},{"source":14,"target":0},{"source":14,"target":78},{"source":78,"target":79},{"source":78,"target":14},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":80},{"source":15,"target":81},{"source":80,"target":2},{"source":80,"target":82},{"source":80,"target":15},{"source":82,"target":2},{"source":81,"target":2},{"source":16,"target":0},{"source":16,"target":2},{"source":16,"target":83},{"source":16,"target":84},{"source":83,"target":15},{"source":83,"target":85},{"source":83,"target":16},{"source":85,"target":15},{"source":84,"target":2},{"source":17,"target":0},{"source":17,"target":86},{"source":18,"target":0},{"source":18,"target":14},{"source":18,"target":87},{"source":18,"target":88},{"source":18,"target":89},{"source":87,"target":90},{"source":87,"target":18},{"source":88,"target":91},{"source":88,"target":18},{"source":89,"target":14},{"source":19,"target":0},{"source":19,"target":92},{"source":92,"target":93},{"source":92,"target":19},{"source":20,"target":0},{"source":20,"target":7},{"source":20,"target":2},{"source":20,"target":94},{"source":20,"target":95},{"source":94,"target":7},{"source":95,"target":2}],"multigraph":true}
ecore
gpl
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/damenac/puzzle/examples/empirical-study/puzzle.empirical.study/githubmetamodels/SmallJava.ecore
smallJava SJProgram name imports classes SJImport importedNamespace SJClass name superclass members SJMember access type name SJField SJMethod params body SJAccessLevel PRIVATE private PUBLIC public PROTECTED protected SJParameter SJMethodBody SJStatement SJReturn expression SJVariableDeclaration expression SJIfStatement expression thenBlock elseBlock SJIfBlock SJBlock statements SJSymbol type name SJExpression SJAssignment left right SJMemberSelection receiver member methodinvocation args SJStringConstant value SJIntConstant value SJBoolConstant value SJThis SJSuper SJNull SJSymbolRef symbol SJNew type
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="smallJava" nsURI="http://www.example.org/smalljava/SmallJava" nsPrefix="smallJava"> <eClassifiers xsi:type="ecore:EClass" name="SJProgram"> <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="#//SJImport" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1" eType="#//SJClass" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SJImport"> <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="SJClass"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superclass" eType="#//SJClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="#//SJMember" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SJMember"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="access" eType="#//SJAccessLevel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//SJClass"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SJField" eSuperTypes="#//SJMember"/> <eClassifiers xsi:type="ecore:EClass" name="SJMethod" eSuperTypes="#//SJMember"> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//SJParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//SJMethodBody" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SJAccessLevel"> <eLiterals name="PRIVATE" literal="private"/> <eLiterals name="PUBLIC" value="1" literal="public"/> <eLiterals name="PROTECTED" value="2" literal="protected"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SJParameter" eSuperTypes="#//SJSymbol"/> <eClassifiers xsi:type="ecore:EClass" name="SJMethodBody" eSuperTypes="#//SJBlock"/> <eClassifiers xsi:type="ecore:EClass" name="SJStatement"/> <eClassifiers xsi:type="ecore:EClass" name="SJReturn" eSuperTypes="#//SJStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//SJExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SJVariableDeclaration" eSuperTypes="#//SJStatement #//SJSymbol"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//SJExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SJIfStatement" eSuperTypes="#//SJStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//SJExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenBlock" eType="#//SJIfBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseBlock" eType="#//SJIfBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SJIfBlock" eSuperTypes="#//SJBlock"/> <eClassifiers xsi:type="ecore:EClass" name="SJBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//SJStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SJSymbol"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//SJClass"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SJExpression" eSuperTypes="#//SJStatement"/> <eClassifiers xsi:type="ecore:EClass" name="SJAssignment" eSuperTypes="#//SJExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//SJExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//SJExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SJMemberSelection" eSuperTypes="#//SJExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="receiver" eType="#//SJExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="member" eType="#//SJMember"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="methodinvocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//SJExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SJStringConstant" eSuperTypes="#//SJExpression"> <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="SJIntConstant" eSuperTypes="#//SJExpression"> <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="SJBoolConstant" eSuperTypes="#//SJExpression"> <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="SJThis" eSuperTypes="#//SJExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SJSuper" eSuperTypes="#//SJExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SJNull" eSuperTypes="#//SJExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SJSymbolRef" eSuperTypes="#//SJExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="symbol" eType="#//SJSymbol"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SJNew" eSuperTypes="#//SJExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//SJClass"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"smallJava","nsURI":"http://www.example.org/smalljava/SmallJava","name":"smallJava","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SJProgram","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SJImport","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SJClass","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SJMember","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SJField","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SJMethod","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SJAccessLevel","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SJParameter","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SJMethodBody","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SJStatement","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SJReturn","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SJVariableDeclaration","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SJIfStatement","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SJIfBlock","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SJBlock","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SJSymbol","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SJExpression","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SJAssignment","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SJMemberSelection","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SJStringConstant","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SJIntConstant","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SJBoolConstant","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SJThis","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SJSuper","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SJNull","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SJSymbolRef","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SJNew","instanceClass":null,"abstract":false,"id":27,"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":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":"imports","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":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importedNamespace","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"superclass","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":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"access","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"name":"PRIVATE","id":54,"value":0,"literal":"private","eClass":"EEnumLiteral"},{"name":"PUBLIC","id":55,"value":1,"literal":"public","eClass":"EEnumLiteral"},{"name":"PROTECTED","id":56,"value":2,"literal":"protected","eClass":"EEnumLiteral"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":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":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":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":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"receiver","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":false,"unsettable":false,"transient":false,"unique":true,"name":"member","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":"methodinvocation","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"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":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"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":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":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":28,"target":31},{"source":28,"target":1},{"source":29,"target":2},{"source":29,"target":32},{"source":29,"target":1},{"source":32,"target":2},{"source":30,"target":3},{"source":30,"target":33},{"source":30,"target":1},{"source":33,"target":3},{"source":2,"target":0},{"source":2,"target":34},{"source":34,"target":35},{"source":34,"target":2},{"source":3,"target":0},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":36,"target":39},{"source":36,"target":3},{"source":37,"target":3},{"source":37,"target":40},{"source":37,"target":3},{"source":40,"target":3},{"source":38,"target":4},{"source":38,"target":41},{"source":38,"target":3},{"source":41,"target":4},{"source":4,"target":0},{"source":4,"target":42},{"source":4,"target":43},{"source":4,"target":44},{"source":42,"target":7},{"source":42,"target":45},{"source":42,"target":4},{"source":45,"target":7},{"source":43,"target":3},{"source":43,"target":46},{"source":43,"target":4},{"source":46,"target":3},{"source":44,"target":47},{"source":44,"target":4},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":48},{"source":48,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":49},{"source":6,"target":50},{"source":6,"target":51},{"source":49,"target":8},{"source":49,"target":52},{"source":49,"target":6},{"source":52,"target":8},{"source":50,"target":9},{"source":50,"target":53},{"source":50,"target":6},{"source":53,"target":9},{"source":51,"target":4},{"source":7,"target":0},{"source":7,"target":54},{"source":7,"target":55},{"source":7,"target":56},{"source":54,"target":7},{"source":55,"target":7},{"source":56,"target":7},{"source":8,"target":0},{"source":8,"target":16},{"source":8,"target":57},{"source":57,"target":16},{"source":9,"target":0},{"source":9,"target":15},{"source":9,"target":58},{"source":58,"target":15},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":59},{"source":11,"target":60},{"source":59,"target":17},{"source":59,"target":61},{"source":59,"target":11},{"source":61,"target":17},{"source":60,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":16},{"source":12,"target":62},{"source":12,"target":63},{"source":12,"target":64},{"source":62,"target":17},{"source":62,"target":65},{"source":62,"target":12},{"source":65,"target":17},{"source":63,"target":10},{"source":64,"target":16},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":66},{"source":13,"target":67},{"source":13,"target":68},{"source":13,"target":69},{"source":66,"target":17},{"source":66,"target":70},{"source":66,"target":13},{"source":70,"target":17},{"source":67,"target":14},{"source":67,"target":71},{"source":67,"target":13},{"source":71,"target":14},{"source":68,"target":14},{"source":68,"target":72},{"source":68,"target":13},{"source":72,"target":14},{"source":69,"target":10},{"source":14,"target":0},{"source":14,"target":15},{"source":14,"target":73},{"source":73,"target":15},{"source":15,"target":0},{"source":15,"target":74},{"source":74,"target":10},{"source":74,"target":75},{"source":74,"target":15},{"source":75,"target":10},{"source":16,"target":0},{"source":16,"target":76},{"source":16,"target":77},{"source":76,"target":3},{"source":76,"target":78},{"source":76,"target":16},{"source":78,"target":3},{"source":77,"target":79},{"source":77,"target":16},{"source":17,"target":0},{"source":17,"target":10},{"source":17,"target":80},{"source":80,"target":10},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":81},{"source":18,"target":82},{"source":18,"target":83},{"source":81,"target":17},{"source":81,"target":84},{"source":81,"target":18},{"source":84,"target":17},{"source":82,"target":17},{"source":82,"target":85},{"source":82,"target":18},{"source":85,"target":17},{"source":83,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":86},{"source":19,"target":87},{"source":19,"target":88},{"source":19,"target":89},{"source":19,"target":90},{"source":86,"target":17},{"source":86,"target":91},{"source":86,"target":19},{"source":91,"target":17},{"source":87,"target":4},{"source":87,"target":92},{"source":87,"target":19},{"source":92,"target":4},{"source":88,"target":93},{"source":88,"target":19},{"source":89,"target":17},{"source":89,"target":94},{"source":89,"target":19},{"source":94,"target":17},{"source":90,"target":17},{"source":20,"target":0},{"source":20,"target":17},{"source":20,"target":95},{"source":20,"target":96},{"source":95,"target":97},{"source":95,"target":20},{"source":96,"target":17},{"source":21,"target":0},{"source":21,"target":17},{"source":21,"target":98},{"source":21,"target":99},{"source":98,"target":100},{"source":98,"target":21},{"source":99,"target":17},{"source":22,"target":0},{"source":22,"target":17},{"source":22,"target":101},{"source":22,"target":102},{"source":101,"target":103},{"source":101,"target":22},{"source":102,"target":17},{"source":23,"target":0},{"source":23,"target":17},{"source":23,"target":104},{"source":104,"target":17},{"source":24,"target":0},{"source":24,"target":17},{"source":24,"target":105},{"source":105,"target":17},{"source":25,"target":0},{"source":25,"target":17},{"source":25,"target":106},{"source":106,"target":17},{"source":26,"target":0},{"source":26,"target":17},{"source":26,"target":107},{"source":26,"target":108},{"source":107,"target":16},{"source":107,"target":109},{"source":107,"target":26},{"source":109,"target":16},{"source":108,"target":17},{"source":27,"target":0},{"source":27,"target":17},{"source":27,"target":110},{"source":27,"target":111},{"source":110,"target":3},{"source":110,"target":112},{"source":110,"target":27},{"source":112,"target":3},{"source":111,"target":17}],"multigraph":true}
ecore
gpl
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/rbill/virtualedit/at.ac.tuwien.big.simplejava/model/generated/Simplejava.ecore
simplejava SimpleJava package imports clazz PackageDeclaration name Import imported ClassDeclaration name attribute method Parameter type name SimpleParameter Attribute expression Type typeName isVoid typeRef isArray Method static returnType name parameter content MethodBlock generated statements SimpleStatement Statement SimpleVariableDeclaration VariableDeclaration parameter expression Assignment parameter expression IfStatement condition then else ForStatement init condition continuation body ForInStatement subparameter expression body WhileStatement condition body ReturnStatement expression MethodCall object thisObject method methodName parameter ConstructorCall type parameter GenericExpression ConstantExpression NullExpression IntegerExpression value BooleanExpression value StringExpression value UnaryExpression type source VariableExpression variable ParanthesisOrBinaryExpression source type argument
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="simplejava" nsURI="http://www.ac.at/tuwien/big/Simplejava" nsPrefix="simplejava"> <eClassifiers xsi:type="ecore:EClass" name="SimpleJava"> <eStructuralFeatures xsi:type="ecore:EReference" name="package" eType="#//PackageDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//Import" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="clazz" eType="#//ClassDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="imported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="method" upperBound="-1" eType="#//Method" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleParameter" eSuperTypes="#//Parameter"/> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//Parameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//GenericExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isVoid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeRef" eType="#//ClassDeclaration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isArray" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" upperBound="-1" eType="#//SimpleParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="content" eType="#//MethodBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodBlock" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleStatement"/> <eClassifiers xsi:type="ecore:EClass" name="Statement"/> <eClassifiers xsi:type="ecore:EClass" name="SimpleVariableDeclaration" eSuperTypes="#//SimpleStatement"/> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="#//Statement #//SimpleVariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" eType="#//SimpleParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//GenericExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//SimpleStatement #//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" eType="#//Parameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//GenericExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//ParanthesisOrBinaryExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="then" eType="#//MethodBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//MethodBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="init" eType="#//SimpleStatement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//GenericExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="continuation" eType="#//SimpleStatement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForInStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="subparameter" eType="#//SimpleParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//GenericExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//ParanthesisOrBinaryExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//GenericExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodCall" eSuperTypes="#//Statement #//GenericExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="#//Parameter"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="thisObject" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="method" eType="#//Method"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="methodName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" upperBound="-1" eType="#//GenericExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstructorCall" eSuperTypes="#//GenericExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" upperBound="-1" eType="#//ConstantExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ConstantExpression" eSuperTypes="#//GenericExpression"/> <eClassifiers xsi:type="ecore:EClass" name="NullExpression" eSuperTypes="#//ConstantExpression"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerExpression" eSuperTypes="#//ConstantExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanExpression" eSuperTypes="#//ConstantExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringExpression" eSuperTypes="#//ConstantExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryExpression" eSuperTypes="#//GenericExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//GenericExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableExpression" eSuperTypes="#//GenericExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParanthesisOrBinaryExpression" eSuperTypes="#//GenericExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//GenericExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" eType="#//GenericExpression" containment="true"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"simplejava","nsURI":"http://www.ac.at/tuwien/big/Simplejava","name":"simplejava","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleJava","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageDeclaration","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassDeclaration","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleParameter","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodBlock","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleStatement","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleVariableDeclaration","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForInStatement","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodCall","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorCall","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericExpression","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpression","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullExpression","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExpression","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExpression","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExpression","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExpression","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParanthesisOrBinaryExpression","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clazz","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"imported","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isVoid","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isArray","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"static","changeable":true,"lowerBound":0,"iD":false,"id":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":"returnType","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":"name","changeable":true,"lowerBound":0,"iD":false,"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":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"generated","changeable":true,"lowerBound":0,"iD":false,"id":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":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"expression","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"},{"container":false,"ordered":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":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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","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":"then","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":true,"unsettable":false,"transient":false,"unique":true,"name":"else","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"},{"container":false,"ordered":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":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":"condition","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":"continuation","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subparameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"expression","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},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":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":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"thisObject","changeable":true,"lowerBound":0,"iD":false,"id":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":"method","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"methodName","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","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"},{"id":134,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"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":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"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":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"argument","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":1,"target":0},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":32,"target":2},{"source":32,"target":35},{"source":32,"target":1},{"source":35,"target":2},{"source":33,"target":3},{"source":33,"target":36},{"source":33,"target":1},{"source":36,"target":3},{"source":34,"target":4},{"source":34,"target":37},{"source":34,"target":1},{"source":37,"target":4},{"source":2,"target":0},{"source":2,"target":38},{"source":38,"target":39},{"source":38,"target":2},{"source":3,"target":0},{"source":3,"target":40},{"source":40,"target":41},{"source":40,"target":3},{"source":4,"target":0},{"source":4,"target":42},{"source":4,"target":43},{"source":4,"target":44},{"source":42,"target":45},{"source":42,"target":4},{"source":43,"target":5},{"source":43,"target":46},{"source":43,"target":4},{"source":46,"target":5},{"source":44,"target":9},{"source":44,"target":47},{"source":44,"target":4},{"source":47,"target":9},{"source":5,"target":0},{"source":5,"target":48},{"source":5,"target":49},{"source":48,"target":8},{"source":48,"target":50},{"source":48,"target":5},{"source":50,"target":8},{"source":49,"target":51},{"source":49,"target":5},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":52},{"source":52,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":53},{"source":7,"target":54},{"source":53,"target":23},{"source":53,"target":55},{"source":53,"target":7},{"source":55,"target":23},{"source":54,"target":5},{"source":8,"target":0},{"source":8,"target":56},{"source":8,"target":57},{"source":8,"target":58},{"source":8,"target":59},{"source":56,"target":60},{"source":56,"target":8},{"source":57,"target":61},{"source":57,"target":8},{"source":58,"target":4},{"source":58,"target":62},{"source":58,"target":8},{"source":62,"target":4},{"source":59,"target":63},{"source":59,"target":8},{"source":9,"target":0},{"source":9,"target":64},{"source":9,"target":65},{"source":9,"target":66},{"source":9,"target":67},{"source":9,"target":68},{"source":64,"target":69},{"source":64,"target":9},{"source":65,"target":8},{"source":65,"target":70},{"source":65,"target":9},{"source":70,"target":8},{"source":66,"target":71},{"source":66,"target":9},{"source":67,"target":6},{"source":67,"target":72},{"source":67,"target":9},{"source":72,"target":6},{"source":68,"target":10},{"source":68,"target":73},{"source":68,"target":9},{"source":73,"target":10},{"source":10,"target":0},{"source":10,"target":12},{"source":10,"target":74},{"source":10,"target":75},{"source":10,"target":76},{"source":74,"target":77},{"source":74,"target":10},{"source":75,"target":12},{"source":75,"target":78},{"source":75,"target":10},{"source":78,"target":12},{"source":76,"target":12},{"source":11,"target":0},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":79},{"source":79,"target":11},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":13},{"source":14,"target":80},{"source":14,"target":81},{"source":14,"target":82},{"source":14,"target":83},{"source":80,"target":6},{"source":80,"target":84},{"source":80,"target":14},{"source":84,"target":6},{"source":81,"target":23},{"source":81,"target":85},{"source":81,"target":14},{"source":85,"target":23},{"source":82,"target":12},{"source":83,"target":13},{"source":15,"target":0},{"source":15,"target":11},{"source":15,"target":12},{"source":15,"target":86},{"source":15,"target":87},{"source":15,"target":88},{"source":15,"target":89},{"source":86,"target":5},{"source":86,"target":90},{"source":86,"target":15},{"source":90,"target":5},{"source":87,"target":23},{"source":87,"target":91},{"source":87,"target":15},{"source":91,"target":23},{"source":88,"target":11},{"source":89,"target":12},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":92},{"source":16,"target":93},{"source":16,"target":94},{"source":16,"target":95},{"source":92,"target":31},{"source":92,"target":96},{"source":92,"target":16},{"source":96,"target":31},{"source":93,"target":10},{"source":93,"target":97},{"source":93,"target":16},{"source":97,"target":10},{"source":94,"target":10},{"source":94,"target":98},{"source":94,"target":16},{"source":98,"target":10},{"source":95,"target":12},{"source":17,"target":0},{"source":17,"target":12},{"source":17,"target":99},{"source":17,"target":100},{"source":17,"target":101},{"source":17,"target":102},{"source":17,"target":103},{"source":99,"target":11},{"source":99,"target":104},{"source":99,"target":17},{"source":104,"target":11},{"source":100,"target":23},{"source":100,"target":105},{"source":100,"target":17},{"source":105,"target":23},{"source":101,"target":11},{"source":101,"target":106},{"source":101,"target":17},{"source":106,"target":11},{"source":102,"target":12},{"source":102,"target":107},{"source":102,"target":17},{"source":107,"target":12},{"source":103,"target":12},{"source":18,"target":0},{"source":18,"target":12},{"source":18,"target":108},{"source":18,"target":109},{"source":18,"target":110},{"source":18,"target":111},{"source":108,"target":6},{"source":108,"target":112},{"source":108,"target":18},{"source":112,"target":6},{"source":109,"target":23},{"source":109,"target":113},{"source":109,"target":18},{"source":113,"target":23},{"source":110,"target":12},{"source":110,"target":114},{"source":110,"target":18},{"source":114,"target":12},{"source":111,"target":12},{"source":19,"target":0},{"source":19,"target":12},{"source":19,"target":115},{"source":19,"target":116},{"source":19,"target":117},{"source":115,"target":31},{"source":115,"target":118},{"source":115,"target":19},{"source":118,"target":31},{"source":116,"target":12},{"source":116,"target":119},{"source":116,"target":19},{"source":119,"target":12},{"source":117,"target":12},{"source":20,"target":0},{"source":20,"target":12},{"source":20,"target":120},{"source":20,"target":121},{"source":120,"target":23},{"source":120,"target":122},{"source":120,"target":20},{"source":122,"target":23},{"source":121,"target":12},{"source":21,"target":0},{"source":21,"target":12},{"source":21,"target":23},{"source":21,"target":123},{"source":21,"target":124},{"source":21,"target":125},{"source":21,"target":126},{"source":21,"target":127},{"source":21,"target":128},{"source":21,"target":129},{"source":123,"target":5},{"source":123,"target":130},{"source":123,"target":21},{"source":130,"target":5},{"source":124,"target":131},{"source":124,"target":21},{"source":125,"target":9},{"source":125,"target":132},{"source":125,"target":21},{"source":132,"target":9},{"source":126,"target":133},{"source":126,"target":21},{"source":127,"target":23},{"source":127,"target":134},{"source":127,"target":21},{"source":134,"target":23},{"source":128,"target":12},{"source":129,"target":23},{"source":22,"target":0},{"source":22,"target":23},{"source":22,"target":135},{"source":22,"target":136},{"source":22,"target":137},{"source":135,"target":8},{"source":135,"target":138},{"source":135,"target":22},{"source":138,"target":8},{"source":136,"target":24},{"source":136,"target":139},{"source":136,"target":22},{"source":139,"target":24},{"source":137,"target":23},{"source":23,"target":0},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":140},{"source":140,"target":23},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":141},{"source":141,"target":24},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":142},{"source":26,"target":143},{"source":142,"target":144},{"source":142,"target":26},{"source":143,"target":24},{"source":27,"target":0},{"source":27,"target":24},{"source":27,"target":145},{"source":27,"target":146},{"source":145,"target":147},{"source":145,"target":27},{"source":146,"target":24},{"source":28,"target":0},{"source":28,"target":24},{"source":28,"target":148},{"source":28,"target":149},{"source":148,"target":150},{"source":148,"target":28},{"source":149,"target":24},{"source":29,"target":0},{"source":29,"target":23},{"source":29,"target":151},{"source":29,"target":152},{"source":29,"target":153},{"source":151,"target":154},{"source":151,"target":29},{"source":152,"target":23},{"source":152,"target":155},{"source":152,"target":29},{"source":155,"target":23},{"source":153,"target":23},{"source":30,"target":0},{"source":30,"target":23},{"source":30,"target":156},{"source":30,"target":157},{"source":156,"target":5},{"source":156,"target":158},{"source":156,"target":30},{"source":158,"target":5},{"source":157,"target":23},{"source":31,"target":0},{"source":31,"target":23},{"source":31,"target":159},{"source":31,"target":160},{"source":31,"target":161},{"source":31,"target":162},{"source":159,"target":23},{"source":159,"target":163},{"source":159,"target":31},{"source":163,"target":23},{"source":160,"target":164},{"source":160,"target":31},{"source":161,"target":23},{"source":161,"target":165},{"source":161,"target":31},{"source":165,"target":23},{"source":162,"target":23}],"multigraph":true}
ecore
workflow
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/MDEGroup/MDEForge/mdeforge/githubmetamodels/easyflow.ecore
easyflow Workflow writeMakeflow writeAWSCloudFormation processMetadata task metadata processMetadataSet task checkDag createTaskDag createJobDag iterateByGroup task dag group dataCriterion resolveStaticDependencies getNextSplittingEvent processedTasks getTasksFromLastTaskClass dataFormatIn dataFormatOut strategy getTasksFromLastTaskClassMap dataProcessingTypeIn strategy updateLastTaskClass dataFormatIn dataFormatOut task updateLastTaskClassMap dataProcessingType task printLastTaskClassMap printLastTaskMap name dag WorkflowTemplate Configuration metadata ImplementationTemplate DataProcessingType LastTaskClassMap jobDag taskMap lastTaskMap graph Task readTask wtplLine evaluateJexlExp map copy getUniqueString fitsToGroupingCriterionOf task isConvertableTo dataFormat isMarkedToSkip getParentForTask dag getSampleUniqueString getParentForTask graph name dataFormatIn dataFormatOut cardinalityIn cardinalityOut dataCriterion isMultipleInstancesOfDataCriterion mergeCriterion traversalCriterion splitCriterion tool contrast static false util jexlString parentTasks groupingCriterionMap chunks sortOrder key skipGroupingCriterion depricated EasyFlowTemplate generateDAGFromTemplateFile generateGraphFromTemplateFile fileName workflow EasyFlowConfiguration configFileReader fileName configMap EasyFlowMetadata name contrast groups refData EasyFlowImplementationTemplate templateFileParser dag readParameterConfig toolName initJsonRootNode fileName parameterConfigFileName parameterConfigMap jsonRootNode globalOptions DataProcessingType isConvertableTo dataProcessingTypeOut dataFormatIn dataFormatOut DataFormat None None FASTQ FASTQ SAM SAM BAM BAM VCF VCF BCF BCF TXT TXT CSV CSV BAI BAI SAI SAI VCF_IDX VCF_IDX FASTA FASTA BWT BWT DICT DICT FAI FAI IntervalList IntervalList DataCriterion None None Readgroup Readgroup Sample Sample Library Library TraversalCriterion IntervalList IntervalList Contig Contig Readgroup Readgroup Library Library Sample Sample ReadEnd ReadEnd Readpair Readpair SplitRead SplitRead Locus Locus None None Read Read ReadMappingFlag ReadMappingFlag Object java.lang.Object java.lang.Object ESet java.util.Set java.util.Set Expression org.apache.commons.jexl2.Expression org.apache.commons.jexl2.Expression Dag org.jgrapht.graph.ListenableDirectedGraph org.jgrapht.graph.ListenableDirectedGraph EdgeFactory org.jgrapht.EdgeFactory org.jgrapht.EdgeFactory EasyFlowDag easyflow.EasyFlowDag easyflow.EasyFlowDag JsonRootNode argo.jdom.JsonRootNode argo.jdom.JsonRootNode DataProcessingTypeToTask java.util.Map$Entry java.util.Map$Entry key value IWorkflowUtil getAllTasks addTaskListToDAG dag lastTasks curTask getTaskByName tasks taskNames getGroupingCriterion dataCriterion group key getKeysForGroupingCriterion dataCriterion group writeDagToDot dag fileName addTaskListToGraph graph lastTasks curTask convertDagToGraph dag graph convertGraphToDag graph CommandArgument setGlobalCmdProperties parameterConfigMap setCmdProperties parameterConfigMap printArgument fileName printStaticArg printGenericArg generica name arg sep named required Tool applyGlobalOptions globalOptions createJob groupingId toolName source subCmd subCmdPrefix type category argIn argOut staticArg genericArg pattern refData interpreter task Argument name arg sep GroupingCriterion getMap groupCritMap getKeysForGroupingCriterion group dataCriterion getGroupingCriterion group key dataCriterion getGroupString groupingCriterion getSampleString groupingCriterion getRecordString groupingCriterion getReadgroupString groupingCriterion getLibraryString groupingCriterion getUniqueStringForParent parentGroupingCriterion equalsParent map id metadata Group name samples readgroups libraries records Sample name libraries records readgroups Readgroup name platform platformUnit description samples libraries Library name insertSize samples records readLength readgroups Record fileNames sample readgroup library refData EasyFlowMetadataReader metadataFileReader fileName StringToGroupMap java.util.Map$Entry java.util.Map$Entry key value StringToSampleMap java.util.Map$Entry java.util.Map$Entry value key StringToReadgroupMap java.util.Map$Entry java.util.Map$Entry value key StringToLibraryMap java.util.Map$Entry java.util.Map$Entry key value StringToToolMap java.util.Map$Entry java.util.Map$Entry value key StringToTaskMap java.util.Map$Entry java.util.Map$Entry key value StringToRecordMap java.util.Map$Entry java.util.Map$Entry key value StringToGroupingCriterionMap java.util.Map$Entry java.util.Map$Entry value key Job writeMakeflowRule name metadata exe interpreterOption dependencies targets inputArgs outputArgs genericArgs staticArgs targetPlatform targetPlatformOptions subCmd source Interpreter name exe subCmd options ITraversal getChunksAsString readTemplate fileName readChunks fileName readChunks splittingTask Traversal tarversalCriterion chunks GenericTraversalCriterion ReadEnd readChunks Contig readChunks Locus readChunks SplittingEvent applyTraversalCriterion metadata getTraversalImplementation metadata removePath insertPathToDag chunks traversalCriterion traversalChunks parentTask splittingTask mergingChildTask dag processedTask traversalImplDir GroupingEvent applyGroupingCriterion metadata dagIn dagOut StringToTraversalCriterionMap java.util.Map$Entry java.util.Map$Entry key value TaskToDataProcessingType java.util.Map$Entry java.util.Map$Entry value key DataFormatToTaskList java.util.Map$Entry java.util.Map$Entry key value Chunk name tool argument StringToChunkMap java.util.Map$Entry java.util.Map$Entry key value mxGraph com.mxgraph.view.mxGraph com.mxgraph.view.mxGraph
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="easyflow" nsURI="ns_uri" nsPrefix="ns_prefix"> <eClassifiers xsi:type="ecore:EClass" name="Workflow"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Workflow represents as the name suggests the workflow of data processing tasks the you user want to describe. To represent a workflow a directed acyclic graph, a dag, (implemented using jgrapht) is used. For visualization and user interaction a second graph (mxGraph object from the jgraphx library) is used. A few more class attributes are provided by simple and/or containment references: The inital workflow is usually provided by a simple workflow template file, that can be parsed and converted in to a dag using EasyFlowTemplate. The workflow template file defines the basic processing steps (tasks) and the relation between them. (i.e. parent -> child relationship). Some general configuration can be accessed using the EasyFlowConfiguration (complex) attribute. Implementation details of the tools that can be used to implement specific tasks are available by EasyFlowImplementationTemplate. EasyFlowMetadata is used to read and store the metadata which describe the input data. (Important and currently supported features are the sample name, group name, library name, readgroup, sequencing platform, reference organism) The metadata and its associated classes makes this application specific to data processing workflows of next generation sequencing data."/> </eAnnotations> <eOperations name="writeMakeflow"/> <eOperations name="writeAWSCloudFormation"/> <eOperations name="processMetadata"> <eParameters name="task" eType="#//Task"/> <eParameters name="metadata" eType="#//EasyFlowMetadata"/> </eOperations> <eOperations name="processMetadataSet"> <eParameters name="task" eType="#//Task"/> </eOperations> <eOperations name="checkDag"/> <eOperations name="createTaskDag"/> <eOperations name="createJobDag"/> <eOperations name="iterateByGroup" upperBound="-1" eType="#//Job"> <eParameters name="task" eType="#//Task"/> <eParameters name="dag" eType="#//Dag"/> <eParameters name="group" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="dataCriterion" eType="#//DataCriterion"/> </eOperations> <eOperations name="resolveStaticDependencies"/> <eOperations name="getNextSplittingEvent"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="#//SplittingEvent"/> </eGenericType> <eParameters name="processedTasks"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eGenericType> </eParameters> </eOperations> <eOperations name="getTasksFromLastTaskClass" upperBound="-1" eType="#//Task"> <eParameters name="dataFormatIn"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="#//DataFormat"/> </eGenericType> </eParameters> <eParameters name="dataFormatOut"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="#//DataFormat"/> </eGenericType> </eParameters> <eParameters name="strategy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getTasksFromLastTaskClassMap"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="#//Task"/> </eGenericType> <eParameters name="dataProcessingTypeIn" eType="#//DataProcessingType"/> <eParameters name="strategy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="updateLastTaskClass"> <eParameters name="dataFormatIn"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="#//DataFormat"/> </eGenericType> </eParameters> <eParameters name="dataFormatOut"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="#//DataFormat"/> </eGenericType> </eParameters> <eParameters name="task" eType="#//Task"/> </eOperations> <eOperations name="updateLastTaskClassMap"> <eParameters name="dataProcessingType" eType="#//DataProcessingType"/> <eParameters name="task" eType="#//Task"/> </eOperations> <eOperations name="printLastTaskClassMap"/> <eOperations name="printLastTaskMap"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dag" eType="#//Dag"/> <eStructuralFeatures xsi:type="ecore:EReference" name="WorkflowTemplate" eType="#//EasyFlowTemplate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Configuration" eType="#//EasyFlowConfiguration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metadata" lowerBound="1" upperBound="-1" eType="#//EasyFlowMetadata" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ImplementationTemplate" eType="#//EasyFlowImplementationTemplate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="DataProcessingType" eType="#//DataProcessingType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="LastTaskClassMap" upperBound="-1" eType="#//DataProcessingTypeToTask" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jobDag" eType="#//Dag"/> <eStructuralFeatures xsi:type="ecore:EReference" name="taskMap" upperBound="-1" eType="#//TaskToDataProcessingType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lastTaskMap" upperBound="-1" eType="#//DataFormatToTaskList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="graph" eType="#//mxGraph"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Task"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The task class represents a data processing step. It is independed of a concrete implementation. The implementation is provided by the Tool. The task object represents the nodes of the graph (dag and mxgraph)."/> </eAnnotations> <eOperations name="readTask"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Parses a line (represented by a string) that corresponds to the EasyFlowTemplate and initalizes most of the/some task attributes."/> </eAnnotations> <eParameters name="wtplLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="evaluateJexlExp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Evaluates the JEXL and returns the evaluation result."/> </eAnnotations> <eParameters name="map"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="#//Object"/> </eGenericType> </eParameters> </eOperations> <eOperations name="copy" eType="#//Task"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Wrapper for copying of a task object."/> </eAnnotations> </eOperations> <eOperations name="getUniqueString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Returns a unqiue string representing the task. According to the processing stage of the graph, this string might contain grouping and traversal specific informations."/> </eAnnotations> </eOperations> <eOperations name="fitsToGroupingCriterionOf" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Check whether tha (current) tasks grouping criterion 'fits' to the grouping criterion of the given task. (I.e. returns true if there are at least one record in common.)"/> </eAnnotations> <eParameters name="task" eType="#//Task"/> </eOperations> <eOperations name="isConvertableTo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Returns true if the current tasks output format 'fits' to the input format of the given task."/> </eAnnotations> <eParameters name="dataFormat" eType="#//DataFormat"/> </eOperations> <eOperations name="isMarkedToSkip" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="getParentForTask" upperBound="-1" eType="#//Task"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Returns the parent task of the given task."/> </eAnnotations> <eParameters name="dag" eType="#//Dag"/> </eOperations> <eOperations name="getSampleUniqueString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Return string representing the task and the grouping criterion."/> </eAnnotations> </eOperations> <eOperations name="getParentForTask" eType="#//Task"> <eParameters name="graph" eType="#//mxGraph"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The name of the task."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataFormatIn" upperBound="-1" eType="#//DataFormat"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The list of accepted input data formats."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataFormatOut" upperBound="-1" eType="#//DataFormat"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The list of provided output formats."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cardinalityIn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EShort"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The number of inputs it can process."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cardinalityOut" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EShort"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The number of output it provides."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataCriterion" upperBound="-1" eType="#//DataCriterion"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The list of data (grouping) criterion it supports."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMultipleInstancesOfDataCriterion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Defines whether the task is able to process multiple Instances of the given DataCriterion at the same time. E.g.: LocalRealigner can process multiple samples at the same time.&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mergeCriterion" upperBound="-1" eType="#//TraversalCriterion"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="List of merging traversal criteria. Each criterion flags this task to operate on the whole data that correspond to the grouping criterion. The traversal criterion has to provide a meaning how to merge the data (in case splitting has occured at a parent task)."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="traversalCriterion" upperBound="-1" eType="#//TraversalCriterion"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="List of criteria that can be used to traverse the data that are going to be processed."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="splitCriterion" upperBound="-1" eType="#//TraversalCriterion"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="List of splitting traversal criteria. Each traversal criteria flags this task to split the data and provides a meaning of how to split the data."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="tool" upperBound="-1" eType="#//StringToToolMap" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contrast" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Flag the task to be contrastive. I.e. to be able to process case vs. control data."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This task doesnt rely on the (number of) samples, as defined in the metadata. This means it needs to be just computed once. Mainly this is true for the reference fasta sequence and the several indizes/dicts that other tasks depend on."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="util" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jexlString" 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 that represents a JEXL expression. This expression is evaluated to decide whether this task is used to process the data. (Semantics is provided by sample, library, ..., as defined in the metadata."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parentTasks" upperBound="-1" eType="#//StringToTaskMap" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groupingCriterionMap" upperBound="-1" eType="#//StringToGroupingCriterionMap" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="chunks" upperBound="-1" eType="#//StringToTraversalCriterionMap" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sortOrder" upperBound="-1" eType="#//StringToTraversalCriterionMap" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="#//TaskToDataProcessingType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="skipGroupingCriterion" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="depricated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EasyFlowTemplate"> <eOperations name="generateDAGFromTemplateFile" eType="#//Dag"/> <eOperations name="generateGraphFromTemplateFile" eType="#//mxGraph"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fileName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="workflow" eType="#//Workflow"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EasyFlowConfiguration"> <eOperations name="configFileReader"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fileName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="configMap" transient="true"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eGenericType> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EasyFlowMetadata"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="EasyFlowMetadata represents the Metadata and basically provides a map storing for any defined group (of samples) all grouping criteria related to this group, which again is map. Example: GroupA contains two samples: sampleA and sampleB. Lets suppose sampleA consists of 3 readgroups A1, A2 and B and readgroups A1 and A2 represents reads of library A while readgroup B represents library B. Moreover suppose that for some reason&amp;#xA;readgroup A1 has sequencing reads stored in two different input files, referred to as recordA11 and A12.&amp;#xA;Then groupA has quite a few maps: a samples map containing samples A and B, a readgroup map for readgroup A1, A2 and B, a library map with libA and B. Finally&amp;#xA;the records map that refers to the records that hold the acutal reads contains of records A11. A12 and record B. This maps are used to be able to correctly group the data that are&amp;#xA;going to be processed by a task."/> </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="contrast" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1" eType="#//StringToGroupMap" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refData" transient="true"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eGenericType> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EasyFlowImplementationTemplate"> <eOperations name="templateFileParser"> <eParameters name="dag" eType="#//Dag"/> </eOperations> <eOperations name="readParameterConfig"> <eParameters name="toolName" eType="#//Task"/> </eOperations> <eOperations name="initJsonRootNode"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fileName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterConfigFileName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterConfigMap" transient="true"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jsonRootNode" eType="#//JsonRootNode"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="globalOptions" transient="true"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="#//Object"/> </eGenericType> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataProcessingType"> <eOperations name="isConvertableTo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="dataProcessingTypeOut" eType="#//DataProcessingType"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataFormatIn" eType="#//DataFormat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataFormatOut" eType="#//DataFormat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DataFormat"> <eLiterals name="None" value="14"/> <eLiterals name="FASTQ"/> <eLiterals name="SAM" value="1"/> <eLiterals name="BAM" value="2"/> <eLiterals name="VCF" value="3"/> <eLiterals name="BCF" value="4"/> <eLiterals name="TXT" value="5"/> <eLiterals name="CSV" value="6"/> <eLiterals name="BAI" value="7"/> <eLiterals name="SAI" value="8"/> <eLiterals name="VCF_IDX" value="9"/> <eLiterals name="FASTA" value="10"/> <eLiterals name="BWT" value="11"/> <eLiterals name="DICT" value="12"/> <eLiterals name="FAI" value="13"/> <eLiterals name="IntervalList" value="15"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DataCriterion"> <eLiterals name="None" value="3"/> <eLiterals name="Readgroup"/> <eLiterals name="Sample" value="1"/> <eLiterals name="Library" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TraversalCriterion"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Predefined Traversal Criteria"/> </eAnnotations> <eLiterals name="IntervalList"/> <eLiterals name="Contig" value="4"/> <eLiterals name="Readgroup" value="5"/> <eLiterals name="Library" value="3"/> <eLiterals name="Sample" value="4"/> <eLiterals name="ReadEnd" value="1"/> <eLiterals name="Readpair" value="7"/> <eLiterals name="SplitRead" value="7"/> <eLiterals name="Locus" value="8"/> <eLiterals name="None" value="2"/> <eLiterals name="Read" value="9"/> <eLiterals name="ReadMappingFlag" value="10"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Object" instanceClassName="java.lang.Object"/> <eClassifiers xsi:type="ecore:EDataType" name="ESet" instanceClassName="java.util.Set"/> <eClassifiers xsi:type="ecore:EDataType" name="Expression" instanceClassName="org.apache.commons.jexl2.Expression"/> <eClassifiers xsi:type="ecore:EDataType" name="Dag" instanceClassName="org.jgrapht.graph.ListenableDirectedGraph"/> <eClassifiers xsi:type="ecore:EDataType" name="EdgeFactory" instanceClassName="org.jgrapht.EdgeFactory"/> <eClassifiers xsi:type="ecore:EDataType" name="EasyFlowDag" instanceClassName="easyflow.EasyFlowDag"/> <eClassifiers xsi:type="ecore:EDataType" name="JsonRootNode" instanceClassName="argo.jdom.JsonRootNode"/> <eClassifiers xsi:type="ecore:EClass" name="DataProcessingTypeToTask" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="#//DataProcessingType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="#//Task"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IWorkflowUtil" abstract="true" interface="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Some helper functions used to create, transform and output the graphs."/> </eAnnotations> <eOperations name="getAllTasks" upperBound="-1" eType="#//Task"/> <eOperations name="addTaskListToDAG"> <eParameters name="dag" eType="#//Dag"/> <eParameters name="lastTasks"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="#//Task"/> </eGenericType> </eParameters> <eParameters name="curTask" eType="#//Task"/> </eOperations> <eOperations name="getTaskByName"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="#//Task"/> </eGenericType> <eParameters name="tasks"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="#//Task"/> </eGenericType> </eParameters> <eParameters name="taskNames"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eGenericType> </eParameters> </eOperations> <eOperations name="getGroupingCriterion" eType="#//GroupingCriterion"> <eParameters name="dataCriterion" eType="#//DataCriterion"/> <eParameters name="group" eType="#//Group"/> <eParameters name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getKeysForGroupingCriterion"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eGenericType> <eParameters name="dataCriterion" eType="#//DataCriterion"/> <eParameters name="group" eType="#//Group"/> </eOperations> <eOperations name="writeDagToDot"> <eParameters name="dag" eType="#//Dag"/> <eParameters name="fileName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="addTaskListToGraph"> <eParameters name="graph" eType="#//mxGraph"/> <eParameters name="lastTasks" upperBound="-1" eType="#//Task"/> <eParameters name="curTask" eType="#//Task"/> </eOperations> <eOperations name="convertDagToGraph" eType="#//mxGraph"> <eParameters name="dag" eType="#//Dag"/> <eParameters name="graph" eType="#//mxGraph"/> </eOperations> <eOperations name="convertGraphToDag" eType="#//Dag"> <eParameters name="graph" eType="#//mxGraph"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CommandArgument"> <eOperations name="setGlobalCmdProperties"> <eParameters name="parameterConfigMap"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="#//Object"/> </eGenericType> </eParameters> </eOperations> <eOperations name="setCmdProperties"> <eParameters name="parameterConfigMap"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eGenericType> </eParameters> </eOperations> <eOperations name="printArgument" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="fileName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="printStaticArg" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="printGenericArg" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="generica" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="arg" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sep" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="named" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tool"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Tool that implements a particular task."/> </eAnnotations> <eOperations name="applyGlobalOptions"> <eParameters name="globalOptions"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="#//Object"/> </eGenericType> </eParameters> </eOperations> <eOperations name="createJob" eType="#//Job"> <eParameters name="groupingId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toolName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subCmd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subCmdPrefix" 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="category" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="argIn" upperBound="-1" eType="#//CommandArgument"/> <eStructuralFeatures xsi:type="ecore:EReference" name="argOut" upperBound="-1" eType="#//CommandArgument"/> <eStructuralFeatures xsi:type="ecore:EReference" name="staticArg" upperBound="-1" eType="#//CommandArgument"/> <eStructuralFeatures xsi:type="ecore:EReference" name="genericArg" upperBound="-1" eType="#//CommandArgument"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pattern" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refData" transient="true"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="interpreter" eType="#//Interpreter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="task" eType="#//Task"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Argument"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="arg" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sep" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GroupingCriterion"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The GroupingCriterion is the base class for all concrete grouping criteria. It holds a reference to the metadata object and provides functionality to return any groupingcriterion(-string) for a given grouping criterion. The grouping criterion (string) is used to define the input data (corresponding to the tasks defined grouping criterion)."/> </eAnnotations> <eOperations name="getMap"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="#//Object"/> </eGenericType> <eParameters name="groupCritMap"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="#//GroupingCriterion"/> </eGenericType> </eParameters> </eOperations> <eOperations name="getKeysForGroupingCriterion"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eGenericType> <eParameters name="group" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="dataCriterion" eType="#//DataCriterion"/> </eOperations> <eOperations name="getGroupingCriterion" eType="#//GroupingCriterion"> <eParameters name="group" 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"/> <eParameters name="dataCriterion" eType="#//DataCriterion"/> </eOperations> <eOperations name="getGroupString"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eGenericType> <eParameters name="groupingCriterion" eType="#//GroupingCriterion"/> </eOperations> <eOperations name="getSampleString"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eGenericType> <eParameters name="groupingCriterion" eType="#//GroupingCriterion"/> </eOperations> <eOperations name="getRecordString"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eGenericType> <eParameters name="groupingCriterion" eType="#//GroupingCriterion"/> </eOperations> <eOperations name="getReadgroupString"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eGenericType> <eParameters name="groupingCriterion" eType="#//GroupingCriterion"/> </eOperations> <eOperations name="getLibraryString"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eGenericType> <eParameters name="groupingCriterion" eType="#//GroupingCriterion"/> </eOperations> <eOperations name="getUniqueStringForParent"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eGenericType> <eParameters name="parentGroupingCriterion" eType="#//GroupingCriterion"/> </eOperations> <eOperations name="equalsParent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="map"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="#//GroupingCriterion"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metadata" eType="#//EasyFlowMetadata"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Group" eSuperTypes="#//GroupingCriterion"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A group that logically groups a number of samples."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="samples" upperBound="-1" eType="#//StringToSampleMap" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="readgroups" upperBound="-1" eType="#//StringToReadgroupMap" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="libraries" upperBound="-1" eType="#//StringToLibraryMap" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="records" upperBound="-1" eType="#//StringToRecordMap" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sample" eSuperTypes="#//GroupingCriterion"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The sample that is subject to sequencing."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="libraries" upperBound="-1" eType="#//StringToLibraryMap" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="records" upperBound="-1" eType="#//StringToRecordMap" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="readgroups" upperBound="-1" eType="#//StringToReadgroupMap" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Readgroup" eSuperTypes="#//GroupingCriterion"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Readgroup associated to a sample, as defined in the SAM spec."/> </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="platform" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="platformUnit" 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="samples" upperBound="-1" eType="#//StringToSampleMap" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="libraries" upperBound="-1" eType="#//StringToLibraryMap" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="#//GroupingCriterion"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The sequencing library that is used to sequence a paticular sample."/> </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="insertSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="samples" upperBound="-1" eType="#//StringToSampleMap" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="records" upperBound="-1" eType="#//StringToRecordMap" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="readLength" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="readgroups" upperBound="-1" eType="#//StringToReadgroupMap" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Record" eSuperTypes="#//GroupingCriterion"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The records represents the file containing sequencing reads and corresponds to one, unique line in the metadata file."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fileNames" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sample" eType="#//Sample"/> <eStructuralFeatures xsi:type="ecore:EReference" name="readgroup" eType="#//Readgroup"/> <eStructuralFeatures xsi:type="ecore:EReference" name="library" eType="#//Library"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refData" transient="true"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eGenericType> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EasyFlowMetadataReader" eSuperTypes="#//EasyFlowMetadata"> <eOperations name="metadataFileReader"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="#//EasyFlowMetadata"/> </eGenericType> </eOperations> <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="StringToGroupMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Group"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringToSampleMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Sample"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringToReadgroupMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Readgroup"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringToLibraryMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Library"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringToToolMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Tool" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringToTaskMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Task"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringToRecordMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Record"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringToGroupingCriterionMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//GroupingCriterion"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Job"> <eOperations name="writeMakeflowRule" 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="metadata" eType="#//EasyFlowMetadata"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exe" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interpreterOption" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dependencies" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targets" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inputArgs" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outputArgs" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="genericArgs" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="staticArgs" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetPlatform" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetPlatformOptions" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subCmd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interpreter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exe" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subCmd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="options" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ITraversal" abstract="true" interface="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Traversal interface."/> </eAnnotations> <eOperations name="getChunksAsString" 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="Read the chunks and return a list of strings."/> </eAnnotations> </eOperations> <eOperations name="readTemplate"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Try to read the Template defining the chunks the data can be splitted into."/> </eAnnotations> <eParameters name="fileName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="readChunks"> <eParameters name="fileName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="readChunks"/> <eStructuralFeatures xsi:type="ecore:EReference" name="splittingTask" eType="#//Task"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Traversal" eSuperTypes="#//ITraversal"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Baseclass of Traversal."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tarversalCriterion" eType="#//TraversalCriterion"/> <eStructuralFeatures xsi:type="ecore:EReference" name="chunks" upperBound="-1" eType="#//StringToChunkMap" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericTraversalCriterion" eSuperTypes="#//Traversal"/> <eClassifiers xsi:type="ecore:EClass" name="ReadEnd" eSuperTypes="#//Traversal"> <eOperations name="readChunks"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Contig" eSuperTypes="#//Traversal"> <eOperations name="readChunks"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Locus" eSuperTypes="#//Traversal"> <eOperations name="readChunks"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SplittingEvent"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="SplittingEvent class permits to apply a pair of splitting/merging criterion to the dag. I.e. transform the dag to reflect splitting of data into defined chunks at a particular processing node (task) and merge chunks if necessary."/> </eAnnotations> <eOperations name="applyTraversalCriterion"> <eParameters name="metadata" eType="#//EasyFlowMetadata"/> </eOperations> <eOperations name="getTraversalImplementation" eType="#//ITraversal"> <eParameters name="metadata" eType="#//EasyFlowMetadata"/> </eOperations> <eOperations name="removePath"/> <eOperations name="insertPathToDag"> <eParameters name="chunks"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="traversalCriterion" eType="#//TraversalCriterion"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="traversalChunks" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentTask" eType="#//Task"/> <eStructuralFeatures xsi:type="ecore:EReference" name="splittingTask" eType="#//Task"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mergingChildTask" eType="#//Task"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dag" eType="#//Dag"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="processedTask" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="traversalImplDir" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GroupingEvent"> <eOperations name="applyGroupingCriterion" eType="#//Dag"> <eParameters name="metadata" eType="#//EasyFlowMetadata"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dagIn" eType="#//Dag"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dagOut" eType="#//Dag"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringToTraversalCriterionMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//TraversalCriterion"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskToDataProcessingType" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//DataProcessingType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="#//Task"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataFormatToTaskList" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="#//DataFormat"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="#//Task"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Chunk"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Chunk class represent a certain/concrete chunk/bucket of data."/> </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="tool" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="argument" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringToChunkMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Chunk" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="mxGraph" instanceClassName="com.mxgraph.view.mxGraph"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"ns_prefix","nsURI":"ns_uri","name":"easyflow","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Workflow","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Task","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EasyFlowTemplate","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EasyFlowConfiguration","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EasyFlowMetadata","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EasyFlowImplementationTemplate","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataProcessingType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataFormat","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataCriterion","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TraversalCriterion","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Object","instanceClass":"java.lang.Object","id":11,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Set","defaultValue":null,"instanceClassName":"java.util.Set","name":"ESet","instanceClass":"java.util.Set","id":12,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.apache.commons.jexl2.Expression","defaultValue":null,"instanceClassName":"org.apache.commons.jexl2.Expression","name":"Expression","instanceClass":null,"id":13,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.jgrapht.graph.ListenableDirectedGraph","defaultValue":null,"instanceClassName":"org.jgrapht.graph.ListenableDirectedGraph","name":"Dag","instanceClass":null,"id":14,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.jgrapht.EdgeFactory","defaultValue":null,"instanceClassName":"org.jgrapht.EdgeFactory","name":"EdgeFactory","instanceClass":null,"id":15,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"easyflow.EasyFlowDag","defaultValue":null,"instanceClassName":"easyflow.EasyFlowDag","name":"EasyFlowDag","instanceClass":null,"id":16,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"argo.jdom.JsonRootNode","defaultValue":null,"instanceClassName":"argo.jdom.JsonRootNode","name":"JsonRootNode","instanceClass":null,"id":17,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"DataProcessingTypeToTask","instanceClass":"java.util.Map$Entry","abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IWorkflowUtil","instanceClass":null,"abstract":true,"id":19,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommandArgument","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tool","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Argument","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupingCriterion","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Group","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sample","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Readgroup","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Record","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EasyFlowMetadataReader","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringToGroupMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringToSampleMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringToReadgroupMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringToLibraryMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringToToolMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringToTaskMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringToRecordMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringToGroupingCriterionMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Job","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interpreter","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ITraversal","instanceClass":null,"abstract":true,"id":40,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Traversal","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericTraversalCriterion","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadEnd","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contig","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Locus","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SplittingEvent","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupingEvent","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringToTraversalCriterionMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"TaskToDataProcessingType","instanceClass":"java.util.Map$Entry","abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"DataFormatToTaskList","instanceClass":"java.util.Map$Entry","abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Chunk","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringToChunkMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":"com.mxgraph.view.mxGraph","defaultValue":null,"instanceClassName":"com.mxgraph.view.mxGraph","name":"mxGraph","instanceClass":"com.mxgraph.view.mxGraph","id":53,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"unique":true,"name":"writeMakeflow","lowerBound":0,"id":54,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"writeAWSCloudFormation","lowerBound":0,"id":55,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"processMetadata","lowerBound":0,"id":56,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"processMetadataSet","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkDag","lowerBound":0,"id":58,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createTaskDag","lowerBound":0,"id":59,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createJobDag","lowerBound":0,"id":60,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"iterateByGroup","lowerBound":0,"id":61,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolveStaticDependencies","lowerBound":0,"id":62,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNextSplittingEvent","lowerBound":0,"id":63,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getTasksFromLastTaskClass","lowerBound":0,"id":64,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTasksFromLastTaskClassMap","lowerBound":0,"id":65,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"updateLastTaskClass","lowerBound":0,"id":66,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"updateLastTaskClassMap","lowerBound":0,"id":67,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"printLastTaskClassMap","lowerBound":0,"id":68,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"printLastTaskMap","lowerBound":0,"id":69,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":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":"dag","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"WorkflowTemplate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Configuration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"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":"metadata","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"ImplementationTemplate","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":"DataProcessingType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"LastTaskClassMap","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"jobDag","changeable":true,"lowerBound":0,"iD":false,"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":"taskMap","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":"lastTaskMap","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":"graph","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"task","lowerBound":0,"id":82,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"metadata","lowerBound":0,"id":83,"many":false,"required":false,"eClass":"EParameter"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"task","lowerBound":0,"id":86,"many":false,"required":false,"eClass":"EParameter"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"task","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"dag","lowerBound":0,"id":90,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"group","lowerBound":0,"id":91,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"dataCriterion","lowerBound":0,"id":92,"many":false,"required":false,"eClass":"EParameter"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"processedTasks","lowerBound":0,"id":98,"many":false,"required":false,"eClass":"EParameter"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"dataFormatIn","lowerBound":0,"id":103,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"dataFormatOut","lowerBound":0,"id":104,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"strategy","lowerBound":0,"id":105,"many":false,"required":false,"eClass":"EParameter"},{"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,"unique":true,"name":"dataProcessingTypeIn","lowerBound":0,"id":112,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"strategy","lowerBound":0,"id":113,"many":false,"required":false,"eClass":"EParameter"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"dataFormatIn","lowerBound":0,"id":117,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"dataFormatOut","lowerBound":0,"id":118,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"task","lowerBound":0,"id":119,"many":false,"required":false,"eClass":"EParameter"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"dataProcessingType","lowerBound":0,"id":125,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"task","lowerBound":0,"id":126,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"readTask","lowerBound":0,"id":141,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluateJexlExp","lowerBound":0,"id":142,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"copy","lowerBound":0,"id":143,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getUniqueString","lowerBound":0,"id":144,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"fitsToGroupingCriterionOf","lowerBound":0,"id":145,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isConvertableTo","lowerBound":0,"id":146,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isMarkedToSkip","lowerBound":0,"id":147,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getParentForTask","lowerBound":0,"id":148,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSampleUniqueString","lowerBound":0,"id":149,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getParentForTask","lowerBound":0,"id":150,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":151,"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":"dataFormatIn","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataFormatOut","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cardinalityIn","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cardinalityOut","changeable":true,"lowerBound":0,"iD":false,"id":155,"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":"dataCriterion","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":"isMultipleInstancesOfDataCriterion","changeable":true,"lowerBound":0,"iD":false,"id":157,"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":"mergeCriterion","changeable":true,"lowerBound":0,"iD":false,"id":158,"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":"traversalCriterion","changeable":true,"lowerBound":0,"iD":false,"id":159,"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":"splitCriterion","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tool","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contrast","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"static","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"util","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":"jexlString","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parentTasks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"groupingCriterionMap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"chunks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sortOrder","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"container":false,"ordered":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":170,"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":"skipGroupingCriterion","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"depricated","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"wtplLine","lowerBound":0,"id":173,"many":false,"required":false,"eClass":"EParameter"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"map","lowerBound":0,"id":176,"many":false,"required":false,"eClass":"EParameter"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"task","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EParameter"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"dataFormat","lowerBound":0,"id":186,"many":false,"required":false,"eClass":"EParameter"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"dag","lowerBound":0,"id":190,"many":false,"required":false,"eClass":"EParameter"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"graph","lowerBound":0,"id":194,"many":false,"required":false,"eClass":"EParameter"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"generateDAGFromTemplateFile","lowerBound":0,"id":218,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"generateGraphFromTemplateFile","lowerBound":0,"id":219,"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":"fileName","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":false,"unsettable":false,"transient":false,"unique":true,"name":"workflow","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"configFileReader","lowerBound":0,"id":226,"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":"fileName","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"configMap","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":233,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contrast","changeable":true,"lowerBound":0,"iD":false,"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":"groups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"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":"refData","changeable":true,"lowerBound":0,"iD":false,"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"templateFileParser","lowerBound":0,"id":243,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"readParameterConfig","lowerBound":0,"id":244,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"initJsonRootNode","lowerBound":0,"id":245,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fileName","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":"parameterConfigFileName","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":true,"unique":true,"name":"parameterConfigMap","changeable":true,"lowerBound":0,"iD":false,"id":248,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"jsonRootNode","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":true,"unique":true,"name":"globalOptions","changeable":true,"lowerBound":0,"iD":false,"id":250,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"dag","lowerBound":0,"id":251,"many":false,"required":false,"eClass":"EParameter"},{"id":252,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toolName","lowerBound":0,"id":253,"many":false,"required":false,"eClass":"EParameter"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isConvertableTo","lowerBound":0,"id":264,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataFormatIn","changeable":true,"lowerBound":0,"iD":false,"id":265,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataFormatOut","changeable":true,"lowerBound":0,"iD":false,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"dataProcessingTypeOut","lowerBound":0,"id":268,"many":false,"required":false,"eClass":"EParameter"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"name":"None","id":272,"value":14,"literal":"None","eClass":"EEnumLiteral"},{"name":"FASTQ","id":273,"value":0,"literal":"FASTQ","eClass":"EEnumLiteral"},{"name":"SAM","id":274,"value":1,"literal":"SAM","eClass":"EEnumLiteral"},{"name":"BAM","id":275,"value":2,"literal":"BAM","eClass":"EEnumLiteral"},{"name":"VCF","id":276,"value":3,"literal":"VCF","eClass":"EEnumLiteral"},{"name":"BCF","id":277,"value":4,"literal":"BCF","eClass":"EEnumLiteral"},{"name":"TXT","id":278,"value":5,"literal":"TXT","eClass":"EEnumLiteral"},{"name":"CSV","id":279,"value":6,"literal":"CSV","eClass":"EEnumLiteral"},{"name":"BAI","id":280,"value":7,"literal":"BAI","eClass":"EEnumLiteral"},{"name":"SAI","id":281,"value":8,"literal":"SAI","eClass":"EEnumLiteral"},{"name":"VCF_IDX","id":282,"value":9,"literal":"VCF_IDX","eClass":"EEnumLiteral"},{"name":"FASTA","id":283,"value":10,"literal":"FASTA","eClass":"EEnumLiteral"},{"name":"BWT","id":284,"value":11,"literal":"BWT","eClass":"EEnumLiteral"},{"name":"DICT","id":285,"value":12,"literal":"DICT","eClass":"EEnumLiteral"},{"name":"FAI","id":286,"value":13,"literal":"FAI","eClass":"EEnumLiteral"},{"name":"IntervalList","id":287,"value":15,"literal":"IntervalList","eClass":"EEnumLiteral"},{"name":"None","id":288,"value":3,"literal":"None","eClass":"EEnumLiteral"},{"name":"Readgroup","id":289,"value":0,"literal":"Readgroup","eClass":"EEnumLiteral"},{"name":"Sample","id":290,"value":1,"literal":"Sample","eClass":"EEnumLiteral"},{"name":"Library","id":291,"value":2,"literal":"Library","eClass":"EEnumLiteral"},{"name":"IntervalList","id":292,"value":0,"literal":"IntervalList","eClass":"EEnumLiteral"},{"name":"Contig","id":293,"value":4,"literal":"Contig","eClass":"EEnumLiteral"},{"name":"Readgroup","id":294,"value":5,"literal":"Readgroup","eClass":"EEnumLiteral"},{"name":"Library","id":295,"value":3,"literal":"Library","eClass":"EEnumLiteral"},{"name":"Sample","id":296,"value":4,"literal":"Sample","eClass":"EEnumLiteral"},{"name":"ReadEnd","id":297,"value":1,"literal":"ReadEnd","eClass":"EEnumLiteral"},{"name":"Readpair","id":298,"value":7,"literal":"Readpair","eClass":"EEnumLiteral"},{"name":"SplitRead","id":299,"value":7,"literal":"SplitRead","eClass":"EEnumLiteral"},{"name":"Locus","id":300,"value":8,"literal":"Locus","eClass":"EEnumLiteral"},{"name":"None","id":301,"value":2,"literal":"None","eClass":"EEnumLiteral"},{"name":"Read","id":302,"value":9,"literal":"Read","eClass":"EEnumLiteral"},{"name":"ReadMappingFlag","id":303,"value":10,"literal":"ReadMappingFlag","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":"key","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":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":305,"derived":false},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllTasks","lowerBound":0,"id":308,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addTaskListToDAG","lowerBound":0,"id":309,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTaskByName","lowerBound":0,"id":310,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getGroupingCriterion","lowerBound":0,"id":311,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getKeysForGroupingCriterion","lowerBound":0,"id":312,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"writeDagToDot","lowerBound":0,"id":313,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addTaskListToGraph","lowerBound":0,"id":314,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"convertDagToGraph","lowerBound":0,"id":315,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"convertGraphToDag","lowerBound":0,"id":316,"many":false,"required":false,"eClass":"EOperation"},{"id":317,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"dag","lowerBound":0,"id":318,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"lastTasks","lowerBound":0,"id":319,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"curTask","lowerBound":0,"id":320,"many":false,"required":false,"eClass":"EParameter"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"tasks","lowerBound":0,"id":326,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"taskNames","lowerBound":0,"id":327,"many":false,"required":false,"eClass":"EParameter"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"dataCriterion","lowerBound":0,"id":334,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"group","lowerBound":0,"id":335,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":0,"id":336,"many":false,"required":false,"eClass":"EParameter"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"dataCriterion","lowerBound":0,"id":341,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"group","lowerBound":0,"id":342,"many":false,"required":false,"eClass":"EParameter"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"dag","lowerBound":0,"id":346,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"fileName","lowerBound":0,"id":347,"many":false,"required":false,"eClass":"EParameter"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"graph","lowerBound":0,"id":350,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"lastTasks","lowerBound":0,"id":351,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"curTask","lowerBound":0,"id":352,"many":false,"required":false,"eClass":"EParameter"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"dag","lowerBound":0,"id":357,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"graph","lowerBound":0,"id":358,"many":false,"required":false,"eClass":"EParameter"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"graph","lowerBound":0,"id":362,"many":false,"required":false,"eClass":"EParameter"},{"id":363,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setGlobalCmdProperties","lowerBound":0,"id":364,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setCmdProperties","lowerBound":0,"id":365,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"printArgument","lowerBound":0,"id":366,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"printStaticArg","lowerBound":0,"id":367,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"printGenericArg","lowerBound":0,"id":368,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":369,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"arg","changeable":true,"lowerBound":0,"iD":false,"id":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":"sep","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":"named","changeable":true,"lowerBound":0,"iD":false,"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":"required","changeable":true,"lowerBound":0,"iD":false,"id":373,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"parameterConfigMap","lowerBound":0,"id":374,"many":false,"required":false,"eClass":"EParameter"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"parameterConfigMap","lowerBound":0,"id":378,"many":false,"required":false,"eClass":"EParameter"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"fileName","lowerBound":0,"id":383,"many":false,"required":false,"eClass":"EParameter"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"generica","lowerBound":0,"id":387,"many":false,"required":false,"eClass":"EParameter"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"applyGlobalOptions","lowerBound":0,"id":394,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createJob","lowerBound":0,"id":395,"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":"toolName","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":"source","changeable":true,"lowerBound":0,"iD":false,"id":397,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"subCmd","changeable":true,"lowerBound":0,"iD":false,"id":398,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"subCmdPrefix","changeable":true,"lowerBound":0,"iD":false,"id":399,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":400,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":0,"iD":false,"id":401,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"argIn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":402,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"argOut","changeable":true,"resolveProxies":true,"lowerBound":0,"id":403,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticArg","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":false,"unsettable":false,"transient":false,"unique":true,"name":"genericArg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":405,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pattern","changeable":true,"lowerBound":0,"iD":false,"id":406,"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":"refData","changeable":true,"lowerBound":0,"iD":false,"id":407,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interpreter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":408,"derived":false},{"container":false,"ordered":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":409,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"globalOptions","lowerBound":0,"id":410,"many":false,"required":false,"eClass":"EParameter"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"groupingId","lowerBound":0,"id":415,"many":false,"required":false,"eClass":"EParameter"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"arg","changeable":true,"lowerBound":0,"iD":false,"id":434,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sep","changeable":true,"lowerBound":0,"iD":false,"id":435,"derived":false},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMap","lowerBound":0,"id":439,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getKeysForGroupingCriterion","lowerBound":0,"id":440,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getGroupingCriterion","lowerBound":0,"id":441,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getGroupString","lowerBound":0,"id":442,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSampleString","lowerBound":0,"id":443,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRecordString","lowerBound":0,"id":444,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getReadgroupString","lowerBound":0,"id":445,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLibraryString","lowerBound":0,"id":446,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getUniqueStringForParent","lowerBound":0,"id":447,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"equalsParent","lowerBound":0,"id":448,"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":"id","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":false,"unsettable":false,"transient":false,"unique":true,"name":"metadata","changeable":true,"resolveProxies":true,"lowerBound":0,"id":450,"derived":false},{"id":451,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"groupCritMap","lowerBound":0,"id":452,"many":false,"required":false,"eClass":"EParameter"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"group","lowerBound":0,"id":459,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"dataCriterion","lowerBound":0,"id":460,"many":false,"required":false,"eClass":"EParameter"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"group","lowerBound":0,"id":465,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":0,"id":466,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"dataCriterion","lowerBound":0,"id":467,"many":false,"required":false,"eClass":"EParameter"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"groupingCriterion","lowerBound":0,"id":472,"many":false,"required":false,"eClass":"EParameter"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"groupingCriterion","lowerBound":0,"id":476,"many":false,"required":false,"eClass":"EParameter"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"groupingCriterion","lowerBound":0,"id":480,"many":false,"required":false,"eClass":"EParameter"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"groupingCriterion","lowerBound":0,"id":484,"many":false,"required":false,"eClass":"EParameter"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"groupingCriterion","lowerBound":0,"id":488,"many":false,"required":false,"eClass":"EParameter"},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"parentGroupingCriterion","lowerBound":0,"id":492,"many":false,"required":false,"eClass":"EParameter"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"map","lowerBound":0,"id":496,"many":false,"required":false,"eClass":"EParameter"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":"samples","changeable":true,"resolveProxies":true,"lowerBound":0,"id":503,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"readgroups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":504,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"libraries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"records","changeable":true,"resolveProxies":true,"lowerBound":0,"id":506,"derived":false},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":513,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"libraries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":514,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"records","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":"readgroups","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,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"platform","changeable":true,"lowerBound":0,"iD":false,"id":523,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"platformUnit","changeable":true,"lowerBound":0,"iD":false,"id":524,"derived":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":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":"samples","changeable":true,"resolveProxies":true,"lowerBound":0,"id":526,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"libraries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":527,"derived":false},{"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,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":535,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"insertSize","changeable":true,"lowerBound":0,"iD":false,"id":536,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"samples","changeable":true,"resolveProxies":true,"lowerBound":0,"id":537,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"records","changeable":true,"resolveProxies":true,"lowerBound":0,"id":538,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"readLength","changeable":true,"lowerBound":0,"iD":false,"id":539,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"readgroups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":540,"derived":false},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"id":547,"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":"fileNames","changeable":true,"lowerBound":0,"iD":false,"id":548,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sample","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":false,"unsettable":false,"transient":false,"unique":true,"name":"readgroup","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":false,"unsettable":false,"transient":false,"unique":true,"name":"library","changeable":true,"resolveProxies":true,"lowerBound":0,"id":551,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"refData","changeable":true,"lowerBound":0,"iD":false,"id":552,"derived":false},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"metadataFileReader","lowerBound":0,"id":561,"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":"fileName","changeable":true,"lowerBound":0,"iD":false,"id":562,"derived":false},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"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":567,"derived":false},{"container":false,"ordered":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":568,"derived":false},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"container":false,"ordered":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":571,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":572,"derived":false},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":575,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":576,"derived":false},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"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":579,"derived":false},{"container":false,"ordered":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":580,"derived":false},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":583,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":584,"derived":false},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"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":587,"derived":false},{"container":false,"ordered":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":588,"derived":false},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"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":591,"derived":false},{"container":false,"ordered":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":592,"derived":false},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"container":false,"ordered":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":595,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":596,"derived":false},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"writeMakeflowRule","lowerBound":0,"id":599,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":600,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metadata","changeable":true,"resolveProxies":true,"lowerBound":0,"id":601,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exe","changeable":true,"lowerBound":0,"iD":false,"id":602,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interpreterOption","changeable":true,"lowerBound":0,"iD":false,"id":603,"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":"dependencies","changeable":true,"lowerBound":0,"iD":false,"id":604,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targets","changeable":true,"lowerBound":0,"iD":false,"id":605,"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":"inputArgs","changeable":true,"lowerBound":0,"iD":false,"id":606,"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":"outputArgs","changeable":true,"lowerBound":0,"iD":false,"id":607,"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":"genericArgs","changeable":true,"lowerBound":0,"iD":false,"id":608,"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":"staticArgs","changeable":true,"lowerBound":0,"iD":false,"id":609,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetPlatform","changeable":true,"lowerBound":0,"iD":false,"id":610,"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":"targetPlatformOptions","changeable":true,"lowerBound":0,"iD":false,"id":611,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"subCmd","changeable":true,"lowerBound":0,"iD":false,"id":612,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"lowerBound":0,"iD":false,"id":613,"derived":false},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"id":623,"eClass":"EGenericType"},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"id":626,"eClass":"EGenericType"},{"id":627,"eClass":"EGenericType"},{"id":628,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":629,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exe","changeable":true,"lowerBound":0,"iD":false,"id":630,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"subCmd","changeable":true,"lowerBound":0,"iD":false,"id":631,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"options","changeable":true,"lowerBound":0,"iD":false,"id":632,"derived":false},{"id":633,"eClass":"EGenericType"},{"id":634,"eClass":"EGenericType"},{"id":635,"eClass":"EGenericType"},{"id":636,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getChunksAsString","lowerBound":0,"id":637,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"readTemplate","lowerBound":0,"id":638,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"readChunks","lowerBound":0,"id":639,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"readChunks","lowerBound":0,"id":640,"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":"splittingTask","changeable":true,"resolveProxies":true,"lowerBound":0,"id":641,"derived":false},{"id":642,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"fileName","lowerBound":0,"id":643,"many":false,"required":false,"eClass":"EParameter"},{"id":644,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"fileName","lowerBound":0,"id":645,"many":false,"required":false,"eClass":"EParameter"},{"id":646,"eClass":"EGenericType"},{"id":647,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tarversalCriterion","changeable":true,"lowerBound":0,"iD":false,"id":648,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"chunks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":649,"derived":false},{"id":650,"eClass":"EGenericType"},{"id":651,"eClass":"EGenericType"},{"id":652,"eClass":"EGenericType"},{"id":653,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"readChunks","lowerBound":0,"id":654,"many":false,"required":false,"eClass":"EOperation"},{"id":655,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"readChunks","lowerBound":0,"id":656,"many":false,"required":false,"eClass":"EOperation"},{"id":657,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"readChunks","lowerBound":0,"id":658,"many":false,"required":false,"eClass":"EOperation"},{"id":659,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"applyTraversalCriterion","lowerBound":0,"id":660,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTraversalImplementation","lowerBound":0,"id":661,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removePath","lowerBound":0,"id":662,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"insertPathToDag","lowerBound":0,"id":663,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"traversalCriterion","changeable":true,"lowerBound":0,"iD":false,"id":664,"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":"traversalChunks","changeable":true,"lowerBound":0,"iD":false,"id":665,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentTask","changeable":true,"resolveProxies":true,"lowerBound":0,"id":666,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"splittingTask","changeable":true,"resolveProxies":true,"lowerBound":0,"id":667,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mergingChildTask","changeable":true,"resolveProxies":true,"lowerBound":0,"id":668,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dag","changeable":true,"lowerBound":0,"iD":false,"id":669,"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":"processedTask","changeable":true,"lowerBound":0,"iD":false,"id":670,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"traversalImplDir","changeable":true,"lowerBound":0,"iD":false,"id":671,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"metadata","lowerBound":0,"id":672,"many":false,"required":false,"eClass":"EParameter"},{"id":673,"eClass":"EGenericType"},{"id":674,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"metadata","lowerBound":0,"id":675,"many":false,"required":false,"eClass":"EParameter"},{"id":676,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"chunks","lowerBound":0,"id":677,"many":false,"required":false,"eClass":"EParameter"},{"id":678,"eClass":"EGenericType"},{"id":679,"eClass":"EGenericType"},{"id":680,"eClass":"EGenericType"},{"id":681,"eClass":"EGenericType"},{"id":682,"eClass":"EGenericType"},{"id":683,"eClass":"EGenericType"},{"id":684,"eClass":"EGenericType"},{"id":685,"eClass":"EGenericType"},{"id":686,"eClass":"EGenericType"},{"id":687,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"applyGroupingCriterion","lowerBound":0,"id":688,"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":"dagIn","changeable":true,"lowerBound":0,"iD":false,"id":689,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dagOut","changeable":true,"lowerBound":0,"iD":false,"id":690,"derived":false},{"id":691,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"metadata","lowerBound":0,"id":692,"many":false,"required":false,"eClass":"EParameter"},{"id":693,"eClass":"EGenericType"},{"id":694,"eClass":"EGenericType"},{"id":695,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":696,"derived":false},{"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":697,"derived":false},{"id":698,"eClass":"EGenericType"},{"id":699,"eClass":"EGenericType"},{"container":false,"ordered":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":700,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":701,"derived":false},{"id":702,"eClass":"EGenericType"},{"id":703,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":704,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":705,"derived":false},{"id":706,"eClass":"EGenericType"},{"id":707,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":708,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tool","changeable":true,"lowerBound":0,"iD":false,"id":709,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"lowerBound":0,"iD":false,"id":710,"derived":false},{"id":711,"eClass":"EGenericType"},{"id":712,"eClass":"EGenericType"},{"id":713,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":714,"derived":false},{"container":false,"ordered":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":715,"derived":false},{"id":716,"eClass":"EGenericType"},{"id":717,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":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":1,"target":55},{"source":1,"target":56},{"source":1,"target":57},{"source":1,"target":58},{"source":1,"target":59},{"source":1,"target":60},{"source":1,"target":61},{"source":1,"target":62},{"source":1,"target":63},{"source":1,"target":64},{"source":1,"target":65},{"source":1,"target":66},{"source":1,"target":67},{"source":1,"target":68},{"source":1,"target":69},{"source":1,"target":70},{"source":1,"target":71},{"source":1,"target":72},{"source":1,"target":73},{"source":1,"target":74},{"source":1,"target":75},{"source":1,"target":76},{"source":1,"target":77},{"source":1,"target":78},{"source":1,"target":79},{"source":1,"target":80},{"source":1,"target":81},{"source":54,"target":1},{"source":55,"target":1},{"source":56,"target":1},{"source":56,"target":82},{"source":56,"target":83},{"source":82,"target":2},{"source":82,"target":84},{"source":82,"target":56},{"source":84,"target":2},{"source":83,"target":5},{"source":83,"target":85},{"source":83,"target":56},{"source":85,"target":5},{"source":57,"target":1},{"source":57,"target":86},{"source":86,"target":2},{"source":86,"target":87},{"source":86,"target":57},{"source":87,"target":2},{"source":58,"target":1},{"source":59,"target":1},{"source":60,"target":1},{"source":61,"target":38},{"source":61,"target":88},{"source":61,"target":1},{"source":61,"target":89},{"source":61,"target":90},{"source":61,"target":91},{"source":61,"target":92},{"source":88,"target":38},{"source":89,"target":2},{"source":89,"target":93},{"source":89,"target":61},{"source":93,"target":2},{"source":90,"target":14},{"source":90,"target":94},{"source":90,"target":61},{"source":94,"target":14},{"source":91,"target":95},{"source":91,"target":61},{"source":92,"target":9},{"source":92,"target":96},{"source":92,"target":61},{"source":96,"target":9},{"source":62,"target":1},{"source":63,"target":97},{"source":63,"target":1},{"source":63,"target":98},{"source":97,"target":99},{"source":99,"target":46},{"source":98,"target":100},{"source":98,"target":63},{"source":100,"target":101},{"source":64,"target":2},{"source":64,"target":102},{"source":64,"target":1},{"source":64,"target":103},{"source":64,"target":104},{"source":64,"target":105},{"source":102,"target":2},{"source":103,"target":106},{"source":103,"target":64},{"source":106,"target":107},{"source":107,"target":8},{"source":104,"target":108},{"source":104,"target":64},{"source":108,"target":109},{"source":109,"target":8},{"source":105,"target":110},{"source":105,"target":64},{"source":65,"target":111},{"source":65,"target":1},{"source":65,"target":112},{"source":65,"target":113},{"source":111,"target":114},{"source":114,"target":2},{"source":112,"target":7},{"source":112,"target":115},{"source":112,"target":65},{"source":115,"target":7},{"source":113,"target":116},{"source":113,"target":65},{"source":66,"target":1},{"source":66,"target":117},{"source":66,"target":118},{"source":66,"target":119},{"source":117,"target":120},{"source":117,"target":66},{"source":120,"target":121},{"source":121,"target":8},{"source":118,"target":122},{"source":118,"target":66},{"source":122,"target":123},{"source":123,"target":8},{"source":119,"target":2},{"source":119,"target":124},{"source":119,"target":66},{"source":124,"target":2},{"source":67,"target":1},{"source":67,"target":125},{"source":67,"target":126},{"source":125,"target":7},{"source":125,"target":127},{"source":125,"target":67},{"source":127,"target":7},{"source":126,"target":2},{"source":126,"target":128},{"source":126,"target":67},{"source":128,"target":2},{"source":68,"target":1},{"source":69,"target":1},{"source":70,"target":129},{"source":70,"target":1},{"source":71,"target":14},{"source":71,"target":130},{"source":71,"target":1},{"source":130,"target":14},{"source":72,"target":3},{"source":72,"target":131},{"source":72,"target":1},{"source":131,"target":3},{"source":73,"target":4},{"source":73,"target":132},{"source":73,"target":1},{"source":132,"target":4},{"source":74,"target":5},{"source":74,"target":133},{"source":74,"target":1},{"source":133,"target":5},{"source":75,"target":6},{"source":75,"target":134},{"source":75,"target":1},{"source":134,"target":6},{"source":76,"target":7},{"source":76,"target":135},{"source":76,"target":1},{"source":135,"target":7},{"source":77,"target":18},{"source":77,"target":136},{"source":77,"target":1},{"source":136,"target":18},{"source":78,"target":14},{"source":78,"target":137},{"source":78,"target":1},{"source":137,"target":14},{"source":79,"target":49},{"source":79,"target":138},{"source":79,"target":1},{"source":138,"target":49},{"source":80,"target":50},{"source":80,"target":139},{"source":80,"target":1},{"source":139,"target":50},{"source":81,"target":53},{"source":81,"target":140},{"source":81,"target":1},{"source":140,"target":53},{"source":2,"target":0},{"source":2,"target":141},{"source":2,"target":142},{"source":2,"target":143},{"source":2,"target":144},{"source":2,"target":145},{"source":2,"target":146},{"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":2,"target":160},{"source":2,"target":161},{"source":2,"target":162},{"source":2,"target":163},{"source":2,"target":164},{"source":2,"target":165},{"source":2,"target":166},{"source":2,"target":167},{"source":2,"target":168},{"source":2,"target":169},{"source":2,"target":170},{"source":2,"target":171},{"source":2,"target":172},{"source":141,"target":2},{"source":141,"target":173},{"source":173,"target":174},{"source":173,"target":141},{"source":142,"target":175},{"source":142,"target":2},{"source":142,"target":176},{"source":176,"target":177},{"source":176,"target":142},{"source":177,"target":178},{"source":177,"target":179},{"source":179,"target":11},{"source":143,"target":2},{"source":143,"target":180},{"source":143,"target":2},{"source":180,"target":2},{"source":144,"target":181},{"source":144,"target":2},{"source":145,"target":182},{"source":145,"target":2},{"source":145,"target":183},{"source":183,"target":2},{"source":183,"target":184},{"source":183,"target":145},{"source":184,"target":2},{"source":146,"target":185},{"source":146,"target":2},{"source":146,"target":186},{"source":186,"target":8},{"source":186,"target":187},{"source":186,"target":146},{"source":187,"target":8},{"source":147,"target":188},{"source":147,"target":2},{"source":148,"target":2},{"source":148,"target":189},{"source":148,"target":2},{"source":148,"target":190},{"source":189,"target":2},{"source":190,"target":14},{"source":190,"target":191},{"source":190,"target":148},{"source":191,"target":14},{"source":149,"target":192},{"source":149,"target":2},{"source":150,"target":2},{"source":150,"target":193},{"source":150,"target":2},{"source":150,"target":194},{"source":193,"target":2},{"source":194,"target":53},{"source":194,"target":195},{"source":194,"target":150},{"source":195,"target":53},{"source":151,"target":196},{"source":151,"target":2},{"source":152,"target":8},{"source":152,"target":197},{"source":152,"target":2},{"source":197,"target":8},{"source":153,"target":8},{"source":153,"target":198},{"source":153,"target":2},{"source":198,"target":8},{"source":154,"target":199},{"source":154,"target":2},{"source":155,"target":200},{"source":155,"target":2},{"source":156,"target":9},{"source":156,"target":201},{"source":156,"target":2},{"source":201,"target":9},{"source":157,"target":202},{"source":157,"target":2},{"source":158,"target":10},{"source":158,"target":203},{"source":158,"target":2},{"source":203,"target":10},{"source":159,"target":10},{"source":159,"target":204},{"source":159,"target":2},{"source":204,"target":10},{"source":160,"target":10},{"source":160,"target":205},{"source":160,"target":2},{"source":205,"target":10},{"source":161,"target":34},{"source":161,"target":206},{"source":161,"target":2},{"source":206,"target":34},{"source":162,"target":207},{"source":162,"target":2},{"source":163,"target":208},{"source":163,"target":2},{"source":164,"target":209},{"source":164,"target":2},{"source":165,"target":210},{"source":165,"target":2},{"source":166,"target":35},{"source":166,"target":211},{"source":166,"target":2},{"source":211,"target":35},{"source":167,"target":37},{"source":167,"target":212},{"source":167,"target":2},{"source":212,"target":37},{"source":168,"target":48},{"source":168,"target":213},{"source":168,"target":2},{"source":213,"target":48},{"source":169,"target":48},{"source":169,"target":214},{"source":169,"target":2},{"source":214,"target":48},{"source":170,"target":49},{"source":170,"target":215},{"source":170,"target":2},{"source":215,"target":49},{"source":171,"target":216},{"source":171,"target":2},{"source":172,"target":217},{"source":172,"target":2},{"source":3,"target":0},{"source":3,"target":218},{"source":3,"target":219},{"source":3,"target":220},{"source":3,"target":221},{"source":218,"target":14},{"source":218,"target":222},{"source":218,"target":3},{"source":222,"target":14},{"source":219,"target":53},{"source":219,"target":223},{"source":219,"target":3},{"source":223,"target":53},{"source":220,"target":224},{"source":220,"target":3},{"source":221,"target":1},{"source":221,"target":225},{"source":221,"target":3},{"source":225,"target":1},{"source":4,"target":0},{"source":4,"target":226},{"source":4,"target":227},{"source":4,"target":228},{"source":226,"target":4},{"source":227,"target":229},{"source":227,"target":4},{"source":228,"target":230},{"source":228,"target":4},{"source":230,"target":231},{"source":230,"target":232},{"source":5,"target":0},{"source":5,"target":233},{"source":5,"target":234},{"source":5,"target":235},{"source":5,"target":236},{"source":233,"target":237},{"source":233,"target":5},{"source":234,"target":238},{"source":234,"target":5},{"source":235,"target":30},{"source":235,"target":239},{"source":235,"target":5},{"source":239,"target":30},{"source":236,"target":240},{"source":236,"target":5},{"source":240,"target":241},{"source":240,"target":242},{"source":6,"target":0},{"source":6,"target":243},{"source":6,"target":244},{"source":6,"target":245},{"source":6,"target":246},{"source":6,"target":247},{"source":6,"target":248},{"source":6,"target":249},{"source":6,"target":250},{"source":243,"target":6},{"source":243,"target":251},{"source":251,"target":14},{"source":251,"target":252},{"source":251,"target":243},{"source":252,"target":14},{"source":244,"target":6},{"source":244,"target":253},{"source":253,"target":2},{"source":253,"target":254},{"source":253,"target":244},{"source":254,"target":2},{"source":245,"target":6},{"source":246,"target":255},{"source":246,"target":6},{"source":247,"target":256},{"source":247,"target":6},{"source":248,"target":257},{"source":248,"target":6},{"source":257,"target":258},{"source":257,"target":259},{"source":249,"target":17},{"source":249,"target":260},{"source":249,"target":6},{"source":260,"target":17},{"source":250,"target":261},{"source":250,"target":6},{"source":261,"target":262},{"source":261,"target":263},{"source":263,"target":11},{"source":7,"target":0},{"source":7,"target":264},{"source":7,"target":265},{"source":7,"target":266},{"source":264,"target":267},{"source":264,"target":7},{"source":264,"target":268},{"source":268,"target":7},{"source":268,"target":269},{"source":268,"target":264},{"source":269,"target":7},{"source":265,"target":8},{"source":265,"target":270},{"source":265,"target":7},{"source":270,"target":8},{"source":266,"target":8},{"source":266,"target":271},{"source":266,"target":7},{"source":271,"target":8},{"source":8,"target":0},{"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":8,"target":283},{"source":8,"target":284},{"source":8,"target":285},{"source":8,"target":286},{"source":8,"target":287},{"source":272,"target":8},{"source":273,"target":8},{"source":274,"target":8},{"source":275,"target":8},{"source":276,"target":8},{"source":277,"target":8},{"source":278,"target":8},{"source":279,"target":8},{"source":280,"target":8},{"source":281,"target":8},{"source":282,"target":8},{"source":283,"target":8},{"source":284,"target":8},{"source":285,"target":8},{"source":286,"target":8},{"source":287,"target":8},{"source":9,"target":0},{"source":9,"target":288},{"source":9,"target":289},{"source":9,"target":290},{"source":9,"target":291},{"source":288,"target":9},{"source":289,"target":9},{"source":290,"target":9},{"source":291,"target":9},{"source":10,"target":0},{"source":10,"target":292},{"source":10,"target":293},{"source":10,"target":294},{"source":10,"target":295},{"source":10,"target":296},{"source":10,"target":297},{"source":10,"target":298},{"source":10,"target":299},{"source":10,"target":300},{"source":10,"target":301},{"source":10,"target":302},{"source":10,"target":303},{"source":292,"target":10},{"source":293,"target":10},{"source":294,"target":10},{"source":295,"target":10},{"source":296,"target":10},{"source":297,"target":10},{"source":298,"target":10},{"source":299,"target":10},{"source":300,"target":10},{"source":301,"target":10},{"source":302,"target":10},{"source":303,"target":10},{"source":11,"target":0},{"source":12,"target":0},{"source":13,"target":0},{"source":14,"target":0},{"source":15,"target":0},{"source":16,"target":0},{"source":17,"target":0},{"source":18,"target":0},{"source":18,"target":304},{"source":18,"target":305},{"source":304,"target":7},{"source":304,"target":306},{"source":304,"target":18},{"source":306,"target":7},{"source":305,"target":2},{"source":305,"target":307},{"source":305,"target":18},{"source":307,"target":2},{"source":19,"target":0},{"source":19,"target":308},{"source":19,"target":309},{"source":19,"target":310},{"source":19,"target":311},{"source":19,"target":312},{"source":19,"target":313},{"source":19,"target":314},{"source":19,"target":315},{"source":19,"target":316},{"source":308,"target":2},{"source":308,"target":317},{"source":308,"target":19},{"source":317,"target":2},{"source":309,"target":19},{"source":309,"target":318},{"source":309,"target":319},{"source":309,"target":320},{"source":318,"target":14},{"source":318,"target":321},{"source":318,"target":309},{"source":321,"target":14},{"source":319,"target":322},{"source":319,"target":309},{"source":322,"target":323},{"source":323,"target":2},{"source":320,"target":2},{"source":320,"target":324},{"source":320,"target":309},{"source":324,"target":2},{"source":310,"target":325},{"source":310,"target":19},{"source":310,"target":326},{"source":310,"target":327},{"source":325,"target":328},{"source":328,"target":2},{"source":326,"target":329},{"source":326,"target":310},{"source":329,"target":330},{"source":330,"target":2},{"source":327,"target":331},{"source":327,"target":310},{"source":331,"target":332},{"source":311,"target":23},{"source":311,"target":333},{"source":311,"target":19},{"source":311,"target":334},{"source":311,"target":335},{"source":311,"target":336},{"source":333,"target":23},{"source":334,"target":9},{"source":334,"target":337},{"source":334,"target":311},{"source":337,"target":9},{"source":335,"target":24},{"source":335,"target":338},{"source":335,"target":311},{"source":338,"target":24},{"source":336,"target":339},{"source":336,"target":311},{"source":312,"target":340},{"source":312,"target":19},{"source":312,"target":341},{"source":312,"target":342},{"source":340,"target":343},{"source":341,"target":9},{"source":341,"target":344},{"source":341,"target":312},{"source":344,"target":9},{"source":342,"target":24},{"source":342,"target":345},{"source":342,"target":312},{"source":345,"target":24},{"source":313,"target":19},{"source":313,"target":346},{"source":313,"target":347},{"source":346,"target":14},{"source":346,"target":348},{"source":346,"target":313},{"source":348,"target":14},{"source":347,"target":349},{"source":347,"target":313},{"source":314,"target":19},{"source":314,"target":350},{"source":314,"target":351},{"source":314,"target":352},{"source":350,"target":53},{"source":350,"target":353},{"source":350,"target":314},{"source":353,"target":53},{"source":351,"target":2},{"source":351,"target":354},{"source":351,"target":314},{"source":354,"target":2},{"source":352,"target":2},{"source":352,"target":355},{"source":352,"target":314},{"source":355,"target":2},{"source":315,"target":53},{"source":315,"target":356},{"source":315,"target":19},{"source":315,"target":357},{"source":315,"target":358},{"source":356,"target":53},{"source":357,"target":14},{"source":357,"target":359},{"source":357,"target":315},{"source":359,"target":14},{"source":358,"target":53},{"source":358,"target":360},{"source":358,"target":315},{"source":360,"target":53},{"source":316,"target":14},{"source":316,"target":361},{"source":316,"target":19},{"source":316,"target":362},{"source":361,"target":14},{"source":362,"target":53},{"source":362,"target":363},{"source":362,"target":316},{"source":363,"target":53},{"source":20,"target":0},{"source":20,"target":364},{"source":20,"target":365},{"source":20,"target":366},{"source":20,"target":367},{"source":20,"target":368},{"source":20,"target":369},{"source":20,"target":370},{"source":20,"target":371},{"source":20,"target":372},{"source":20,"target":373},{"source":364,"target":20},{"source":364,"target":374},{"source":374,"target":375},{"source":374,"target":364},{"source":375,"target":376},{"source":375,"target":377},{"source":377,"target":11},{"source":365,"target":20},{"source":365,"target":378},{"source":378,"target":379},{"source":378,"target":365},{"source":379,"target":380},{"source":379,"target":381},{"source":366,"target":382},{"source":366,"target":20},{"source":366,"target":383},{"source":383,"target":384},{"source":383,"target":366},{"source":367,"target":385},{"source":367,"target":20},{"source":368,"target":386},{"source":368,"target":20},{"source":368,"target":387},{"source":387,"target":388},{"source":387,"target":368},{"source":369,"target":389},{"source":369,"target":20},{"source":370,"target":390},{"source":370,"target":20},{"source":371,"target":391},{"source":371,"target":20},{"source":372,"target":392},{"source":372,"target":20},{"source":373,"target":393},{"source":373,"target":20},{"source":21,"target":0},{"source":21,"target":394},{"source":21,"target":395},{"source":21,"target":396},{"source":21,"target":397},{"source":21,"target":398},{"source":21,"target":399},{"source":21,"target":400},{"source":21,"target":401},{"source":21,"target":402},{"source":21,"target":403},{"source":21,"target":404},{"source":21,"target":405},{"source":21,"target":406},{"source":21,"target":407},{"source":21,"target":408},{"source":21,"target":409},{"source":394,"target":21},{"source":394,"target":410},{"source":410,"target":411},{"source":410,"target":394},{"source":411,"target":412},{"source":411,"target":413},{"source":413,"target":11},{"source":395,"target":38},{"source":395,"target":414},{"source":395,"target":21},{"source":395,"target":415},{"source":414,"target":38},{"source":415,"target":416},{"source":415,"target":395},{"source":396,"target":417},{"source":396,"target":21},{"source":397,"target":418},{"source":397,"target":21},{"source":398,"target":419},{"source":398,"target":21},{"source":399,"target":420},{"source":399,"target":21},{"source":400,"target":421},{"source":400,"target":21},{"source":401,"target":422},{"source":401,"target":21},{"source":402,"target":20},{"source":402,"target":423},{"source":402,"target":21},{"source":423,"target":20},{"source":403,"target":20},{"source":403,"target":424},{"source":403,"target":21},{"source":424,"target":20},{"source":404,"target":20},{"source":404,"target":425},{"source":404,"target":21},{"source":425,"target":20},{"source":405,"target":20},{"source":405,"target":426},{"source":405,"target":21},{"source":426,"target":20},{"source":406,"target":427},{"source":406,"target":21},{"source":407,"target":428},{"source":407,"target":21},{"source":428,"target":429},{"source":428,"target":430},{"source":408,"target":39},{"source":408,"target":431},{"source":408,"target":21},{"source":431,"target":39},{"source":409,"target":2},{"source":409,"target":432},{"source":409,"target":21},{"source":432,"target":2},{"source":22,"target":0},{"source":22,"target":433},{"source":22,"target":434},{"source":22,"target":435},{"source":433,"target":436},{"source":433,"target":22},{"source":434,"target":437},{"source":434,"target":22},{"source":435,"target":438},{"source":435,"target":22},{"source":23,"target":0},{"source":23,"target":439},{"source":23,"target":440},{"source":23,"target":441},{"source":23,"target":442},{"source":23,"target":443},{"source":23,"target":444},{"source":23,"target":445},{"source":23,"target":446},{"source":23,"target":447},{"source":23,"target":448},{"source":23,"target":449},{"source":23,"target":450},{"source":439,"target":451},{"source":439,"target":23},{"source":439,"target":452},{"source":451,"target":453},{"source":451,"target":454},{"source":454,"target":11},{"source":452,"target":455},{"source":452,"target":439},{"source":455,"target":456},{"source":455,"target":457},{"source":457,"target":23},{"source":440,"target":458},{"source":440,"target":23},{"source":440,"target":459},{"source":440,"target":460},{"source":458,"target":461},{"source":459,"target":462},{"source":459,"target":440},{"source":460,"target":9},{"source":460,"target":463},{"source":460,"target":440},{"source":463,"target":9},{"source":441,"target":23},{"source":441,"target":464},{"source":441,"target":23},{"source":441,"target":465},{"source":441,"target":466},{"source":441,"target":467},{"source":464,"target":23},{"source":465,"target":468},{"source":465,"target":441},{"source":466,"target":469},{"source":466,"target":441},{"source":467,"target":9},{"source":467,"target":470},{"source":467,"target":441},{"source":470,"target":9},{"source":442,"target":471},{"source":442,"target":23},{"source":442,"target":472},{"source":471,"target":473},{"source":472,"target":23},{"source":472,"target":474},{"source":472,"target":442},{"source":474,"target":23},{"source":443,"target":475},{"source":443,"target":23},{"source":443,"target":476},{"source":475,"target":477},{"source":476,"target":23},{"source":476,"target":478},{"source":476,"target":443},{"source":478,"target":23},{"source":444,"target":479},{"source":444,"target":23},{"source":444,"target":480},{"source":479,"target":481},{"source":480,"target":23},{"source":480,"target":482},{"source":480,"target":444},{"source":482,"target":23},{"source":445,"target":483},{"source":445,"target":23},{"source":445,"target":484},{"source":483,"target":485},{"source":484,"target":23},{"source":484,"target":486},{"source":484,"target":445},{"source":486,"target":23},{"source":446,"target":487},{"source":446,"target":23},{"source":446,"target":488},{"source":487,"target":489},{"source":488,"target":23},{"source":488,"target":490},{"source":488,"target":446},{"source":490,"target":23},{"source":447,"target":491},{"source":447,"target":23},{"source":447,"target":492},{"source":491,"target":493},{"source":492,"target":23},{"source":492,"target":494},{"source":492,"target":447},{"source":494,"target":23},{"source":448,"target":495},{"source":448,"target":23},{"source":448,"target":496},{"source":496,"target":497},{"source":496,"target":448},{"source":497,"target":498},{"source":497,"target":499},{"source":499,"target":23},{"source":449,"target":500},{"source":449,"target":23},{"source":450,"target":5},{"source":450,"target":501},{"source":450,"target":23},{"source":501,"target":5},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":502},{"source":24,"target":503},{"source":24,"target":504},{"source":24,"target":505},{"source":24,"target":506},{"source":24,"target":507},{"source":502,"target":508},{"source":502,"target":24},{"source":503,"target":31},{"source":503,"target":509},{"source":503,"target":24},{"source":509,"target":31},{"source":504,"target":32},{"source":504,"target":510},{"source":504,"target":24},{"source":510,"target":32},{"source":505,"target":33},{"source":505,"target":511},{"source":505,"target":24},{"source":511,"target":33},{"source":506,"target":36},{"source":506,"target":512},{"source":506,"target":24},{"source":512,"target":36},{"source":507,"target":23},{"source":25,"target":0},{"source":25,"target":23},{"source":25,"target":513},{"source":25,"target":514},{"source":25,"target":515},{"source":25,"target":516},{"source":25,"target":517},{"source":513,"target":518},{"source":513,"target":25},{"source":514,"target":33},{"source":514,"target":519},{"source":514,"target":25},{"source":519,"target":33},{"source":515,"target":36},{"source":515,"target":520},{"source":515,"target":25},{"source":520,"target":36},{"source":516,"target":32},{"source":516,"target":521},{"source":516,"target":25},{"source":521,"target":32},{"source":517,"target":23},{"source":26,"target":0},{"source":26,"target":23},{"source":26,"target":522},{"source":26,"target":523},{"source":26,"target":524},{"source":26,"target":525},{"source":26,"target":526},{"source":26,"target":527},{"source":26,"target":528},{"source":522,"target":529},{"source":522,"target":26},{"source":523,"target":530},{"source":523,"target":26},{"source":524,"target":531},{"source":524,"target":26},{"source":525,"target":532},{"source":525,"target":26},{"source":526,"target":31},{"source":526,"target":533},{"source":526,"target":26},{"source":533,"target":31},{"source":527,"target":33},{"source":527,"target":534},{"source":527,"target":26},{"source":534,"target":33},{"source":528,"target":23},{"source":27,"target":0},{"source":27,"target":23},{"source":27,"target":535},{"source":27,"target":536},{"source":27,"target":537},{"source":27,"target":538},{"source":27,"target":539},{"source":27,"target":540},{"source":27,"target":541},{"source":535,"target":542},{"source":535,"target":27},{"source":536,"target":543},{"source":536,"target":27},{"source":537,"target":31},{"source":537,"target":544},{"source":537,"target":27},{"source":544,"target":31},{"source":538,"target":36},{"source":538,"target":545},{"source":538,"target":27},{"source":545,"target":36},{"source":539,"target":546},{"source":539,"target":27},{"source":540,"target":32},{"source":540,"target":547},{"source":540,"target":27},{"source":547,"target":32},{"source":541,"target":23},{"source":28,"target":0},{"source":28,"target":23},{"source":28,"target":548},{"source":28,"target":549},{"source":28,"target":550},{"source":28,"target":551},{"source":28,"target":552},{"source":28,"target":553},{"source":548,"target":554},{"source":548,"target":28},{"source":549,"target":25},{"source":549,"target":555},{"source":549,"target":28},{"source":555,"target":25},{"source":550,"target":26},{"source":550,"target":556},{"source":550,"target":28},{"source":556,"target":26},{"source":551,"target":27},{"source":551,"target":557},{"source":551,"target":28},{"source":557,"target":27},{"source":552,"target":558},{"source":552,"target":28},{"source":558,"target":559},{"source":558,"target":560},{"source":553,"target":23},{"source":29,"target":0},{"source":29,"target":5},{"source":29,"target":561},{"source":29,"target":562},{"source":29,"target":563},{"source":561,"target":564},{"source":561,"target":29},{"source":564,"target":565},{"source":565,"target":5},{"source":562,"target":566},{"source":562,"target":29},{"source":563,"target":5},{"source":30,"target":0},{"source":30,"target":567},{"source":30,"target":568},{"source":567,"target":569},{"source":567,"target":30},{"source":568,"target":24},{"source":568,"target":570},{"source":568,"target":30},{"source":570,"target":24},{"source":31,"target":0},{"source":31,"target":571},{"source":31,"target":572},{"source":571,"target":25},{"source":571,"target":573},{"source":571,"target":31},{"source":573,"target":25},{"source":572,"target":574},{"source":572,"target":31},{"source":32,"target":0},{"source":32,"target":575},{"source":32,"target":576},{"source":575,"target":26},{"source":575,"target":577},{"source":575,"target":32},{"source":577,"target":26},{"source":576,"target":578},{"source":576,"target":32},{"source":33,"target":0},{"source":33,"target":579},{"source":33,"target":580},{"source":579,"target":581},{"source":579,"target":33},{"source":580,"target":27},{"source":580,"target":582},{"source":580,"target":33},{"source":582,"target":27},{"source":34,"target":0},{"source":34,"target":583},{"source":34,"target":584},{"source":583,"target":21},{"source":583,"target":585},{"source":583,"target":34},{"source":585,"target":21},{"source":584,"target":586},{"source":584,"target":34},{"source":35,"target":0},{"source":35,"target":587},{"source":35,"target":588},{"source":587,"target":589},{"source":587,"target":35},{"source":588,"target":2},{"source":588,"target":590},{"source":588,"target":35},{"source":590,"target":2},{"source":36,"target":0},{"source":36,"target":591},{"source":36,"target":592},{"source":591,"target":593},{"source":591,"target":36},{"source":592,"target":28},{"source":592,"target":594},{"source":592,"target":36},{"source":594,"target":28},{"source":37,"target":0},{"source":37,"target":595},{"source":37,"target":596},{"source":595,"target":23},{"source":595,"target":597},{"source":595,"target":37},{"source":597,"target":23},{"source":596,"target":598},{"source":596,"target":37},{"source":38,"target":0},{"source":38,"target":599},{"source":38,"target":600},{"source":38,"target":601},{"source":38,"target":602},{"source":38,"target":603},{"source":38,"target":604},{"source":38,"target":605},{"source":38,"target":606},{"source":38,"target":607},{"source":38,"target":608},{"source":38,"target":609},{"source":38,"target":610},{"source":38,"target":611},{"source":38,"target":612},{"source":38,"target":613},{"source":599,"target":614},{"source":599,"target":38},{"source":600,"target":615},{"source":600,"target":38},{"source":601,"target":5},{"source":601,"target":616},{"source":601,"target":38},{"source":616,"target":5},{"source":602,"target":617},{"source":602,"target":38},{"source":603,"target":618},{"source":603,"target":38},{"source":604,"target":619},{"source":604,"target":38},{"source":605,"target":620},{"source":605,"target":38},{"source":606,"target":621},{"source":606,"target":38},{"source":607,"target":622},{"source":607,"target":38},{"source":608,"target":623},{"source":608,"target":38},{"source":609,"target":624},{"source":609,"target":38},{"source":610,"target":625},{"source":610,"target":38},{"source":611,"target":626},{"source":611,"target":38},{"source":612,"target":627},{"source":612,"target":38},{"source":613,"target":628},{"source":613,"target":38},{"source":39,"target":0},{"source":39,"target":629},{"source":39,"target":630},{"source":39,"target":631},{"source":39,"target":632},{"source":629,"target":633},{"source":629,"target":39},{"source":630,"target":634},{"source":630,"target":39},{"source":631,"target":635},{"source":631,"target":39},{"source":632,"target":636},{"source":632,"target":39},{"source":40,"target":0},{"source":40,"target":637},{"source":40,"target":638},{"source":40,"target":639},{"source":40,"target":640},{"source":40,"target":641},{"source":637,"target":642},{"source":637,"target":40},{"source":638,"target":40},{"source":638,"target":643},{"source":643,"target":644},{"source":643,"target":638},{"source":639,"target":40},{"source":639,"target":645},{"source":645,"target":646},{"source":645,"target":639},{"source":640,"target":40},{"source":641,"target":2},{"source":641,"target":647},{"source":641,"target":40},{"source":647,"target":2},{"source":41,"target":0},{"source":41,"target":40},{"source":41,"target":648},{"source":41,"target":649},{"source":41,"target":650},{"source":648,"target":10},{"source":648,"target":651},{"source":648,"target":41},{"source":651,"target":10},{"source":649,"target":52},{"source":649,"target":652},{"source":649,"target":41},{"source":652,"target":52},{"source":650,"target":40},{"source":42,"target":0},{"source":42,"target":41},{"source":42,"target":653},{"source":653,"target":41},{"source":43,"target":0},{"source":43,"target":41},{"source":43,"target":654},{"source":43,"target":655},{"source":654,"target":43},{"source":655,"target":41},{"source":44,"target":0},{"source":44,"target":41},{"source":44,"target":656},{"source":44,"target":657},{"source":656,"target":44},{"source":657,"target":41},{"source":45,"target":0},{"source":45,"target":41},{"source":45,"target":658},{"source":45,"target":659},{"source":658,"target":45},{"source":659,"target":41},{"source":46,"target":0},{"source":46,"target":660},{"source":46,"target":661},{"source":46,"target":662},{"source":46,"target":663},{"source":46,"target":664},{"source":46,"target":665},{"source":46,"target":666},{"source":46,"target":667},{"source":46,"target":668},{"source":46,"target":669},{"source":46,"target":670},{"source":46,"target":671},{"source":660,"target":46},{"source":660,"target":672},{"source":672,"target":5},{"source":672,"target":673},{"source":672,"target":660},{"source":673,"target":5},{"source":661,"target":40},{"source":661,"target":674},{"source":661,"target":46},{"source":661,"target":675},{"source":674,"target":40},{"source":675,"target":5},{"source":675,"target":676},{"source":675,"target":661},{"source":676,"target":5},{"source":662,"target":46},{"source":663,"target":46},{"source":663,"target":677},{"source":677,"target":678},{"source":677,"target":663},{"source":678,"target":679},{"source":664,"target":10},{"source":664,"target":680},{"source":664,"target":46},{"source":680,"target":10},{"source":665,"target":681},{"source":665,"target":46},{"source":666,"target":2},{"source":666,"target":682},{"source":666,"target":46},{"source":682,"target":2},{"source":667,"target":2},{"source":667,"target":683},{"source":667,"target":46},{"source":683,"target":2},{"source":668,"target":2},{"source":668,"target":684},{"source":668,"target":46},{"source":684,"target":2},{"source":669,"target":14},{"source":669,"target":685},{"source":669,"target":46},{"source":685,"target":14},{"source":670,"target":686},{"source":670,"target":46},{"source":671,"target":687},{"source":671,"target":46},{"source":47,"target":0},{"source":47,"target":688},{"source":47,"target":689},{"source":47,"target":690},{"source":688,"target":14},{"source":688,"target":691},{"source":688,"target":47},{"source":688,"target":692},{"source":691,"target":14},{"source":692,"target":5},{"source":692,"target":693},{"source":692,"target":688},{"source":693,"target":5},{"source":689,"target":14},{"source":689,"target":694},{"source":689,"target":47},{"source":694,"target":14},{"source":690,"target":14},{"source":690,"target":695},{"source":690,"target":47},{"source":695,"target":14},{"source":48,"target":0},{"source":48,"target":696},{"source":48,"target":697},{"source":696,"target":698},{"source":696,"target":48},{"source":697,"target":10},{"source":697,"target":699},{"source":697,"target":48},{"source":699,"target":10},{"source":49,"target":0},{"source":49,"target":700},{"source":49,"target":701},{"source":700,"target":7},{"source":700,"target":702},{"source":700,"target":49},{"source":702,"target":7},{"source":701,"target":2},{"source":701,"target":703},{"source":701,"target":49},{"source":703,"target":2},{"source":50,"target":0},{"source":50,"target":704},{"source":50,"target":705},{"source":704,"target":8},{"source":704,"target":706},{"source":704,"target":50},{"source":706,"target":8},{"source":705,"target":2},{"source":705,"target":707},{"source":705,"target":50},{"source":707,"target":2},{"source":51,"target":0},{"source":51,"target":708},{"source":51,"target":709},{"source":51,"target":710},{"source":708,"target":711},{"source":708,"target":51},{"source":709,"target":712},{"source":709,"target":51},{"source":710,"target":713},{"source":710,"target":51},{"source":52,"target":0},{"source":52,"target":714},{"source":52,"target":715},{"source":714,"target":716},{"source":714,"target":52},{"source":715,"target":51},{"source":715,"target":717},{"source":715,"target":52},{"source":717,"target":51},{"source":53,"target":0}],"multigraph":true}
ecore
modelmanagement
repo-ecore-all/data/epsilonlabs/epsilonlabs/StaticAnalysis/org.eclipse.epsilon.eol.dom.metamodel.connectivity/Dom.ecore
dom DomElement container line column Program imports operations block name modelDeclarations Import imported Statement Expression resolvedType Block statements OperatorExpression BinaryOperatorExpression lhs rhs AndOperatorExpression LiteralExpression BooleanExpression val DivideOperatorExpression EnumerationLiteralExpression enumeration literal model EqualsOperatorExpression FeatureCallExpression target isArrow GreaterThanOperatorExpression GreaterThanOrEqualToOperatorExpression ImpliesOperatorExpression IntegerExpression val LessThanOperatorExpression LessThanOrEqualToOperatorExpression MethodCallExpression arguments method MinusOperatorExpression MultiplyOperatorExpression NameExpression name UnaryOperatorExpression expr NegativeOperatorExpression NotEqualsOperatorExpression NotOperatorExpression OrOperatorExpression PlusOperatorExpression PropertyCallExpression property extended RealExpression val StringExpression val VariableDeclarationExpression name create parameters XorOperatorExpression OperationDefinition contextType returnType annotationBlock body name parameters AssignmentStatement lhs rhs BreakStatement BreakAllStatement ContinueStatement DeleteStatement deleted ForStatement iterator iterated body IfStatement condition ifBody elseBody ReturnStatement returned SwitchStatement expression cases default SwitchCaseStatement body WhileStatement condition body ModelDeclarationStatement name alias driver parameters FOLMethodCallExpression iterators conditions method ExpressionStatement expression SwitchCaseDefaultStatement SwitchCaseExpressionStatement expression PrimitiveExpression CollectionExpression parameterList contentType SetExpression BagExpression SequenceExpression OrderedSetExpression MapExpression keyValues Type AnyType CollectionType PrimitiveType BooleanType IntegerType RealType StringType SetType BagType SequenceType OrderedSetType MapType Annotation name ExecutableAnnotation expression SimpleAnnotation values KeyValue key value SpecialNameExpression ModelElementType expression ShortModelDeclarationExpression NativeType nativeExpression ModelExpression AnnotationBlock simpleAnnotations executableAnnotations ModelDeclarationParameter name value ThrowStatement thrown AbortStatement TransactionStatement body names FormalParameterExpression name CollectionInitValue ExprList expressions ExpRange start end NewExpression parameters ModelElementTypeExpression model element resolvedModelDeclaration SpecialAssignmentStatement
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="dom" nsURI="http://dom/1.0" nsPrefix="dom"> <eClassifiers xsi:type="ecore:EClass" name="DomElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//DomElement"/> <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="Program" eSuperTypes="#//DomElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//Import" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="#//OperationDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="name" lowerBound="1" eType="#//NameExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelDeclarations" upperBound="-1" eType="#//ModelDeclarationStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import" eSuperTypes="#//DomElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="imported" lowerBound="1" eType="#//StringExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#//DomElement"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//DomElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="resolvedType" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//DomElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorExpression" abstract="true" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="BinaryOperatorExpression" abstract="true" eSuperTypes="#//OperatorExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AndOperatorExpression" eSuperTypes="#//BinaryOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralExpression" abstract="true" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanExpression" eSuperTypes="#//PrimitiveExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DivideOperatorExpression" eSuperTypes="#//BinaryOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteralExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumeration" lowerBound="1" eType="#//NameExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="literal" lowerBound="1" eType="#//NameExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="#//NameExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EqualsOperatorExpression" eSuperTypes="#//BinaryOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="FeatureCallExpression" abstract="true" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="isArrow" eType="#//BooleanExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GreaterThanOperatorExpression" eSuperTypes="#//BinaryOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="GreaterThanOrEqualToOperatorExpression" eSuperTypes="#//BinaryOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ImpliesOperatorExpression" eSuperTypes="#//BinaryOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerExpression" eSuperTypes="#//PrimitiveExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LessThanOperatorExpression" eSuperTypes="#//BinaryOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="LessThanOrEqualToOperatorExpression" eSuperTypes="#//BinaryOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="MethodCallExpression" eSuperTypes="#//FeatureCallExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="method" lowerBound="1" eType="#//NameExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MinusOperatorExpression" eSuperTypes="#//BinaryOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="MultiplyOperatorExpression" eSuperTypes="#//BinaryOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="NameExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryOperatorExpression" abstract="true" eSuperTypes="#//OperatorExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NegativeOperatorExpression" eSuperTypes="#//UnaryOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="NotEqualsOperatorExpression" eSuperTypes="#//BinaryOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="NotOperatorExpression" eSuperTypes="#//UnaryOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="OrOperatorExpression" eSuperTypes="#//BinaryOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="PlusOperatorExpression" eSuperTypes="#//BinaryOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="PropertyCallExpression" eSuperTypes="#//FeatureCallExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="property" lowerBound="1" eType="#//NameExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extended" lowerBound="1" eType="#//BooleanExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealExpression" eSuperTypes="#//PrimitiveExpression"> <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="StringExpression" eSuperTypes="#//PrimitiveExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" lowerBound="1" eType="#//NameExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="create" eType="#//BooleanExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XorOperatorExpression" eSuperTypes="#//BinaryOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="OperationDefinition" eSuperTypes="#//DomElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="contextType" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotationBlock" eType="#//AnnotationBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="name" lowerBound="1" eType="#//NameExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//FormalParameterExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssignmentStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BreakStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="BreakAllStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="ContinueStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="DeleteStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="deleted" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="iterator" lowerBound="1" eType="#//FormalParameterExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterated" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifBody" lowerBound="1" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseBody" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="returned" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cases" upperBound="-1" eType="#//SwitchCaseExpressionStatement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="default" eType="#//SwitchCaseDefaultStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchCaseStatement" abstract="true" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelDeclarationStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" lowerBound="1" eType="#//NameExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="alias" upperBound="-1" eType="#//NameExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="driver" lowerBound="1" eType="#//NameExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//ModelDeclarationParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FOLMethodCallExpression" eSuperTypes="#//FeatureCallExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="iterators" lowerBound="1" upperBound="-1" eType="#//FormalParameterExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conditions" lowerBound="1" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="method" lowerBound="1" eType="#//NameExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchCaseDefaultStatement" eSuperTypes="#//SwitchCaseStatement"/> <eClassifiers xsi:type="ecore:EClass" name="SwitchCaseExpressionStatement" eSuperTypes="#//SwitchCaseStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveExpression" abstract="true" eSuperTypes="#//LiteralExpression"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionExpression" abstract="true" eSuperTypes="#//LiteralExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterList" eType="#//CollectionInitValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contentType" lowerBound="1" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetExpression" eSuperTypes="#//CollectionExpression"/> <eClassifiers xsi:type="ecore:EClass" name="BagExpression" eSuperTypes="#//CollectionExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SequenceExpression" eSuperTypes="#//CollectionExpression"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetExpression" eSuperTypes="#//CollectionExpression"/> <eClassifiers xsi:type="ecore:EClass" name="MapExpression" eSuperTypes="#//LiteralExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="keyValues" upperBound="-1" eType="#//KeyValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//DomElement"/> <eClassifiers xsi:type="ecore:EClass" name="AnyType" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionType" abstract="true" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" abstract="true" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="RealType" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="#//CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="#//CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="#//CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="#//CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="MapType" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="Annotation" abstract="true" eSuperTypes="#//DomElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" lowerBound="1" eType="#//NameExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExecutableAnnotation" eSuperTypes="#//Annotation"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleAnnotation" eSuperTypes="#//Annotation"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//StringExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KeyValue" eSuperTypes="#//DomElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecialNameExpression" eSuperTypes="#//NameExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ModelElementType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//ModelElementTypeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ShortModelDeclarationExpression"/> <eClassifiers xsi:type="ecore:EClass" name="NativeType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="nativeExpression" lowerBound="1" eType="#//StringExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelExpression" eSuperTypes="#//NameExpression"/> <eClassifiers xsi:type="ecore:EClass" name="AnnotationBlock" eSuperTypes="#//DomElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleAnnotations" upperBound="-1" eType="#//SimpleAnnotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="executableAnnotations" upperBound="-1" eType="#//ExecutableAnnotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelDeclarationParameter" eSuperTypes="#//DomElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" lowerBound="1" eType="#//NameExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//StringExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThrowStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="thrown" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbortStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="TransactionStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="names" upperBound="-1" eType="#//NameExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormalParameterExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" lowerBound="1" eType="#//NameExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionInitValue" abstract="true" eSuperTypes="#//DomElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExprList" eSuperTypes="#//CollectionInitValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" lowerBound="1" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpRange" eSuperTypes="#//CollectionInitValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="start" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="end" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NewExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElementTypeExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="#//NameExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//NameExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resolvedModelDeclaration" eType="#//ModelDeclarationStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecialAssignmentStatement" eSuperTypes="#//AssignmentStatement"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"dom","nsURI":"http://dom/1.0","name":"dom","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomElement","instanceClass":null,"abstract":true,"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":"Import","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorExpression","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryOperatorExpression","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndOperatorExpression","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralExpression","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExpression","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DivideOperatorExpression","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteralExpression","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualsOperatorExpression","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureCallExpression","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterThanOperatorExpression","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterThanOrEqualToOperatorExpression","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImpliesOperatorExpression","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExpression","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessThanOperatorExpression","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessThanOrEqualToOperatorExpression","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodCallExpression","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MinusOperatorExpression","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplyOperatorExpression","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameExpression","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryOperatorExpression","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NegativeOperatorExpression","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotEqualsOperatorExpression","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotOperatorExpression","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrOperatorExpression","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlusOperatorExpression","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExpression","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealExpression","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExpression","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationExpression","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XorOperatorExpression","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationDefinition","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentStatement","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakStatement","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakAllStatement","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueStatement","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteStatement","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchStatement","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCaseStatement","instanceClass":null,"abstract":true,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelDeclarationStatement","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FOLMethodCallExpression","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCaseDefaultStatement","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCaseExpressionStatement","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveExpression","instanceClass":null,"abstract":true,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionExpression","instanceClass":null,"abstract":true,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExpression","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagExpression","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceExpression","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetExpression","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapExpression","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyType","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":true,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":true,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealType","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":true,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableAnnotation","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleAnnotation","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KeyValue","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecialNameExpression","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementType","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShortModelDeclarationExpression","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NativeType","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelExpression","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationBlock","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelDeclarationParameter","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThrowStatement","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbortStatement","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransactionStatement","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalParameterExpression","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionInitValue","instanceClass":null,"abstract":true,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprList","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpRange","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewExpression","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementTypeExpression","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecialAssignmentStatement","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"line","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":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":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","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":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imported","changeable":true,"resolveProxies":true,"lowerBound":1,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resolvedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":123,"derived":false},{"container":false,"ordered":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":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"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":"val","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumeration","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":true,"unsettable":false,"transient":false,"unique":true,"name":"literal","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":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","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":true,"unsettable":false,"transient":false,"unique":true,"name":"isArrow","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"container":false,"ordered":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":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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":173,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extended","changeable":true,"resolveProxies":true,"lowerBound":1,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"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":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"create","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contextType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotationBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"parameters","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"},{"id":204,"eClass":"EGenericType"},{"container":false,"ordered":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":205,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"deleted","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":216,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterated","changeable":true,"resolveProxies":true,"lowerBound":1,"id":217,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":223,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifBody","changeable":true,"resolveProxies":true,"lowerBound":1,"id":224,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseBody","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":"returned","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"cases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":234,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":243,"derived":false},{"container":false,"ordered":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":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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"alias","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"driver","changeable":true,"resolveProxies":true,"lowerBound":1,"id":250,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":257,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":258,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"parameterList","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"contentType","changeable":true,"resolveProxies":true,"lowerBound":1,"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keyValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":false},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":297,"derived":false},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"container":false,"ordered":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":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":1,"id":306,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":307,"derived":false},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nativeExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleAnnotations","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":"executableAnnotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":324,"derived":false},{"container":false,"ordered":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":325,"derived":false},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thrown","changeable":true,"resolveProxies":true,"lowerBound":0,"id":329,"derived":false},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"container":false,"ordered":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":333,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"names","changeable":true,"resolveProxies":true,"lowerBound":0,"id":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":338,"derived":false},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":342,"derived":false},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"start","changeable":true,"resolveProxies":true,"lowerBound":1,"id":345,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"end","changeable":true,"resolveProxies":true,"lowerBound":1,"id":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"element","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":"resolvedModelDeclaration","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":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":1,"target":0},{"source":1,"target":95},{"source":1,"target":96},{"source":1,"target":97},{"source":95,"target":1},{"source":95,"target":98},{"source":95,"target":1},{"source":98,"target":1},{"source":96,"target":99},{"source":96,"target":1},{"source":97,"target":100},{"source":97,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"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":101,"target":3},{"source":101,"target":107},{"source":101,"target":2},{"source":107,"target":3},{"source":102,"target":37},{"source":102,"target":108},{"source":102,"target":2},{"source":108,"target":37},{"source":103,"target":6},{"source":103,"target":109},{"source":103,"target":2},{"source":109,"target":6},{"source":104,"target":25},{"source":104,"target":110},{"source":104,"target":2},{"source":110,"target":25},{"source":105,"target":49},{"source":105,"target":111},{"source":105,"target":2},{"source":111,"target":49},{"source":106,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":112},{"source":3,"target":113},{"source":112,"target":34},{"source":112,"target":114},{"source":112,"target":3},{"source":114,"target":34},{"source":113,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":115},{"source":115,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":116},{"source":5,"target":117},{"source":116,"target":61},{"source":116,"target":118},{"source":116,"target":5},{"source":118,"target":61},{"source":117,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":119},{"source":6,"target":120},{"source":119,"target":4},{"source":119,"target":121},{"source":119,"target":6},{"source":121,"target":4},{"source":120,"target":1},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":122},{"source":122,"target":5},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":123},{"source":8,"target":124},{"source":8,"target":125},{"source":123,"target":5},{"source":123,"target":126},{"source":123,"target":8},{"source":126,"target":5},{"source":124,"target":5},{"source":124,"target":127},{"source":124,"target":8},{"source":127,"target":5},{"source":125,"target":7},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":128},{"source":128,"target":8},{"source":10,"target":0},{"source":10,"target":5},{"source":10,"target":129},{"source":129,"target":5},{"source":11,"target":0},{"source":11,"target":54},{"source":11,"target":130},{"source":11,"target":131},{"source":130,"target":132},{"source":130,"target":11},{"source":131,"target":54},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":133},{"source":133,"target":8},{"source":13,"target":0},{"source":13,"target":5},{"source":13,"target":134},{"source":13,"target":135},{"source":13,"target":136},{"source":13,"target":137},{"source":134,"target":25},{"source":134,"target":138},{"source":134,"target":13},{"source":138,"target":25},{"source":135,"target":25},{"source":135,"target":139},{"source":135,"target":13},{"source":139,"target":25},{"source":136,"target":25},{"source":136,"target":140},{"source":136,"target":13},{"source":140,"target":25},{"source":137,"target":5},{"source":14,"target":0},{"source":14,"target":8},{"source":14,"target":141},{"source":141,"target":8},{"source":15,"target":0},{"source":15,"target":5},{"source":15,"target":142},{"source":15,"target":143},{"source":15,"target":144},{"source":142,"target":5},{"source":142,"target":145},{"source":142,"target":15},{"source":145,"target":5},{"source":143,"target":11},{"source":143,"target":146},{"source":143,"target":15},{"source":146,"target":11},{"source":144,"target":5},{"source":16,"target":0},{"source":16,"target":8},{"source":16,"target":147},{"source":147,"target":8},{"source":17,"target":0},{"source":17,"target":8},{"source":17,"target":148},{"source":148,"target":8},{"source":18,"target":0},{"source":18,"target":8},{"source":18,"target":149},{"source":149,"target":8},{"source":19,"target":0},{"source":19,"target":54},{"source":19,"target":150},{"source":19,"target":151},{"source":150,"target":152},{"source":150,"target":19},{"source":151,"target":54},{"source":20,"target":0},{"source":20,"target":8},{"source":20,"target":153},{"source":153,"target":8},{"source":21,"target":0},{"source":21,"target":8},{"source":21,"target":154},{"source":154,"target":8},{"source":22,"target":0},{"source":22,"target":15},{"source":22,"target":155},{"source":22,"target":156},{"source":22,"target":157},{"source":155,"target":5},{"source":155,"target":158},{"source":155,"target":22},{"source":158,"target":5},{"source":156,"target":25},{"source":156,"target":159},{"source":156,"target":22},{"source":159,"target":25},{"source":157,"target":15},{"source":23,"target":0},{"source":23,"target":8},{"source":23,"target":160},{"source":160,"target":8},{"source":24,"target":0},{"source":24,"target":8},{"source":24,"target":161},{"source":161,"target":8},{"source":25,"target":0},{"source":25,"target":5},{"source":25,"target":162},{"source":25,"target":163},{"source":162,"target":164},{"source":162,"target":25},{"source":163,"target":5},{"source":26,"target":0},{"source":26,"target":7},{"source":26,"target":165},{"source":26,"target":166},{"source":165,"target":5},{"source":165,"target":167},{"source":165,"target":26},{"source":167,"target":5},{"source":166,"target":7},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":168},{"source":168,"target":26},{"source":28,"target":0},{"source":28,"target":8},{"source":28,"target":169},{"source":169,"target":8},{"source":29,"target":0},{"source":29,"target":26},{"source":29,"target":170},{"source":170,"target":26},{"source":30,"target":0},{"source":30,"target":8},{"source":30,"target":171},{"source":171,"target":8},{"source":31,"target":0},{"source":31,"target":8},{"source":31,"target":172},{"source":172,"target":8},{"source":32,"target":0},{"source":32,"target":15},{"source":32,"target":173},{"source":32,"target":174},{"source":32,"target":175},{"source":173,"target":25},{"source":173,"target":176},{"source":173,"target":32},{"source":176,"target":25},{"source":174,"target":11},{"source":174,"target":177},{"source":174,"target":32},{"source":177,"target":11},{"source":175,"target":15},{"source":33,"target":0},{"source":33,"target":54},{"source":33,"target":178},{"source":33,"target":179},{"source":178,"target":180},{"source":178,"target":33},{"source":179,"target":54},{"source":34,"target":0},{"source":34,"target":54},{"source":34,"target":181},{"source":34,"target":182},{"source":181,"target":183},{"source":181,"target":34},{"source":182,"target":54},{"source":35,"target":0},{"source":35,"target":5},{"source":35,"target":184},{"source":35,"target":185},{"source":35,"target":186},{"source":35,"target":187},{"source":184,"target":25},{"source":184,"target":188},{"source":184,"target":35},{"source":188,"target":25},{"source":185,"target":11},{"source":185,"target":189},{"source":185,"target":35},{"source":189,"target":11},{"source":186,"target":5},{"source":186,"target":190},{"source":186,"target":35},{"source":190,"target":5},{"source":187,"target":5},{"source":36,"target":0},{"source":36,"target":8},{"source":36,"target":191},{"source":191,"target":8},{"source":37,"target":0},{"source":37,"target":1},{"source":37,"target":192},{"source":37,"target":193},{"source":37,"target":194},{"source":37,"target":195},{"source":37,"target":196},{"source":37,"target":197},{"source":37,"target":198},{"source":192,"target":61},{"source":192,"target":199},{"source":192,"target":37},{"source":199,"target":61},{"source":193,"target":61},{"source":193,"target":200},{"source":193,"target":37},{"source":200,"target":61},{"source":194,"target":83},{"source":194,"target":201},{"source":194,"target":37},{"source":201,"target":83},{"source":195,"target":6},{"source":195,"target":202},{"source":195,"target":37},{"source":202,"target":6},{"source":196,"target":25},{"source":196,"target":203},{"source":196,"target":37},{"source":203,"target":25},{"source":197,"target":88},{"source":197,"target":204},{"source":197,"target":37},{"source":204,"target":88},{"source":198,"target":1},{"source":38,"target":0},{"source":38,"target":4},{"source":38,"target":205},{"source":38,"target":206},{"source":38,"target":207},{"source":205,"target":5},{"source":205,"target":208},{"source":205,"target":38},{"source":208,"target":5},{"source":206,"target":5},{"source":206,"target":209},{"source":206,"target":38},{"source":209,"target":5},{"source":207,"target":4},{"source":39,"target":0},{"source":39,"target":4},{"source":39,"target":210},{"source":210,"target":4},{"source":40,"target":0},{"source":40,"target":4},{"source":40,"target":211},{"source":211,"target":4},{"source":41,"target":0},{"source":41,"target":4},{"source":41,"target":212},{"source":212,"target":4},{"source":42,"target":0},{"source":42,"target":4},{"source":42,"target":213},{"source":42,"target":214},{"source":213,"target":5},{"source":213,"target":215},{"source":213,"target":42},{"source":215,"target":5},{"source":214,"target":4},{"source":43,"target":0},{"source":43,"target":4},{"source":43,"target":216},{"source":43,"target":217},{"source":43,"target":218},{"source":43,"target":219},{"source":216,"target":88},{"source":216,"target":220},{"source":216,"target":43},{"source":220,"target":88},{"source":217,"target":5},{"source":217,"target":221},{"source":217,"target":43},{"source":221,"target":5},{"source":218,"target":6},{"source":218,"target":222},{"source":218,"target":43},{"source":222,"target":6},{"source":219,"target":4},{"source":44,"target":0},{"source":44,"target":4},{"source":44,"target":223},{"source":44,"target":224},{"source":44,"target":225},{"source":44,"target":226},{"source":223,"target":5},{"source":223,"target":227},{"source":223,"target":44},{"source":227,"target":5},{"source":224,"target":6},{"source":224,"target":228},{"source":224,"target":44},{"source":228,"target":6},{"source":225,"target":6},{"source":225,"target":229},{"source":225,"target":44},{"source":229,"target":6},{"source":226,"target":4},{"source":45,"target":0},{"source":45,"target":4},{"source":45,"target":230},{"source":45,"target":231},{"source":230,"target":5},{"source":230,"target":232},{"source":230,"target":45},{"source":232,"target":5},{"source":231,"target":4},{"source":46,"target":0},{"source":46,"target":4},{"source":46,"target":233},{"source":46,"target":234},{"source":46,"target":235},{"source":46,"target":236},{"source":233,"target":5},{"source":233,"target":237},{"source":233,"target":46},{"source":237,"target":5},{"source":234,"target":53},{"source":234,"target":238},{"source":234,"target":46},{"source":238,"target":53},{"source":235,"target":52},{"source":235,"target":239},{"source":235,"target":46},{"source":239,"target":52},{"source":236,"target":4},{"source":47,"target":0},{"source":47,"target":4},{"source":47,"target":240},{"source":47,"target":241},{"source":240,"target":6},{"source":240,"target":242},{"source":240,"target":47},{"source":242,"target":6},{"source":241,"target":4},{"source":48,"target":0},{"source":48,"target":4},{"source":48,"target":243},{"source":48,"target":244},{"source":48,"target":245},{"source":243,"target":5},{"source":243,"target":246},{"source":243,"target":48},{"source":246,"target":5},{"source":244,"target":6},{"source":244,"target":247},{"source":244,"target":48},{"source":247,"target":6},{"source":245,"target":4},{"source":49,"target":0},{"source":49,"target":4},{"source":49,"target":248},{"source":49,"target":249},{"source":49,"target":250},{"source":49,"target":251},{"source":49,"target":252},{"source":248,"target":25},{"source":248,"target":253},{"source":248,"target":49},{"source":253,"target":25},{"source":249,"target":25},{"source":249,"target":254},{"source":249,"target":49},{"source":254,"target":25},{"source":250,"target":25},{"source":250,"target":255},{"source":250,"target":49},{"source":255,"target":25},{"source":251,"target":84},{"source":251,"target":256},{"source":251,"target":49},{"source":256,"target":84},{"source":252,"target":4},{"source":50,"target":0},{"source":50,"target":15},{"source":50,"target":257},{"source":50,"target":258},{"source":50,"target":259},{"source":50,"target":260},{"source":257,"target":88},{"source":257,"target":261},{"source":257,"target":50},{"source":261,"target":88},{"source":258,"target":5},{"source":258,"target":262},{"source":258,"target":50},{"source":262,"target":5},{"source":259,"target":25},{"source":259,"target":263},{"source":259,"target":50},{"source":263,"target":25},{"source":260,"target":15},{"source":51,"target":0},{"source":51,"target":4},{"source":51,"target":264},{"source":51,"target":265},{"source":264,"target":5},{"source":264,"target":266},{"source":264,"target":51},{"source":266,"target":5},{"source":265,"target":4},{"source":52,"target":0},{"source":52,"target":47},{"source":52,"target":267},{"source":267,"target":47},{"source":53,"target":0},{"source":53,"target":47},{"source":53,"target":268},{"source":53,"target":269},{"source":268,"target":5},{"source":268,"target":270},{"source":268,"target":53},{"source":270,"target":5},{"source":269,"target":47},{"source":54,"target":0},{"source":54,"target":10},{"source":54,"target":271},{"source":271,"target":10},{"source":55,"target":0},{"source":55,"target":10},{"source":55,"target":272},{"source":55,"target":273},{"source":55,"target":274},{"source":272,"target":89},{"source":272,"target":275},{"source":272,"target":55},{"source":275,"target":89},{"source":273,"target":61},{"source":273,"target":276},{"source":273,"target":55},{"source":276,"target":61},{"source":274,"target":10},{"source":56,"target":0},{"source":56,"target":55},{"source":56,"target":277},{"source":277,"target":55},{"source":57,"target":0},{"source":57,"target":55},{"source":57,"target":278},{"source":278,"target":55},{"source":58,"target":0},{"source":58,"target":55},{"source":58,"target":279},{"source":279,"target":55},{"source":59,"target":0},{"source":59,"target":55},{"source":59,"target":280},{"source":280,"target":55},{"source":60,"target":0},{"source":60,"target":10},{"source":60,"target":281},{"source":60,"target":282},{"source":281,"target":77},{"source":281,"target":283},{"source":281,"target":60},{"source":283,"target":77},{"source":282,"target":10},{"source":61,"target":0},{"source":61,"target":1},{"source":61,"target":284},{"source":284,"target":1},{"source":62,"target":0},{"source":62,"target":61},{"source":62,"target":285},{"source":285,"target":61},{"source":63,"target":0},{"source":63,"target":61},{"source":63,"target":286},{"source":286,"target":61},{"source":64,"target":0},{"source":64,"target":61},{"source":64,"target":287},{"source":287,"target":61},{"source":65,"target":0},{"source":65,"target":64},{"source":65,"target":288},{"source":288,"target":64},{"source":66,"target":0},{"source":66,"target":64},{"source":66,"target":289},{"source":289,"target":64},{"source":67,"target":0},{"source":67,"target":64},{"source":67,"target":290},{"source":290,"target":64},{"source":68,"target":0},{"source":68,"target":64},{"source":68,"target":291},{"source":291,"target":64},{"source":69,"target":0},{"source":69,"target":63},{"source":69,"target":292},{"source":292,"target":63},{"source":70,"target":0},{"source":70,"target":63},{"source":70,"target":293},{"source":293,"target":63},{"source":71,"target":0},{"source":71,"target":63},{"source":71,"target":294},{"source":294,"target":63},{"source":72,"target":0},{"source":72,"target":63},{"source":72,"target":295},{"source":295,"target":63},{"source":73,"target":0},{"source":73,"target":61},{"source":73,"target":296},{"source":296,"target":61},{"source":74,"target":0},{"source":74,"target":1},{"source":74,"target":297},{"source":74,"target":298},{"source":297,"target":25},{"source":297,"target":299},{"source":297,"target":74},{"source":299,"target":25},{"source":298,"target":1},{"source":75,"target":0},{"source":75,"target":74},{"source":75,"target":300},{"source":75,"target":301},{"source":300,"target":5},{"source":300,"target":302},{"source":300,"target":75},{"source":302,"target":5},{"source":301,"target":74},{"source":76,"target":0},{"source":76,"target":74},{"source":76,"target":303},{"source":76,"target":304},{"source":303,"target":34},{"source":303,"target":305},{"source":303,"target":76},{"source":305,"target":34},{"source":304,"target":74},{"source":77,"target":0},{"source":77,"target":1},{"source":77,"target":306},{"source":77,"target":307},{"source":77,"target":308},{"source":306,"target":5},{"source":306,"target":309},{"source":306,"target":77},{"source":309,"target":5},{"source":307,"target":5},{"source":307,"target":310},{"source":307,"target":77},{"source":310,"target":5},{"source":308,"target":1},{"source":78,"target":0},{"source":78,"target":25},{"source":78,"target":311},{"source":311,"target":25},{"source":79,"target":0},{"source":79,"target":61},{"source":79,"target":312},{"source":79,"target":313},{"source":312,"target":93},{"source":312,"target":314},{"source":312,"target":79},{"source":314,"target":93},{"source":313,"target":61},{"source":80,"target":0},{"source":81,"target":0},{"source":81,"target":61},{"source":81,"target":315},{"source":81,"target":316},{"source":315,"target":34},{"source":315,"target":317},{"source":315,"target":81},{"source":317,"target":34},{"source":316,"target":61},{"source":82,"target":0},{"source":82,"target":25},{"source":82,"target":318},{"source":318,"target":25},{"source":83,"target":0},{"source":83,"target":1},{"source":83,"target":319},{"source":83,"target":320},{"source":83,"target":321},{"source":319,"target":76},{"source":319,"target":322},{"source":319,"target":83},{"source":322,"target":76},{"source":320,"target":75},{"source":320,"target":323},{"source":320,"target":83},{"source":323,"target":75},{"source":321,"target":1},{"source":84,"target":0},{"source":84,"target":1},{"source":84,"target":324},{"source":84,"target":325},{"source":84,"target":326},{"source":324,"target":25},{"source":324,"target":327},{"source":324,"target":84},{"source":327,"target":25},{"source":325,"target":34},{"source":325,"target":328},{"source":325,"target":84},{"source":328,"target":34},{"source":326,"target":1},{"source":85,"target":0},{"source":85,"target":4},{"source":85,"target":329},{"source":85,"target":330},{"source":329,"target":5},{"source":329,"target":331},{"source":329,"target":85},{"source":331,"target":5},{"source":330,"target":4},{"source":86,"target":0},{"source":86,"target":4},{"source":86,"target":332},{"source":332,"target":4},{"source":87,"target":0},{"source":87,"target":4},{"source":87,"target":333},{"source":87,"target":334},{"source":87,"target":335},{"source":333,"target":6},{"source":333,"target":336},{"source":333,"target":87},{"source":336,"target":6},{"source":334,"target":25},{"source":334,"target":337},{"source":334,"target":87},{"source":337,"target":25},{"source":335,"target":4},{"source":88,"target":0},{"source":88,"target":5},{"source":88,"target":338},{"source":88,"target":339},{"source":338,"target":25},{"source":338,"target":340},{"source":338,"target":88},{"source":340,"target":25},{"source":339,"target":5},{"source":89,"target":0},{"source":89,"target":1},{"source":89,"target":341},{"source":341,"target":1},{"source":90,"target":0},{"source":90,"target":89},{"source":90,"target":342},{"source":90,"target":343},{"source":342,"target":5},{"source":342,"target":344},{"source":342,"target":90},{"source":344,"target":5},{"source":343,"target":89},{"source":91,"target":0},{"source":91,"target":89},{"source":91,"target":345},{"source":91,"target":346},{"source":91,"target":347},{"source":345,"target":5},{"source":345,"target":348},{"source":345,"target":91},{"source":348,"target":5},{"source":346,"target":5},{"source":346,"target":349},{"source":346,"target":91},{"source":349,"target":5},{"source":347,"target":89},{"source":92,"target":0},{"source":92,"target":5},{"source":92,"target":350},{"source":92,"target":351},{"source":350,"target":5},{"source":350,"target":352},{"source":350,"target":92},{"source":352,"target":5},{"source":351,"target":5},{"source":93,"target":0},{"source":93,"target":5},{"source":93,"target":353},{"source":93,"target":354},{"source":93,"target":355},{"source":93,"target":356},{"source":353,"target":25},{"source":353,"target":357},{"source":353,"target":93},{"source":357,"target":25},{"source":354,"target":25},{"source":354,"target":358},{"source":354,"target":93},{"source":358,"target":25},{"source":355,"target":49},{"source":355,"target":359},{"source":355,"target":93},{"source":359,"target":49},{"source":356,"target":5},{"source":94,"target":0},{"source":94,"target":38},{"source":94,"target":360},{"source":360,"target":38}],"multigraph":true}
ecore
constraints
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/adilinam/QVTdCaseStudy/org.eclipse.ocl/model/OCLCST.ecore
ocl cst CSTNode startOffset endOffset startToken endToken ast IToken lpg.runtime.IToken lpg.runtime.IToken PackageDeclarationCS pathNameCS contextDecls packageDeclarationCS PathNameCS simpleNames TypeCS OCLExpressionCS SimpleNameCS value type SimpleTypeEnum identifier identifier self self Integer Integer String String Real Real Boolean Boolean OclAny OclAny OclVoid OclVoid OclInvalid OclInvalid OclMessage OclMessage keyword keyword UnlimitedNatural UnlimitedNatural ContextDeclCS PropertyContextCS pathNameCS simpleNameCS typeCS constraints InitOrDerValueCS expressionCS ClassifierContextDeclCS pathNameCS constraints simpleNameCS InvOrDefCS simpleNameCS 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 static false DefExpressionCS operationCS variableCS expressionCS VariableExpCS arguments simpleNameCS isMarkedPreCS IsMarkedPreCS 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 CollectionLiteralExpCS collectionType collectionLiteralParts CollectionLiteralPartCS expressionCS TupleLiteralExpCS variables PrimitiveLiteralExpCS symbol IntegerLiteralExpCS integerSymbol extendedIntegerSymbol 0 longSymbol UnlimitedNaturalLiteralExpCS integerSymbol extendedIntegerSymbol 0 longSymbol RealLiteralExpCS realSymbol StringLiteralExpCS stringSymbol unescapedStringSymbol BooleanLiteralExpCS booleanSymbol NullLiteralExpCS InvalidLiteralExpCS CollectionRangeCS lastExpressionCS CallExpCS source accessor simpleNameCS DotOrArrowEnum none none dot dot arrow arrow LoopExpCS variable1 variable2 body IteratorExpCS IterateExpCS FeatureCallExpCS pathNameCS arguments isMarkedPreCS OperationCallExpCS isAtomic false OCLDocumentCS packageDeclarations
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="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"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startToken" ordered="false" eType="#//cst/IToken" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endToken" ordered="false" eType="#//cst/IToken" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ast" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IToken" instanceClassName="lpg.runtime.IToken"/> <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:EReference" name="simpleNames" upperBound="-1" eType="#//cst/SimpleNameCS" containment="true"/> </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="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="OclInvalid" value="9"/> <eLiterals name="OclMessage" value="10"/> <eLiterals name="keyword" value="11"/> <eLiterals name="UnlimitedNatural" value="12"/> </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="constraints" upperBound="-1" eType="#//cst/InitOrDerValueCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitOrDerValueCS" abstract="true" 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="ClassifierContextDeclCS" eSuperTypes="#//cst/ContextDeclCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="pathNameCS" eType="#//cst/PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" ordered="false" upperBound="-1" eType="#//cst/InvOrDefCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="#//cst/SimpleNameCS" 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"/> </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"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </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"/> <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/SimpleNameCS #//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="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"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extendedIntegerSymbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject" changeable="false" defaultValueLiteral="0"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedGetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="longSymbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject" volatile="true" transient="true" derived="true"/> </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"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extendedIntegerSymbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject" changeable="false" defaultValueLiteral="0"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedGetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="longSymbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject" volatile="true" transient="true" derived="true"/> </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"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unescapedStringSymbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteralExpCS" eSuperTypes="#//cst/SimpleNameCS #//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/SimpleNameCS #//cst/LiteralExpCS"/> <eClassifiers xsi:type="ecore:EClass" name="InvalidLiteralExpCS" eSuperTypes="#//cst/SimpleNameCS #//cst/LiteralExpCS"/> <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="pathNameCS" eType="#//cst/PathNameCS" containment="true"/> <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"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAtomic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OCLDocumentCS" eSuperTypes="#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="packageDeclarations" ordered="false" upperBound="-1" eType="#//cst/PackageDeclarationCS" containment="true"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
false
{"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":"lpg.runtime.IToken","defaultValue":null,"instanceClassName":"lpg.runtime.IToken","name":"IToken","instanceClass":null,"id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageDeclarationCS","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathNameCS","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeCS","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OCLExpressionCS","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleNameCS","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SimpleTypeEnum","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextDeclCS","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyContextCS","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitOrDerValueCS","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierContextDeclCS","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvOrDefCS","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationContextDeclCS","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCS","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableCS","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrePostOrBodyDeclCS","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PrePostOrBodyEnum","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerValueCS","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitValueCS","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvCS","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefCS","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefExpressionCS","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExpCS","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsMarkedPreCS","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeCS","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleTypeCS","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionTypeCS","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CollectionTypeIdentifierEnum","instanceClass":null,"id":30,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExpCS","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExpCS","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageExpCS","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MessageExpKind","instanceClass":null,"id":34,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OCLMessageArgCS","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralExpCS","instanceClass":null,"abstract":true,"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":"OCLDocumentCS","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},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"startToken","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"endToken","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"ast","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"contextDecls","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":"packageDeclarationCS","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleNames","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"},{"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":79,"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":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"name":"identifier","id":84,"value":1,"literal":"identifier","eClass":"EEnumLiteral"},{"name":"self","id":85,"value":2,"literal":"self","eClass":"EEnumLiteral"},{"name":"Integer","id":86,"value":3,"literal":"Integer","eClass":"EEnumLiteral"},{"name":"String","id":87,"value":4,"literal":"String","eClass":"EEnumLiteral"},{"name":"Real","id":88,"value":5,"literal":"Real","eClass":"EEnumLiteral"},{"name":"Boolean","id":89,"value":6,"literal":"Boolean","eClass":"EEnumLiteral"},{"name":"OclAny","id":90,"value":7,"literal":"OclAny","eClass":"EEnumLiteral"},{"name":"OclVoid","id":91,"value":8,"literal":"OclVoid","eClass":"EEnumLiteral"},{"name":"OclInvalid","id":92,"value":9,"literal":"OclInvalid","eClass":"EEnumLiteral"},{"name":"OclMessage","id":93,"value":10,"literal":"OclMessage","eClass":"EEnumLiteral"},{"name":"keyword","id":94,"value":11,"literal":"keyword","eClass":"EEnumLiteral"},{"name":"UnlimitedNatural","id":95,"value":12,"literal":"UnlimitedNatural","eClass":"EEnumLiteral"},{"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":"pathNameCS","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":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeCS","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":"constraints","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":"expressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operationCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"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":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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathNameCS","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":"simpleNameCS","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":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","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":"typeCS","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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":"typeCS","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":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":140,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","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":"expressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"name":"pre","id":147,"value":1,"literal":"pre","eClass":"EEnumLiteral"},{"name":"post","id":148,"value":2,"literal":"post","eClass":"EEnumLiteral"},{"name":"body","id":149,"value":3,"literal":"body","eClass":"EEnumLiteral"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defExpressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"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":"static","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operationCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variableCS","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":"expressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","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":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"isMarkedPreCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"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":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"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":180,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"name":"Set","id":186,"value":1,"literal":"Set","eClass":"EEnumLiteral"},{"name":"Bag","id":187,"value":2,"literal":"Bag","eClass":"EEnumLiteral"},{"name":"Sequence","id":188,"value":3,"literal":"Sequence","eClass":"EEnumLiteral"},{"name":"Collection","id":189,"value":4,"literal":"Collection","eClass":"EEnumLiteral"},{"name":"OrderedSet","id":190,"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":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":"inExpression","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":196,"derived":false},{"container":false,"ordered":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":197,"derived":false},{"container":false,"ordered":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":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"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":204,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","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"},{"name":"hasSent","id":212,"value":1,"literal":"hasSent","eClass":"EEnumLiteral"},{"name":"sent","id":213,"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":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":"expression","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"},{"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},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"extendedIntegerSymbol","changeable":false,"lowerBound":0,"iD":false,"id":235,"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":"longSymbol","changeable":true,"lowerBound":0,"iD":false,"id":236,"derived":true},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"integerSymbol","changeable":true,"lowerBound":0,"iD":false,"id":241,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"extendedIntegerSymbol","changeable":false,"lowerBound":0,"iD":false,"id":242,"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":"longSymbol","changeable":true,"lowerBound":0,"iD":false,"id":243,"derived":true},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"realSymbol","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":"stringSymbol","changeable":true,"lowerBound":0,"iD":false,"id":251,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unescapedStringSymbol","changeable":true,"lowerBound":0,"iD":false,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"booleanSymbol","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"},{"container":false,"ordered":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":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"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":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":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"name":"none","id":274,"value":1,"literal":"none","eClass":"EEnumLiteral"},{"name":"dot","id":275,"value":2,"literal":"dot","eClass":"EEnumLiteral"},{"name":"arrow","id":276,"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":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":"variable2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"isMarkedPreCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"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":"isAtomic","changeable":true,"lowerBound":0,"iD":false,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"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":"packageDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"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":2,"target":59},{"source":2,"target":60},{"source":2,"target":61},{"source":57,"target":62},{"source":57,"target":2},{"source":58,"target":63},{"source":58,"target":2},{"source":59,"target":3},{"source":59,"target":64},{"source":59,"target":2},{"source":64,"target":3},{"source":60,"target":3},{"source":60,"target":65},{"source":60,"target":2},{"source":65,"target":3},{"source":61,"target":66},{"source":61,"target":2},{"source":3,"target":1},{"source":4,"target":1},{"source":4,"target":2},{"source":4,"target":67},{"source":4,"target":68},{"source":4,"target":69},{"source":4,"target":70},{"source":67,"target":5},{"source":67,"target":71},{"source":67,"target":4},{"source":71,"target":5},{"source":68,"target":10},{"source":68,"target":72},{"source":68,"target":4},{"source":72,"target":10},{"source":69,"target":4},{"source":69,"target":73},{"source":69,"target":4},{"source":73,"target":4},{"source":70,"target":2},{"source":5,"target":1},{"source":5,"target":6},{"source":5,"target":74},{"source":5,"target":75},{"source":74,"target":8},{"source":74,"target":76},{"source":74,"target":5},{"source":76,"target":8},{"source":75,"target":6},{"source":6,"target":1},{"source":6,"target":7},{"source":6,"target":77},{"source":77,"target":7},{"source":7,"target":1},{"source":7,"target":2},{"source":7,"target":78},{"source":78,"target":2},{"source":8,"target":1},{"source":8,"target":7},{"source":8,"target":79},{"source":8,"target":80},{"source":8,"target":81},{"source":79,"target":82},{"source":79,"target":8},{"source":80,"target":9},{"source":80,"target":83},{"source":80,"target":8},{"source":83,"target":9},{"source":81,"target":7},{"source":9,"target":1},{"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":84,"target":9},{"source":85,"target":9},{"source":86,"target":9},{"source":87,"target":9},{"source":88,"target":9},{"source":89,"target":9},{"source":90,"target":9},{"source":91,"target":9},{"source":92,"target":9},{"source":93,"target":9},{"source":94,"target":9},{"source":95,"target":9},{"source":10,"target":1},{"source":10,"target":2},{"source":10,"target":96},{"source":96,"target":2},{"source":11,"target":1},{"source":11,"target":10},{"source":11,"target":97},{"source":11,"target":98},{"source":11,"target":99},{"source":11,"target":100},{"source":11,"target":101},{"source":97,"target":5},{"source":97,"target":102},{"source":97,"target":11},{"source":102,"target":5},{"source":98,"target":8},{"source":98,"target":103},{"source":98,"target":11},{"source":103,"target":8},{"source":99,"target":6},{"source":99,"target":104},{"source":99,"target":11},{"source":104,"target":6},{"source":100,"target":12},{"source":100,"target":105},{"source":100,"target":11},{"source":105,"target":12},{"source":101,"target":10},{"source":12,"target":1},{"source":12,"target":2},{"source":12,"target":106},{"source":12,"target":107},{"source":106,"target":7},{"source":106,"target":108},{"source":106,"target":12},{"source":108,"target":7},{"source":107,"target":2},{"source":13,"target":1},{"source":13,"target":10},{"source":13,"target":109},{"source":13,"target":110},{"source":13,"target":111},{"source":13,"target":112},{"source":109,"target":5},{"source":109,"target":113},{"source":109,"target":13},{"source":113,"target":5},{"source":110,"target":14},{"source":110,"target":114},{"source":110,"target":13},{"source":114,"target":14},{"source":111,"target":8},{"source":111,"target":115},{"source":111,"target":13},{"source":115,"target":8},{"source":112,"target":10},{"source":14,"target":1},{"source":14,"target":2},{"source":14,"target":116},{"source":14,"target":117},{"source":116,"target":8},{"source":116,"target":118},{"source":116,"target":14},{"source":118,"target":8},{"source":117,"target":2},{"source":15,"target":1},{"source":15,"target":10},{"source":15,"target":119},{"source":15,"target":120},{"source":15,"target":121},{"source":119,"target":16},{"source":119,"target":122},{"source":119,"target":15},{"source":122,"target":16},{"source":120,"target":18},{"source":120,"target":123},{"source":120,"target":15},{"source":123,"target":18},{"source":121,"target":10},{"source":16,"target":1},{"source":16,"target":2},{"source":16,"target":124},{"source":16,"target":125},{"source":16,"target":126},{"source":16,"target":127},{"source":16,"target":128},{"source":124,"target":5},{"source":124,"target":129},{"source":124,"target":16},{"source":129,"target":5},{"source":125,"target":8},{"source":125,"target":130},{"source":125,"target":16},{"source":130,"target":8},{"source":126,"target":17},{"source":126,"target":131},{"source":126,"target":16},{"source":131,"target":17},{"source":127,"target":6},{"source":127,"target":132},{"source":127,"target":16},{"source":132,"target":6},{"source":128,"target":2},{"source":17,"target":1},{"source":17,"target":2},{"source":17,"target":133},{"source":17,"target":134},{"source":17,"target":135},{"source":17,"target":136},{"source":133,"target":137},{"source":133,"target":17},{"source":134,"target":6},{"source":134,"target":138},{"source":134,"target":17},{"source":138,"target":6},{"source":135,"target":7},{"source":135,"target":139},{"source":135,"target":17},{"source":139,"target":7},{"source":136,"target":2},{"source":18,"target":1},{"source":18,"target":2},{"source":18,"target":140},{"source":18,"target":141},{"source":18,"target":142},{"source":18,"target":143},{"source":140,"target":19},{"source":140,"target":144},{"source":140,"target":18},{"source":144,"target":19},{"source":141,"target":8},{"source":141,"target":145},{"source":141,"target":18},{"source":145,"target":8},{"source":142,"target":7},{"source":142,"target":146},{"source":142,"target":18},{"source":146,"target":7},{"source":143,"target":2},{"source":19,"target":1},{"source":19,"target":147},{"source":19,"target":148},{"source":19,"target":149},{"source":147,"target":19},{"source":148,"target":19},{"source":149,"target":19},{"source":20,"target":1},{"source":20,"target":12},{"source":20,"target":150},{"source":150,"target":12},{"source":21,"target":1},{"source":21,"target":12},{"source":21,"target":151},{"source":151,"target":12},{"source":22,"target":1},{"source":22,"target":14},{"source":22,"target":152},{"source":22,"target":153},{"source":152,"target":7},{"source":152,"target":154},{"source":152,"target":22},{"source":154,"target":7},{"source":153,"target":14},{"source":23,"target":1},{"source":23,"target":14},{"source":23,"target":155},{"source":23,"target":156},{"source":23,"target":157},{"source":155,"target":24},{"source":155,"target":158},{"source":155,"target":23},{"source":158,"target":24},{"source":156,"target":159},{"source":156,"target":23},{"source":157,"target":14},{"source":24,"target":1},{"source":24,"target":2},{"source":24,"target":160},{"source":24,"target":161},{"source":24,"target":162},{"source":24,"target":163},{"source":160,"target":16},{"source":160,"target":164},{"source":160,"target":24},{"source":164,"target":16},{"source":161,"target":17},{"source":161,"target":165},{"source":161,"target":24},{"source":165,"target":17},{"source":162,"target":7},{"source":162,"target":166},{"source":162,"target":24},{"source":166,"target":7},{"source":163,"target":2},{"source":25,"target":1},{"source":25,"target":7},{"source":25,"target":167},{"source":25,"target":168},{"source":25,"target":169},{"source":25,"target":170},{"source":167,"target":7},{"source":167,"target":171},{"source":167,"target":25},{"source":171,"target":7},{"source":168,"target":8},{"source":168,"target":172},{"source":168,"target":25},{"source":172,"target":8},{"source":169,"target":26},{"source":169,"target":173},{"source":169,"target":25},{"source":173,"target":26},{"source":170,"target":7},{"source":26,"target":1},{"source":26,"target":2},{"source":26,"target":174},{"source":174,"target":2},{"source":27,"target":1},{"source":27,"target":8},{"source":27,"target":6},{"source":27,"target":175},{"source":27,"target":176},{"source":175,"target":8},{"source":176,"target":6},{"source":28,"target":1},{"source":28,"target":6},{"source":28,"target":177},{"source":28,"target":178},{"source":177,"target":17},{"source":177,"target":179},{"source":177,"target":28},{"source":179,"target":17},{"source":178,"target":6},{"source":29,"target":1},{"source":29,"target":8},{"source":29,"target":6},{"source":29,"target":180},{"source":29,"target":181},{"source":29,"target":182},{"source":29,"target":183},{"source":180,"target":30},{"source":180,"target":184},{"source":180,"target":29},{"source":184,"target":30},{"source":181,"target":6},{"source":181,"target":185},{"source":181,"target":29},{"source":185,"target":6},{"source":182,"target":8},{"source":183,"target":6},{"source":30,"target":1},{"source":30,"target":186},{"source":30,"target":187},{"source":30,"target":188},{"source":30,"target":189},{"source":30,"target":190},{"source":186,"target":30},{"source":187,"target":30},{"source":188,"target":30},{"source":189,"target":30},{"source":190,"target":30},{"source":31,"target":1},{"source":31,"target":7},{"source":31,"target":191},{"source":31,"target":192},{"source":31,"target":193},{"source":191,"target":17},{"source":191,"target":194},{"source":191,"target":31},{"source":194,"target":17},{"source":192,"target":7},{"source":192,"target":195},{"source":192,"target":31},{"source":195,"target":7},{"source":193,"target":7},{"source":32,"target":1},{"source":32,"target":7},{"source":32,"target":196},{"source":32,"target":197},{"source":32,"target":198},{"source":32,"target":199},{"source":196,"target":7},{"source":196,"target":200},{"source":196,"target":32},{"source":200,"target":7},{"source":197,"target":7},{"source":197,"target":201},{"source":197,"target":32},{"source":201,"target":7},{"source":198,"target":7},{"source":198,"target":202},{"source":198,"target":32},{"source":202,"target":7},{"source":199,"target":7},{"source":33,"target":1},{"source":33,"target":7},{"source":33,"target":203},{"source":33,"target":204},{"source":33,"target":205},{"source":33,"target":206},{"source":33,"target":207},{"source":203,"target":7},{"source":203,"target":208},{"source":203,"target":33},{"source":208,"target":7},{"source":204,"target":34},{"source":204,"target":209},{"source":204,"target":33},{"source":209,"target":34},{"source":205,"target":8},{"source":205,"target":210},{"source":205,"target":33},{"source":210,"target":8},{"source":206,"target":35},{"source":206,"target":211},{"source":206,"target":33},{"source":211,"target":35},{"source":207,"target":7},{"source":34,"target":1},{"source":34,"target":212},{"source":34,"target":213},{"source":212,"target":34},{"source":213,"target":34},{"source":35,"target":1},{"source":35,"target":2},{"source":35,"target":214},{"source":35,"target":215},{"source":35,"target":216},{"source":214,"target":6},{"source":214,"target":217},{"source":214,"target":35},{"source":217,"target":6},{"source":215,"target":7},{"source":215,"target":218},{"source":215,"target":35},{"source":218,"target":7},{"source":216,"target":2},{"source":36,"target":1},{"source":36,"target":7},{"source":36,"target":219},{"source":219,"target":7},{"source":37,"target":1},{"source":37,"target":36},{"source":37,"target":220},{"source":37,"target":221},{"source":37,"target":222},{"source":220,"target":30},{"source":220,"target":223},{"source":220,"target":37},{"source":223,"target":30},{"source":221,"target":38},{"source":221,"target":224},{"source":221,"target":37},{"source":224,"target":38},{"source":222,"target":36},{"source":38,"target":1},{"source":38,"target":2},{"source":38,"target":225},{"source":38,"target":226},{"source":225,"target":7},{"source":225,"target":227},{"source":225,"target":38},{"source":227,"target":7},{"source":226,"target":2},{"source":39,"target":1},{"source":39,"target":36},{"source":39,"target":228},{"source":39,"target":229},{"source":228,"target":17},{"source":228,"target":230},{"source":228,"target":39},{"source":230,"target":17},{"source":229,"target":36},{"source":40,"target":1},{"source":40,"target":36},{"source":40,"target":231},{"source":40,"target":232},{"source":231,"target":233},{"source":231,"target":40},{"source":232,"target":36},{"source":41,"target":1},{"source":41,"target":40},{"source":41,"target":234},{"source":41,"target":235},{"source":41,"target":236},{"source":41,"target":237},{"source":234,"target":238},{"source":234,"target":41},{"source":235,"target":239},{"source":235,"target":41},{"source":236,"target":240},{"source":236,"target":41},{"source":237,"target":40},{"source":42,"target":1},{"source":42,"target":40},{"source":42,"target":241},{"source":42,"target":242},{"source":42,"target":243},{"source":42,"target":244},{"source":241,"target":245},{"source":241,"target":42},{"source":242,"target":246},{"source":242,"target":42},{"source":243,"target":247},{"source":243,"target":42},{"source":244,"target":40},{"source":43,"target":1},{"source":43,"target":40},{"source":43,"target":248},{"source":43,"target":249},{"source":248,"target":250},{"source":248,"target":43},{"source":249,"target":40},{"source":44,"target":1},{"source":44,"target":40},{"source":44,"target":251},{"source":44,"target":252},{"source":44,"target":253},{"source":251,"target":254},{"source":251,"target":44},{"source":252,"target":255},{"source":252,"target":44},{"source":253,"target":40},{"source":45,"target":1},{"source":45,"target":8},{"source":45,"target":40},{"source":45,"target":256},{"source":45,"target":257},{"source":45,"target":258},{"source":256,"target":259},{"source":256,"target":45},{"source":257,"target":8},{"source":258,"target":40},{"source":46,"target":1},{"source":46,"target":8},{"source":46,"target":36},{"source":46,"target":260},{"source":46,"target":261},{"source":260,"target":8},{"source":261,"target":36},{"source":47,"target":1},{"source":47,"target":8},{"source":47,"target":36},{"source":47,"target":262},{"source":47,"target":263},{"source":262,"target":8},{"source":263,"target":36},{"source":48,"target":1},{"source":48,"target":38},{"source":48,"target":264},{"source":48,"target":265},{"source":264,"target":7},{"source":264,"target":266},{"source":264,"target":48},{"source":266,"target":7},{"source":265,"target":38},{"source":49,"target":1},{"source":49,"target":7},{"source":49,"target":267},{"source":49,"target":268},{"source":49,"target":269},{"source":49,"target":270},{"source":267,"target":7},{"source":267,"target":271},{"source":267,"target":49},{"source":271,"target":7},{"source":268,"target":50},{"source":268,"target":272},{"source":268,"target":49},{"source":272,"target":50},{"source":269,"target":8},{"source":269,"target":273},{"source":269,"target":49},{"source":273,"target":8},{"source":270,"target":7},{"source":50,"target":1},{"source":50,"target":274},{"source":50,"target":275},{"source":50,"target":276},{"source":274,"target":50},{"source":275,"target":50},{"source":276,"target":50},{"source":51,"target":1},{"source":51,"target":49},{"source":51,"target":277},{"source":51,"target":278},{"source":51,"target":279},{"source":51,"target":280},{"source":277,"target":17},{"source":277,"target":281},{"source":277,"target":51},{"source":281,"target":17},{"source":278,"target":17},{"source":278,"target":282},{"source":278,"target":51},{"source":282,"target":17},{"source":279,"target":7},{"source":279,"target":283},{"source":279,"target":51},{"source":283,"target":7},{"source":280,"target":49},{"source":52,"target":1},{"source":52,"target":51},{"source":52,"target":284},{"source":284,"target":51},{"source":53,"target":1},{"source":53,"target":51},{"source":53,"target":285},{"source":285,"target":51},{"source":54,"target":1},{"source":54,"target":49},{"source":54,"target":286},{"source":54,"target":287},{"source":54,"target":288},{"source":54,"target":289},{"source":286,"target":5},{"source":286,"target":290},{"source":286,"target":54},{"source":290,"target":5},{"source":287,"target":7},{"source":287,"target":291},{"source":287,"target":54},{"source":291,"target":7},{"source":288,"target":26},{"source":288,"target":292},{"source":288,"target":54},{"source":292,"target":26},{"source":289,"target":49},{"source":55,"target":1},{"source":55,"target":54},{"source":55,"target":293},{"source":55,"target":294},{"source":293,"target":295},{"source":293,"target":55},{"source":294,"target":54},{"source":56,"target":1},{"source":56,"target":2},{"source":56,"target":296},{"source":56,"target":297},{"source":296,"target":4},{"source":296,"target":298},{"source":296,"target":56},{"source":298,"target":4},{"source":297,"target":2}],"multigraph":true}
ecore
mvc
repo-ecore-all/data/jokingarcia/Transformation_coevolution/final/AssistantMVCFinal.ecore
AssistantMVC Exam examItems controllers views ExamItem question Open MultipleChoice Observable observers Observer Controller View name color controller ExamController ExamItemController MultipleChoiceController OpenController ExamView ExamItemView
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="AssistantMVC" nsURI="http://gts.inf.um.es/test/assistant_mvc" nsPrefix="mvc"> <eClassifiers xsi:type="ecore:EClass" name="Exam" eSuperTypes="#//Observable"> <eStructuralFeatures xsi:type="ecore:EReference" name="examItems" upperBound="-1" eType="#//ExamItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="controllers" upperBound="-1" eType="#//Controller" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="views" upperBound="-1" eType="#//View" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExamItem" abstract="true" eSuperTypes="#//Observable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="question" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Open" eSuperTypes="#//ExamItem"/> <eClassifiers xsi:type="ecore:EClass" name="MultipleChoice" eSuperTypes="#//ExamItem"/> <eClassifiers xsi:type="ecore:EClass" name="Observable"> <eStructuralFeatures xsi:type="ecore:EReference" name="observers" upperBound="-1" eType="#//Observer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Observer"/> <eClassifiers xsi:type="ecore:EClass" name="Controller" abstract="true" eSuperTypes="#//Observer"/> <eClassifiers xsi:type="ecore:EClass" name="View" abstract="true" eSuperTypes="#//Observer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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:EReference" name="controller" eType="#//Controller"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExamController" eSuperTypes="#//Controller"/> <eClassifiers xsi:type="ecore:EClass" name="ExamItemController" abstract="true" eSuperTypes="#//Controller"/> <eClassifiers xsi:type="ecore:EClass" name="MultipleChoiceController" eSuperTypes="#//ExamItemController"/> <eClassifiers xsi:type="ecore:EClass" name="OpenController" eSuperTypes="#//ExamItemController"/> <eClassifiers xsi:type="ecore:EClass" name="ExamView" eSuperTypes="#//View"/> <eClassifiers xsi:type="ecore:EClass" name="ExamItemView" eSuperTypes="#//View"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"mvc","nsURI":"http://gts.inf.um.es/test/assistant_mvc","name":"AssistantMVC","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exam","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExamItem","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Open","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultipleChoice","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Observable","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Observer","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Controller","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"View","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExamController","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExamItemController","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultipleChoiceController","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpenController","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExamView","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExamItemView","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"examItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"controllers","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":"views","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"question","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"observers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"color","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"controller","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":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":5},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":15,"target":2},{"source":15,"target":19},{"source":15,"target":1},{"source":19,"target":2},{"source":16,"target":7},{"source":16,"target":20},{"source":16,"target":1},{"source":20,"target":7},{"source":17,"target":8},{"source":17,"target":21},{"source":17,"target":1},{"source":21,"target":8},{"source":18,"target":5},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":22},{"source":2,"target":23},{"source":22,"target":24},{"source":22,"target":2},{"source":23,"target":5},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":25},{"source":25,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":26},{"source":26,"target":2},{"source":5,"target":0},{"source":5,"target":27},{"source":27,"target":6},{"source":27,"target":28},{"source":27,"target":5},{"source":28,"target":6},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":29},{"source":29,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":30},{"source":8,"target":31},{"source":8,"target":32},{"source":8,"target":33},{"source":30,"target":34},{"source":30,"target":8},{"source":31,"target":35},{"source":31,"target":8},{"source":32,"target":7},{"source":32,"target":36},{"source":32,"target":8},{"source":36,"target":7},{"source":33,"target":6},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":37},{"source":37,"target":7},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":38},{"source":38,"target":7},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":39},{"source":39,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":40},{"source":40,"target":10},{"source":13,"target":0},{"source":13,"target":8},{"source":13,"target":41},{"source":41,"target":8},{"source":14,"target":0},{"source":14,"target":8},{"source":14,"target":42},{"source":42,"target":8}],"multigraph":true}
ecore
company
repo-ecore-all/data/JoshuaGhost/lecture_slides/Folien_und_Literaturen/1/Model-based_Software_Engineering-Dokumente/company.ecore
company Company department Department employee numberOfEmployees ageSumOfEmployees NamedElement name Person firstName fullName age supervisor
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="company" nsURI="http://www.example.org/company" nsPrefix="company"> <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="Company" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NoDepartmentMoreThanTwiceNumberOfEmployeesThanAnother"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="NoDepartmentMoreThanTwiceNumberOfEmployeesThanAnother" value="self.department->forAll(d1 | &#xA;--&#x9;&#x9;&#x9;self.department->forAll(d2 | d1.numberOfEmployees &lt;= d2.numberOfEmployees * 2)&#xA;&#x9;&#x9;&#x9;self.department->forAll(d2 | d1.employee->size() &lt;= d2.employee->size() * 2)&#xA;&#x9;&#x9;)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="department" upperBound="-1" eType="#//Department" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Department" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="AtLeastTwoEmployees"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="AtLeastTwoEmployees" value="&#xA;--&#x9;&#x9;&#x9;self.employee->iterate(p: Person; sum:Integer =0 | sum + 1) >= 2;&#xA;&#x9;&#x9;&#x9;self.employee->size() >= 2"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="employee" upperBound="-1" eType="#//Person" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfEmployees" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="self.employee->size()"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ageSumOfEmployees" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="self.employee->iterate(p; sum:Integer = 0 | sum + p.age)"/> </eAnnotations> </eStructuralFeatures> </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="Person" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="AllEmployeesMustBeAdults PersonCannotBeSupervisorOfHimHerself"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="AllEmployeesMustBeAdults" value="self.age >= 18"/> <details key="PersonCannotBeSupervisorOfHimHerself" value="self &lt;> self.supervisor"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fullName" 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/Ecore/OCL/Pivot"> <details key="derivation" value="self.firstName.concat(' ').concat(self.name)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="age" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="supervisor" eType="#//Person"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"company","nsURI":"http://www.example.org/company","name":"company","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Company","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Department","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"department","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"id":6,"eClass":"EGenericType"},{"id":7,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"employee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"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":"numberOfEmployees","changeable":false,"lowerBound":0,"iD":false,"id":9,"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":"ageSumOfEmployees","changeable":false,"lowerBound":0,"iD":false,"id":10,"derived":true},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"firstName","changeable":true,"lowerBound":0,"iD":false,"id":17,"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":"fullName","changeable":false,"lowerBound":0,"iD":false,"id":18,"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":"age","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"supervisor","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":5},{"source":1,"target":6},{"source":5,"target":2},{"source":5,"target":7},{"source":5,"target":1},{"source":7,"target":2},{"source":6,"target":3},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":8},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":8,"target":4},{"source":8,"target":12},{"source":8,"target":2},{"source":12,"target":4},{"source":9,"target":13},{"source":9,"target":2},{"source":10,"target":14},{"source":10,"target":2},{"source":11,"target":3},{"source":3,"target":0},{"source":3,"target":15},{"source":15,"target":16},{"source":15,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":17},{"source":4,"target":18},{"source":4,"target":19},{"source":4,"target":20},{"source":4,"target":21},{"source":17,"target":22},{"source":17,"target":4},{"source":18,"target":23},{"source":18,"target":4},{"source":19,"target":24},{"source":19,"target":4},{"source":20,"target":4},{"source":20,"target":25},{"source":20,"target":4},{"source":25,"target":4},{"source":21,"target":3}],"multigraph":true}
ecore
class-diagram
repo-ecore-all/data/atlanmod/CoqTL/fr.inria.atlanmod.coqtl.coq/examples/Class2Relational/resource/Class.ecore
Class Class id -1 name "" attributes Attribute id -1 derive true name "" type
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Class" nsURI="http://Class/1.0" nsPrefix="Class"> <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="Class"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="EAN"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="EAN" value="attrs->forAll(a1 : ERAttribute, a2 : ERAttribute | a1.name = a2.name implies a1 = a2)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="&quot;&quot;"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" ordered="false" upperBound="-1" eType="#//Attribute" containment="true" eOpposite="#//Attribute/type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="EA_XOR"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="EA_XOR" value="self.entity.oclAsSet()->size() + self.relship.oclAsSet()->size() = 1"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="derive" 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" defaultValueLiteral="&quot;&quot;"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//Class" eOpposite="#//Class/attributes"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"Class","nsURI":"http://Class/1.0","name":"Class","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":"-1","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":3,"derived":false},{"ordered":false,"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":4,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"id":6,"eClass":"EGenericType"},{"id":7,"eClass":"EGenericType"},{"id":8,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"id","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"derive","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"\"\"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"\"\"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":3,"target":6},{"source":3,"target":1},{"source":4,"target":7},{"source":4,"target":1},{"source":5,"target":2},{"source":5,"target":8},{"source":5,"target":1},{"source":5,"target":9},{"source":8,"target":2},{"source":2,"target":0},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":9},{"source":10,"target":13},{"source":10,"target":2},{"source":11,"target":14},{"source":11,"target":2},{"source":12,"target":15},{"source":12,"target":2},{"source":9,"target":1},{"source":9,"target":16},{"source":9,"target":2},{"source":9,"target":5},{"source":16,"target":1}],"multigraph":true}
ecore
entities
repo-ecore-all/data/cdietrich/mql/org.xtext.example.mydsl/src-gen/org/xtext/example/mydsl/MyDsl.ecore
myDsl Model entities Entity name features Feature name Attribute type Reference type Type string string int int
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="myDsl" nsURI="http://www.xtext.org/example/mydsl/MyDsl" nsPrefix="myDsl"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="entities" upperBound="-1" eType="#//Entity" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Entity"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//Feature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Reference" eSuperTypes="#//Feature"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Entity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Type"> <eLiterals name="string" literal="string"/> <eLiterals name="int" value="1" literal="int"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"myDsl","nsURI":"http://www.xtext.org/example/mydsl/MyDsl","name":"myDsl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Type","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":"entities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"container":false,"ordered":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":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"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":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"name":"string","id":21,"value":0,"literal":"string","eClass":"EEnumLiteral"},{"name":"int","id":22,"value":1,"literal":"int","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":7,"target":2},{"source":7,"target":8},{"source":7,"target":1},{"source":8,"target":2},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":10},{"source":9,"target":11},{"source":9,"target":2},{"source":10,"target":3},{"source":10,"target":12},{"source":10,"target":2},{"source":12,"target":3},{"source":3,"target":0},{"source":3,"target":13},{"source":13,"target":14},{"source":13,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":15},{"source":4,"target":16},{"source":15,"target":6},{"source":15,"target":17},{"source":15,"target":4},{"source":17,"target":6},{"source":16,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":18},{"source":5,"target":19},{"source":18,"target":2},{"source":18,"target":20},{"source":18,"target":5},{"source":20,"target":2},{"source":19,"target":3},{"source":6,"target":0},{"source":6,"target":21},{"source":6,"target":22},{"source":21,"target":6},{"source":22,"target":6}],"multigraph":true}
ecore
relational
repo-ecore-all/data/HerrAugust/ModelDrivenEngineering/Homeworks/homework1_models_metamodels/model/Metamodels/MySQL.ecore
PrimitiveTypes Boolean boolean boolean Integer java.lang.Object integer String java.lang.Object string MySQL NamedElement name DataBase tables Table columns database Column type isPrimaryKey defaultValue comment table IntegerColumn isAutoIncrement EnumColumn enumSet EnumSet enumItems EnumItem enumSet ForeignColumn refers
<?xml version="1.0" encoding="ISO-8859-1"?> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"> <ecore:EPackage name="PrimitiveTypes" nsURI="http:///MySQLPT.ecore" nsPrefix="MySQLPT"> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceTypeName="integer"/> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceTypeName="string"/> </ecore:EPackage> <ecore:EPackage name="MySQL" nsURI="http:///mysql.ecore" nsPrefix="mysql"> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/0/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataBase" eSuperTypes="#/1/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="tables" ordered="false" upperBound="-1" eType="#/1/Table" containment="true" eOpposite="#/1/Table/database"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="#/1/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1" eType="#/1/Column" containment="true" eOpposite="#/1/Column/table"/> <eStructuralFeatures xsi:type="ecore:EReference" name="database" ordered="false" lowerBound="1" eType="#/1/DataBase" eOpposite="#/1/DataBase/tables"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Column" eSuperTypes="#/1/NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" unique="false" lowerBound="1" eType="#/0/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPrimaryKey" ordered="false" unique="false" lowerBound="1" eType="#/0/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" ordered="false" unique="false" lowerBound="1" eType="#/0/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" ordered="false" unique="false" lowerBound="1" eType="#/0/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="table" ordered="false" lowerBound="1" eType="#/1/Table" eOpposite="#/1/Table/columns"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerColumn" eSuperTypes="#/1/Column"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAutoIncrement" ordered="false" unique="false" lowerBound="1" eType="#/0/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumColumn" eSuperTypes="#/1/Column"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumSet" ordered="false" lowerBound="1" eType="#/1/EnumSet" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumSet"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumItems" ordered="false" upperBound="-1" eType="#/1/EnumItem" containment="true" eOpposite="#/1/EnumItem/enumSet"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumItem" eSuperTypes="#/1/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumSet" ordered="false" lowerBound="1" eType="#/1/EnumSet" eOpposite="#/1/EnumSet/enumItems"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForeignColumn" eSuperTypes="#/1/Column"> <eStructuralFeatures xsi:type="ecore:EReference" name="refers" lowerBound="1" eType="#/1/Table"/> </eClassifiers> </ecore:EPackage> </xmi:XMI>
false
{"directed":true,"nodes":[{"nsPrefix":"MySQLPT","nsURI":"http:///MySQLPT.ecore","name":"PrimitiveTypes","id":0,"eClass":"EPackage"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"integer","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Integer","instanceClass":"java.lang.Object","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"string","defaultValue":null,"instanceClassName":"java.lang.Object","name":"String","instanceClass":"java.lang.Object","id":3,"serializable":true,"eClass":"EDataType"},{"nsPrefix":"mysql","nsURI":"http:///mysql.ecore","name":"MySQL","id":4,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataBase","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerColumn","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumColumn","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumSet","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumItem","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForeignColumn","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"database","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"columns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"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":23,"derived":false},{"id":24,"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":25,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isPrimaryKey","changeable":true,"lowerBound":1,"iD":false,"id":26,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"defaultValue","changeable":true,"lowerBound":1,"iD":false,"id":27,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"comment","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"},{"id":33,"eClass":"EGenericType"},{"id":34,"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":"isAutoIncrement","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"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":"enumSet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"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":"enumSet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refers","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":5},{"source":4,"target":6},{"source":4,"target":7},{"source":4,"target":8},{"source":4,"target":9},{"source":4,"target":10},{"source":4,"target":11},{"source":4,"target":12},{"source":4,"target":13},{"source":5,"target":4},{"source":5,"target":14},{"source":14,"target":3},{"source":14,"target":15},{"source":14,"target":5},{"source":15,"target":3},{"source":6,"target":4},{"source":6,"target":5},{"source":6,"target":16},{"source":6,"target":17},{"source":16,"target":7},{"source":16,"target":18},{"source":16,"target":6},{"source":16,"target":19},{"source":18,"target":7},{"source":17,"target":5},{"source":7,"target":4},{"source":7,"target":5},{"source":7,"target":20},{"source":7,"target":19},{"source":7,"target":21},{"source":20,"target":8},{"source":20,"target":22},{"source":20,"target":7},{"source":20,"target":23},{"source":22,"target":8},{"source":19,"target":6},{"source":19,"target":24},{"source":19,"target":7},{"source":19,"target":16},{"source":24,"target":6},{"source":21,"target":5},{"source":8,"target":4},{"source":8,"target":5},{"source":8,"target":25},{"source":8,"target":26},{"source":8,"target":27},{"source":8,"target":28},{"source":8,"target":23},{"source":8,"target":29},{"source":25,"target":3},{"source":25,"target":30},{"source":25,"target":8},{"source":30,"target":3},{"source":26,"target":1},{"source":26,"target":31},{"source":26,"target":8},{"source":31,"target":1},{"source":27,"target":3},{"source":27,"target":32},{"source":27,"target":8},{"source":32,"target":3},{"source":28,"target":3},{"source":28,"target":33},{"source":28,"target":8},{"source":33,"target":3},{"source":23,"target":7},{"source":23,"target":34},{"source":23,"target":8},{"source":23,"target":20},{"source":34,"target":7},{"source":29,"target":5},{"source":9,"target":4},{"source":9,"target":8},{"source":9,"target":35},{"source":9,"target":36},{"source":35,"target":1},{"source":35,"target":37},{"source":35,"target":9},{"source":37,"target":1},{"source":36,"target":8},{"source":10,"target":4},{"source":10,"target":8},{"source":10,"target":38},{"source":10,"target":39},{"source":38,"target":11},{"source":38,"target":40},{"source":38,"target":10},{"source":40,"target":11},{"source":39,"target":8},{"source":11,"target":4},{"source":11,"target":41},{"source":41,"target":12},{"source":41,"target":42},{"source":41,"target":11},{"source":41,"target":43},{"source":42,"target":12},{"source":12,"target":4},{"source":12,"target":5},{"source":12,"target":43},{"source":12,"target":44},{"source":43,"target":11},{"source":43,"target":45},{"source":43,"target":12},{"source":43,"target":41},{"source":45,"target":11},{"source":44,"target":5},{"source":13,"target":4},{"source":13,"target":8},{"source":13,"target":46},{"source":13,"target":47},{"source":46,"target":7},{"source":46,"target":48},{"source":46,"target":13},{"source":48,"target":7},{"source":47,"target":8}],"multigraph":true}
ecore
graph
repo-ecore-all/data/alfonsodelavega/epsilonFork/tests/org.eclipse.epsilon.concordance.test.performance/src/org/eclipse/epsilon/concordance/test/performance/ModifiedGraph.ecore
graph Graph nodes Node name successors predecessors
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="graph" nsURI="graph" nsPrefix="graph"> <eClassifiers xsi:type="ecore:EClass" name="Graph"> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="successors" upperBound="-1" eType="#//Node" eOpposite="#//Node/predecessors"/> <eStructuralFeatures xsi:type="ecore:EReference" name="predecessors" upperBound="-1" eType="#//Node" eOpposite="#//Node/successors"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"graph","nsURI":"graph","name":"graph","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Graph","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"successors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predecessors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":3,"target":2},{"source":3,"target":4},{"source":3,"target":1},{"source":4,"target":2},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":6},{"source":2,"target":7},{"source":5,"target":8},{"source":5,"target":2},{"source":6,"target":2},{"source":6,"target":9},{"source":6,"target":2},{"source":6,"target":7},{"source":9,"target":2},{"source":7,"target":2},{"source":7,"target":10},{"source":7,"target":2},{"source":7,"target":6},{"source":10,"target":2}],"multigraph":true}
ecore
simple-pl
repo-ecore-all/data/damenac/puzzle/examples/modularization/fr.inria.diverse.examples.simpleimperative/models/simpleimperative.ecore
simpleimperative Program statements Statement Conditional condition body Loop guard body VarDecl name expr Assignation varRef expression VarRef varRef Expression eval context ConsoleOutput input Println Print Wait miliseconds
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="simpleimperative" nsURI="simpleimperative" nsPrefix="simpleimperative"> <eClassifiers xsi:type="ecore:EClass" name="Program"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Conditional" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Loop" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="guard" lowerBound="1" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VarDecl" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" lowerBound="1" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assignation" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="varRef" lowerBound="1" eType="//VarDecl"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VarRef" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varRef" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true"> <eAnnotations source="Required"/> <eOperations name="eval"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eParameters name="context"> <eGenericType> <eTypeArguments/> <eTypeArguments/> <eClassifier xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EMap"/> </eGenericType> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConsoleOutput" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="input"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Println" eSuperTypes="//ConsoleOutput"/> <eClassifiers xsi:type="ecore:EClass" name="Print" eSuperTypes="//ConsoleOutput"/> <eClassifiers xsi:type="ecore:EClass" name="Wait" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="miliseconds" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"simpleimperative","nsURI":"simpleimperative","name":"simpleimperative","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":"Statement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conditional","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loop","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarDecl","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarRef","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConsoleOutput","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Println","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Print","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Wait","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guard","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":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"varRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"varRef","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eval","lowerBound":0,"id":38,"many":false,"required":false,"eClass":"EOperation"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":40,"many":false,"required":false,"eClass":"EParameter"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"miliseconds","changeable":true,"lowerBound":1,"iD":false,"id":49,"derived":false},{"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":1,"target":0},{"source":1,"target":13},{"source":13,"target":2},{"source":13,"target":14},{"source":13,"target":1},{"source":14,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":17},{"source":15,"target":8},{"source":15,"target":18},{"source":15,"target":3},{"source":18,"target":8},{"source":16,"target":2},{"source":16,"target":19},{"source":16,"target":3},{"source":19,"target":2},{"source":17,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":20},{"source":4,"target":21},{"source":4,"target":22},{"source":20,"target":8},{"source":20,"target":23},{"source":20,"target":4},{"source":23,"target":8},{"source":21,"target":2},{"source":21,"target":24},{"source":21,"target":4},{"source":24,"target":2},{"source":22,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":25},{"source":5,"target":26},{"source":5,"target":27},{"source":25,"target":28},{"source":25,"target":5},{"source":26,"target":8},{"source":26,"target":29},{"source":26,"target":5},{"source":29,"target":8},{"source":27,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":30},{"source":6,"target":31},{"source":6,"target":32},{"source":30,"target":5},{"source":30,"target":33},{"source":30,"target":6},{"source":33,"target":5},{"source":31,"target":8},{"source":31,"target":34},{"source":31,"target":6},{"source":34,"target":8},{"source":32,"target":2},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":35},{"source":7,"target":36},{"source":35,"target":37},{"source":35,"target":7},{"source":36,"target":8},{"source":8,"target":0},{"source":8,"target":38},{"source":38,"target":39},{"source":38,"target":8},{"source":38,"target":40},{"source":40,"target":41},{"source":40,"target":38},{"source":41,"target":42},{"source":41,"target":43},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":44},{"source":9,"target":45},{"source":44,"target":46},{"source":44,"target":9},{"source":45,"target":2},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":47},{"source":47,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":48},{"source":48,"target":9},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":49},{"source":12,"target":50},{"source":49,"target":51},{"source":49,"target":12},{"source":50,"target":2}],"multigraph":true}
ecore
testing
repo-ecore-all/data/ujhelyiz/org.eclipse.sirius/plugins/org.eclipse.sirius.tests.sample.benchmark/model/benchmark.ecore
benchmark Scenario inputData testCases variants TestCase inputData results InputData tests Property name value NamedElement name properties TimeResult elapsedTime elapsedMaxTime variant properties Variant results
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="benchmark" nsURI="http://www.eclipse.org/sirius/tests/sample/benchmark" nsPrefix="benchmark"> <eClassifiers xsi:type="ecore:EClass" name="Scenario" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="inputData" upperBound="-1" eType="#//InputData" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="testCases" upperBound="-1" eType="#//TestCase" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variants" upperBound="-1" eType="#//Variant" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TestCase" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="inputData" eType="#//InputData" eOpposite="#//InputData/tests"/> <eStructuralFeatures xsi:type="ecore:EReference" name="results" upperBound="-1" eType="#//TimeResult" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputData" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="tests" upperBound="-1" eType="#//TestCase" eOpposite="#//TestCase/inputData"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//Property" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimeResult"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elapsedTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elapsedMaxTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variant" eType="#//Variant" eOpposite="#//Variant/results"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//Property" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variant" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="results" upperBound="-1" eType="#//TimeResult" eOpposite="#//TimeResult/variant"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"benchmark","nsURI":"http://www.eclipse.org/sirius/tests/sample/benchmark","name":"benchmark","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scenario","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestCase","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputData","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeResult","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variant","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputData","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":"testCases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inputData","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":"results","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tests","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":23,"derived":false},{"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":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elapsedTime","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elapsedMaxTime","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variant","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":"properties","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":false,"unsettable":false,"transient":false,"unique":true,"name":"results","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":8,"target":3},{"source":8,"target":12},{"source":8,"target":1},{"source":12,"target":3},{"source":9,"target":2},{"source":9,"target":13},{"source":9,"target":1},{"source":13,"target":2},{"source":10,"target":7},{"source":10,"target":14},{"source":10,"target":1},{"source":14,"target":7},{"source":11,"target":5},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":15,"target":3},{"source":15,"target":18},{"source":15,"target":2},{"source":15,"target":19},{"source":18,"target":3},{"source":16,"target":6},{"source":16,"target":20},{"source":16,"target":2},{"source":20,"target":6},{"source":17,"target":5},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":19},{"source":3,"target":21},{"source":19,"target":2},{"source":19,"target":22},{"source":19,"target":3},{"source":19,"target":15},{"source":22,"target":2},{"source":21,"target":5},{"source":4,"target":0},{"source":4,"target":23},{"source":4,"target":24},{"source":23,"target":25},{"source":23,"target":4},{"source":24,"target":26},{"source":24,"target":4},{"source":5,"target":0},{"source":5,"target":27},{"source":5,"target":28},{"source":27,"target":29},{"source":27,"target":5},{"source":28,"target":4},{"source":28,"target":30},{"source":28,"target":5},{"source":30,"target":4},{"source":6,"target":0},{"source":6,"target":31},{"source":6,"target":32},{"source":6,"target":33},{"source":6,"target":34},{"source":31,"target":35},{"source":31,"target":6},{"source":32,"target":36},{"source":32,"target":6},{"source":33,"target":7},{"source":33,"target":37},{"source":33,"target":6},{"source":33,"target":38},{"source":37,"target":7},{"source":34,"target":4},{"source":34,"target":39},{"source":34,"target":6},{"source":39,"target":4},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":38},{"source":7,"target":40},{"source":38,"target":6},{"source":38,"target":41},{"source":38,"target":7},{"source":38,"target":33},{"source":41,"target":6},{"source":40,"target":5}],"multigraph":true}
ecore